60aff692ebccffcdff924776f13ae15e795b76a2
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2
3         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4           Hack to prevent crash when going to READY inside signal handler
5           while this function is active.
6
7 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8
9         * gst/ffmpegcolorspace/Makefile.am:
10         * gst/ffmpegcolorspace/avcodec.h:
11         * gst/ffmpegcolorspace/common.h:
12         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
13         * gst/ffmpegcolorspace/dsputil.h:
14         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
15         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
17         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
18         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
20         (gst_ffmpegcsp_avpicture_fill):
21         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
25         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
26         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
27         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29         * gst/ffmpegcolorspace/imgconvert.c:
30         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
31         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
32         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
33         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
34         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
35         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
36         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
37         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
38         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
39         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
40         (grow21), (grow22), (grow41), (grow44), (conv411),
41         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
42         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
43         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
44         (avpicture_free), (is_yuv_planar), (img_convert),
45         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
46         (deinterlace_line_inplace), (deinterlace_bottom_field),
47         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
48         * gst/ffmpegcolorspace/imgconvert_template.h:
49         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
50         * gst/ffmpegcolorspace/mmx.h:
51         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
52         (av_fast_realloc), (av_mallocz_static), (av_free_static),
53         (av_freep), (avcodec_get_context_defaults),
54         (avcodec_alloc_context), (avcodec_init):
55           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds pallette
56           handling plus update from ffmpeg CVS. Large clean-up.
57
58 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
59
60         * gst/playback/Makefile.am:
61           We need the marshallers for decodebin, too.
62
63 2004-10-30  David Schleef  <ds@schleef.org>
64
65         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
66           quicktime typefinding work with 64-bit offsets.
67
68 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
69
70         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
71           Set EOS on the element when processing an EOS event.
72         * ext/speex/gstspeexdec.h:
73         * ext/speex/gstspeexenc.h:
74           Only keep a const ptr to the mode
75         * gst-libs/gst/riff/riff-media.c:
76         (gst_riff_create_audio_caps_with_data),
77         (gst_riff_create_audio_template_caps):
78           Allow WMAV3, with up to 6 channels. 
79         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
80           Don't call gst_pad_set_event_function on a sink pad.
81         * gst/mpegstream/gstdvddemux.c:
82         (gst_dvd_demux_get_subpicture_stream),
83         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
84           Copy the explicit caps that were set across to the cur_* pads,
85           instead of trying to use a possibly non-existent negotiated caps.
86           Reset the type of subpicture pads to UNKNOWN after calling init_stream, 
87           so that the caps get set.
88
89 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
90
91         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
92
93         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
94           Don't touch buffer if it is of size 0 (fixes #151064).
95
96 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
97
98         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
99           Synchronized discont handling.
100
101 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
102
103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
104         (gst_ogg_demux_push):
105           Make seeking sort-of exact again (fixes #156387).
106
107 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
108
109         * gst/playback/gstplaybasebin.c: (unknown_type),
110         (add_element_stream), (new_decoded_pad),
111         (gst_play_base_bin_change_state):
112         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
113         (gst_stream_info_init), (gst_stream_info_new),
114         (gst_stream_info_dispose), (gst_stream_info_get_property):
115         * gst/playback/gststreaminfo.h:
116           Make caps explicitely available. Makes testing for unsupported
117           types possible. Improves error reporting.
118
119 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
120
121         * gst/audioconvert/gstaudioconvert.c:
122         (gst_audio_convert_buffer_to_default_format):
123           Really don't touch read-only buffers (#156563).
124
125 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
126
127         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
128
129         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
130           Fix memleak (#155223).
131
132 2004-10-29  Wim Taymans  <wim@fluendo.com>
133
134         * gst/tcp/.cvsignore:
135         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
136         (gst_multifdsink_class_init), (gst_multifdsink_init),
137         (gst_multifdsink_add), (gst_multifdsink_remove),
138         (gst_multifdsink_remove_client_link), (is_sync_frame),
139         (gst_multifdsink_new_client),
140         (gst_multifdsink_handle_client_write),
141         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
142         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
143         (gst_multifdsink_get_property):
144         * gst/tcp/gstmultifdsink.h:
145         Added burst on connect sync_method, deprecated sync_clients,
146         streamlined the sync code some more.
147
148 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
149
150         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
151         (gst_play_base_bin_change_state):
152           Improve error reporting.
153
154 2004-10-28  Wim Taymans  <wim@fluendo.com>
155
156         * gst/tcp/Makefile.am:
157         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
158         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
159         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
160         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
161         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
162         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
163         (gst_fdset_wait):
164         Added more locks around fdset structures. Fixed/reworked
165         the poll array resizing code.
166         Added stress test for fdset.
167
168 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
169
170         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
171         fix build
172
173 2004-10-28  Benjamin Otte  <otte@gnome.org>
174
175         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
176           fix link function to always query channels and query width for
177           floats
178         * configure.ac:
179           add equalizer dir
180         * gst/equalizer/Makefile.am:
181         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
182         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
183         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
184         (arg_to_scale), (setup_filter),
185         (gst_iir_equalizer_compute_frequencies),
186         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
187         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
188         (plugin_init):
189           add an equalizer  
190
191 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
192
193         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
194
195         * po/LINGUAS:
196         * po/nb.po:
197           Added Norwegian Bokmaal translation
198
199 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
200
201         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
202           Don't break on options (fixes #156488).
203
204 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
205
206         * configure.ac:
207         * ext/cdaudio/Makefile.am:
208         * sys/Makefile.am:
209           fix build on older automake
210
211 2004-10-26  Wim Taymans  <wim@fluendo.com>
212
213         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
214         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
215         Allow a little margin when negotiating the framerate.
216
217 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
218
219         * gst/level/gstlevel.c:
220           synchonised naming of pads and pad-templates
221
222 2004-10-26  Wim Taymans  <wim@fluendo.com>
223
224         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
225         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
226         (_find_streams_check), (gst_ogg_demux_push):
227         Fix EOS again. Needs to be done in a better way. We should not
228         remove the pad if there is no new chained stream.
229
230 2004-10-26 Iain <iaingnome@gmail.com>
231
232         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
233         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
234         of the caps.
235         * gst/interleave/interleave.c (interleave_class_init): Hook up release
236         pad.
237         (interleave_release_pad): Remove the pad.
238         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
239         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
240         the set device.
241         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
242         attrs
243         (gst_xvimagesink_xcontext_clear): Free the xcontext.
244         (gst_xvimagesink_finalize): Free the par.
245
246 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
247
248         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
249         (gst_avimux_stop_file):
250           First calculate the rate, and only then use it. Hdr.rate is a
251           multiple and not a derivative of hdr.scale. Scale is not the
252           same as blockalign but is solely related to rate.
253
254 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
255
256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
257         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
258           Implement seeking.
259
260 2004-10-25  James Henstridge  <james@jamesh.id.au>
261
262         Reviewed by:  David Schleef  <ds@schleef.org>
263
264         * examples/gstplay/player.c: (got_stream_length), (main):
265         * examples/seeking/cdplayer.c: (update_scale):
266         * examples/seeking/seek.c: (format_value), (update_scale):
267         * examples/seeking/spider_seek.c: (format_value), (update_scale),
268         (stop_seek):
269         Build fixes on AMD64.
270
271 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
272
273         reviewed by: Ronald Bultje <rbultje at gnome dot org>
274
275         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
276         Fix for some v4l cards which hang in v4lsrc
277
278 2004-10-25  Wim Taymans  <wim@fluendo.com>
279
280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
281         (gst_ogg_demux_push), (gst_ogg_chains_clear):
282         Make sure to remove the pad when a new chain is
283         encountered. Set some vars to NULL so we don't try
284         to reference freed memory.
285
286 2004-10-25  Wim Taymans  <wim@fluendo.com>
287
288         * examples/seeking/Makefile.am:
289         * examples/seeking/cdplayer.c: (update_scale):
290         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
291         * examples/seeking/playbin.c: (make_playerbin_pipeline),
292         (format_value), (update_scale), (iterate), (start_seek),
293         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
294         (print_usage), (main):
295         Added some more examples, update others.
296
297 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
298
299         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
300         * ext/speex/gstspeexdec.c: (speex_dec_chain):
301         * ext/theora/theoradec.c: (theora_dec_chain):
302         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
303           Add codec-name metadata.
304
305 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
306
307         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
308
309         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
310         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
311         * ext/alsa/gstalsamixertrack.h:
312         * po/POTFILES.in:
313           ALSA mixer track label internationalization (#154054).
314
315 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
316
317         * ext/theora/theoradec.c: (theora_dec_chain):
318           Export bitrate as metadata.
319
320 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
321
322         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
323         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
324         * ext/alsa/gstalsamixertrack.h:
325           Fix names, fix loop.
326
327 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
328
329         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
330         (speex_dec_convert):
331           sinkconvert function so oggdemux can get the file length (totem).
332
333 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
334
335         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
336
337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
338           Don't push incomplete packets.
339         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
340           Fix MPEG-4 audio typefinding.
341
342 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
343
344         * sys/v4l/Makefile.am:
345         * sys/v4l/gstv4l.c: (plugin_init):
346         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
347         (gst_v4lelement_init), (gst_v4lelement_dispose),
348         (gst_v4lelement_change_state):
349         * sys/v4l/gstv4lelement.h:
350         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
351         (gst_v4l_xoverlay_close), (idle_refresh),
352         (gst_v4l_xoverlay_set_xwindow_id):
353         * sys/v4l/gstv4lxoverlay.h:
354         * sys/v4l/v4l-overlay_calls.c:
355         * sys/v4l/v4l_calls.h:
356         * sys/v4l2/Makefile.am:
357         * sys/v4l2/gstv4l2.c: (plugin_init):
358         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
359         (gst_v4l2element_init), (gst_v4l2element_dispose),
360         (gst_v4l2element_change_state):
361         * sys/v4l2/gstv4l2element.h:
362         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
363         (gst_v4l2_xoverlay_close), (idle_refresh),
364         (gst_v4l2_xoverlay_set_xwindow_id):
365         * sys/v4l2/gstv4l2xoverlay.h:
366         * sys/v4l2/v4l2-overlay_calls.c:
367         * sys/v4l2/v4l2_calls.h:
368           Remove client-side overlay handling, use the X-server v4l plugin
369           for that. Nicer overlay, less code. Also make the plugin
370           compileable without X (but then without overlay, obviously).
371           Makes xwindowlistener obsolete, should we remove that?
372
373 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
374
375         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
376         (gst_osssrc_src_query):
377         * sys/oss/gstosssrc.h:
378           OK, so people want offset in DEFAULT. This time, actually fix all
379           cases.
380         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
381           Add FPS properly.
382
383 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
384
385         * gst/asfdemux/gstasfmux.c:
386         * gst/avi/gstavimux.c:
387           Framerate.
388
389 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
390
391         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
392           Fix properties (channel, norm, frequency).
393
394 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
395
396         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
397           Flag typo.
398         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
399           No warnings.
400
401 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
402
403         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
404           Fix hang.
405
406 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
407
408         * sys/v4l2/gstv4l2element.h:
409           Yet Another Hack (tm) for kernel header borkedness.
410         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
411         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
412         (gst_v4l2src_link), (gst_v4l2src_getcaps),
413         (gst_v4l2src_change_state):
414         * sys/v4l2/gstv4l2src.h:
415         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
416         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
417           Fix caps, keep track of state, work.
418
419 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
420
421         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
422           Quiet.
423
424 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
425
426         * sys/oss/gstosssrc.c: (gst_osssrc_get):
427           Don't mix bytes and samples.
428
429 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
430
431         * ext/ogg/gstoggmux.c:
432           Basic pad template which accepts OGM tracks, speex, flac, vorbis
433           and theora. Any is incorrect.
434         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
435           Fix caps.
436         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
437         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
438         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
439         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
440         * sys/v4l/gstv4lmjpegsrc.h:
441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
442         (gst_v4lsrc_change_state):
443         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
444         (gst_v4lmjpegsrc_capture_stop):
445           Fix caps. Keep track of internal state. Work.
446
447 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
448
449         * ext/Makefile.am:
450           Fix the build fixes.
451
452 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
453
454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
455         (gst_ogg_demux_src_event), (_find_chain_seek),
456         (gst_ogg_pad_push):
457           Check for pad availability before using it.
458         * ext/ogg/gstoggdemux.c: (_find_chain_process):
459           Fix parsing of chained ogg. Needs more work on the decoder side.
460
461 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
462
463         * gst/spectrum/Makefile.am:
464         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
465         (idle_func):
466           Fix demo and reenable it. Yes, I'm currently playing with audio
467           analysis tools
468
469 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
470
471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
472           We love it if files that start at zero work too...
473
474 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
475
476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
477           Handle files with missing EOS headers.
478
479 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
480
481         * gst/tcp/gsttcpserversink.c:
482         (gst_tcpserversink_handle_server_read),
483         (gst_tcpserversink_init_send):
484         Zero some variables first (need for accept not to return EINVAL)
485
486 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
487
488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
489         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
490         * ext/theora/theoradec.c: (theora_dec_sink_convert),
491         (theora_dec_chain):
492         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
493         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
494           Seeking and querying finetune.
495
496 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
497
498         * configure.ac:
499         * ext/Makefile.am:
500         * ext/raw1394/Makefile.am:
501           fix the build
502
503 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
504
505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
506           Wrong return.
507         * gst/playback/Makefile.am:
508         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
509         * gst/playback/gstplay-marshal.list:
510         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
511           Fix marshallers.
512
513 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
514
515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
516           Silence.
517
518 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
519
520         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
521         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
522         (gst_ogg_pad_push):
523           Yay for non-lineair granulepos in theora.
524
525 2004-10-18  Wim Taymans  <wim@fluendo.com>
526
527         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
528         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
529         * ext/dv/gstdvdec.h:
530         Make sure we renegotiate aspect ratio when the camera switches.
531
532 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
533
534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
535         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
536           Start at zero.
537         * ext/theora/theoradec.c: (theora_dec_chain):
538           Skip headers. Bad idea for chained ogg, but fixes seeking.
539
540 2004-10-18  Wim Taymans  <wim@fluendo.com>
541
542         * configure.ac:
543         I swear, this is the last time I touch this.
544
545 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
546
547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
548         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
549         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
550           Faster seeking.
551         * ext/theora/theoradec.c: (theora_dec_sink_convert):
552           Time-to-default conversion.
553         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
554           Don't error on unknown packets, just skip. We should probably
555           read them if we want to support chained ogg.
556
557 2004-10-18  Wim Taymans  <wim@fluendo.com>
558
559         * configure.ac:
560         Added cdaudio to wrong list.
561
562 2004-10-18  Wim Taymans  <wim@fluendo.com>
563
564         * configure.ac:
565         Revive cdaudio.
566
567 2004-10-18  Wim Taymans  <wim@fluendo.com>
568
569         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
570         (gst_dvdec_video_link), (gst_dvdec_push):
571         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
572         (gst_smokeenc_resync), (gst_smokeenc_chain):
573         Fix mimetype on smoke encoder.
574         Add aspect ratio to dvdec. Not sure if these
575         values are correct though....
576
577 2004-10-18  Wim Taymans  <wim@fluendo.com>
578
579         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
580         Fix vorbis property descriptions and ranges.
581
582 2004-10-18  Wim Taymans  <wim@fluendo.com>
583
584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
585         Really do nothing when no data is available.
586         Go to the playing state when the stream is not seekable
587         instead of failing.
588
589 2004-10-18  Wim Taymans  <wim@fluendo.com>
590
591         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
592         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
593         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
594         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
595         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
596         Added uri handler for cd://
597         Port to new API.
598
599 2004-10-18  Wim Taymans  <wim@fluendo.com>
600
601         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
602         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
603         (try_to_link_1), (no_more_pads), (close_link), (type_found):
604         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
605         (remove_prerolls), (unknown_type), (add_element_stream),
606         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
607         (gst_play_base_bin_remove_element),
608         (gst_play_base_bin_link_stream):
609         * gst/playback/gstplaybin.c: (gen_video_element),
610         (gen_vis_element), (remove_sinks), (setup_sinks):
611         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
612         (gst_stream_info_get_type), (gst_stream_info_class_init),
613         (gst_stream_info_init), (gst_stream_info_new),
614         (gst_stream_info_dispose), (stream_info_mute_pad),
615         (gst_stream_info_set_property), (gst_stream_info_get_property):
616         * gst/playback/gststreaminfo.h:
617         Add sink padtemplate to decodebin.
618         Added some more comments.
619         Make queue size configurable in playbasebin.
620         Added possibility to use elements as sinks (ex cdaudio).
621
622 2004-10-15  Wim Taymans  <wim@fluendo.com>
623
624         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
625         (gst_speexenc_chain):
626         Fix speex timestamps so that it gets muxed properly.
627
628 2004-10-15  Wim Taymans  <wim@fluendo.com>
629
630         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
631         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
632         (gst_dv1394src_init), (gst_dv1394src_dispose),
633         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
634         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
635         (gst_dv1394src_event), (gst_dv1394src_get_formats),
636         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
637         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
638         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
639         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
640         * ext/raw1394/gstdv1394src.h:
641         Added conversion/query functions.
642         Update buffer timestamps,
643         Added signals. 
644         Added uri dv:// so it might play from the firewire in playbin. 
645         Fix a possible leak. 
646         Added debugging.
647
648 2004-10-15  Wim Taymans  <wim@fluendo.com>
649
650         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
651         (gst_dv1394src_init), (gst_dv1394src_set_property),
652         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
653         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
654         * ext/raw1394/gstdv1394src.h:
655         Added AV/C VTR control support needed for some cameras.
656         Added automatic port detection.
657         Added properties for selecting the channel.
658         The configure.ac script is not yet updated to reflect the
659         new libavc1394 and librom1394 dependencies.
660
661 2004-10-15  Wim Taymans  <wim@fluendo.com>
662
663         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
664         (qtdemux_parse), (gst_qtdemux_handle_esds):
665         An esds box is not a container.
666         Fix parsing of mp4v boxes.
667         Do not try to renegotiate fps for each frame. Need to
668         find a better method. This should fix mp4 playback.
669
670 2004-10-14  David Schleef  <ds@schleef.org>
671
672         * configure.ac: update for swfdec-0.3 and liboil-0.2
673         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
674         * ext/swfdec/gstswfdec.h: same
675         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
676         * gst/videotestsrc/videotestsrc.c: same
677
678 2004-10-14  Wim Taymans  <wim@fluendo.com>
679
680         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
681         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
682         (is_sync_frame), (gst_multifdsink_new_client),
683         (gst_multifdsink_handle_client_write),
684         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
685         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
686         Turn warnings into info.
687         Don't allow a state change in the streaming thread.
688
689 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
690
691         * ext/vorbis/oggvorbisenc.c:
692         * ext/vorbis/vorbisdec.c:
693           fix template sample rate
694
695 2004-10-13  Wim Taymans  <wim@fluendo.com>
696
697         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
698         Decoding the header first fixes some problems in resyncing
699         in more mp3s.
700
701 2004-10-12  Wim Taymans  <wim@fluendo.com>
702
703         * gst/playback/gstplaybin.c: (gen_video_element),
704         (gen_vis_element), (remove_sinks), (setup_sinks):
705         Added vis plugin support, need to configure the vis
706         element to activate it.
707
708 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
709
710         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
711         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
712           Some debug.
713         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
714         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
715         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
716         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
717         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
718         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
719         * gst/avi/gstavidemux.h:
720           Support for openDML-2.0 indx/ix## chunks. Support for broken index
721           recovery (where, if part of the index is broken, we will still read
722           the rest of the index and recover the broken part by stream
723           scanning). More broken media support. EOS workarounds. General AVI
724           braindamage headache recovery. Aspirin included.
725
726 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
727
728         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
729         (cdparanoia_event), (cdparanoia_query):
730           Get rid of hideous lead-in.
731
732 2004-10-11  Wim Taymans  <wim@fluendo.com>
733
734         * gst/playback/gstplaybasebin.c: (setup_source):
735         Wrong var used to get g_list_next.
736
737 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
738
739         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
740         (cdparanoia_get), (cdparanoia_open):
741           Report discid as metadata, add duration.
742
743 2004-10-11  Wim Taymans  <wim@fluendo.com>
744
745         * gst/playback/gstplaybasebin.c: (setup_source):
746         Cleanup the previous pipeline a little earlier for the
747         case that a source element provides raw data.
748
749 2004-10-11  Benjamin Otte  <otte@gnome.org>
750
751         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
752           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
753           consuming the last 128 bytes, even though it was valid mp3 data.
754
755 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
756
757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
758         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
759         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
760         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
761
762 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
763
764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
765         Fix for webcams that support only specific width or height
766
767 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
768
769         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
770
771         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
772           Fix wrong discont event setup (fixes #154967).
773
774 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
775
776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
777
778         * gst/auparse/gstauparse.c: (gst_auparse_chain):
779           Error out on invalid data (fixes #154807).
780
781 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
782
783         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
784
785         * ext/dvdread/dvdreadsrc.c: (_read):
786           Make titles > 0 work again (fixes #154834).
787
788 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
789
790         * gst-libs/gst/riff/riff-media.c:
791         (gst_riff_create_video_template_caps):
792           WMV3 missing in template caps.
793
794 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
795
796         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
797           OK, so the original code was too strict. It makes random AVI files
798           hang for seconds upon opening, which is unacceptable and is far
799           beyond the original goal of getting multiple chunks for one-chunk
800           sounc stream files. So now do just that.
801
802 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
803
804         * gst/playback/gstplaybasebin.c: (setup_source),
805         (gst_play_base_bin_change_state):
806           Actually clean up streaminfo if output fails. This would trigger
807           if, for example, there was no CD in the drive. No preroll, so
808           a streaminfo structure is created, but the subsequent state change
809           of the thread fails.
810         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
811           Don't change state if parent failed.
812
813 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
814
815         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
816         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
817         (gen_video_element), (remove_sinks):
818           Add small bits of code for screenshot handling.
819
820 2004-10-08  Wim Taymans  <wim@fluendo.com>
821
822         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
823         (gen_video_element), (gen_audio_element), (setup_sinks):
824         Don't assume the user provided sinks are named "sink"...
825
826 2004-10-08  Wim Taymans  <wim@fluendo.com>
827
828         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
829         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
830         (gst_play_base_bin_link_stream):
831         Do not try to autoplug sources that generate raw streams like
832         cdparanoia.
833         disconnect the preroll overrun signal when we don't need it anymore.
834
835 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
836
837         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
838         Added reworked patch from #154903 from milosz derezynski (deadchip).
839
840 2004-10-08  Wim Taymans  <wim@fluendo.com>
841
842         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
843         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
844         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
845         (cdparanoia_convert), (cdparanoia_uri_get_type),
846         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
847         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
848         * ext/cdparanoia/gstcdparanoia.h:
849         This adds the cdda://<tracknum> uri.
850
851 2004-10-08  Wim Taymans  <wim@fluendo.com>
852
853         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
854         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
855         (try_to_link_1), (no_more_pads), (close_link), (type_found):
856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
857         (unknown_type), (gst_play_base_bin_remove_element),
858         (gst_play_base_bin_link_stream):
859         * gst/playback/gstplaybasebin.h:
860         * gst/playback/gstplaybin.c: (gst_play_bin_init),
861         (gst_play_bin_set_property), (gen_video_element),
862         (gen_audio_element), (setup_sinks):
863         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
864         (gst_stream_info_get_type), (gst_stream_info_class_init),
865         (gst_stream_info_init), (gst_stream_info_new),
866         (gst_stream_info_dispose), (stream_info_mute_pad),
867         (gst_stream_info_set_property), (gst_stream_info_get_property):
868         * gst/playback/gststreaminfo.h:
869         Reuse the audio and video bins.
870         Some internal cleanups in the stream selection code.
871
872 2004-10-08  Julien MOUTTE  <julien@moutte.net>
873
874         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
875         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
876         * sys/ximage/ximagesink.h:
877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
878         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
879         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
880         not coming from those elements. Moreover these elements should not keep
881         the xid they have been given when in NULL state.
882
883 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
884
885         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
886         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
887         * sys/ximage/ximagesink.h:
888         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
889         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
890         * sys/xvimage/xvimagesink.h:
891           Actually only create a new toplevel window if we're not gonna
892           embed it right after.
893
894 2004-10-07  Wim Taymans  <wim@fluendo.com>
895
896         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
897         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
898         * gst/playback/gstplaybin.c: (setup_sinks):
899         Implement muting/unmuting of streams, mute streams that are not
900         used.
901
902 2004-10-07  Wim Taymans  <wim@fluendo.com>
903
904         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
905         (plugin_init):
906         Added lame audio/x-ac3 typefind function.
907
908 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
909
910         * configure.ac:
911           bump nano to cvs
912
913 === release 0.8.5 ===
914
915 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
916
917         * NEWS:
918         * RELEASE:
919         * configure.ac:
920           releasing 0.8.5, "Take You On"
921
922 2004-10-06  Wim Taymans  <wim@fluendo.com>
923
924         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
925         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
926         (no_more_pads), (close_link), (type_found):
927         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
928         * gst/playback/gstplaybin.c: (gen_video_element):
929         Do not signal the no_more_pads after the first pad when
930         we are plugging a non dynamic element with multiple
931         output pads (like swfdec, dvdec, ...).
932
933 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
934
935         * configure.ac:
936           bump for prerelease
937
938 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
939
940         * gst/wavparse/gstwavparse.c:
941           add ATRAC3 to STATIC CAPS to fix a warning
942
943         * gst/matroska/ebml-read.c:
944         * gst-libs/gst/riff/riff-read.c:
945           fix typos
946
947 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
948
949         * gst-libs/gst/riff/riff-media.c:
950           generate caps for ATRAC3 audio streams
951
952         * gst/realmedia/rmdemux.c:
953           generate caps for ATRAC3 audio streams
954
955 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
956
957         * gst/wavparse/Makefile.am
958         * gst/wavparse/riff.h
959         * gst/wavparse/wavparse.vcproj
960           riff.h removal (unused and duplication with riff-ids.h)
961
962 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
963
964         * gst/wavparse/gstwavparse.h
965           remove duplicated defines for audio codec codes
966
967         * gst-libs/gst/riff/riff-ids.h
968         * gst/wavenc/riff.h:
969           add "4CC" code for ATRAC3 audio streams
970           add "4CC" code for ITU_G721_ADPCM (unused for now)
971
972 2004-10-06  Wim Taymans  <wim@fluendo.com>
973
974         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
975         Actually _do_ negotiation. Pass gdouble as arg instead
976         of guint64 for the framerate.
977
978 2004-10-06  Wim Taymans  <wim@fluendo.com>
979
980         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
981         (find_compatibles), (close_pad_link), (try_to_link_1),
982         (no_more_pads), (close_link), (type_found):
983         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
984         * gst/playback/gstplaybin.c: (gen_video_element),
985         (gen_audio_element):
986         Set state on newly added element to READY so that negotiation
987         can happen ASAP.
988         Addes some more debug info.
989         Do not try to plug pads with multiple caps structures or ANY
990         because it is too dangerous since we do not do dynamic 
991         replugging.
992
993 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
994
995         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
996
997         * po/LINGUAS:
998         * po/or.po:
999           add Oriya translation
1000
1001 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1002
1003         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1004           Prevent overwrite of size member. Makes audio sound crappy.
1005
1006 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1007
1008         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1009         Add rmvb to the list of known RealMedia extensions
1010
1011 2004-10-05  Wim Taymans  <wim@fluendo.com>
1012
1013         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
1014         (mngdec_openstream), (mngdec_closestream),
1015         (mngdec_handle_sink_event), (mngdec_readdata),
1016         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
1017         (mngdec_getcanvasline), (mngdec_refresh),
1018         (gst_mngdec_change_state):
1019         Set the framerate correctly.
1020
1021 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1022
1023         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1024           There was something wrong with the index massaging.
1025
1026 2004-10-04  Wim Taymans  <wim@fluendo.com>
1027
1028         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
1029         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
1030         (gst_smokedec_chain):
1031         * ext/jpeg/gstsmokedec.h:
1032         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1033         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
1034         * ext/jpeg/gstsmokeenc.h:
1035         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
1036         (smokecodec_decode_new), (smokecodec_info_free),
1037         (smokecodec_set_quality), (smokecodec_get_quality),
1038         (smokecodec_set_threshold), (smokecodec_get_threshold),
1039         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
1040         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
1041         (smokecodec_encode), (smokecodec_parse_id),
1042         (smokecodec_parse_header), (smokecodec_decode):
1043         * ext/jpeg/smokecodec.h:
1044         * ext/jpeg/smokeformat.h:
1045         Updated smoke, new bitstream, allows embedding in ogg.
1046
1047 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1048
1049         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
1050           Fix seeking in some files. All this code is no longer needed (and
1051           actually breaks stuff) because we now synchronize the full index
1052           right when reading the header.
1053
1054 2004-10-04  Wim Taymans  <wim@fluendo.com>
1055
1056         * configure.ac:
1057         configure update for libmng.
1058
1059 2004-10-04  Wim Taymans  <wim@fluendo.com>
1060
1061         * ext/libmng/Makefile.am:
1062         * ext/libmng/gstmng.c: (plugin_init):
1063         * ext/libmng/gstmng.h:
1064         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
1065         (gst_mngdec_base_init), (gst_mngdec_class_init),
1066         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
1067         (gst_mngdec_loop), (gst_mngdec_get_property),
1068         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
1069         (mngdec_closestream), (mngdec_handle_sink_event),
1070         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
1071         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1072         (gst_mngdec_change_state):
1073         * ext/libmng/gstmngdec.h:
1074         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
1075         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
1076         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
1077         (gst_mngenc_chain), (gst_mngenc_get_property),
1078         (gst_mngenc_set_property):
1079         * ext/libmng/gstmngenc.h:
1080         Added basic MNG decoder. Needs more work. The encoder does
1081         not work yet.
1082
1083 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1084
1085         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
1086         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
1087         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
1088           Don't hang on length=0 chunks. Some negotiation fixes. Signal
1089           no-more-pads.
1090
1091 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1092
1093         * configure.ac:
1094           you need at least 1.0.4 of speex
1095
1096 2004-10-04 Iain <iaingnome@gmail.com>
1097
1098         * ext/speex/gstspeexdec.h: Revert the includes changes.
1099                 
1100         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
1101
1102 2004-09-30 Iain <iaingnome@gmail.com>
1103
1104         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
1105         found during init or set as a property instead of hardcoding /dev/audio
1106
1107 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1108
1109         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1110         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
1111         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
1112         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
1113         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
1114         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
1115         (gst_rmdemux_dump_data):
1116           Use debug category, fix EOS handling. filesrc ! rmdemux now
1117           works.
1118
1119 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1120
1121         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1122         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
1123         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
1124           Improve allocation, cutting and sorting of the index. How takes a
1125           few seconds instead of minutes.
1126
1127 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
1128
1129         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
1130           fixed compilation
1131
1132 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1133
1134         * gst-libs/gst/riff/riff-media.c:
1135         (gst_riff_create_video_caps_with_data),
1136         (gst_riff_create_video_template_caps):
1137           Add wing commander format mimetype/fourccs.
1138         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1139           Don't crash if some value is 0.
1140
1141 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1142
1143         * gst-libs/gst/riff/riff-media.c:
1144         (gst_riff_create_video_caps_with_data),
1145         (gst_riff_create_video_template_caps):
1146           Add DIB fourcc (raw, palettized 8-bit RGB).
1147         * gst-libs/gst/riff/riff-read.c:
1148         (gst_riff_read_strf_vids_with_data):
1149           Oops, fix strf_data reading bug.
1150         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1151           Use a non-NULL tag.
1152         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1153           Time for hacks. Sorry Dave. At least one quicktime movie (a
1154           trailer) that I've encountered contains multiple video tracks.
1155           One of those is the actual video track, the other are one-frame
1156           tracks (images). Unfortunately, the number of frames according
1157           to the trak header is 1 for each, so that doesn't help. So
1158           instead, I look at the duration and discard tracks with a
1159           duration shorter than 20% of the length of the stream. Better
1160           than nothing.
1161
1162 2004-10-01  Christian Schaller <christian@fluendo.com>
1163
1164         * ext/ivorbis/vorbis.c:
1165           Patch from Phil Blundell (Bug 152341)
1166
1167 2004-10-01  Wim Taymans  <wim@fluendo.com>
1168
1169         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
1170         (speex_dec_get_formats), (speex_dec_convert),
1171         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
1172         (speex_dec_chain), (gst_speexdec_get_property),
1173         (gst_speexdec_set_property):
1174         Small cleanups.
1175
1176 2004-10-01  Wim Taymans  <wim@fluendo.com>
1177
1178         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1179         (gst_wavparse_stream_init), (gst_wavparse_fmt),
1180         (gst_wavparse_other), (gst_wavparse_loop),
1181         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1182         (gst_wavparse_srcpad_event):
1183         * gst/wavparse/gstwavparse.h:
1184         Added some more debugging info.
1185         Fix the case where the length of the file is 0.
1186         Make sure we seek to sample borders.
1187
1188 2004-10-01  Wim Taymans  <wim@fluendo.com>
1189
1190         * gst/playback/README:
1191         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1192         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1193         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1194         Add some debug info to decodebin, update README
1195
1196 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1197
1198         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
1199           Don't use g_print(); use GST_DEBUG().
1200
1201 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1202
1203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1204         (gst_ogg_mux_queue_pads):
1205           Handle EOS properly.
1206
1207 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1208
1209         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1210
1211         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
1212         (gst_faad_chain), (gst_faad_change_state):
1213         * ext/faad/gstfaad.h:
1214           Allow playback of raw (unframed) MPEG AAC files (#148993).
1215
1216 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1217
1218         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1219
1220         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1221           Throw error if we didn't recognize the stream. Fixes #152289.
1222
1223 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1224
1225         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1226           Fix negotiation.
1227
1228 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
1229
1230         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1231
1232         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1233           Fix memleak.
1234
1235 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
1236
1237         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1238
1239         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
1240           Solve #152805.
1241         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
1242           Solve 152806.
1243
1244 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1245
1246         * gst-libs/gst/riff/riff-media.c:
1247         (gst_riff_create_video_caps_with_data),
1248         (gst_riff_create_audio_caps_with_data):
1249           Add codec_data handling (like asfdemux used to do).
1250         * gst/asfdemux/gstasf.c: (plugin_init):
1251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1252         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
1253           Use riff-media for caps creation instead of our own (mostly
1254           broken) copy of its functions.
1255
1256 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1257
1258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
1259           Don't actually error out if we get another return value than
1260           -EINVAL. Opposite to what I first thought, drivers have random
1261           return values for this, although -EINVAL is the expected return
1262           value. Since this is not fatal, we shouldn't use
1263           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
1264
1265 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1266
1267         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1268         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
1269         (dvdreadsrc_get_property), (_open), (_seek), (_read),
1270         (dvdreadsrc_get), (dvdreadsrc_open_file),
1271         (dvdreadsrc_change_state):
1272           Fix. Don't do one big huge loop around the whole DVD, that will
1273           cache all data and thus eat sizeof(dvd) (several GB) before we
1274           see something.
1275         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1276           Actually NULL'ify event after using it.
1277         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
1278         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
1279         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1280         (gst_ebml_read_seek), (gst_ebml_read_skip):
1281           Handle events.
1282         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
1283         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
1284         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
1285           Fix timing (this will probably break if I seek using menus, but
1286           I didn't get there yet). VOBs and normal DVDs should now work.
1287           Add a mpeg2-only pad with high rank so this get autoplugged for
1288           MPEG-2 movies.
1289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
1290         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
1291         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
1292         (gst_mpeg_demux_get_audio_stream),
1293         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
1294         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
1295           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
1296           MPEG-1 but use dvddemux for MPEG-2.
1297         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
1298         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
1299         (gst_mpeg_parse_parse_packhead):
1300           Timing. Only add pad template if it exists. Add sink template from
1301           class and not from ourselves. This means we will always use the
1302           correct sink template even if it is not the one defined in this
1303           file.
1304
1305 2004-09-29  Wim Taymans  <wim@fluendo.com>
1306
1307         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
1308         (gst_mpeg_demux_parse_pes):
1309         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1310         Fix playback of mpeg again, timestamps where screwed up by
1311         patch 1.61.
1312
1313 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1314
1315         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
1316           Only return true if we actually filled something in. Prevents
1317           player applications from showing a random length for flac files.
1318         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1319         (gst_riff_read_use_event), (gst_riff_read_handle_event),
1320         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
1321         (gst_riff_read_strf_vids_with_data),
1322         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
1323           OK, ok, so I implemented event handling. Apparently it's normal
1324           that we receive random events at random points without asking
1325           for it.
1326         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1327         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1328         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
1329         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1330         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
1331         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
1332         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1333         * gst/avi/gstavidemux.h:
1334           Implement non-lineair chunk handling and subchunk processing.
1335           The first solves playback of AVI files where the audio and video
1336           data of individual buffers that we read are not synchronized.
1337           This should not happen according to the wonderful AVI specs, but
1338           of course it does happen in reality. It is also a prerequisite for
1339           the second. Subchunk processing allows us to cut chunks in small
1340           pieces and process each of these pieces separately. This is
1341           required because I've seen several AVI files with incredibly large
1342           audio chunks, even some files with only one audio chunk for the
1343           whole file. This allows for proper playback including seeking.
1344           This patch is supposed to fix all AVI A/V sync issues.
1345         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1346         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
1347           Work.
1348         * gst/modplug/gstmodplug.cc:
1349           Proper return value setting for the query() function.
1350         * gst/playback/gstplaybasebin.c: (setup_source):
1351           Being in non-playing state (after, e.g., EOS) is not necessarily
1352           a bad thing. Allow for that. This fixes playback of short files.
1353           They don't actually playback fully now, because the clock already
1354           runs. This means that small files (<500kB) with a small length
1355           (<2sec) will still not or barely play. Other files, such as mod
1356           or flx, will work correctly, however.
1357
1358 2004-09-28  Wim Taymans  <wim@fluendo.com>
1359
1360         * ext/speex/gstspeex.c: (plugin_init):
1361         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
1362         (gst_speex_dec_class_init), (speex_dec_get_formats),
1363         (speex_get_event_masks), (speex_get_query_types),
1364         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
1365         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
1366         (gst_speexdec_get_property), (gst_speexdec_set_property),
1367         (speex_dec_change_state):
1368         * ext/speex/gstspeexdec.h:
1369         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
1370         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
1371         (gst_speexenc_base_init), (gst_speexenc_class_init),
1372         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
1373         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
1374         (gst_speexenc_src_query), (gst_speexenc_init),
1375         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
1376         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
1377         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
1378         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
1379         (gst_speexenc_chain), (gst_speexenc_get_property),
1380         (gst_speexenc_set_property), (gst_speexenc_change_state):
1381         * ext/speex/gstspeexenc.h:
1382         Rewrote speex encoder, make sure it can be embedded in ogg.
1383         Implemented speex decoder.
1384
1385 2004-09-28  Christian Schaller <christian@fluendo.com>
1386
1387         * configure.ac:
1388         Remove kioslave plugin. Markey is brewing a new working one
1389         * ext/Makefile.am: Remove kioslave plugin
1390         * ext/kio: remove
1391         * gst-plugins.spec.in: remove kio plugin from spec
1392
1393 2004-09-27  Wim Taymans  <wim@fluendo.com>
1394
1395         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1396         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1397         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1398         (gst_multifdsink_new_client),
1399         (gst_multifdsink_handle_client_write),
1400         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1401         (gst_multifdsink_handle_clients):
1402         * gst/tcp/gstmultifdsink.h:
1403         Make syncing to keyframes actually work for new clients and lagging
1404         clients.
1405
1406 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1407
1408         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1409         (gst_navigationtest_handle_src_event), (draw_box_planar411),
1410         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1411         * gst/debug/gstnavigationtest.h:
1412           make navigationtest display button-press and button-release events
1413
1414 2004-09-26 Iain <iaingnome@gmail.com>
1415
1416         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1417         the channels have received a new media event.
1418         (interleave_buffered_loop): Compresses a new media event on all 
1419         channels into one.
1420
1421 2004-09-26 Iain <iaingnome@gmail.com>
1422
1423         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1424         call the sinkpad's default event handler and not the srcpads. He also
1425         says this is confusing :)
1426         (gst_wavenc_stop_file): Company says that seek events only go upstream
1427         we should send a discontinuous downstream instead.
1428
1429 2004-09-25  Christian Schaller <christian@fluendo.com>
1430
1431         * Update SPEC file to be usable in conjunction with Fedora Core,
1432           Fedora.us and freshrpms packages
1433         * Fix typo in multifilesrc test Makefile
1434         
1435 2004-09-24  Wim Taymans  <wim@fluendo.com>
1436
1437         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1438         Only signal the no_more_pads signal when we have
1439         added the stream to our list.
1440
1441 2004-09-24  Wim Taymans  <wim@fluendo.com>
1442
1443         * gst/playback/gstplaybasebin.c: (remove_prerolls),
1444         (new_decoded_pad):
1445         * gst/playback/gstplaybasebin.h:
1446         * gst/playback/gstplaybin.c: (setup_sinks):
1447         Don't try to preroll or decode more than one audio/video
1448         track.
1449
1450 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1451
1452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1453           Throw error if we failed to find a suitable output. This should
1454           throw an error if we successfully set up a pipeline (e.g. because
1455           we recognized a media file) but found no decodable streams in it
1456           (e.g. because it contains only media stream types for which we
1457           have no decoders, or because it's not a media type).
1458
1459 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1460
1461         * ext/dirac/Makefile.am:
1462         * ext/dirac/gstdirac.cc:
1463         * ext/dirac/gstdiracdec.cc:
1464         * ext/dirac/gstdiracdec.h:
1465           Do something. Don't actually know if this works because I don't
1466           have a demuxer yet.
1467         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1468           Add channels=1 to caps returned from _getcaps().
1469         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1470         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1471         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1472         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1473         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1474         (gst_ogm_parse_change_state):
1475           Separate between audio/video so ogmaudioparse actually uses the
1476           audio pad templates. Both audio and video work now, including
1477           autoplugging. Also use sometimes-srcpad hack.
1478         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1479           Handle events better. Don't hang on infinite loops.
1480         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1481         (gst_avi_demux_init), (gst_avi_demux_reset),
1482         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1483         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1484         (gst_avi_demux_change_state):
1485         * gst/avi/gstavidemux.h:
1486           Improve A/V sync. Still not perfect.
1487         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1488         (gst_ebml_read_skip):
1489           Handle events better.
1490         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1491         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1492         (qtdemux_audio_caps):
1493           Add IMA4. Improve event handling. Save offset after a seek when
1494           the headers are at the end of the file so that we don't end up in
1495           an infinite loop.
1496         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1497           Add low-priority typefind support for files with no length.
1498
1499 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1500
1501         * testsuite/multifilesink/Makefile.am:
1502         fix typo
1503
1504 2004-09-22  Julien MOUTTE  <julien@moutte.net>
1505
1506         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1507         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
1508         mistakes from thaytan's patches.
1509
1510 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1511
1512         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1513           For completeness, XSync in the destroy function as xvimage does.
1514
1515 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1516
1517         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1518            Correct caps negotiation
1519         * gst/volume/gstvolume.c: (volume_chain_float),
1520         (volume_chain_int16):
1521            Modify debug output to be little more informative
1522         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1524         (gst_xvimagesink_xvimage_destroy):
1525           Add XSync calls after detaching from the shared memory segment to
1526           avoid a crash.
1527
1528 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1529
1530         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1531         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1532         * ext/vorbis/vorbis.c: (plugin_init):
1533         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1534         (gst_vorbisenc_chain):
1535         * ext/vorbis/vorbisenc.h:
1536         remove explicit newmedia support from oggmux and vorbisenc
1537         add debug category to vorbisenc
1538         * gst/multifilesink/gstmultifilesink.c:
1539         (gst_multifilesink_class_init), (gst_multifilesink_init),
1540         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1541         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1542         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1543         (plugin_init):
1544         * gst/multifilesink/gstmultifilesink.h:
1545         add support for streamheader in multifilesink
1546
1547 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1548
1549         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1550         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1551         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1552           Prevent infinite loops. More correct error reporting.
1553         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1554           Error out if negotiation fails.
1555         * gst/playback/gstplaybasebin.c: (setup_source),
1556         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1557         (gst_play_base_bin_found_tag):
1558           Error/tag forwarding. Pre-roll fixes for source errors on state
1559           changes (e.g. "file does not exist") to prevent hangs.
1560
1561 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1562
1563         * testsuite/multifilesink/Makefile.am:
1564         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1565         (gst_newmedia_class_init), (gst_newmedia_init),
1566         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1567         (newfile_signal), (test_signal), (main):
1568         * testsuite/multifilesink/multifilesrc_test.c: (main):
1569         * testsuite/multifilesink/oggtheora_test.c:
1570         (gst_newmedia_base_init), (gst_newmedia_class_init),
1571         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1572         (test_format), (newfile_signal), (test_signal), (main):
1573         * testsuite/multifilesink/oggvorbis_test.c:
1574         (gst_newmedia_base_init), (gst_newmedia_class_init),
1575         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1576         (test_format), (newfile_signal), (test_signal), (main):
1577         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1578         (gst_newmedia_class_init), (gst_newmedia_init),
1579         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1580         (newfile_signal), (test_signal), (main):
1581         New media tests
1582
1583 2004-09-20  Christian Schaller <christian@fluendo.com>
1584
1585         * Fix mikmod license to LGPL as they have relicensed
1586         * Move Dirac and Effectv into LGPL section of README_license
1587
1588 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1589
1590         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1591         (gst_mad_change_state):
1592           Allow for mp3 rate/channels changes. However, only very
1593           conservatively. Reason that we *have* to enable this is smiply
1594           because the mad find_sync() function is not good enough, it will
1595           regularly sync on random data as valid frames and therefore make
1596           us provide random caps as *final* caps of the stream. The best fix
1597           I could think of is to simply require several of the same stream
1598           changes in a row before we change caps.
1599           The actual testcase that works now is #
1600         * ext/ogg/Makefile.am:
1601         * ext/ogg/gstogg.c: (plugin_init):
1602         * ext/ogg/gstogmparse.c:
1603           OGM support (video only for now; I need an audio sample file).
1604         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1605         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1606         (gst_asf_demux_add_video_stream):
1607           WMV extradata.
1608         * gst/playback/gstplaybasebin.c: (unknown_type):
1609           Don't error out on single unknown-types after all. It's wrong.
1610           If we found type of video and audio but not of a subtitle stream,
1611           it will still error out (which is unwanted). Will find a better fix
1612           later on.
1613         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
1614         (ogmaudio_type_find), (plugin_init):
1615           OGM support.
1616
1617 2004-09-20  Johan Dahlin  <johan@gnome.org>
1618
1619         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
1620         after setting caps.
1621
1622 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1623
1624         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
1625         * gst/wavenc/gstwavenc.h:
1626         Added newmedia support to wavenc
1627
1628 2004-09-17  Wim Taymans  <wim@fluendo.com>
1629
1630         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
1631         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1632         (gst_fdset_fd_can_write), (gst_fdset_wait):
1633         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1634         (gst_multifdsink_init), (gst_multifdsink_add),
1635         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
1636         (gst_multifdsink_remove_client_link),
1637         (gst_multifdsink_client_queue_buffer),
1638         (gst_multifdsink_handle_client_write),
1639         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
1640         (gst_multifdsink_close), (gst_multifdsink_change_state):
1641         * gst/tcp/gstmultifdsink.h:
1642         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1643         (gst_tcpserversink_removed):
1644         Small cleanups in fdset.c
1645         Use a hastable to map fd to the client structure for faster
1646         lookup in _remove and get_stats.
1647         Added virtual function to close the fds.
1648         Handle clients even when the select/poll call was unblocked because
1649         of a command.
1650         Implement syncing to keyframe in the recovery procedure.
1651
1652 2004-09-16 Iain <iaingnome@gmail.com>
1653
1654         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
1655         try caps.
1656
1657 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1658
1659         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
1660           Caps are only set if the type of the stream is unknown, but this
1661           is initialized in ->init_stream(), so set to UNKNOWN after calling
1662           ->init_stream() so that capsnego starts.
1663
1664 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1665
1666         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1667         (gst_avi_demux_stream_data):
1668           Just hardcode for raw audio then. AVI audio sucks.
1669
1670 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
1671
1672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1673         * gst/matroska/matroska-mux.c: (audiosink_templ),
1674         (gst_matroska_mux_audio_pad_link):
1675         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
1676         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
1677
1678 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1679
1680         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1681         (gst_avi_demux_stream_data):
1682           Try to fix a/v sync issues.
1683
1684 2004-09-15  David Schleef  <ds@schleef.org>
1685
1686         * configure.ac: remove NASM check, since we don't use it.  Update
1687         dirac check to 0.4
1688         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
1689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1690         Initialized variables.
1691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1692         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
1693         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
1694         SVQ3 format
1695
1696 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1697
1698         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1699         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
1700         * gst/avi/gstavidemux.h:
1701           Fix for compressed audio (mp3) timestamp generation. How did this
1702           ever work?
1703
1704 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1705
1706         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1707           Volume is a double not a float.
1708
1709 2004-09-15  Wim Taymans  <wim@fluendo.com>
1710
1711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
1712         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1713         Don't close the fd in multifdsink as we didn't open it in the
1714         first place. Some cleanups.
1715
1716 2004-09-15  Wim Taymans  <wim@fluendo.com>
1717
1718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1720         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1721         Fix the case where the muxer would mark pages as delta
1722         frames when they are not (vorbis only ogg).
1723
1724 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1725
1726         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
1727         (gst_play_base_bin_change_state):
1728           Handle the case where we failed to setup a clear pipeline. This
1729           will throw an error (or EOS, another nice case) and if you don't
1730           catch that, the app will wait for the signal forever (and thus
1731           hang).
1732
1733 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1734
1735         * ext/gnomevfs/gstgnomevfssink.c:
1736         (gst_gnomevfssink_uri_get_protocols):
1737         * ext/gnomevfs/gstgnomevfssrc.c:
1738         (gst_gnomevfssrc_uri_get_protocols):
1739         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1740         * ext/gnomevfs/gstgnomevfsuri.h:
1741           Use _uri_new() instead of _open(), so it doesn't take as long and
1742           Christophe's computer won't hang.
1743         * gst/playback/gstplaybasebin.c: (unknown_type):
1744           Throw error on unknown media type, so apps actually display it.
1745
1746 2004-09-14  Brian Cameron  <brian.cameron@sun.com
1747
1748         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
1749           this script to work on Solaris since bash shell handles echo
1750           differenly than bash.
1751
1752 2004-09-17  Wim Taymans  <wim@fluendo.com>
1753
1754         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
1755         (setup_source), (gst_play_base_bin_set_property),
1756         (gst_play_base_bin_add_element):
1757         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1758         Some more work on making sure seeking pauses the pipeline and
1759         that changing the uri actually does something.
1760
1761 2004-09-17  Wim Taymans  <wim@fluendo.com>
1762
1763         * gst/tcp/gstfdset.c: (gst_fdset_wait):
1764         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
1765         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
1766         (gst_tcpserversink_close):
1767         Be a bit more paranoid when freeing memory.
1768
1769 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1770
1771         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1772         (qtdemux_parse_trak):
1773           Don't crash by dividing by zero (see sample movie in #126922).
1774
1775 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1776
1777         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1778           Don't touch non-existing data (fixes crash on file in #140147).
1779
1780 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1781
1782         * gst/playback/gstplaybasebin.c:
1783         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
1784           Handle double disposals, and proper change of URIs.
1785
1786 2004-09-13  Martin Eikermann <meiker@upb.de>
1787
1788         * gst/mpegstream/gstmpegparse.c:
1789           fix synchronistation for streams recorded from digital PCR
1790           fixes bug #119376
1791
1792 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1793
1794         * ext/gnomevfs/Makefile.am:
1795         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1796         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
1797         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
1798         (gst_gnomevfssink_uri_get_type),
1799         (gst_gnomevfssink_uri_get_protocols),
1800         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
1801         (gst_gnomevfssink_uri_handler_init),
1802         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
1803         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
1804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
1805         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
1806         (gst_gnomevfssrc_uri_get_type),
1807         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
1808         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
1809         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
1810         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
1811         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1812         * ext/gnomevfs/gstgnomevfsuri.h:
1813           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
1814           of fake URIs to see which this version of Gnome-VFS likes, and
1815           uses that for the Gst-URI interface. Makes playbin support http://
1816           streams. Also fix up some stupid behaviour in gnomevfssrc.
1817
1818 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1819
1820         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1821         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1822         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1823         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1824           Update mixer (to sync with other sessions) if we try to obtain
1825           a new value. This makes alsamixer work accross applications.
1826         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1827           Only call sync functions if we're running, else alsalib asserts.
1828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1829           Sometimes fails to compile. Possibly a gcc bug.
1830         * gst/playback/gstplaybin.c: (gen_video_element),
1831         (gen_audio_element):
1832           Add a reference to an application-provided object, because we lose
1833           this same reference if we add it to the bin. If we don't do this,
1834           we can only use this object once and thus crash if we go from
1835           ready to playing, back to ready and back to playing again.
1836           Also add an audioscale element because several cheap soundcards -
1837           like mine - don't support all samplerates.
1838         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1839         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
1840           Fix wrong order or PAR calls. Makes automatically obtained PAR
1841           from the X server atually being used.
1842
1843 2004-09-12  David Schleef  <ds@schleef.org>
1844
1845         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
1846         #151887, #152102, #152247.
1847         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
1848         * examples/seeking/cdparanoia.c: same
1849         * examples/seeking/cdplayer.c: same
1850         * examples/seeking/seek.c: same
1851         * examples/seeking/spider_seek.c: same
1852         * examples/seeking/vorbisfile.c: same
1853         * examples/stats/mp2ogg.c: same
1854         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1855         (gst_esdsink_dispose): Dispose of element properly.
1856         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
1857         fixes.
1858         * ext/nas/nassink.c: (gst_nassink_class_init),
1859         (gst_nassink_dispose): Dispose of element correctly.
1860         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
1861         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1862         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1863         Fix 64-bit warning.
1864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1865         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1866         Fix 64-bit warning.
1867
1868 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1869
1870         * configure.ac : change speex detection as 1.1.6 now uses
1871           .pc/pkg-config and they changed their headers location.
1872
1873 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
1874
1875         * gst/matroska/matroska-mux.h:
1876         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1877         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1878         (gst_matroska_mux_write_data):
1879           Write multiple blocks/frames per cluster.
1880                 Write meta-seek information (seek heads).
1881
1882 2004-09-09  Scott Wheeler <wheeler@kde.org>
1883
1884         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
1885         (gst_play_bin_set_property), (gst_play_bin_get_property),
1886         (gen_audio_element), (gen_audio_element):
1887           Add a volume element / property to the pipeline.
1888
1889 2004-09-07  Wim Taymans  <wim@fluendo.com>
1890
1891         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
1892         Copy timestamps from the master pad to the output buffers.
1893
1894 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1895
1896         * ext/raw1394/gstdv1394src.c:
1897           throw errors when applicable
1898
1899 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
1900
1901         * gst/matroska/ebml-ids.h:
1902         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
1903         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
1904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
1905           automatically convert unix time <-> ebml time when reading/writing
1906           a date, use gst_ebml_write_uint to write CUETIME,
1907           not gst_ebml_write_date.
1908         * gst/matroska/matroska-ids.h:
1909         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1910         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
1911         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1912         (gst_matroska_mux_write_data):
1913           Write track and segment UIDs, write muxing date, write
1914           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
1915           Create cues for audio only files.
1916
1917 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1918
1919         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1920         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1921           Re-commit ALSA switches.
1922         * gst/adder/gstadder.c: (gst_adder_loop):
1923           64-bit fix (#151416).
1924         * gst/debug/progressreport.c: (gst_progressreport_report):
1925           64-bit fix (#151419).
1926         * gst/matroska/matroska-demux.c:
1927         (gst_matroska_demux_parse_contents):
1928           64-bit fix (#151420).
1929         * gst/playback/test3.c: (update_scale):
1930           64-bit fix (#151421).
1931
1932 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1933
1934         * configure.ac:
1935           bump nano to cvs
1936
1937 === release 0.8.4 ===
1938
1939 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1940
1941         * configure.ac: releasing 0.8.4, "Alias"
1942
1943 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1944
1945         * ext/theora/Makefile.am:
1946           fix makefile.  Fixes #151462.
1947
1948 2004-08-30  Wim Taymans  <wim@fluendo.com>
1949
1950         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
1951         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1952         (gst_multifdsink_remove_client_link),
1953         (gst_multifdsink_client_queue_buffer),
1954         (gst_multifdsink_handle_client_write):
1955         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
1956         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
1957         Fix some memory leaks.
1958
1959 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1960
1961         Patch by: David Schleef
1962
1963         * configure.ac:
1964         * sys/Makefile.am:
1965           rename our detection macro for V4L2.  Fixes #151236.
1966
1967 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1968
1969         Patch by: David Schleef
1970
1971         * configure.ac:
1972           check to define LAMEPRESET.  Fixes #151232.
1973
1974 2004-08-27  David Schleef  <ds@schleef.org>
1975
1976         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
1977         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
1978         (gst_glimagesink_fixate):  Move local variable declarations to
1979         make gcc-2.95 happy.
1980
1981 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1982
1983         * configure.ac:
1984           bump nano for prerelease
1985
1986 2004-08-27  David Schleef  <ds@schleef.org>
1987
1988         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
1989         * sys/sunaudio/gstsunaudiosrc.c: 
1990         * sys/sunaudio/gstsunaudiosrc.h:
1991
1992 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
1993
1994         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
1995         handle EOS correctly
1996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
1997         * gst/matroska/matroska-mux.h:
1998         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
1999         VFW compatibility mode
2000
2001 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2002
2003         patch by: Zaheer Abbas Merali
2004
2005         * ext/ogg/gstoggmux.c:
2006         * ext/vorbis/vorbisenc.c:
2007         * ext/vorbis/vorbisenc.h:
2008           handle NEWMEDIA
2009
2010 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
2011
2012         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
2013         fix byte order reversion on little endian machines.
2014         * gst/matroska/matroska-mux.c: (audiosink_templ),
2015         (gst_matroska_mux_audio_pad_link):
2016         add TTA codec to the list of supported codecs.
2017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
2018         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2019         (gst_matroska_mux_write_data):
2020         * gst/matroska/matroska-mux.h:
2021         write segment duration correctly, write muxing app string, fixes bugs
2022         #140897 and #140898.
2023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
2024         wait for all pads to be negotiated before starting to mux.
2025
2026 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2027
2028         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
2029         * ext/lame/gstlame.h:
2030         Added new media support to lame
2031
2032 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
2033
2034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
2035         send vorbis headers at the beginning of a stream, fixes bug #141554.
2036         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
2037         bug #148950.
2038         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
2039         (gst_matroska_demux_plugin_init):
2040         * gst/matroska/matroska-ids.h:
2041         enable demuxing of TTA audio streams, fixes bug #148951.
2042         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
2043         enable typefinding for TTA audio files, fixes bug #148711.
2044         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
2045         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
2046         fixes playback of packed bitstream and xvid with bframes, bug #135407.
2047
2048 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
2049  
2050         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2051         (gst_riff_read_element_data), (gst_riff_read_seek),
2052         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
2053         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
2054         <teuf@gnome.org>
2055
2056 2004-08-23 Iain <iaingnome@gmail.com>
2057
2058         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
2059         tags. They appear to be handled differently to normal.
2060         (tag_list_to_id3_tag_foreach): Ditto.
2061
2062 2004-08-22  Wim Taymans  <wim@fluendo.com>
2063
2064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2065         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2066         Make sure we never send -1 granulepos.
2067
2068 2004-08-20  Wim Taymans  <wim@fluendo.com>
2069
2070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2071         (gst_ogg_mux_loop):
2072         I will accept bitchslappings with non sharp objects.
2073
2074 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2075
2076         * configure.ac:
2077         Clean up the test for lame presets
2078
2079 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2080
2081         * configure.ac:
2082         * ext/lame/Makefile.am:
2083         * ext/lame/gstlame.c: (gst_lame_class_init),
2084         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2085         Only enable lame presets if version of lame has presets in API
2086
2087 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
2088         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
2089         * gst/udp/gstudpsrc.h:
2090           Don't call gst_pad_push in a get function. Fixes #150449
2091
2092 2004-08-18  Wim Taymans  <wim@fluendo.com>
2093
2094         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
2095         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
2096         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2097         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2098         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2099         (gst_fdset_wait):
2100         * gst/tcp/gstfdset.h:
2101         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2102         (gst_multifdsink_client_queue_buffer),
2103         (gst_multifdsink_handle_client_write):
2104         * gst/tcp/gstmultifdsink.h:
2105         Some extra checks in gstfdset.
2106         Only use send() when the fd is a socket. Don't try to
2107         read from write only fds.
2108
2109 2004-08-18  Wim Taymans  <wim@fluendo.com>
2110
2111         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
2112         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2113         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2114         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2115         (gst_fdset_wait):
2116         Add more locking and bounds checking.
2117
2118 2004-08-18  Wim Taymans  <wim@fluendo.com>
2119
2120         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
2121         Realloc test fdset in the lock and right before starting
2122         the poll call. Bump the limit to 4096.
2123
2124 2004-08-17  David Schleef  <ds@schleef.org>
2125
2126         * sys/sunaudio/Makefile.am:
2127         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
2128         of rates and channels.  Make debugging less obnoxious.
2129
2130         Patch from Balamurali Viswanathan implementing a mixer for
2131         Sun audio.  (bug #144091):
2132         * sys/sunaudio/gstsunelement.c:
2133         * sys/sunaudio/gstsunelement.h:
2134         * sys/sunaudio/gstsunmixer.c:
2135         * sys/sunaudio/gstsunmixer.h:
2136
2137 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2138
2139         * gst/audioscale/gstaudioscale.c:
2140         * gst/audioscale/gstaudioscale.h:
2141         made audioscale resample from any sample rate to any sample rate
2142
2143 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2144
2145         * ext/libpng/gstpngdec.c:
2146           error out on unsupported types
2147
2148 2004-08-17  Iain <iaingnome@gmail.com>
2149
2150         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
2151         mid_side and loose_mid_side properties if its a stereo stream.
2152
2153 2004-08-17  Wim Taymans  <wim@fluendo.com>
2154
2155         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2156         (theora_get_formats), (theora_dec_src_convert),
2157         (theora_dec_sink_convert), (theora_dec_src_query),
2158         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2159         Add a debug line.
2160
2161 2004-08-17  Wim Taymans  <wim@fluendo.com>
2162
2163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
2164         (gst_ogg_pad_push):
2165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2166         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2167         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
2168         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2169         Mark delta units in the muxer.
2170         Try to decode the packet after an out-of-sync error from
2171         libogg.
2172
2173 2004-08-17  Wim Taymans  <wim@fluendo.com>
2174
2175         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2176         (gst_multifdsink_init), (gst_multifdsink_add),
2177         (gst_multifdsink_client_queue_buffer),
2178         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2179         * gst/tcp/gstmultifdsink.h:
2180         Added option to send a keyframe to clients as the first buffer.
2181         Make timeout property writable.
2182
2183 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2184
2185         patch by: Wim Taymans
2186
2187         * gst/tcp/gstfdset.c:
2188         * gst/tcp/gstmultifdsink.c:
2189           fix index comparison, should include 0
2190
2191 2004-08-16  Wim Taymans  <wim@fluendo.com>
2192
2193         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
2194         (gst_fdset_add_fd), (gst_fdset_remove_fd),
2195         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2196         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2197         (gst_fdset_wait):
2198           copy when reallocing for poll so the select arguments don't get
2199           changed during the call
2200
2201 2004-08-16  Wim Taymans  <wim@fluendo.com>
2202
2203         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2204         (gst_theora_enc_class_init), (theora_enc_sink_link),
2205         (theora_buffer_from_packet), (theora_enc_chain):
2206         Fix bug where buffers were not marked as keyframes
2207         correctly.
2208
2209 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2210
2211         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2212         (gst_lame_preset_get_type), (gst_lame_class_init):
2213         describe the enum values for vbr mode and presets more verbosely
2214
2215 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2216
2217         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
2218         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
2219         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
2220         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2221         * ext/lame/gstlame.h:
2222         add preset property to lame so it can use lame presets
2223
2224 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2225
2226         * ext/lame/gstlame.c: (gst_lame_get_property):
2227         whoops forgot break, thanks teuf
2228
2229 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2230
2231         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2232         (gst_lame_class_init), (gst_lame_src_getcaps),
2233         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
2234         (gst_lame_get_property), (gst_lame_setup):
2235         * ext/lame/gstlame.h:
2236         fix lame's broken vbr stuff, allow it to resample if need be, and also 
2237         make xing header optional
2238
2239 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2240
2241         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
2242         added getcaps function so samplerate doesnt get fixated to silly values
2243
2244 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2245
2246         * ext/lame/gstlame.c: (gst_lame_src_link):
2247         revert previous fix
2248
2249 2004-08-12  Johan Dahlin  <johan@gnome.org>
2250
2251         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
2252         checks. Doesn't matter what state we are in. Interfaces are a
2253         compile time thing, not runtime. It also broke the python bindings.
2254
2255 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2256
2257         * ext/lame/gstlame.c: (gst_lame_src_link):
2258         made source pad link function check if sinkpad is ok..fixes the problem
2259         where core fixates the output rate of lame stupidly
2260
2261 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2262
2263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
2264         * sys/v4l/v4l_calls.c:
2265         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
2266           fix fixate function to handle nonsimple caps.
2267           remove bogus check in _link
2268           cleanups
2269
2270 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2271
2272         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
2273         set default compression ratio parameter to 0.0 so bitrate parameter
2274         works :)
2275
2276 2004-08-11  David Schleef  <ds@schleef.org>
2277
2278         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
2279
2280 2004-08-11  David Schleef  <ds@schleef.org>
2281
2282         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
2283         before.
2284
2285 2004-08-11  David Schleef  <ds@schleef.org>
2286
2287         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2288
2289 2004-08-11  David Schleef  <ds@schleef.org>
2290
2291         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
2292           license field
2293         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
2294         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
2295           LGPL.
2296         * gst/auparse/gstauparse.c: Fix plugin license field.
2297         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
2298         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
2299         * gst/rtp/gstrtp.c: Fix plugin license field.
2300
2301 2004-08-11  Wim Taymans  <wim@fluendo.com>
2302
2303         * gst/tcp/Makefile.am:
2304         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
2305         (ensure_size), (gst_fdset_new), (gst_fdset_free),
2306         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
2307         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
2308         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
2309         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2310         (gst_fdset_fd_can_write), (gst_fdset_wait):
2311         * gst/tcp/gstfdset.h:
2312         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2313         (gst_multifdsink_class_init), (gst_multifdsink_init),
2314         (gst_multifdsink_add), (gst_multifdsink_remove),
2315         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2316         (gst_multifdsink_remove_client_link),
2317         (gst_multifdsink_handle_client_read),
2318         (gst_multifdsink_client_queue_data),
2319         (gst_multifdsink_client_queue_caps),
2320         (gst_multifdsink_client_queue_buffer),
2321         (gst_multifdsink_handle_client_write),
2322         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2323         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2324         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2325         (gst_multifdsink_close):
2326         * gst/tcp/gstmultifdsink.h:
2327         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2328         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2329         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
2330         (gst_tcpserversink_close):
2331         * gst/tcp/gsttcpserversink.h:
2332         Abstracted away the select call, implemented poll (yes we ran into
2333         the 1024 limit in production).
2334
2335 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2336
2337         * gst/tcp/gsttcp.c:
2338         * gst/tcp/gsttcpplugin.c:
2339           improve debuggging, remove assert
2340
2341 2004-08-10  Wim Taymans  <wim@fluendo.com>
2342
2343         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2344         (gst_client_status_get_type), (gst_multifdsink_class_init),
2345         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2346         (gst_multifdsink_handle_client_read),
2347         (gst_multifdsink_handle_client_write),
2348         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2349         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2350         (gst_multifdsink_get_property):
2351         * gst/tcp/gstmultifdsink.h:
2352         * gst/tcp/gsttcp-marshal.list:
2353         Starting to prepare for specifying buffer time in other units
2354         than buffers. Expose remove reason in signal.
2355
2356 2004-08-10  Wim Taymans  <wim@fluendo.com>
2357
2358         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2359         (gst_multifdsink_remove), (gst_multifdsink_clear),
2360         (gst_multifdsink_remove_client_link),
2361         (gst_multifdsink_handle_client_read),
2362         (gst_multifdsink_client_queue_data),
2363         (gst_multifdsink_client_queue_buffer),
2364         (gst_multifdsink_handle_client_write),
2365         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2366         (gst_multifdsink_chain), (gst_multifdsink_close):
2367         * gst/tcp/gstmultifdsink.h:
2368         Added more debugging info. Changed the way clients are 
2369         removed from the lists. Fixed a bug where a bad file descriptor
2370         could cause many clients to be removed.
2371
2372 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2373
2374         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
2375           allow all pixel-aspect-ratios, not just 1:1
2376
2377 2004-08-09  David Schleef  <ds@schleef.org>
2378
2379         * sys/glsink/ARB_multitexture.h:  Remove old files.
2380         * sys/glsink/EXT_paletted_texture.h:
2381         * sys/glsink/NV_register_combiners.h:
2382         * sys/glsink/gstgl_nvimage.c:
2383         * sys/glsink/gstgl_pdrimage.c:
2384         * sys/glsink/gstgl_rgbimage.c:
2385         * sys/glsink/gstglsink.c:
2386         * sys/glsink/gstglsink.h:
2387         * sys/glsink/gstglxwindow.c:
2388         * sys/glsink/regcomb_yuvrgb.c:
2389
2390 2004-08-09  David Schleef  <ds@schleef.org>
2391
2392         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2393         GL sink plugin.  (Bug #147302)
2394
2395         * configure.ac: Test for OpenGL
2396         * sys/Makefile.am: Use test for OpenGL
2397         * sys/glsink/Makefile.am:
2398         * sys/glsink/glimagesink.c: rewrite
2399         * sys/glsink/glimagesink.h: rewrite
2400
2401 2004-08-09  David Schleef  <ds@schleef.org>
2402
2403         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
2404         sane framerates.
2405         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2407         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2408
2409 2004-08-09  Wim Taymans  <wim@fluendo.com>
2410
2411         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2412         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2413         (gst_multifdsink_client_remove),
2414         (gst_multifdsink_handle_client_read),
2415         (gst_multifdsink_handle_client_write),
2416         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2417         Do a bit more logging, make the client_read code more robust.
2418
2419 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2420
2421         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2422         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2423         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2424         (gst_jpegdec_init), (gst_jpegdec_chain):
2425         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2426         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2427           cleanups, debugging fixes and memleak plugging
2428
2429 2004-08-09  Wim Taymans  <wim@fluendo.com>
2430
2431         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2432         (theora_get_formats), (theora_dec_src_convert),
2433         (theora_dec_sink_convert), (theora_dec_src_query),
2434         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2435         (theora_dec_change_state):
2436         Don't crash on missing header packets.
2437
2438 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2439
2440         * po/LINGUAS:
2441         * po/sq.po:
2442           Added Albanian translation (Laurent Dhima)
2443         * po/cs.po:
2444           updated
2445
2446 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2447
2448         * ext/lame/gstlame.c:
2449           fix/add debugging
2450
2451 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2452
2453         * sys/ximage/ximagesink.c:
2454         * sys/xvimage/xvimagesink.c:
2455           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
2456
2457 2004-08-06  Wim Taymans  <wim@fluendo.com>
2458
2459         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2460         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2461         (gst_multifdsink_client_remove),
2462         (gst_multifdsink_handle_client_read),
2463         (gst_multifdsink_handle_client_write),
2464         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2465         Make sure we don't try to read more from a client that what 
2466         ioctl says us or we deadlock.
2467
2468 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2469
2470         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2471         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2472         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2473           decouple running_time and n_frames so it can handle changing
2474           framerate while running
2475
2476 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2477
2478         * po/nl.po:
2479         * po/sv.po:
2480           updated translations
2481
2482 2004-08-04  Benjamin Otte  <otte@gnome.org>
2483
2484         * gst/videotestsrc/gstvideotestsrc.c:
2485         (gst_videotestsrc_get_capslist), (generate_capslist),
2486         (plugin_init):
2487           generate the list of supported caps at startup and reuse it instead
2488           of always generating it
2489
2490 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2491
2492         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2493           whoops, last checkin broke normal build
2494
2495 2004-08-03  Benjamin Otte  <otte@gnome.org>
2496
2497         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2498         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2499         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2500         (gst_alsa_mixer_get_option):
2501         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2502         (dvdnavsrc_print_event):
2503         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2505         (gst_ogg_mux_pad_unlink):
2506         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2507         (gst_multipart_mux_pad_unlink):
2508         * gst/videofilter/gstvideobalance.c:
2509         (gst_videobalance_colorbalance_set_value):
2510         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2511         (gst_videomixer_pad_unlink):
2512         * po/uk.po:
2513         * sys/oss/gstossmixer.c:
2514         * sys/v4l/gstv4lcolorbalance.c:
2515         * sys/v4l/gstv4ltuner.c:
2516         * sys/v4l/v4lsrc_calls.c:
2517         * sys/v4l2/gstv4l2colorbalance.c:
2518         * sys/v4l2/gstv4l2tuner.c:
2519           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2520
2521 2004-08-03  Benjamin Otte  <otte@gnome.org>
2522
2523         * examples/dynparams/filter.c: (ui_control_create):
2524         * examples/gstplay/player.c: (print_tag):
2525         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2526         * ext/gdk_pixbuf/gstgdkanimation.c:
2527         (gst_gdk_animation_iter_may_advance):
2528         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2529         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2530         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2531         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2532         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2533         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2534         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2535         * gst/sine/demo-dparams.c: (main):
2536         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2537         * testsuite/alsa/formats.c: (create_pipeline):
2538         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2539           fixes for G_DISABLE_ASSERT and friends
2540         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2541         (mp3_type_frame_length_from_header), (mp3_type_find),
2542         (plugin_init):
2543           require mp3 typefinding to have at least MIN_HEADERS valid headers
2544           add typefinding for AAC adts files
2545
2546 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
2547
2548         * sys/ximage/ximagesink.c:
2549         (gst_ximagesink_calculate_pixel_aspect_ratio):
2550         * sys/xvimage/xvimagesink.c:
2551         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2552         Make sure we calculate pixel-aspect-ratio using floating point maths
2553
2554 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2555
2556         * po/uk.po:
2557           updated translation
2558
2559 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2560
2561         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2563           add debugging for display PAR calculation
2564
2565 2004-08-02  David Schleef  <ds@schleef.org>
2566
2567         * configure.ac: Fix mikmod CFLAGS.
2568
2569 2004-07-27  Benjamin Otte  <otte@gnome.org>
2570
2571         * gst/audioscale/gstaudioscale.c:
2572         - fix templates to only support S16, it's the only format that works
2573         - make caps nego code use try_set_caps_nonfixed and fixation instead
2574         of try_set_caps twice, which is not nice for autopluggers
2575         - change rank to secondary, so autopluggers can pick it up after
2576         audioconvert
2577
2578 2004-08-02  Iain <iain@prettypeople.org>
2579
2580         * gst/interleave/interleave.c (interleave_init),
2581         (interleave_request_new_pad),
2582         (interleave_pad_removed),
2583         (interleave_buffered_loop): Use the real pad count, not the artificial
2584         one.
2585
2586 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2587
2588         * configure.ac: bump nano back to development
2589
2590 === release 0.8.3 ===
2591
2592 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2593
2594         * configure.ac: releasing 0.8.3, "Water"
2595
2596 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2597
2598         * sys/xvimage/xvimagesink.c:
2599         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2600         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2601         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2602         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2603         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2604         * sys/xvimage/xvimagesink.h:
2605           apply similar PAR fixes as to ximagesink
2606
2607 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2608
2609         patch from: Benjamin Otte
2610
2611         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
2612           add link function to lame.  Fixes #148986.
2613
2614 2004-08-02  Johan Dahlin  <johan@gnome.org>
2615
2616         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
2617         fix debugging log
2618
2619 2004-07-30  David Schleef  <ds@schleef.org>
2620
2621         * gst/videomixer/Makefile.am: Fix things that should have been
2622         fixed in the last checkin.
2623
2624 2004-07-30  David Schleef  <ds@schleef.org>
2625
2626         * gst/multipart/Makefile.am: Fix things that should have been
2627         fixed in the last checkin.
2628
2629 2004-07-30  David Schleef  <ds@schleef.org>
2630
2631         * testsuite/multifilesink/Makefile.am: Fix unused variable.
2632
2633 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2634
2635         * configure.ac:
2636           bump nano for prerelease
2637         * po/af.po:
2638         * po/az.po:
2639         * po/cs.po:
2640         * po/en_GB.po:
2641         * po/hu.po:
2642         * po/nl.po:
2643         * po/sr.po:
2644         * po/sv.po:
2645         * po/uk.po:
2646           updates
2647
2648 2004-07-30  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2651         (gst_multifdsink_add), (gst_multifdsink_remove),
2652         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2653         (gst_multifdsink_client_remove),
2654         (gst_multifdsink_handle_client_write),
2655         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2656         * gst/tcp/gstmultifdsink.h:
2657         Recover from a select with a bad file descriptor by removing
2658         the client.
2659
2660 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2661
2662         * configure.ac:
2663           fix requirement of core
2664         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
2665         (gst_play_pipeline_setup):
2666           don't use colorspace element.  do use hermescolorspace element.
2667           make macro to get a colorspace element.
2668           mark strings for translation.
2669         * po/POTFILES.in:
2670           add play.c
2671         * po/af.po:
2672         * po/az.po:
2673         * po/cs.po:
2674         * po/en_GB.po:
2675         * po/hu.po:
2676         * po/nl.po:
2677         * po/sr.po:
2678         * po/sv.po:
2679         * po/uk.po:
2680           update translations
2681
2682 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2683
2684         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
2685         fix default for newmedia flag
2686
2687 2004-07-30  Wim Taymans  <wim@fluendo.com>
2688
2689         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2690         (gst_theora_dec_init), (theora_get_formats),
2691         (theora_dec_src_convert), (theora_dec_sink_convert),
2692         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2693         (theora_dec_chain), (theora_dec_set_property),
2694         (theora_dec_get_property):
2695         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2696         (gst_theora_enc_class_init), (gst_theora_enc_init),
2697         (theora_enc_sink_link), (theora_enc_chain),
2698         (theora_enc_set_property), (theora_enc_get_property):
2699         Added cropping option to theora decoder.
2700         Added border option to theora encoder.
2701
2702 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2703
2704         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2705         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2706         (gst_pngenc_set_property):
2707         * ext/libpng/gstpngenc.h:
2708         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
2709
2710 2004-07-30  Wim Taymans  <wim@fluendo.com>
2711
2712         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2713         (theora_enc_sink_link), (theora_enc_chain),
2714         (theora_enc_set_property), (theora_enc_get_property):
2715         Fix encoding of non-multiple-of-16 video.
2716
2717 2004-07-29  David Schleef  <ds@schleef.org>
2718
2719         * configure.ac: make test for audiofile more strict
2720
2721 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2722
2723         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2724           give different names to typefind functions
2725
2726 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2727
2728         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2729         (gst_ximagesink_calculate_pixel_aspect_ratio),
2730         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
2731         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
2732         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
2733         (gst_ximagesink_get_property), (gst_ximagesink_init):
2734         * sys/ximage/ximagesink.h:
2735           allocate PAR's dynamically.
2736           use autodetected PAR if no object-set PAR is given.
2737           add workaround for directfb's X not setting physical size.
2738           fix to xvimagesink will follow tomorrow.
2739
2740 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2741
2742         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
2743         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
2744         (gst_shout2send_get_type), (gst_shout2send_set_clock),
2745         (gst_shout2send_class_init), (gst_shout2send_init),
2746         (set_shout_metadata), (gst_shout2send_set_metadata),
2747         (gst_shout2send_chain), (gst_shout2send_set_property),
2748         (gst_shout2send_get_property), (gst_shout2send_connect),
2749         (gst_shout2send_change_state):
2750         * ext/shout2/gstshout2.h:
2751         - fix for sending mp3 audio to icecast2 server, if pad link function not
2752         called before PAUSED state
2753         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
2754         - added tagging support for mp3 audio broadcasted
2755         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
2756         debug info
2757
2758 2004-07-28  Wim Taymans  <wim@fluendo.com>
2759
2760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2761         (gst_ogg_demux_push):
2762         Return query failure when we don't know the length of
2763         an ogg stream insteda of returning TRUE with a bogus value.
2764
2765 2004-07-28  Wim Taymans  <wim@fluendo.com>
2766
2767         * ext/theora/theoradec.c: (theora_get_formats),
2768         (theora_dec_src_convert), (theora_dec_sink_convert),
2769         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2770         (theora_dec_chain):
2771         Don't screw up the 1 Chroma for 1 luma sample situation when we
2772         have an odd offset/width by adding a black border in those cases.
2773
2774 2004-07-28  Wim Taymans  <wim@fluendo.com>
2775
2776         * ext/theora/theoradec.c: (theora_get_formats),
2777         (theora_dec_src_convert), (theora_dec_sink_convert),
2778         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2779         (theora_dec_chain):
2780         * ext/theora/theoraenc.c: (theora_enc_sink_link):
2781         Added first attempt at cropping of the image as required by the 
2782         theora spec. We need more properties in the caps (offset_x,
2783         offset_y,stride) to implement this correctly.
2784
2785 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
2786
2787         * ext/dvdnav/README:
2788           Update the README to use dvddemux
2789         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2790           Ensure getcaps returns a subset of the template caps
2791         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
2792         (gst_mpeg2subt_init):
2793           Ensure getcaps returns a subset of the template caps
2794         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2795         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
2796         (gst_dvd_demux_get_subpicture_stream),
2797         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
2798         * gst/mpegstream/gstdvddemux.h:
2799           Set the explicit caps on the current_video pad before pushing
2800           anything
2801         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2802         (gst_mpeg_demux_get_audio_stream):
2803           Free caps used to gst_pad_set_explicit_caps, which takes a const
2804           GstCaps *
2805
2806 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2807
2808         * configure.ac: update GStreamer requirement to 0.8.4 because of
2809           GstFraction.
2810
2811 2004-07-28  Wim Taymans  <wim@fluendo.com>
2812
2813         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
2814         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
2815         Add the pad to the element after setting up the caps. This
2816         makes it a lot easier to autoplug.
2817
2818 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2819
2820         * gst/median/gstmedian.c:
2821         * gst/mpeg2subt/gstmpeg2subt.c:
2822         * gst/mpegaudioparse/gstmpegaudioparse.c:
2823         * gst/mpegstream/gstdvddemux.c:
2824         * gst/mpegstream/gstmpegdemux.c:
2825         * gst/mpegstream/gstmpegpacketize.c:
2826         * gst/rtjpeg/gstrtjpeg.c:
2827         * gst/rtjpeg/gstrtjpegdec.c:
2828         * gst/rtjpeg/gstrtjpegenc.c:
2829         * gst/sine/gstsinesrc.c:
2830         * gst/smooth/gstsmooth.c:
2831         * gst/smpte/gstsmpte.c:
2832         * gst/smpte/gstsmpte.h:
2833         * gst/stereo/gststereo.c:
2834         * gst/videofilter/gstgamma.c:
2835         * gst/videofilter/gstvideobalance.c:
2836         * gst/videofilter/gstvideofilter.c:
2837         * gst/videofilter/gstvideoflip.c:
2838         * gst/videoscale/gstvideoscale.c:
2839         * gst/videoscale/videoscale.c:
2840         * gst/videotestsrc/gstvideotestsrc.c:
2841         * gst/videotestsrc/videotestsrc.c:
2842         * gst/wavenc/gstwavenc.c:
2843         * gst/wavparse/gstwavparse.c:
2844           fix local includes and 64 bits constants
2845
2846 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2847
2848         * win32/gst.sln:
2849         * gst-libs/gst/*/*.vcproj:
2850         * gst/*/*.vcproj:
2851           more working plugins
2852
2853 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2854
2855         * testsuite/alsa/Makefile.am:
2856         * testsuite/alsa/srcstate.c:
2857         add test for alsasrc changing state
2858
2859 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2860
2861         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
2862         (gst_silence_get):
2863         * gst/silence/gstsilence.h:
2864         fix silence generation for 16bit raw audio
2865
2866 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2867
2868         * gst/matroska/matroska-demux.c:
2869         (gst_matroska_demux_parse_metadata),
2870         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
2871         * gst/mpegaudio/common.c:
2872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2873         (gst_videoscale_getcaps), (gst_videoscale_link),
2874         (gst_videoscale_src_fixate), (gst_videoscale_init),
2875         (gst_videoscale_finalize):
2876         * gst/videoscale/gstvideoscale.h:
2877         * gst/videotestsrc/gstvideotestsrc.c:
2878         (gst_videotestsrc_get_capslist):
2879         * gst/wavenc/gstwavenc.c:
2880         * sys/oss/gstossmixer.c: (fill_labels):
2881         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2882         (gst_ximagesink_handle_xevents),
2883         (gst_ximagesink_calculate_pixel_aspect_ratio),
2884         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
2885         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
2886         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
2887         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2888         (gst_ximagesink_init), (gst_ximagesink_class_init):
2889         * sys/ximage/ximagesink.h:
2890         * sys/xvimage/xvimagesink.c:
2891         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2892         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
2893         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
2894         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2895         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2896         * sys/xvimage/xvimagesink.h:
2897           first batch of pixel aspect ratio commits.
2898
2899 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2900
2901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2902         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
2903         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
2904           handle stride, needs work if we want to move stride handling
2905           upstream, but works correctly for our purposes.
2906
2907 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2908
2909         * gst/videoscale/README:
2910           add testing examples
2911         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
2912         (gst_videoscale_chain):
2913         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2914         (gst_videoscale_get_size):
2915           add get_size function that handles stride like videotestsrc.
2916           fixes conversion for YUV formats for as much as I can test them.
2917
2918 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2919
2920         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2921         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2923         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2924         (gst_xvimagesink_xvimage_put):
2925           further cleanups, logging, error handling and synchronizing
2926
2927 2004-07-27  Wim Taymans  <wim@fluendo.com>
2928
2929         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2930         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
2931         (gst_videomixer_pad_set_property),
2932         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
2933         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2934         (gst_videomixer_class_init), (gst_videomixer_init),
2935         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
2936         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
2937         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
2938         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2939         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2940         (gst_videomixer_loop), (plugin_init):
2941         Be a nicer negotiation citizen and provide a getcaps function on
2942         the srcpad. This also fixes a crash when resizing.
2943
2944 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2945
2946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2947         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
2948
2949 2004-07-27  Wim Taymans  <wim@fluendo.com>
2950
2951         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
2952         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2953         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2954         (gst_pngenc_set_property):
2955         * ext/libpng/gstpngenc.h:
2956         Added snapshot property to pngenc.
2957         removed g_print from pngdec
2958
2959 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2960
2961         * gst/ac3parse/ac3parse.vcproj
2962         * gst/adder/adder.vcproj
2963         * gst/alpha/alpha.vcproj
2964         * gst/alpha/alphacolor.vcproj
2965         * gst/asfdemux/asf.vcproj
2966         * gst/audioconvert/audioconvert.vcproj
2967         * gst/audiorate/audiorate.vcproj
2968         * gst/audioscale/audioscale.vcproj
2969         * gst/auparse/auparse.vcproj
2970         * gst/avi/avi.vcproj
2971         * gst/cdxaparse/cdxaparse.vcproj
2972         * gst/chart/chart.vcproj
2973         * gst/colorspace/colorspace.vcproj
2974         * gst/cutter/cutter.vcproj
2975         * gst/debug/debug.vcproj
2976         * gst/debug/efence.vcproj
2977         * gst/debug/navigationtest.vcproj
2978         * gst/deinterlace/deinterlace.vcproj
2979         * gst/effectv/effectv.vcproj
2980         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2981         * gst/filter/filter.vcproj
2982         * gst/flx/flxdec.vcproj
2983         * gst/goom/goom.vcproj
2984         * gst/interleave/interleave.vcproj
2985         * gst/law/alaw.vcproj
2986         * gst/law/mulaw.vcproj
2987         * gst/matroska/matroska.vcproj
2988         * gst/median/median.vcproj
2989         * gst/mixmatrix/mixmatrix.vcproj
2990         * gst/mpeg1sys/mpeg1systemencode.vcproj
2991         * gst/mpeg1videoparse/mp1videoparse.vcproj
2992         * gst/mpeg2sub/mpeg2subt.vcproj
2993         * gst/mpegaudio/mpegaudio.vcproj
2994         * gst/mpegaudioparse/mpegaudioparse.vcproj
2995         * gst/mpegstream/mpegstream.vcproj
2996         * gst/multifilesink/multifilesink.vcproj
2997         * gst/multipart/multipart.vcproj
2998         * gst/oneton/oneton.vcproj
2999         * gst/overlay/overlay.vcproj
3000         * gst/passthrough/passthrough.vcproj
3001         * gst/qtdemux/qtdemux.vcproj
3002         * gst/realmedia/rmdemux.vcproj
3003         * gst/rtjpeg/rtjpeg.vcproj
3004         * gst/rtp/rtp.vcproj
3005         * gst/silence/silence.vcproj
3006         * gst/sine/sinesrc.vcproj
3007         * gst/smooth/smooth.vcproj
3008         * gst/smpte/smpte.vcproj
3009         * gst/spectrum/spectrum.vcproj
3010         * gst/speed/speed.vcproj
3011         * gst/stereo/stereo.vcproj
3012         * gst/switch/switch.vcproj
3013         * gst/tags/tagedit.vcproj
3014         * gst/tcp/tcp.vcproj
3015         * gst/typefind/typefindfunctions.vcproj
3016         * gst/udp/udp.vcproj
3017         * gst/videobox/videobox.vcproj
3018         * gst/videocrop/videocrop.vcproj
3019         * gst/videodrop/videodrop.vcproj
3020         * gst/videofilter/gamma.vcproj
3021         * gst/videofilter/videobalance.vcproj
3022         * gst/videofilter/videofilter.vcproj
3023         * gst/videofilter/videoflip.vcproj
3024         * gst/videoflip/videoflip.vcproj
3025         * gst/videomixer/videomixer.vcproj
3026         * gst/videorate/videorate.vcproj
3027         * gst/videoscale/videoscale.vcproj
3028         * gst/videotestsrc/videotestsrc.vcproj
3029         * gst/virtualdub/virtualdub.vcproj
3030         * gst/volenv/volenv.vcproj
3031         * gst/volume/volume.vcproj
3032         * gst/wavenc/wavenc.vcproj
3033         * gst/wavparse/wavparse.vcproj
3034         * gst/y4m/y4menc.vcproj
3035         * gst-libs/gst/audio/audio.vcproj
3036         * gst-libs/gst/audio/audiofilter.vcproj
3037         * gst-libs/gst/colorbalance/colorbalance.vcproj
3038         * gst-libs/gst/idct/idtc.vcproj
3039         * gst-libs/gst/media-info/media-info.vcproj
3040         * gst-libs/gst/mixer/mixer.vcproj
3041         * gst-libs/gst/navigation/navigation.vcproj
3042         * gst-libs/gst/play/play.vcproj
3043         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
3044         * gst-libs/gst/resample/resample.vcproj
3045         * gst-libs/gst/riff/riff.vcproj
3046         * gst-libs/gst/tuner/tuner.vcproj
3047         * gst-libs/gst/video/video.vcproj
3048         * gst-libs/gst/xoverlay/xoverlay.vcproj
3049           avoid problems with math.h, fix release dependancy
3050           rename GStreamer-0.8.lib to libgstreamer.lib
3051
3052 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3053
3054         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
3056         the atom is not available we have to unlock the mutex. Fixes #148023
3057
3058 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3059
3060         * gst-libs/gst/media-info/media-info.h:
3061           issue for a vararg macro with MSVC
3062
3063 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3064
3065         * gst/effectv/effectv.vcproj
3066         * gst-libs/gst/idct/idct.vcproj:
3067         * gst-libs/gst/media-info/media-info.vcproj:
3068         * gst-libs/gst/navigation/navigation.vcproj:
3069         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3070         * gst-libs/gst/video/video.vcproj:
3071         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3072           fixes for build problems
3073
3074 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3075
3076         * gst-libs/gst/audio/audio.def:
3077         * gst-libs/gst/audio/riff.def:
3078           add some definitions needed by plugins
3079
3080 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3081
3082         * gst/asfdemux/gstasfmux.c
3083           Fix some 64 bits constants to be glib friendly
3084
3085 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3086
3087         * gst/ac3parse/gstac3parse.c
3088         * gst/audioscale/gstaudioscale.c
3089         * gst/auparse/gstauparse.c
3090         * gst/colorspace/gstcolorspace.c
3091         * gst/colorspace/yuv2rgb.h
3092           local include fixes
3093
3094 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3095
3096         * win32/gst.sln
3097           add more plugins to the build
3098
3099 2004-07-26  Julien MOUTTE  <julien@moutte.net>
3100
3101         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3102         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
3103
3104 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3105
3106         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3107         (gst_level_set_property), (gst_level_get_property),
3108         (gst_level_base_init), (gst_level_class_init):
3109           add debugging categories.  cleanups.
3110
3111 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3112
3113         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3114         (gst_videoscale_planar411), (gst_videoscale_planar400),
3115         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
3116         (gst_videoscale_scale_nearest_str1),
3117         (gst_videoscale_scale_nearest_str2),
3118         (gst_videoscale_scale_nearest_str4),
3119         (gst_videoscale_scale_nearest_16bit),
3120         (gst_videoscale_scale_nearest_24bit):
3121           fixed stride issues
3122           tested with 320x240 -> 321, 322, 324 x240
3123           tested with YV12, I420, YUY2, UYVY
3124           fixed packed422rev (don't think it could have worked before)
3125           by testing with UYVY
3126
3127 2004-07-26  Benjamin Otte  <otte@gnome.org>
3128
3129         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
3130         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
3131         (plugin_init):
3132           add debugging category, add error checks like checking return values
3133           of setup calls, make sure it still works after
3134           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
3135
3136 2004-07-26  Wim Taymans  <wim@fluendo.com>
3137
3138         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3139         (gst_mpeg_demux_get_audio_stream),
3140         (gst_mpeg_demux_process_private):
3141         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
3142         Check for error codes from the negotiation functions. Make sure
3143         we really set the pad caps when a new pad is created.
3144
3145 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3146
3147         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3148         (gst_ffmpeg_caps_to_pix_fmt):
3149         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3150         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3151         (gst_ffmpegcolorspace_pad_link):
3152           don't make function do two things at the same time without reason.
3153
3154 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3155
3156         * gst/ac3parse/ac3parse.vcproj
3157         * gst/adder/adder.vcproj
3158         * gst/alpha/alpha.vcproj
3159         * gst/alpha/alphacolor.vcproj
3160         * gst/asfdemux/asf.vcproj
3161         * gst/audioconvert/audioconvert.vcproj
3162         * gst/audiorate/audiorate.vcproj
3163         * gst/audioscale/audioscale.vcproj
3164         * gst/auparse/auparse.vcproj
3165         * gst/avi/avi.vcproj
3166         * gst/cdxaparse/cdxaparse.vcproj
3167         * gst/chart/chart.vcproj
3168         * gst/colorspace/colorspace.vcproj
3169         * gst/cutter/cutter.vcproj
3170         * gst/debug/debug.vcproj
3171         * gst/debug/efence.vcproj
3172         * gst/debug/navigationtest.vcproj
3173         * gst/deinterlace/deinterlace.vcproj
3174         * gst/effectv/effectv.vcproj
3175         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3176         * gst/filter/filter.vcproj
3177         * gst/flx/flxdec.vcproj
3178         * gst/goom/goom.vcproj
3179         * gst/interleave/interleave.vcproj
3180         * gst/law/alaw.vcproj
3181         * gst/law/mulaw.vcproj
3182         * gst/matroska/matroska.vcproj
3183         * gst/median/median.vcproj
3184         * gst/mixmatrix/mixmatrix.vcproj
3185         * gst/mpeg1sys/mpeg1systemencode.vcproj
3186         * gst/mpeg1videoparse/mp1videoparse.vcproj
3187         * gst/mpeg2sub/mpeg2subt.vcproj
3188         * gst/mpegaudio/mpegaudio.vcproj
3189         * gst/mpegaudioparse/mpegaudioparse.vcproj
3190         * gst/mpegstream/mpegstream.vcproj
3191         * gst/multifilesink/multifilesink.vcproj
3192         * gst/multipart/multipart.vcproj
3193         * gst/oneton/oneton.vcproj
3194         * gst/overlay/overlay.vcproj
3195         * gst/passthrough/passthrough.vcproj
3196         * gst/qtdemux/qtdemux.vcproj
3197         * gst/realmedia/rmdemux.vcproj
3198         * gst/rtjpeg/rtjpeg.vcproj
3199         * gst/rtp/rtp.vcproj
3200         * gst/silence/silence.vcproj
3201         * gst/sine/sinesrc.vcproj
3202         * gst/smooth/smooth.vcproj
3203         * gst/smpte/smpte.vcproj
3204         * gst/spectrum/spectrum.vcproj
3205         * gst/speed/speed.vcproj
3206         * gst/stereo/stereo.vcproj
3207         * gst/switch/switch.vcproj
3208         * gst/tags/tagedit.vcproj
3209         * gst/tcp/tcp.vcproj
3210         * gst/typefind/typefindfunctions.vcproj
3211         * gst/udp/udp.vcproj
3212         * gst/videobox/videobox.vcproj
3213         * gst/videocrop/videocrop.vcproj
3214         * gst/videodrop/videodrop.vcproj
3215         * gst/videofilter/gamma.vcproj
3216         * gst/videofilter/videobalance.vcproj
3217         * gst/videofilter/videofilter.vcproj
3218         * gst/videofilter/videoflip.vcproj
3219         * gst/videoflip/videoflip.vcproj
3220         * gst/videomixer/videomixer.vcproj
3221         * gst/videorate/videorate.vcproj
3222         * gst/videoscale/videoscale.vcproj
3223         * gst/videotestsrc/videotestsrc.vcproj
3224         * gst/virtualdub/virtualdub.vcproj
3225         * gst/volenv/volenv.vcproj
3226         * gst/volume/volume.vcproj
3227         * gst/wavenc/wavenc.vcproj
3228         * gst/wavparse/wavparse.vcproj
3229         * gst/y4m/y4menc.vcproj
3230           more plugins supported under windows
3231
3232 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3233
3234         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3235         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
3236         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
3237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3238         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
3239           Add debugging statements.  Use the sizes as returned by the
3240           *CreateImage calls.
3241
3242 2004-07-26  Johan Dahlin  <johan@gnome.org>
3243
3244         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
3245         the pad is negotiated.
3246
3247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
3248
3249 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3250
3251         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3252         * gst-libs/gst/idct/idct.vcproj:
3253         * gst-libs/gst/media-info/media-info.vcproj:
3254         * gst-libs/gst/mixer/mixer.vcproj:
3255         * gst-libs/gst/navigation/navigation.vcproj:
3256         * gst-libs/gst/play/play.vcproj:
3257         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3258         * gst-libs/gst/resample/resample.vcproj:
3259         * gst-libs/gst/tuner/tuner.vcproj:
3260         * gst-libs/gst/video/video.vcproj:
3261         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3262           more plugins supported under windows
3263
3264 2004-07-25 Iain <iain@prettypeople.org>
3265
3266         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
3267         pad now rather than when the pad is created because state changes wipe
3268         explicit caps (fixes #148043).
3269
3270 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
3271
3272         reviewed by Benjamin Otte  <otte@gnome.org>
3273
3274         * ext/mad/gstmad.c:
3275           fix mad plugin crashing on Sun (fixes #148289)
3276
3277 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3278
3279         * gst/avi/avi.def:
3280         * gst/avi/avi.vcproj:
3281         * gst/matroska/matroska.def:
3282         * gst/matroska/matroska.vcproj:
3283           remove unused .def files
3284
3285 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3286
3287         * gst-libs/gst/audio/gstaudiofilter.c:
3288           Clean the local include
3289
3290 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3291
3292         * win32/gst.sln:
3293         * gst-libs/gst/audio/audio.def:
3294         * gst-libs/gst/audio/audio.vcproj:
3295         * gst-libs/gst/audio/audiofilter.vcproj:
3296         * gst-libs/gst/audio/riff.def:
3297         * gst-libs/gst/audio/riff.vcproj:
3298         * gst-libs/gst/gst-libs.def:
3299         * gst-libs/gst/gst-libs.vcproj:
3300         * gst/avi/avi.vcproj:
3301         * gst/avi/avi.vcproj:
3302           Copy the files where needed after building, cleaner projects
3303
3304 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3305
3306         * gst/matroska/ebml-write.c:
3307           Fix some 64 bits constants to be glib friendly
3308
3309 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3310
3311         * win32/gst.sln:
3312         * gst-libs/gst/gst-libs.def:
3313         * gst-libs/gst/gst-libs.vcproj:
3314         * gst/matroska/matroska.def:
3315         * gst/matroska/matroska.vcproj:
3316           Add the preliminary canvas to build plugins on Win32
3317
3318 2004-07-23  Benjamin Otte  <otte@gnome.org>
3319
3320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3321           don't enfore negotiation from source side, it breaks 
3322           sinesrc ! audioconvert ! osssink
3323
3324 2004-07-22  David Schleef  <ds@schleef.org>
3325
3326         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
3327         for ELF files, since they can easily be recognized as audio/mpeg.
3328         (bug #147441)
3329
3330 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3331
3332         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3333         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
3334         (gst_videoscale_scale_nearest_24bit),
3335         (gst_videoscale_scale_nearest_16bit):
3336           fix 16bit and 24bit for stride (24bit might need testing)
3337           don't pretend we do more than one algorithm
3338
3339 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3340
3341         * configure.ac:
3342         * gst/Makefile.am:
3343         * gst/multifilesink/Makefile.am:
3344         * gst/multifilesink/gstmultifilesink.c:
3345         (gst_multifilesink_get_formats),
3346         (gst_multifilesink_get_query_types), (_do_init),
3347         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
3348         (gst_multifilesink_init), (gst_multifilesink_dispose),
3349         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
3350         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
3351         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
3352         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
3353         (gst_multifilesink_chain), (gst_multifilesink_change_state),
3354         (gst_multifilesink_uri_get_type),
3355         (gst_multifilesink_uri_get_protocols),
3356         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
3357         (gst_multifilesink_uri_handler_init), (plugin_init):
3358         * gst/multifilesink/gstmultifilesink.h:
3359         * testsuite/Makefile.am:
3360         * testsuite/multifilesink/Makefile.am:
3361         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
3362         (gst_newmedia_class_init), (gst_newmedia_init),
3363         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3364         (newfile_signal), (test_signal), (main):
3365         multifilesink plugin for creating new files every time a new media
3366         discontinuity event occurs
3367
3368 2004-07-22  Wim Taymans  <wim@fluendo.com>
3369
3370         * gst/alpha/Makefile.am:
3371         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
3372         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
3373         (gst_alpha_color_init), (gst_alpha_color_set_property),
3374         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
3375         (transform), (gst_alpha_color_chain),
3376         (gst_alpha_color_change_state), (plugin_init):
3377         Stupid plugin to to RGBA to AYUV conversion because none of
3378         the colorspace plugins can handle that yet.
3379
3380 2004-07-22  Wim Taymans  <wim@fluendo.com>
3381
3382         * examples/seeking/seek.c: (update_scale), (main):
3383         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3384         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3385         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3386         (gst_decode_bin_init), (gst_decode_bin_dispose),
3387         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3388         (no_more_pads), (close_link), (type_found),
3389         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3390         (plugin_init):
3391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3392         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3393         (gst_play_base_bin_dispose), (queue_overrun),
3394         (gen_preroll_element), (remove_prerolls), (unknown_type),
3395         (no_more_pads), (new_stream), (setup_source),
3396         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3397         (play_base_eos), (gst_play_base_bin_change_state),
3398         (gst_play_base_bin_add_element),
3399         (gst_play_base_bin_remove_element),
3400         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3401         (gst_play_base_bin_unlink_stream),
3402         (gst_play_base_bin_get_streaminfo):
3403         * gst/playback/gstplaybin.c: (gen_video_element),
3404         (gen_audio_element):
3405         * gst/playback/gststreaminfo.h:
3406         More playback updates, attempt to fix things after the state change
3407         breakage.
3408
3409 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3410
3411         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3412         (gst_videoscale_scale_nearest_16bit):
3413           comment algorithm
3414
3415 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3416
3417         * gst/videotestsrc/gstvideotestsrc.c:
3418         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3419         (gst_videotestsrc_init), (gst_videotestsrc_get),
3420         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3421         (gst_videotestsrc_get_property):
3422         * gst/videotestsrc/gstvideotestsrc.h:
3423         * gst/videotestsrc/videotestsrc.c:
3424         * gst/videotestsrc/videotestsrc.h:
3425           cleanup and commenting
3426
3427 2004-07-21  Wim Taymans  <wim@fluendo.com>
3428
3429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3430         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3431         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3432         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3433         (_find_chain_get_unknown_part), (_find_streams_check),
3434         (gst_ogg_demux_push), (gst_ogg_pad_push):
3435         * ext/theora/theoradec.c: (theora_get_formats),
3436         (theora_dec_src_convert), (theora_dec_sink_convert),
3437         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3438         (theora_dec_chain):
3439         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3440         (vorbis_dec_convert), (vorbis_dec_src_query),
3441         (vorbis_dec_src_event), (vorbis_dec_event):
3442         More seeking fixes, oggdemux now supports seeking to time and
3443         uses the downstream element to convert granulepos to time.
3444         Seeking in theora-only ogg files now works.
3445
3446 2004-07-21  Wim Taymans  <wim@fluendo.com>
3447
3448         * ext/theora/theoradec.c: (gst_theora_dec_init),
3449         (theora_get_formats), (theora_get_event_masks),
3450         (theora_get_query_types), (theora_dec_src_convert),
3451         (theora_dec_sink_convert), (theora_dec_src_query),
3452         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3453         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3454         (vorbis_get_event_masks), (vorbis_get_query_types),
3455         (gst_vorbis_dec_init), (vorbis_dec_convert),
3456         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3457         Added query/convert/formats functions to vorbis and theora decoders
3458         so that the outside world can use them too. Fixed seeking on an
3459         ogg/theora/vorbis file by disabling the seeking seeking on the 
3460         theora srcpad.
3461
3462 2004-07-21  Julien MOUTTE  <julien@moutte.net>
3463
3464         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3465         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3466         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3467         images creation for both elements. We don't create the image on caps
3468         nego or renego, we just destroy the internal one if present if it does
3469         not match the needs. The chain function takes care of creating a new
3470         image when needed.
3471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3472         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3473         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3474         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3475         the image format information. The buffer pool checks for the context
3476         image format and discard images with different formats.
3477         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3478
3479 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3480
3481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3482         (gst_ffmpegcolorspace_chain):
3483           no point in doing any chaining if the pad we want to push from
3484           isn't usable.
3485
3486 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3487
3488         * gst-libs/gst/riff/riff-media.c:
3489         (gst_riff_create_audio_caps_with_data):
3490           Fix double end-to-native symbol conversion (#148021).
3491
3492 2004-07-20  David Schleef  <ds@schleef.org>
3493
3494         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3495         Don't use an Atom that doesn't exist.
3496
3497 2004-07-20  Wim Taymans  <wim@fluendo.com>
3498
3499         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3500         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3501         (gst_multifdsink_client_remove),
3502         (gst_multifdsink_handle_client_write),
3503         (gst_multifdsink_queue_buffer):
3504         * gst/tcp/gstmultifdsink.h:
3505         More multifdsink stats. Avoid deadlock by releasing locks
3506         before sending out a signal.
3507
3508 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3509
3510         * po/LINGUAS:
3511         * po/hu.po:
3512           added Hungarian translation (Laszlo Dvornik)
3513
3514 2004-07-20  Wim Taymans  <wim@fluendo.com>
3515
3516         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3517         (gst_multifdsink_add), (gst_multifdsink_client_remove),
3518         (gst_multifdsink_handle_client_write),
3519         (gst_multifdsink_queue_buffer):
3520         * gst/tcp/gsttcp-marshal.list:
3521         Fixed the stupid marshal definition.
3522
3523 2004-07-20  Wim Taymans  <wim@fluendo.com>
3524
3525         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3526         (gst_multifdsink_init), (gst_multifdsink_add),
3527         (gst_multifdsink_client_remove),
3528         (gst_multifdsink_handle_client_write),
3529         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3530         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3531         (gst_multifdsink_init_send):
3532         * gst/tcp/gstmultifdsink.h:
3533         Added more stats, added timeout for a client, fixed some typos
3534         and added some comments.
3535
3536 2004-07-20  Wim Taymans  <wim@fluendo.com>
3537
3538         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3539         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3540         (gst_multifdsink_client_remove),
3541         (gst_multifdsink_handle_client_write):
3542         * gst/tcp/gstmultifdsink.h:
3543         * gst/tcp/gsttcp-marshal.list:
3544         Added get_stats method that returns a GValueArray of
3545         stats values.
3546
3547 2004-07-19  Benjamin Otte  <otte@gnome.org>
3548
3549         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3550           make sure longname, description and author are valid UTF-8
3551
3552 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3553
3554         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3555         (gst_ximagesink_set_property):
3556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3557         (gst_xvimagesink_set_property):
3558           make sure SYNCHRONOUS is respected after getting the X context
3559
3560 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3561
3562         * gst/matroska/matroska-demux.c:
3563         (gst_matroska_demux_handle_src_event),
3564         (gst_matroska_demux_parse_blockgroup):
3565         * gst/matroska/matroska-ids.h:
3566           add BlockReference tag and ignore it to clear out log.
3567           ignore NAVIGATION events to clear out log.
3568
3569 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3570
3571         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3572         (gst_matroska_demux_add_stream):
3573         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3574           add debug categories
3575
3576 2004-07-16  Wim Taymans  <wim@fluendo.com>
3577
3578         * ext/libpng/Makefile.am:
3579         * ext/libpng/gstpng.c: (plugin_init):
3580         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3581         (gst_pngdec_get_type), (gst_pngdec_base_init),
3582         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3583         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3584         * ext/libpng/gstpngdec.h:
3585         Added png decoder.
3586
3587 2004-07-16  Julien MOUTTE  <julien@moutte.net>
3588
3589         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3590         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3591         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3592         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3593         (gst_ximagesink_buffer_alloc):
3594         * sys/ximage/ximagesink.h:
3595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3596         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3597         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3598         (gst_xvimagesink_buffer_alloc):
3599         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3600         again. Using internal data pointer of the x(v)image to store image's
3601         data to be coherent with the buffer alloc mechanism. Investigated the
3602         image destruction code to be sure that everything gets freed correctly.
3603
3604 2004-07-16  Wim Taymans  <wim@fluendo.com>
3605
3606         * gst-libs/gst/riff/riff-read.c:
3607         (gst_riff_read_strf_vids_with_data),
3608         (gst_riff_read_strf_auds_with_data):
3609         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3610         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3611         Make sure we don't create 0 sized subbuffers in riff-read.
3612         Signal the no more pads signal after reading the avi header.
3613
3614 2004-07-16  Wim Taymans  <wim@fluendo.com>
3615
3616         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3617         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3618         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3619         (gst_decode_bin_init), (gst_decode_bin_dispose),
3620         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3621         (no_more_pads), (close_link), (type_found),
3622         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3623         (gst_decode_bin_change_state), (plugin_init):
3624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3625         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3626         (gst_play_base_bin_dispose), (queue_overrun),
3627         (gen_preroll_element), (remove_prerolls), (unknown_type),
3628         (no_more_pads), (new_stream), (setup_source),
3629         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3630         (play_base_eos), (gst_play_base_bin_change_state),
3631         (gst_play_base_bin_add_element),
3632         (gst_play_base_bin_remove_element),
3633         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3634         (gst_play_base_bin_unlink_stream),
3635         (gst_play_base_bin_get_streaminfo):
3636         * gst/playback/gstplaybasebin.h:
3637         Better error recovery. Added configurable preroll queue size. Faster
3638         detection of no-more-pads.
3639
3640 2004-07-16  Wim Taymans  <wim@fluendo.com>
3641
3642         * gst-libs/gst/video/video.h:
3643         Added 32 bits RGBA. Not sure if we should use another mime-type
3644         for alpha rgb. Currently the presence of the alpha_mask property
3645         signals an alpha channel.
3646
3647 2004-07-16  Wim Taymans  <wim@fluendo.com>
3648
3649         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3651         FPS seems to be 0.0 to MAX everywhere else.
3652
3653 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3654
3655         * gst-libs/gst/riff/riff-media.c:
3656         (gst_riff_create_video_caps_with_data):
3657           mp42/mp43 (no caps) exist too.
3658         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
3659           Set pixel_width/height; we've got them in-caps.
3660         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3661         * gst/wavparse/gstwavparse.c: (plugin_init):
3662           Both are valid primary.
3663         * sys/oss/gstossmixer.c:
3664           Remove i18n hack and enable translations.
3665
3666 2004-07-15  Benjamin Otte  <otte@gnome.org>
3667
3668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3669         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3670           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
3671
3672 2004-07-15  Benjamin Otte  <otte@gnome.org>
3673
3674         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3675         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
3676         (gst_alsa_close_audio):
3677           disable some of the debugging code for now. Writing debugging to a
3678           buffer is broken in current alsalib releases.
3679
3680 2004-07-12  Benjamin Otte  <otte@gnome.org>
3681
3682         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
3683           use bufferpools
3684
3685 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3686
3687         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3688         (theora_dec_src_query), (theora_dec_event):
3689         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3690           add debugging categories.  Remove \n's.
3691
3692 2004-07-13  Johan Dahlin  <johan@gnome.org>
3693
3694         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
3695         (gst_play_bin_get_property): Impl.
3696
3697 2004-07-13  Wim Taymans  <wim@fluendo.com>
3698
3699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
3700         When trying to find the stream length, seek back N pages
3701         instead of just one, where N is the number of streams in 
3702         the current chain.
3703
3704 2004-07-13  Wim Taymans  <wim@fluendo.com>
3705
3706         * gst-libs/gst/riff/riff-media.c:
3707         (gst_riff_create_audio_caps_with_data),
3708         (gst_riff_create_audio_caps),
3709         (gst_riff_create_audio_template_caps):
3710         * gst-libs/gst/riff/riff-media.h:
3711         * gst-libs/gst/riff/riff-read.c:
3712         (gst_riff_read_strf_vids_with_data),
3713         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
3714         * gst-libs/gst/riff/riff-read.h:
3715         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3716         (gst_avi_demux_add_stream):
3717         Set codec_data on caps for avidemuxer.
3718
3719 2004-07-12  David Schleef  <ds@schleef.org>
3720
3721         * configure.ac: Fix test for Objective C
3722
3723 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
3724         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
3725         (gst_gdk_pixbuf_chain):
3726           Add svg and pcx to template caps, and ensure that getcaps returns a
3727           subset of the template caps.
3728           Copy each row manually for output, as gdkpixbuf may pad the
3729           rowstride to a 32-bit word boundary.
3730
3731 2004-07-12  Wim Taymans  <wim@fluendo.com>
3732
3733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3734         (gst_riff_create_video_template_caps):
3735         Fix the template caps to include some more media types.
3736
3737 2004-07-12  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3740         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3741         (compare_ranks), (print_feature), (gst_decode_bin_init),
3742         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3743         (try_to_link_1), (new_pad), (close_link), (type_found),
3744         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3745         (gst_decode_bin_change_state), (plugin_init):
3746         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3747         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3748         (gst_play_base_bin_dispose), (queue_overrun),
3749         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3750         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3751         (gst_play_base_bin_get_property), (play_base_eos),
3752         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3753         (gst_play_base_bin_remove_element),
3754         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3755         (gst_play_base_bin_unlink_stream),
3756         (gst_play_base_bin_get_streaminfo):
3757         * gst/playback/gstplaybasebin.h:
3758         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3759         (gst_play_bin_class_init), (gst_play_bin_init),
3760         (gst_play_bin_dispose), (gst_play_bin_set_property),
3761         (gst_play_bin_get_property), (gen_video_element),
3762         (gen_audio_element), (remove_sinks), (setup_sinks),
3763         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3764         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3765         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3766         (gst_play_bin_query), (plugin_init):
3767         * gst/playback/test4.c: (main):
3768         More fixes on reusing of the element.
3769
3770 2004-07-11  Benjamin Otte  <otte@gnome.org>
3771
3772         * ext/mad/gstmad.c: (normal_seek):
3773           allow seeking for other methods than just SET
3774
3775 2004-07-11  Andy Wingo  <wingo@pobox.com>
3776
3777         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
3778         float, "any" caps -> buffer_frames=[0,MAX].
3779
3780         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
3781         doesn't intersect our caps with the template any more. Do it
3782         ourselves.
3783         (interleave_buffered_loop): Use g_newa instead of malloc/free.
3784
3785 2004-07-09  Wim Taymans  <wim@fluendo.com>
3786
3787         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3788         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3789         (compare_ranks), (print_feature), (gst_decode_bin_init),
3790         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3791         (try_to_link_1), (new_pad), (close_link), (type_found),
3792         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3793         (gst_decode_bin_change_state), (plugin_init):
3794         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3795         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3796         (gst_play_base_bin_dispose), (queue_overrun),
3797         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3798         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3799         (gst_play_base_bin_get_property), (play_base_eos),
3800         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3801         (gst_play_base_bin_remove_element),
3802         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3803         (gst_play_base_bin_unlink_stream),
3804         (gst_play_base_bin_get_streaminfo):
3805         * gst/playback/gstplaybasebin.h:
3806         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3807         (gst_play_bin_class_init), (gst_play_bin_init),
3808         (gst_play_bin_dispose), (gst_play_bin_set_property),
3809         (gst_play_bin_get_property), (gen_video_element),
3810         (gen_audio_element), (remove_sinks), (setup_sinks),
3811         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3812         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3813         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3814         (gst_play_bin_query), (plugin_init):
3815         * gst/playback/test4.c: (main):
3816         Work on object reuse and seeking.
3817
3818 2004-07-09  Wim Taymans  <wim@fluendo.com>
3819
3820         * examples/seeking/seek.c: (iterate):
3821         Don't consume all CPU in the idle loop.
3822
3823 2004-07-09  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
3826         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
3827         Add pad to element *after* setting the pad functions so that
3828         the scheduler can use the correct ones.
3829
3830 2004-07-09  Wim Taymans  <wim@fluendo.com>
3831
3832         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3833         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
3834         Sync to keyframe after seek
3835
3836 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3837
3838         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3839         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3840         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
3841         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
3842         * ext/libvisual/visual.c: (gst_visual_change_state):
3843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
3844         * ext/theora/theoradec.c: (theora_dec_change_state):
3845         * ext/theora/theoraenc.c: (theora_enc_change_state):
3846         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
3847         * gst-libs/gst/navigation/navigation.c:
3848         * gst/adder/gstadder.c: (gst_adder_change_state):
3849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3850         (gst_audio_convert_get_buffer):
3851         * gst/multipart/multipartdemux.c:
3852         (gst_multipart_demux_change_state):
3853         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3854         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3855         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3856         * gst/videoscale/gstvideoscale.c:
3857         (gst_videoscale_handle_src_event):
3858         * gst/volume/gstvolume.c: (volume_chain_int16):
3859           don't assert in state change, this should be done by the base
3860           GstElement class.
3861           various debugging fixes.
3862
3863 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3864
3865         * configure.ac:
3866         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3867         (gst_play_dispose), (gst_play_set_location),
3868         (gst_play_set_data_src), (gst_play_set_video_sink),
3869         (gst_play_set_audio_sink), (gst_play_set_visualization),
3870         (gst_play_connect_visualization), (gst_play_get_sink_element),
3871         (gst_play_get_all_by_interface):
3872         * gst-libs/gst/play/play.h:
3873           add new method to get elements implementing an interface.
3874           add various error logging
3875
3876 2004-07-08  Wim Taymans  <wim@fluendo.com>
3877
3878         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
3879         (make_mpeg_pipeline), (make_mpegnt_pipeline),
3880         (make_playerbin_pipeline), (query_durations_elems),
3881         (query_durations_pads), (query_positions_elems),
3882         (query_positions_pads), (update_scale), (iterate), (stop_seek),
3883         (main):
3884         Added playbin seeking example.
3885
3886 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3887
3888         * gst-libs/gst/play/play.c: (gst_play_set_location),
3889         (gst_play_set_data_src), (gst_play_set_video_sink),
3890         (gst_play_set_audio_sink), (gst_play_set_visualization),
3891         (gst_play_connect_visualization), (gst_play_get_framerate):
3892           use a macro to look up elements from hash table
3893
3894 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3895
3896         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3897         (gst_play_get_length_callback), (gst_play_set_location),
3898         (gst_play_seek_to_time), (gst_play_set_data_src),
3899         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3900         (gst_play_set_visualization), (gst_play_connect_visualization),
3901         (gst_play_get_sink_element):
3902         - add debugging info
3903         - fix looking up sink elements by iterating over complete caps
3904         - put everything except for source and autoplugger in a complete bin
3905
3906 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3907
3908         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
3909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
3910         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
3911         (gst_alsa_sink_write), (gst_alsa_sink_loop):
3912         * ext/alsa/gstalsasink.h:
3913         - add debugging info
3914         - clean up schizophrenia of data/buffer/event
3915         - fix double event unref error
3916
3917 2004-07-08  Wim Taymans  <wim@fluendo.com>
3918
3919         * gst/playback/Makefile.am:
3920         Add headers to noinst
3921
3922 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3923
3924         * tools/gst-launch-ext-m.m:
3925         * tools/gst-launch-ext.1.in:
3926           convert to the third millenium
3927
3928 2004-07-07  David Schleef  <ds@schleef.org>
3929
3930         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
3931
3932 2004-07-07  Wim Taymans  <wim@fluendo.com>
3933
3934         * gst/playback/Makefile.am:
3935         * gst/playback/README:
3936         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3937         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3938         (compare_ranks), (print_feature), (gst_decode_bin_init),
3939         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3940         (try_to_link_1), (new_pad), (close_link), (type_found),
3941         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3942         (plugin_init):
3943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3944         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3945         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
3946         (gen_preroll_element), (no_more_pads), (new_stream),
3947         (setup_source), (gst_play_base_bin_set_property),
3948         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
3949         (gst_play_base_bin_add_element),
3950         (gst_play_base_bin_remove_element),
3951         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3952         (gst_play_base_bin_unlink_stream),
3953         (gst_play_base_bin_get_streaminfo):
3954         * gst/playback/gstplaybasebin.h:
3955         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3956         (gst_play_bin_class_init), (gst_play_bin_init),
3957         (gst_play_bin_dispose), (gst_play_bin_set_property),
3958         (gst_play_bin_get_property), (gen_video_element),
3959         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
3960         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3961         (gst_play_bin_get_formats), (gst_play_bin_convert),
3962         (gst_play_bin_get_query_types), (gst_play_bin_query),
3963         (plugin_init):
3964         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
3965         (gst_stream_info_get_type), (gst_stream_info_class_init),
3966         (gst_stream_info_init), (gst_stream_info_new),
3967         (gst_stream_info_dispose), (gst_stream_info_set_property),
3968         (gst_stream_info_get_property):
3969         * gst/playback/gststreaminfo.h:
3970         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3971         (main):
3972         * gst/playback/test2.c: (main):
3973         * gst/playback/test3.c: (update_scale), (main):
3974         More playbin fixes. Added README. Do better element filtering.
3975         Added base class to preroll media. Added test apps.
3976
3977 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3978
3979         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
3980         * ext/mpeg2dec/gstmpeg2dec.h:
3981           various debugging improvements.  Reset stream to next picture
3982           instead of sequence header, otherwise seeks cannot work.
3983
3984 2004-07-07  Wim Taymans  <wim@fluendo.com>
3985
3986         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3987         (gst_video_box_class_init), (gst_video_box_set_property),
3988         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
3989         Use pad_alloc where possible.
3990
3991 2004-07-07  Wim Taymans  <wim@fluendo.com>
3992
3993         * sys/oss/gstosselement.c: (gst_osselement_reset),
3994         (gst_osselement_parse_caps):
3995         * sys/oss/gstosselement.h:
3996         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3997         Fix offset on osssrc.
3998
3999 2004-07-07  Wim Taymans  <wim@fluendo.com>
4000
4001         * ext/theora/theora.c: (plugin_init):
4002         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4003         (theora_dec_src_query), (theora_dec_chain):
4004         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4005         (theora_enc_sink_link), (theora_buffer_from_packet),
4006         (theora_push_packet), (theora_enc_chain):
4007         Fix theora granulepos calculation.
4008         Fix overflow in duration/position calculation.
4009         Bump rank to PRIMARY for theoradec.
4010         Use granulepos of last packet to calculate position.
4011         Set keyframe flag on buffers when needed.
4012
4013 2004-07-06  David Schleef  <ds@schleef.org>
4014
4015         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
4016         serious?  (Fixed, obviously.)
4017
4018 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4019
4020         * po/LINGUAS:
4021         * po/cs.po:
4022           added Czech translation (Miloslav Trmac)
4023
4024 2004-07-05  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4027         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4028         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4029         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4030         (close_link), (type_found), (gst_decode_bin_set_property),
4031         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
4032         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
4033         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
4034         (gst_decode_bin_query), (plugin_init):
4035         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4036         (gst_play_bin_class_init), (gst_play_bin_init),
4037         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
4038         (get_video_element), (new_pad), (setup_source),
4039         (gst_play_bin_set_property), (gst_play_bin_get_property),
4040         (gst_play_bin_change_state), (gst_play_bin_add_element),
4041         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4042         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4043         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4044         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4045         * gst/playback/test.c: (main):
4046         More fixes, cleaned up playbin, make it use decodebin. Added
4047         threaded property to playbin.
4048
4049 2004-07-05  Wim Taymans  <wim@fluendo.com>
4050
4051         * configure.ac:
4052         * gst/playback/Makefile.am:
4053         * gst/playback/decodetest.c: (main):
4054         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4055         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4056         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4057         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4058         (close_link), (type_found), (gst_decode_bin_set_property),
4059         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
4060         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
4061         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
4062         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
4063         (plugin_init):
4064         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4065         (gst_play_bin_class_init), (gst_play_bin_init),
4066         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
4067         (collect_sink_pads), (find_compatibles), (close_pad_link),
4068         (try_to_link_1), (new_pad), (close_link), (type_found),
4069         (setup_source), (gst_play_bin_set_property),
4070         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
4071         (compare_ranks), (gst_play_bin_collect_factories),
4072         (gst_play_bin_change_state), (gst_play_bin_add_element),
4073         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4074         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4075         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4076         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4077         * gst/playback/test.c: (main):
4078         Added some playback helper elements and some test apps, very alpha
4079         still.
4080
4081 2004-07-04  Benjamin Otte  <otte@gnome.org>
4082
4083         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4084           only restart audio when we indeed have an xrun to fix repeated
4085           xruns. Fix suggested by Giuliano Pochini.
4086
4087 2004-07-03  David Schleef  <ds@schleef.org>
4088
4089         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
4090         call to gst_debug_log() if debugging is disabled (bug #145118)
4091
4092 2004-07-03  Benjamin Otte  <otte@gnome.org>
4093
4094         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4095           use our own functions for restarting the alsa device.
4096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4097           I should apply patches myself - use MIN for the third argument, not
4098           the second, this fixes seeking
4099
4100 2004-07-02  David Schleef  <ds@schleef.org>
4101
4102         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
4103         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
4104         do with the logic.
4105
4106 2004-07-02  David Schleef  <ds@schleef.org>
4107
4108         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
4109         output buffers.  Fix logic mistake.  (bug #144866)
4110
4111 2004-07-02  David Schleef  <ds@schleef.org>
4112
4113         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
4114         on X.  (bug #144753)
4115
4116 2004-07-02  David Schleef  <ds@schleef.org>
4117
4118         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
4119         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
4120         (bug #144624)
4121         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4122         (gst_osselement_rate_probe_check): Add another workaround for
4123         buggy drivers (bug #145336)
4124
4125 2004-07-02  David Schleef  <ds@schleef.org>
4126
4127         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
4128         Most systems don't have MSG_NOSIGNAL.
4129
4130 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4131
4132         * Makefile.am:
4133         * gst-libs/gst/colorbalance/Makefile.am:
4134         * gst-libs/gst/mixer/Makefile.am:
4135         * gst-libs/gst/play/Makefile.am:
4136         * gst-libs/gst/tuner/Makefile.am:
4137           (hopefully) fix both install and dist and make error message useful.
4138           needs testing across automakes.
4139
4140 2004-07-02  Benjamin Otte  <otte@gnome.org>
4141
4142         * ext/ogg/gstogg.c: (plugin_init):
4143           we require bytestream now
4144         * ext/ogg/gstoggdemux.c: 
4145           huge diff to implement chain setup in a fast and generic way. This
4146           improves tag reading and startup of huge files (read: Theora videos)
4147           quite a bit. It probably contains bugs, too, so please test.
4148           Seeking is not improved to the fast method.
4149
4150 2004-06-29  Wim Taymans  <wim@fluendo.com>
4151
4152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4153         * ext/ogg/gstoggmux.c:
4154         Fix memleak in oggdemux when running unconnected pads.
4155         doc update in mux, start working on keyframe mode.
4156
4157 2004-06-29  Benjamin Otte  <otte@gnome.org>
4158
4159         * sys/oss/gstosssink.c:
4160         * sys/oss/gstosssrc.c:
4161           advertise correct template caps - we indeed do non-native endianness
4162           and 8bit audio has no endianness
4163         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
4164         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
4165           avoid (wrong) duplications in getcaps function and return
4166           template caps
4167
4168 2004-06-29  Wim Taymans  <wim@fluendo.com>
4169
4170         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4171         (gst_multifdsink_class_init), (gst_multifdsink_add),
4172         (gst_multifdsink_remove), (gst_multifdsink_clear),
4173         (gst_multifdsink_client_remove),
4174         (gst_multifdsink_handle_client_read),
4175         (gst_multifdsink_client_queue_data),
4176         (gst_multifdsink_client_queue_caps),
4177         (gst_multifdsink_client_queue_buffer),
4178         (gst_multifdsink_handle_client_write),
4179         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4180         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4181         (gst_multifdsink_init_send), (gst_multifdsink_close):
4182         Fix wrong GList iteration that could crash the server when
4183         more then 2 clients disconnect at the same time. Read all the
4184         pending commands in one batch to recover from command storms under
4185         very heavy load.
4186
4187 2004-06-28  Wim Taymans  <wim@fluendo.com>
4188
4189         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4190         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4191         (gst_videomixer_pad_set_property),
4192         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4193         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4194         (gst_videomixer_class_init), (gst_videomixer_init),
4195         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
4196         (pad_zorder_compare), (gst_videomixer_sort_pads),
4197         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4198         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
4199         (gst_videomixer_update_queues), (gst_videomixer_loop),
4200         (plugin_init):
4201         Avoid divide by zero, choose masterpad as the pad with the highest
4202         framerate.
4203
4204 2004-06-27  Julien Moutte  <julien@moutte.net>
4205
4206         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4207         (gst_ximagesink_xwindow_new):
4208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4209         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
4210         function directly. We might want to call it from somewhere else one day.
4211
4212 2004-06-27  Julien Moutte  <julien@moutte.net>
4213
4214         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4215         (gst_ximagesink_xwindow_new):
4216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4217         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
4218         window decorations.
4219
4220 2004-06-27  Wim Taymans  <wim@fluendo.com>
4221
4222         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
4223         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4224         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
4225         (gst_dvdec_set_property), (gst_dvdec_get_property):
4226         * ext/dv/gstdvdec.h:
4227         Implement drop_factor property to lower the framerate with
4228         a factor.
4229
4230 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4231
4232         * gst-libs/gst/colorbalance/Makefile.am:
4233         * gst-libs/gst/mixer/Makefile.am:
4234         * gst-libs/gst/play/Makefile.am:
4235         * gst-libs/gst/tuner/Makefile.am:
4236           unbreak Company's fix that didn't install the -enum.h files
4237
4238 2004-06-27  Wim Taymans  <wim@fluendo.com>
4239
4240         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
4241         (gst_dvdec_change_state):
4242         * ext/dv/gstdvdec.h:
4243         Fix timestamp, duration and offset of the buffers.
4244
4245 2004-06-27  Wim Taymans  <wim@fluendo.com>
4246
4247         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4248         (gst_multifdsink_class_init), (gst_multifdsink_add),
4249         (gst_multifdsink_remove), (gst_multifdsink_clear),
4250         (gst_multifdsink_client_remove),
4251         (gst_multifdsink_handle_client_read),
4252         (gst_multifdsink_client_queue_data),
4253         (gst_multifdsink_client_queue_caps),
4254         (gst_multifdsink_client_queue_buffer),
4255         (gst_multifdsink_handle_client_write),
4256         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4257         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4258         (gst_multifdsink_init_send), (gst_multifdsink_close):
4259         * gst/tcp/gstmultifdsink.h:
4260         * gst/tcp/gsttcpserversink.c:
4261         (gst_tcpserversink_handle_server_read),
4262         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
4263         More multifdsink fixes, more recovery policy fixes.
4264         Removed stupid g_print
4265
4266 2004-06-26  Wim Taymans  <wim@fluendo.com>
4267
4268         * gst/tcp/Makefile.am:
4269         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4270         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
4271         (gst_multifdsink_class_init), (gst_multifdsink_init),
4272         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
4273         (gst_multifdsink_handle_client_read),
4274         (gst_multifdsink_client_queue_data),
4275         (gst_multifdsink_client_queue_caps),
4276         (gst_multifdsink_client_queue_buffer),
4277         (gst_multifdsink_handle_client_write),
4278         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4279         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4280         (gst_multifdsink_chain), (gst_multifdsink_set_property),
4281         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
4282         (gst_multifdsink_close), (gst_multifdsink_change_state):
4283         * gst/tcp/gstmultifdsink.h:
4284         * gst/tcp/gsttcpplugin.c: (plugin_init):
4285         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
4286         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
4287         (gst_tcpserversink_handle_server_read),
4288         (gst_tcpserversink_handle_select),
4289         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
4290         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4291         * gst/tcp/gsttcpserversink.h:
4292         Added multifdsink, made tcpserversink a subclass of fdsink, removed
4293         one of the locks, added recovery policy to multifdsink.
4294
4295 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4296
4297         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4298           fix decision for when getting frames with same timestamp
4299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4300         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4301         (gst_v4lsrc_get_property):
4302         * sys/v4l/gstv4lsrc.h:
4303           add latency offset property 
4304
4305 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4306
4307         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
4308         (plugin_init):
4309           fix debugging. add category.
4310
4311 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4312
4313         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4314           fix wrong offsets
4315
4316 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4317
4318         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4319         (gst_alsa_src_get_time), (gst_alsa_src_loop),
4320         (gst_alsa_src_change_state):
4321           return a time that is in sync with the element's processing
4322
4323 2004-06-25  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4326         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4327         (gst_tcpserversink_client_remove),
4328         (gst_tcpserversink_handle_client_read),
4329         (gst_tcpserversink_client_queue_data),
4330         (gst_tcpserversink_client_queue_caps),
4331         (gst_tcpserversink_client_queue_buffer),
4332         (gst_tcpserversink_handle_client_write),
4333         (gst_tcpserversink_queue_buffer),
4334         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
4335         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
4336         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
4337         (gst_tcpserversink_close):
4338         * gst/tcp/gsttcpserversink.h:
4339         Serversink rewrite. Really do non blocking writes to clients and
4340         maintain an internal queue to handle slower clients while not
4341         disturbing fast clients.
4342
4343 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4344
4345         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4346           better debug, don't override OFFSET and OFFSET_END
4347
4348 2004-06-25  Iain <iain@prettypeople.org>
4349
4350         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
4351         name=source for the wavparse pipeline.
4352
4353 2004-06-24  Johan Dahlin  <johan@gnome.org>
4354
4355         * ext/theora/theoraenc.c (theora_enc_chain): Call
4356         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
4357         streamheader caps are set correctly.
4358
4359 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4360
4361         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4362         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
4363           respect minimum bitrate; same could be done for max bitrate
4364
4365 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4366
4367         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4368         (gst_vorbisenc_setup):
4369           fix sample rate range
4370
4371 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4372
4373         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
4374         (gst_oggvorbisenc_setup):
4375         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4376         (gst_vorbisenc_setup):
4377           resolve ambiguities in code and description
4378
4379 2004-06-24  Wim Taymans  <wim@fluendo.com>
4380
4381         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
4382         * ext/alsa/gstalsa.h:
4383         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4384         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
4385         Use alsa trigger_tstamp to get the timestamp of the first
4386         sample in the buffer for more precise sync. Some cleanups.
4387
4388 2004-06-24  Wim Taymans  <wim@fluendo.com>
4389
4390         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
4391         (gst_audiorate_init), (gst_audiorate_chain),
4392         (gst_audiorate_set_property), (gst_audiorate_get_property):
4393         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4394         (gst_videorate_chain):
4395         Added some logging, fixed an overflow bug in videorate.
4396
4397 2004-06-24  Benjamin Otte  <otte@gnome.org>
4398
4399         * ext/kio/Makefile.am:
4400           fix for builddir != srcdir and distcheck
4401
4402 2004-06-24  Benjamin Otte  <otte@gnome.org>
4403
4404         * gst-libs/gst/colorbalance/Makefile.am:
4405         * gst-libs/gst/mixer/Makefile.am:
4406         * gst-libs/gst/play/Makefile.am:
4407         * gst-libs/gst/tuner/Makefile.am:
4408         * gst/tcp/Makefile.am:
4409         * sys/dxr3/Makefile.am:
4410           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4411           tarball.
4412           Also add all *.list files that were missing.
4413         * Makefile.am:
4414           add a distcheck hook to ensure the above doesn't happen again.
4415
4416 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
4417
4418         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4419
4420 2004-06-23  Colin Walters  <walters@redhat.com>
4421
4422         * m4/Makefile.am: Distribute gst-fionread.m4.
4423
4424 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4425
4426         * configure.ac: back to dev
4427
4428 2004-06-23  Wim Taymans  <wim@fluendo.com>
4429
4430         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4431         (gst_alsa_xrun_recovery):
4432         * ext/alsa/gstalsa.h:
4433         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4434         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4435         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4436         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4437         (gst_alsa_src_loop):
4438         Add clock to alsasrc. Take new capture timestamp when
4439         restarting after an overrun. Split up some functions between
4440         alsasrc and alsasink.
4441
4442 === release 0.8.2 ===
4443
4444 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4445
4446         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4447         (gst_alsa_change_state), (gst_alsa_update_avail),
4448         (gst_alsa_xrun_recovery):
4449         * ext/alsa/gstalsa.h:
4450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4451           merge back changes from release
4452
4453 2004-06-23  Wim Taymans  <wim@fluendo.com>
4454
4455         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4456         (gst_audiorate_init), (gst_audiorate_chain),
4457         (gst_audiorate_set_property), (gst_audiorate_get_property):
4458         Implement sample dropping and notify
4459
4460 2004-06-22  Wim Taymans  <wim@fluendo.com>
4461
4462         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4463         (theora_enc_sink_link), (theora_buffer_from_packet),
4464         (theora_push_packet), (theora_enc_chain):
4465         Some cleanups, make sure the timestamps are correct.
4466
4467 2004-06-22  Wim Taymans  <wim@fluendo.com>
4468
4469         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4470         (gst_alsa_change_state), (gst_alsa_update_avail),
4471         (gst_alsa_xrun_recovery):
4472         * ext/alsa/gstalsa.h:
4473         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4474         Cleanups, take queued samples into account when reporting
4475         the time.
4476
4477 2004-06-22  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4480         (gst_videorate_init):
4481         Initialize the property as well.
4482
4483 2004-06-22  Wim Taymans  <wim@fluendo.com>
4484
4485         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4486         (gst_videorate_init), (gst_videorate_chain),
4487         (gst_videorate_set_property), (gst_videorate_get_property):
4488         Add property to make videorate silent.
4489         Add property to prefer new frames over old ones.
4490
4491 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4492
4493         * sys/osxvideo/Makefile.am:
4494         Workaround so that the osxvideo .so file gets linked with the
4495         Cocoa, OpenGL and QuickTime frameworks
4496
4497 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4498
4499         * sys/osxaudio/Makefile.am:
4500         Workaround so that the osxaudio .so file gets linked with the
4501         CoreAudio framework
4502  
4503 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4504
4505         * configure.ac:
4506         Whoops, my fault...fixed build issues
4507
4508 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4509
4510         * configure.ac:
4511         Add objective-c support if running in Darwin/Mac OS X
4512         * sys/Makefile.am:
4513         * sys/osxvideo:
4514         * sys/osxvideo/Makefile.am:
4515         * sys/osxvideo/osxvideosink.h:
4516         * sys/osxvideo/osxvideosink.m:
4517         * sys/osxvideo/cocoawindow.h:
4518         * sys/osxvideo/cocoawindow.m:
4519         Add osxvideosink, a cocoa-based osx video sink
4520         
4521
4522 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4523         * ext/dvdnav/gst-dvd:
4524         Grab the gconf key from the right spot
4525         * gst/debug/gstnavseek.c: (gst_navseek_init),
4526         (gst_navseek_segseek), (gst_navseek_handle_src_event),
4527         (gst_navseek_chain):
4528         * gst/debug/gstnavseek.h:
4529           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4530           and loop parameters of a segment seek.
4531         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4532         (gst_videotestsrc_get_event_masks),
4533         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4534         * gst/videotestsrc/gstvideotestsrc.h:
4535           Add seeking support to videotestsrc
4536           Initialise the timestamp_offset variable.
4537
4538 2004-06-18  Wim Taymans  <wim@fluendo.com>
4539
4540         * ext/sidplay/gstsiddec.cc:
4541         Fix negotiation and set correct end offset.
4542
4543 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4544
4545         * configure.ac: branch and prerelease
4546
4547 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4548
4549         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4550         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4551         (gst_tcpclientsrc_init_receive):
4552         * gst/tcp/gsttcpclientsrc.h:
4553           read caps when connecting to server for GDP so we set them correctly
4554
4555 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4556
4557         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4558           notify drops and duplicates
4559         * gst/videoscale/videoscale.c: (videoscale_get_structure):
4560           no good reason to limit ourselves to 100x100
4561
4562 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4563
4564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4565         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4566         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4567         (gst_v4lsrc_get_property):
4568         * sys/v4l/gstv4lsrc.h:
4569         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4570         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4571         (gst_v4l_set_audio):
4572         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4573         (gst_v4lsrc_try_capture):
4574         * sys/v4l/v4lsrc_calls.h:
4575           change try_palette to more general try_capture
4576           add autoprobe option so we can turn off autoprobing
4577           various fixes
4578
4579 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4580
4581         * configure.ac:
4582           add videorate
4583         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4584         (gst_ximagesink_class_init):
4585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4586         (gst_xvimagesink_class_init):
4587           run them as finalize, not dispose, since dispose can be invoked
4588           multiple times
4589
4590 2004-06-17  Wim Taymans  <wim@fluendo.com>
4591
4592         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4593         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4594         * ext/alsa/gstalsa.h:
4595         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4596         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4597         (gst_alsa_src_change_state):
4598         * ext/alsa/gstalsasrc.h:
4599         Make the xrun code timestamp and offset the buffers correctly.
4600         moved the clock to the base class, use alsa methods to get time.
4601         Do correct timestamping on outgoing buffers.
4602
4603 2004-06-17  Wim Taymans  <wim@fluendo.com>
4604
4605         * gst/audiorate/Makefile.am:
4606         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4607         (gst_audiorate_base_init), (gst_audiorate_class_init),
4608         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4609         (gst_audiorate_set_property), (gst_audiorate_get_property),
4610         (gst_audiorate_change_state), (plugin_init):
4611         Added an audiorate converter that fills in gaps.
4612
4613 2004-06-17  Johan Dahlin  <johan@gnome.org>
4614
4615         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
4616
4617 2004-06-16  Wim Taymans  <wim@fluendo.com>
4618
4619         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
4620         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4621         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4622         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4623         (gst_v4lsrc_get_property):
4624         * sys/v4l/gstv4lsrc.h:
4625         Added a copy mode to v4lsrc where it will output a copied version
4626         of its internal hardware buffer.
4627         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
4628         can't | them.
4629
4630 2004-06-16  Wim Taymans  <wim@fluendo.com>
4631
4632         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4633         Timestamp fixes.
4634
4635 2004-06-16  Wim Taymans  <wim@fluendo.com>
4636
4637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4638         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4639         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4640         (gst_v4lsrc_get_property):
4641         * sys/v4l/gstv4lsrc.h:
4642         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4643         Added a sync mode enum property to control v4lsrc timestamp method
4644         Removed the use-fixed-fps property and moved functionality in
4645         the enum. 
4646         Don't error on an error value from v4l-conf, it might not always
4647         be a real error.
4648
4649 2004-06-16  Wim Taymans  <wim@fluendo.com>
4650
4651         * gst/videorate/Makefile.am:
4652         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
4653         (gst_videorate_base_init), (gst_videorate_class_init),
4654         (gst_videorate_getcaps), (gst_videorate_link),
4655         (gst_videorate_init), (gst_videorate_chain),
4656         (gst_videorate_set_property), (gst_videorate_get_property),
4657         (gst_videorate_change_state), (plugin_init):
4658         Added a video timestamp corrector.
4659
4660 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4661
4662         fixed a potential leak with previous commit
4663         
4664         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4665
4666 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4667
4668         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4669         Added missing refcount, fixes bug #144425
4670         Cheers Tim for finding the bug
4671
4672 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4673
4674         * sys/v4l/gstv4l.c: (plugin_init):
4675         * sys/v4l/gstv4lcolorbalance.c:
4676         * sys/v4l/gstv4lcolorbalance.h:
4677         * sys/v4l/gstv4lelement.c:
4678         * sys/v4l/gstv4lelement.h:
4679         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4680         * sys/v4l/gstv4lmjpegsink.h:
4681         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4682         * sys/v4l/gstv4lmjpegsrc.h:
4683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4684         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4685         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4686         * sys/v4l/gstv4lsrc.h:
4687         * sys/v4l/gstv4ltuner.c:
4688         * sys/v4l/gstv4ltuner.h:
4689         * sys/v4l/gstv4lxoverlay.c:
4690         * sys/v4l/gstv4lxoverlay.h:
4691         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
4692         (gst_v4l_set_window), (gst_v4l_enable_overlay):
4693         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4694         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4695         (gst_v4l_set_audio):
4696         * sys/v4l/v4l_calls.h:
4697         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4698         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
4699         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
4700         (gst_v4lmjpegsink_playback_init),
4701         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
4702         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
4703         (gst_v4lmjpegsink_playback_stop),
4704         (gst_v4lmjpegsink_playback_deinit):
4705         * sys/v4l/v4lmjpegsink_calls.h:
4706         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
4707         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
4708         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
4709         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
4710         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
4711         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
4712         * sys/v4l/v4lmjpegsrc_calls.h:
4713         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4714         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
4715         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
4716         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
4717         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
4718         (gst_v4lsrc_try_palette):
4719         * sys/v4l/v4lsrc_calls.h:
4720           bunch of paranoia cleanups
4721
4722 2004-06-14  David Schleef  <ds@schleef.org>
4723
4724         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
4725         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
4726         Send discont events and change timestamps appropriately when
4727         we get a seek event.  (bug #144240)
4728         * ext/cdparanoia/gstcdparanoia.h:
4729
4730 2004-06-14  Benjamin Otte  <otte@gnome.org>
4731
4732         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
4733           snd_pcm_hw_params_set_rate  since the latter fails for no good 
4734           reason on some setups.
4735
4736 2004-06-14  David Schleef  <ds@schleef.org>
4737
4738         * gst/volume/demo.c: (value_changed_callback): exp10() is not
4739         standard.  Thank you for playing.
4740
4741 2004-06-14  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4744         Patch 1.3 broke the ordering of the colorspace info and
4745         made the plugin basically work by coincidence, reordered
4746         the info.
4747
4748 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4749
4750         * ext/lame/gstlame.c:
4751         * ext/mad/gstmad.c:
4752           sync caps.  Make sure mad can only output a list of rates, not
4753           a full range.  In the future, have three caps lists for each of the
4754           mpeg versions.  Change mpegversion to a double as well.
4755
4756 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4757
4758         * gst/volume/.cvsignore:
4759         * gst/volume/Makefile.am:
4760         * gst/volume/demo.c: (value_changed_callback), (idler),
4761         (setup_gui), (main):
4762           added small demo app
4763
4764 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
4765         * ext/esd/esdsink.c: (gst_esdsink_change_state):
4766         * ext/esd/esdsink.h:
4767         Close the esd connection on pause, because esd will just wait -  
4768         blocking all other esd clients indefinitely.
4769
4770 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
4771
4772         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
4773           previous commit with GST_DEBUG
4774
4775 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4776
4777         * configure.ac:
4778           add a header check for a dvdread header in dvdnav.  Fixes #133002
4779
4780 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4781
4782         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
4783         * gst/tcp/gsttcpclientsink.h:
4784         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
4785         * gst/tcp/gsttcpclientsrc.h:
4786         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
4787         (gst_tcpserversink_handle_server_read),
4788         (gst_tcpserversink_init_send):
4789         * gst/tcp/gsttcpserversink.h:
4790         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4791         * gst/tcp/gsttcpserversrc.h:
4792         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
4793         version of IP)
4794
4795 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4796
4797         * configure.ac:
4798         Added ogg library so that OSX detects libtheora properly
4799         
4800 2004-06-11  Wim Taymans  <wim@fluendo.com>
4801
4802         * ext/theora/theoradec.c: (theora_dec_chain),
4803         (theora_dec_change_state):
4804         Don't try to decode frames before we received a keyframe.
4805
4806 2004-06-11  Wim Taymans  <wim@fluendo.com>
4807
4808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4809         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4810         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4811         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4812         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4813         Added property to set the maximum delay of a page.
4814
4815 2004-06-10  Wim Taymans  <wim@fluendo.com>
4816
4817         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4818         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4819         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4820         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4821         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4822         Added max-delay property to control the maximum amount
4823         of data to put in one page.
4824
4825 2004-06-10  Wim Taymans  <wim@fluendo.com>
4826
4827         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4828         (gst_theora_enc_init), (theora_enc_sink_link),
4829         (theora_buffer_from_packet), (theora_enc_set_property),
4830         (theora_enc_get_property):
4831         Set duration on encoded buffer, added some more properties
4832
4833 2004-06-10  Wim Taymans  <wim@fluendo.com>
4834
4835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4836         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4837         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
4838         * ext/theora/theoraenc.c: (theora_enc_chain):
4839         Fix refcounting bugs
4840
4841 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4842
4843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4844         (gst_asf_demux_loop), (gst_asf_demux_process_file),
4845         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
4846         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
4847         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
4848         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
4849         (gst_asf_demux_change_state):
4850         * gst/asfdemux/gstasfdemux.h:
4851           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
4852           feels like. I think we should set a new requirement for demuxers
4853           from now on to implement sane loop functions, data loops, query
4854           and seek functions before first commit into CVS. And this commit
4855           fixes all of the above.
4856
4857 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
4858
4859         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
4860           vorbis comments are properly encoded in UTF-8 before adding them
4861           to a GstTagList
4862
4863 2004-06-09  Benjamin Otte  <otte@gnome.org>
4864
4865         * ext/alsa/gstalsa.c: (add_channels):
4866           handle min <= max correctly
4867         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
4868         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
4869           add fixation functions so we fixate correctly. No preferring of alaw
4870           anymore because it's the first structure.
4871         * ext/alsa/gstalsa.h:
4872         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
4873         (gst_alsa_hw_params_dump):
4874           add functions to ease debugging in alsalib
4875         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
4876         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
4877         (gst_alsa_start_audio):
4878           only specify hw params if we really setup a format (fixes #134007 -
4879           or at least works around it)
4880
4881 2004-06-09  Wim Taymans  <wim@fluendo.com>
4882
4883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4884         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
4885         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
4886         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
4887         (gst_ogg_mux_loop):
4888         Use stream caps to setup the initial pages in the ogg stream.
4889         Correctly set the streamheader caps on the srcpad.
4890
4891 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4892
4893         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4894         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4895         (gst_v4lsrc_getcaps):
4896         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4897         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
4898           add querying of fps lists for webcams.  Negotiating to a framerate
4899           now works.
4900
4901 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4902
4903         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4904         (theora_push_buffer), (theora_push_packet),
4905         (theora_set_header_on_caps), (theora_enc_chain):
4906           mark buffers and put on streamheader, raw theora streaming
4907           now works too, whee
4908
4909 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4910
4911         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4912         (gst_tcp_gdp_read_caps):
4913           do a looping read for caps and GDP headers too
4914
4915 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4916
4917         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4918         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
4919           return EOS instead of NULL in _get
4920
4921 2004-06-08  Wim Taymans  <wim@fluendo.com>
4922
4923         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4924         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
4925         (gst_tcp_gdp_write_caps):
4926         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4927         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4928         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
4929         Memory leak fixes
4930
4931 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4932
4933         * ext/vorbis/Makefile.am:
4934         * ext/vorbis/vorbis.c: (plugin_init):
4935         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
4936         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
4937         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
4938         (vorbis_parse_change_state):
4939         * ext/vorbis/vorbisparse.h:
4940           adding a vorbisparse element that marks the buffers, streaming
4941           raw vorbis using GDP now works, whee
4942
4943 2004-06-08  Wim Taymans  <wim@fluendo.com>
4944
4945         * ext/jpeg/Makefile.am:
4946         * ext/jpeg/README:
4947         * ext/jpeg/gstjpeg.c: (plugin_init):
4948         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
4949         (gst_smokedec_base_init), (gst_smokedec_class_init),
4950         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
4951         * ext/jpeg/gstsmokedec.h:
4952         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
4953         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
4954         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
4955         (gst_smokeenc_resync), (gst_smokeenc_chain),
4956         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
4957         * ext/jpeg/gstsmokeenc.h:
4958         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
4959         (smokecodec_flush_destination), (smokecodec_term_destination),
4960         (smokecodec_init_source), (smokecodec_fill_input_buffer),
4961         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
4962         (smokecodec_term_source), (smokecodec_encode_new),
4963         (smokecodec_decode_new), (smokecodec_info_free),
4964         (smokecodec_set_quality), (smokecodec_get_quality),
4965         (smokecodec_set_threshold), (smokecodec_get_threshold),
4966         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
4967         (find_best_size), (abs_diff), (put), (smokecodec_encode),
4968         (smokecodec_parse_header), (smokecodec_decode):
4969         * ext/jpeg/smokecodec.h:
4970         Added a new simple jpeg based codec
4971
4972 2004-06-08  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4975         (gst_multipart_mux_loop):
4976         Fix memory leak
4977
4978 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4979
4980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4981         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
4982         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
4983         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
4984         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4985         * gst/tcp/gsttcpserversink.h:
4986           take streamheader into account
4987
4988 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4989
4990         * gst/level/Makefile.am:
4991         * gst/level/gstlevel.c: (gst_level_class_init):
4992           clean up marshal generation
4993
4994 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4995
4996         * gst/tcp/Makefile.am:
4997         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
4998         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
4999         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
5000         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5001         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
5002         (gst_tcpclientsrc_get_property):
5003         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5004         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5005         (gst_tcpserversink_handle_client_read),
5006         (gst_tcpserversink_handle_client_write),
5007         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
5008         * gst/tcp/gsttcpserversink.h:
5009           add signals client-added and client-removed
5010         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5011         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
5012         (gst_tcpserversrc_get_property):
5013         uniformized, change default protocol to NONE
5014         * gst/tcp/gsttcp-marshal.list: added
5015 2004-06-07  Benjamin Otte  <otte@gnome.org>
5016
5017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5018           handle discont events if they happen before caps nego
5019
5020 2004-06-07  Wim Taymans  <wim@fluendo.com>
5021
5022         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5023         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5024         (gst_multipart_demux_plugin_init):
5025         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5026         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5027         (gst_multipart_mux_change_state):
5028         Small updates, fix a memleak
5029
5030 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5031
5032         * configure.ac: OSS portability
5033         * ext/arts/gst_arts.c: idem
5034         * sys/oss/gstosselement.c: idem
5035         * sys/oss/gstossmixer.c: idem
5036         * sys/oss/gstosssink.c: idem
5037         * sys/oss/gstosssrc.c: idem
5038         * sys/oss/oss_probe.c: idem
5039           - check for soundcard.h in different places for some BSD
5040
5041 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
5042
5043         * AUTHORS:
5044         Add me to the authors file
5045         * configure.ac:
5046         Increase the libdv requirement to >= version 0.100
5047         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
5048         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
5049         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
5050         * ext/dv/gstdvdec.h:
5051         Add support for the new_media flag when sending DISCONT events
5052         Make the querying work when video pad is not linked
5053
5054 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5055
5056         reviewed by Benjamin Otte  <otte@gnome.org>
5057
5058         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
5059           create a NULL-initialized array of pads, so we don't think they
5060           exist already. (fixes #143130)
5061
5062 2004-06-07  Benjamin Otte  <otte@gnome.org>
5063
5064         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
5065         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
5066         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
5067           don't use // coments
5068
5069 2004-06-07  Benjamin Otte  <otte@gnome.org>
5070
5071         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
5072           cast to GstClockTime to get higher granularity
5073         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5074           use gst_element_set_time_delay to get the exact time
5075         * ext/mad/gstmad.c: (gst_mad_chain):
5076           use the negotiated rate instead of the current frame's rate which
5077           might be wrong because of bit errors. This avoids emitting totally
5078           bogus timestamps and screwing sync.
5079         (fixes #143454)
5080
5081 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5082
5083         reviewed by Benjamin Otte  <otte@gnome.org>
5084
5085         * gst/adder/gstadder.c: (gst_adder_loop):
5086           properly error out when no negotiation has happened yet. (fixes
5087           #143032)
5088
5089 2004-06-06  Benjamin Otte  <otte@gnome.org>
5090
5091         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5092           forward correctly transformed offset in discont events. Based on
5093           patch by Arwed v. Merkatz. (fixes #142851)
5094
5095 2004-06-06  David Schleef  <ds@schleef.org>
5096
5097         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
5098         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
5099         problems on several systems.
5100
5101 2004-06-06  Benjamin Otte  <otte@gnome.org>
5102
5103         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5104           use explicit caps on the srcpad
5105         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5106           properly error out if caps couldn't be set (fixes #142764)
5107
5108 2004-06-06  Benjamin Otte  <otte@gnome.org>
5109
5110         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
5111         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
5112         (gst_alsa_start_audio):
5113           - don't call set_periods_integer anymore, it breaks the
5114           configuration randomly
5115           - call snd_pcm_hw_params_set_access directly instead of using masks
5116           - don't fail if the sw_params can't be set, just use the default
5117           params and hope it works. Alsalib has weird issues when you touch
5118           sw_params and does no proper error reporting about what failed.
5119         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5120         (gst_alsa_close_audio):
5121           make our alsa debugging go via gst debugging and not conditionally
5122           defined
5123         * ext/alsa/gstalsa.h:
5124           add ALSA_DEBUG_FLUSH macro
5125         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
5126         (plugin_init):
5127           wrap alsa errors to be printed via the gst debugging system and not
5128           spammed to stderr
5129
5130 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5131
5132         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
5133         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
5134         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
5135         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
5136         (qtdemux_parse_trak):
5137         * gst/qtdemux/qtdemux.h:
5138           Bitch. Also known as seeking, querying & co.
5139         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5140         (gst_osssink_change_state):
5141         * sys/oss/gstosssink.h:
5142           Resyncing is for weenies, this hack is no longer needed and was
5143           broken anyway (since it - unintendedly - always leaves resync to
5144           TRUE).
5145
5146 2004-06-05  Andrew Turner <zxombie@hotpop.com>
5147
5148         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
5149         * gst/tcp/gsttcpclientsrc.h: idem
5150           - define MSG_NOSIGNAL if not done
5151           - include unistd.h for off_t
5152           (fixes #143749)
5153
5154 2004-06-05  Benjamin Otte  <otte@gnome.org>
5155
5156         * configure.ac:
5157         * ext/kio/Makefile.am:
5158           check for qt's moc preprocessor explicitly and use it
5159
5160 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5161
5162         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5163           don't get a signal for EPIPE on socket writes
5164           (somebody check if this works on other platforms)
5165
5166 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5167
5168         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
5169         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5170           check error condition on available samples correctly
5171
5172 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5173
5174         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
5175           avoid a segfault
5176         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5177         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
5178         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5179         (gst_tcpserversrc_gdp_read_header):
5180          use ssize_t over size_t since the former is signed and thus the
5181          check for error codes can work
5182
5183 2004-06-02  Wim Taymans  <wim@fluendo.com>
5184
5185         reviewed by: Johan
5186
5187         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5188         (gst_multipart_mux_loop):
5189         Oops
5190
5191 2004-06-02  Wim Taymans  <wim@fluendo.com>
5192
5193         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5194         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5195         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5196         (gst_multipart_mux_change_state):
5197         Added configurable boundary specifier, added the value as a
5198         caps field as well.
5199
5200 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
5201
5202         * gst/tcp/gsttcp.c:
5203         * gst/tcp/gsttcpclientsrc.c:
5204         * gst/tcp/gsttcpclientsrc.h:
5205         * gst/tcp/gsttcpserversrc.c:
5206           - portability fix, to compile on OSX
5207             (fixes #143146)
5208
5209         * sys/osxaudio/gstosxaudioelement.c:
5210         * sys/osxaudio/gstosxaudiosink.c:
5211         * sys/osxaudio/gstosxaudiosrc.c:
5212           - compilation warnings on OSX
5213             (fixes #143153)
5214
5215 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5216
5217         * ext/vorbis/vorbisdec.c : sign warning fixes
5218
5219         * gst-libs/gst/mixer/mixertrack.c :
5220           do no use defines which are glib 2.4 specific
5221
5222 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
5223
5224         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
5225           buffer since libflac doesn't expect it (reports a sync error when 
5226           it encounters that)
5227
5228         
5229 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
5230
5231         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
5232         * gst-libs/gst/mixer/mixertrack.c:
5233         (gst_mixer_track_get_property), (get_mixer_track_init),
5234         (get_mixer_track_get_property): Added property accessors
5235         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
5236         * gst-libs/gst/mixer/mixeroptions.c:
5237         (gst_mixer_options_get_values): Added   
5238         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
5239         * gst-libs/gst/mixer/mixer.c: Fixed comment
5240
5241
5242 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5243
5244         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5245           improve error messages on open
5246
5247
5248 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5249
5250         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5251           check if v4l-conf is in path
5252
5253 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5254
5255         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5256           change assert to a more readable error message
5257
5258 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5259
5260         * gst-libs/gst/tuner/tunerchannel.h:
5261           - add a freq_multiplicator field to make the conversion
5262             between internal frequency unit and Hz
5263         * sys/v4l/gstv4lelement.c:
5264         * sys/v4l2/gstv4l2element.c:
5265           - change default video device to /dev/video0
5266         * sys/v4l/v4l_calls.c:
5267         * sys/v4l2/v4l2_calls.c:
5268           - we only expose frequency to the user in Hz instead of
5269             bastard v4lX unit (either 62.5kHz or 62.5Hz)
5270
5271 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5272         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5273           Initialise b_o_s and e_o_s variables
5274         * gst-libs/gst/riff/riff-media.c:
5275         (gst_riff_create_video_caps_with_data):
5276           Add some unusual fourcc's from mplayer avi's
5277         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
5278           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
5279           autoplugging.
5280
5281 2004-05-28  Wim Taymans  <wim@fluendo.com>
5282
5283         * configure.ac:
5284         * gst/alpha/Makefile.am:
5285         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5286         (gst_alpha_get_type), (gst_alpha_base_init),
5287         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5288         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
5289         (gst_alpha_chroma_key), (gst_alpha_chain),
5290         (gst_alpha_change_state), (plugin_init):
5291         A plugin to add an alpha channel to I420 video. Can optionally do
5292         chroma keying.
5293         * gst/multipart/Makefile.am:
5294         * gst/multipart/multipart.c: (plugin_init):
5295         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5296         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5297         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
5298         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5299         (gst_multipart_demux_change_state),
5300         (gst_multipart_demux_plugin_init):
5301         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
5302         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
5303         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
5304         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
5305         (gst_multipart_mux_pad_unlink),
5306         (gst_multipart_mux_request_new_pad),
5307         (gst_multipart_mux_handle_src_event),
5308         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
5309         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
5310         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5311         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
5312         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
5313         send multipart jpeg images to a browser.
5314         * gst/videobox/Makefile.am:
5315         * gst/videobox/README:
5316         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5317         (gst_video_box_get_type), (gst_video_box_base_init),
5318         (gst_video_box_class_init), (gst_video_box_init),
5319         (gst_video_box_set_property), (gst_video_box_get_property),
5320         (gst_video_box_sink_link), (gst_video_box_i420),
5321         (gst_video_box_ayuv), (gst_video_box_chain),
5322         (gst_video_box_change_state), (plugin_init):
5323         Crops or adds borders around an image. can do alpha channel
5324         borders as well.
5325         * gst/videomixer/Makefile.am:
5326         * gst/videomixer/README:
5327         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5328         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
5329         (gst_videomixer_pad_get_sink_event_masks),
5330         (gst_videomixer_pad_get_property),
5331         (gst_videomixer_pad_set_property),
5332         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
5333         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
5334         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5335         (gst_videomixer_base_init), (gst_videomixer_class_init),
5336         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5337         (gst_videomixer_handle_src_event),
5338         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
5339         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
5340         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
5341         (gst_videomixer_loop), (gst_videomixer_get_property),
5342         (gst_videomixer_set_property), (gst_videomixer_change_state),
5343         (plugin_init):
5344         Generic video mixer plugin, can handle multiple inputs all with
5345         different framerates and video sizes. Is fully alpha channel
5346         aware.
5347
5348 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5349
5350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5351           Select first track as master track. Not sure how else to handle
5352           that...
5353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
5354           Discard discont events. Should fix #142962.
5355
5356 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5357
5358         * ext/alsa/Makefile.am:
5359         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
5360         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
5361         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5362         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
5363         (gst_alsa_mixer_get_option):
5364         * ext/alsa/gstalsamixer.h:
5365         * ext/alsa/gstalsamixeroptions.c:
5366         (gst_alsa_mixer_options_get_type),
5367         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
5368         (gst_alsa_mixer_options_new):
5369         * ext/alsa/gstalsamixeroptions.h:
5370         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5371         * ext/alsa/gstalsamixertrack.h:
5372           Add enumerations (as GstMixerOptions). Make correct distinction
5373           between input/output tracks. Add capture/playback private flag.
5374           Use flag to decide on whether to set capture or playback volumes
5375           or switches. Use playback and record switches.
5376         * gst-libs/gst/mixer/Makefile.am:
5377         * gst-libs/gst/mixer/mixer-marshal.list:
5378         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
5379         (gst_mixer_set_option), (gst_mixer_get_option),
5380         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
5381         (gst_mixer_volume_changed), (gst_mixer_option_changed):
5382         * gst-libs/gst/mixer/mixer.h:
5383         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
5384         (gst_mixer_options_class_init), (gst_mixer_options_init),
5385         (gst_mixer_options_dispose):
5386         * gst-libs/gst/mixer/mixeroptions.h:
5387           Add GstMixerOptions.
5388         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5389           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
5390           broken device detection on computers with multiple OSS sound
5391           cards.
5392
5393 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5394
5395         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5396           fixate nicely even when the peer is not negotiating
5397
5398 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5399
5400         * gst/audioconvert/gstaudioconvert.c:
5401         (gst_audio_convert_parse_caps):
5402           make sure we don't allow depth > width
5403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5404           fixate endianness to G_BYTE_ORDER as default
5405         * gst/audioscale/gstaudioscale.c:
5406           we don't handle another endianness as host-endianness
5407
5408 2004-05-25  David Schleef  <ds@schleef.org>
5409
5410         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
5411
5412 2004-05-24  Benjamin Otte  <otte@gnome.org>
5413
5414         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5415         (gst_oggvorbisenc_setup):
5416           properly fail when we can't setup the vorbis encoder due to
5417           unsupported settings
5418         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5419         (gst_vorbisenc_setup):
5420           same
5421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5422           fix case where warnings occured when one pad was unlinked while the
5423           other's link function was called
5424
5425 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5426
5427         * gst/tcp/Makefile.am:
5428           use GST_ENABLE_NEW
5429
5430 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5431
5432         * gst-libs/gst/resample/private.h:
5433           don't use optimizations that are #if 0'ed
5434
5435 2004-05-24  Wim Taymans  <wim@fluendo.com>
5436
5437         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5438         Fix potential division by zero error and hopefully get
5439         the position query right to get correct timestamps on avi
5440         audio.
5441
5442 2004-05-24  Wim Taymans  <wim@fluendo.com>
5443
5444         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5445         (gst_videoscale_scale_nearest_str2),
5446         (gst_videoscale_scale_nearest_str4),
5447         (gst_videoscale_scale_nearest_32bit),
5448         (gst_videoscale_scale_nearest_24bit),
5449         (gst_videoscale_scale_nearest_16bit):
5450         Fix the scaling algorithm and avoid a buffer overflow.
5451         removed the while loop in the scaling function as it
5452         was used for point sampling only.
5453
5454 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5455
5456         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5457         (gst_id3_tag_class_init), (gst_id3_tag_init),
5458         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5459         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5460         (gst_id3_tag_send_tag_event):
5461           lots of fixes to make id3mux work and id3demux work correctly
5462
5463 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5464
5465         * ext/Makefile.am:
5466           add rules to build shout2send (was removed by accident
5467           when this module was no more marked experimental/broken)
5468
5469 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
5470
5471         * ext/shout2/gstshout2.c:
5472         * ext/shout2/gstshout2.h:
5473           adding a "connection problem" signal to shout2send
5474           (fixes #142954)
5475
5476 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5477
5478         * ext/kio/kioreceiver.cpp:
5479         * ext/kio/kioreceiver.h:
5480           fix sign comparison issues
5481
5482 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5483
5484         * gst/cdxaparse/gstcdxaparse.c:
5485         * gst/cdxaparse/gstcdxaparse.h:
5486           some renaming
5487           add some checks/sanity
5488           prepare for seek addition
5489
5490         * sys/sunaudio/gstsunaudio.c:
5491           remove exported dupe init function
5492
5493 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5494
5495         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5496         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5497           Fix format conversion and position querying.
5498         * gst/debug/progressreport.c: (gst_progressreport_report):
5499           Don't output a bogus total value that we didn't query.
5500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5501           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5502           only a blank window after xine has been used.
5503
5504 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5505
5506         * m4/as-arts.m4:
5507           sync with upstream version to fix test on FC2
5508           readd with -ko to preserve Id header
5509
5510 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5511
5512         * configure.ac:
5513           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5514         * gst/tcp/gsttcpclientsrc.c: idem
5515         * gst/tcp/gsttcpserversink.c: idem
5516         * gst/tcp/gsttcpserversrc.c: idem
5517         * m4/gst-fionread.m4: idem
5518
5519         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5520
5521         * configure.ac: enable speex plugin for speex 1.1.5+
5522         * ext/speex/gstspeexenc.c: fix cast warning
5523
5524         * ext/esd/README: fix typo
5525
5526 2004-05-20  David Schleef  <ds@schleef.org>
5527
5528         * configure.ac: Minor cosmetic change to convince the buildbot to
5529         reautogen.
5530         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5531         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5532         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5533         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5534         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5535         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5536         More hacking.  Plays audio now.
5537
5538 2004-05-20  David Schleef  <ds@schleef.org>
5539
5540         * configure.ac:
5541         * sys/Makefile.am:
5542
5543 2004-05-20  David Schleef  <ds@schleef.org>
5544
5545         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
5546         * sys/osxaudio/gstosxaudio.c:
5547         * sys/osxaudio/gstosxaudioelement.c:
5548         * sys/osxaudio/gstosxaudioelement.h:
5549         * sys/osxaudio/gstosxaudiosink.c:
5550         * sys/osxaudio/gstosxaudiosink.h:
5551         * sys/osxaudio/gstosxaudiosrc.c:
5552         * sys/osxaudio/gstosxaudiosrc.h:
5553
5554 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5555
5556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5557         (gst_vorbisenc_chain):
5558           put the codec headers on the caps as streamheader as well as
5559           pushing them out
5560
5561 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5562
5563         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5564         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5565         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5566         split up push_packet into two functions
5567
5568 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5569
5570         * gst/tcp/.cvsignore:
5571           ignore enums
5572         * gst/tcp/Makefile.am:
5573         * gst/tcp/README:
5574         * gst/tcp/gsttcp.c:
5575         * gst/tcp/gsttcp.h:
5576         * gst/tcp/gsttcpclientsink.c:
5577         * gst/tcp/gsttcpclientsink.h:
5578         * gst/tcp/gsttcpclientsrc.c:
5579         * gst/tcp/gsttcpclientsrc.h:
5580         * gst/tcp/gsttcpplugin.c:
5581         * gst/tcp/gsttcpserversink.c:
5582         * gst/tcp/gsttcpserversink.h:
5583         * gst/tcp/gsttcpserversrc.c:
5584         * gst/tcp/gsttcpserversrc.h:
5585           add new tcp elements
5586
5587 2004-05-19  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/law/mulaw-conversion.c: (mulaw_encode):
5590         Fix overflow bug in ulaw encoding.
5591
5592 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5593
5594         * ext/mad/gstmad.c: (gst_mad_handle_event):
5595           don't unref the event twice
5596
5597 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5598
5599         * configure.ac:
5600           remove -Wno-sign-compare
5601
5602 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5603
5604         * configure.ac:
5605           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5606           if you want to work against glib 2.2 and 2.4
5607
5608 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5609
5610         * gst/tcp/Makefile.am:
5611         * gst/tcp/gsttcp.c:
5612         * gst/tcp/gsttcp.h:
5613         * gst/tcp/gsttcpsink.h:
5614         * gst/tcp/gsttcpsrc.h:
5615           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
5616
5617 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5618
5619         * gst/debug/tests.c: (md5_get_value):
5620           fix segfault on gst-inspect
5621
5622 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5623
5624         * gst/debug/testplugin.c: 
5625         * gst/debug/tests.c: 
5626         * gst/debug/tests.h:
5627           add new extensible and configurable testing element. Current tests
5628           include buffer count, stream length, timestamp/duration matching and
5629           md5.
5630         * gst/debug/Makefile.am:
5631         * gst/debug/gstdebug.c: (plugin_init):
5632           add infrastructure for new element
5633
5634 2004-05-19  Johan Dahlin  <johan@gnome.org>
5635
5636         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
5637         ending of the array. Fixes gst-inspect segfault on ppc.
5638
5639 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5640
5641         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
5642
5643         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
5644
5645 2004-05-18  David Schleef  <ds@schleef.org>
5646
5647         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
5648         warnings (bugs, actually) noticed by gcc but not forte.
5649
5650 2004-05-18  David Schleef  <ds@schleef.org>
5651
5652         * sys/sunaudio/Makefile.am:
5653         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
5654
5655 2004-05-18  David Schleef  <ds@schleef.org>
5656
5657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5658         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
5659         to allow qtdemux to use non-seekable streams. (bug #142272)
5660
5661 2004-05-18  David Schleef  <ds@schleef.org>
5662
5663         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
5664         (gst_resample_sinc_ft_float): Remove use of static temporary
5665         buffer.  This code was obviously not supposed to last long, but
5666         it's stuck in our ABI, so it required a little hack to make it
5667         ABI-compatible.  Fixes #142585.
5668         * gst-libs/gst/resample/resample.h: same.
5669
5670 2004-05-18  David Schleef  <ds@schleef.org>
5671
5672         * configure.ac: Add sunaudio
5673         * examples/Makefile.am: make gstplay depend on gconf
5674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
5675         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
5676         (convert_table_lookup), (img_convert): remove c99-isms
5677         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
5678           unsigned, to fix a warning on Solaris
5679         * gst/mpeg1sys/systems.c: bcopy->memcpy
5680         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
5681         * sys/Makefile.am: Add sunaudio
5682
5683 2004-05-18  Wim Taymans  <wim@fluendo.com>
5684
5685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
5686         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5687         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
5688         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5689         (gst_ogg_mux_loop):
5690         Fix an ugly memleak where the muxer didn't flush enough ogg
5691         pages. This also resulted in badly muxed ogg files.
5692
5693 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5694
5695         * gst/asfdemux/asfheaders.c :
5696         * gst/asfdemux/asfheaders.h :
5697         * gst/asfdemux/gstasfdemux.c :
5698           - fix ASF_OBJ_PADDING guid
5699           - add 3 new object guids (language list, metadata, 
5700             extended stream properties)
5701           - add a function to parse extended header objects
5702
5703 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5704
5705         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5706           remove leftover debugging g_print
5707
5708 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5709
5710         * ext/mad/gstmad.c: (gst_mad_handle_event):
5711           Fix for when the first format in a discont event is not a
5712           byte-based one. Should fix #137710.
5713
5714 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5715
5716         * m4/a52.m4 : fix compilation with -Wall -Werror
5717         * m4/libfame.m4 : idem
5718         * m4/libmikmod.m4 : idem
5719
5720 2004-05-17  Benjamin Otte  <otte@gnome.org>
5721
5722         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5723           signal the new tags before giving up the reference
5724
5725 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5726
5727         * ext/shout2/gstshout2.c:
5728           use application/ogg instead of application/x-ogg (patch by Patrick
5729           Guimond, fixes #142432)
5730         * sys/oss/gstosselement.c: (gst_osselement_reset),
5731         (gst_osselement_sync_parms):
5732           don't set fragment size unless specified (fixes #142493)
5733
5734 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5735
5736         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
5737           fixes #142664
5738
5739 2004-05-17  Benjamin Otte  <otte@gnome.org>
5740
5741         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5742           compute offsets correctly for internal buffers so timestamps are set
5743           correctly when we can't seek. Also handle cases where there are no
5744           offsets. (based on a patch by David Moore, fixes #142507)
5745
5746 2004-05-17  Benjamin Otte  <otte@gnome.org>
5747
5748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5749           use correct variable when determining amount of data to skip so we
5750           don't skip into the void and segfault
5751
5752 2004-05-16  Benjamin Otte  <otte@gnome.org>
5753
5754         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5755           Hi, I'm a memleak
5756
5757 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5758
5759         * gst/asfdemux/gstasfdemux.c:
5760           - fix a mem leak and always propagate tags
5761           - add WMV3 to known video codecs (but no decoder yet)
5762           - replace "surplus data" at end of audio header for what
5763             it is : codec specific data
5764           - fix a typo
5765
5766 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
5767
5768         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5769
5770         * gst-libs/gst/audio/audioclock.c:
5771           Fix wrong return type (#142205).
5772
5773 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5774
5775         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
5776           Ignore CRCs by default (fixes #142566).
5777
5778 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5779
5780         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
5781         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
5782         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
5783         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
5784         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5785         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
5786           Fix for cases where we fail to attach to a mixer.
5787
5788 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5789
5790         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5791           Don't touch events after not owning them anymore.
5792         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5793         (gst_wavparse_fmt), (gst_wavparse_other),
5794         (gst_wavparse_handle_seek), (gst_wavparse_loop),
5795         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5796         (gst_wavparse_srcpad_event):
5797         * gst/wavparse/gstwavparse.h:
5798           Add seeking, fix querying.
5799
5800 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5801
5802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5803           - process comments even if they don't end with \0\0
5804             g_convert would ignore them if present and works well without them
5805
5806 2004-05-16  Benjamin Otte  <otte@gnome.org>
5807
5808         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
5809           simplify caps
5810
5811 2004-05-16  Benjamin Otte  <otte@gnome.org>
5812
5813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5814           don't write to memory we might not write to - g_convert does that
5815           for us anyway (fixes #142613)
5816         (gst_asf_demux_audio_caps):
5817           comment out gst_util_dump_mem
5818
5819 2004-05-16  Benjamin Otte  <otte@gnome.org>
5820
5821         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5822           compute correct expected timestamps after seek (broken since
5823           last commit)
5824         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
5825           rename element and debugging category to gdkpixbufscale
5826
5827 2004-05-16  Benjamin Otte  <otte@gnome.org>
5828
5829         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5830           add error checking to snd_pcm_delay and remove duplicate call to
5831           snd_pcm_delay that caused issues (see inline code comments)
5832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5833           make more readable and fix return value when snd_pcm_delay fails
5834         (fixes #142586)
5835
5836 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
5837         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
5838         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
5839         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
5840         (gst_pixbufscale_link), (gst_pixbufscale_init),
5841         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
5842         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
5843         (gst_pixbufscale_get_property), (pixbufscale_init):
5844         * ext/gdk_pixbuf/pixbufscale.h:
5845         Add these files I forgot earlier
5846
5847 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
5848         * ext/gdk_pixbuf/Makefile.am:
5849         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5850         * ext/gdk_pixbuf/gstgdkpixbuf.h:
5851         Add new pixbufscale element to scale RGB video
5852         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
5853         and HYPER interpolation correctly.
5854         * ext/theora/theoraenc.c: (theora_enc_chain),
5855         Discard buffer and return if explicit caps could not be set
5856         (theora_enc_get_property):
5857         Make _get return kbps for the bitrate consistent with
5858         the _set function.
5859
5860
5861 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5862
5863         * ext/libvisual/visual.c: (gst_visual_chain):
5864           add missing visual_audio_analyze
5865
5866 2004-05-14  David Schleef  <ds@schleef.org>
5867
5868         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
5869         is killed while we're playing.
5870         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
5871         gst_element_no_more_pads().
5872
5873 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5874
5875         * gst-libs/gst/riff/riff-read.c :
5876           - fix INFO tag extraction in RIFF/AVI files
5877             because gst_event_unref (event) also freed taglist
5878           - avoid a mem leak
5879
5880 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5881
5882         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
5883         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
5884
5885         * gst/auparse/gstauparse.c :
5886           - add code (commented for now) to support audio/x-adpcm on src pad
5887             (we have no decoder for those layout yet)
5888
5889         * gst/cdxaparse/gstcdxaparse.c :
5890         * gst/cdxaparse/gstcdxaparse.h :
5891           - partial rewrite using RiffRead (ripped iain's wavparse code)
5892
5893         * gst/rtp/gstrtpL16enc.c : typo
5894         * gst/rtp/gstrtpgsmenc.c : typo
5895
5896 2004-05-13  Benjamin Otte  <otte@gnome.org>
5897
5898         * configure.ac:
5899           check for exact version of libvisual, it's not supposed to be
5900           API/ABI stable yet
5901
5902 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5903
5904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
5905           signal no-more-pads
5906
5907 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5908
5909         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
5910         Report which format was used for GST_FORMAT_DEFAULT
5911         * gst/debug/Makefile.am:
5912         * gst/debug/gstdebug.c: (plugin_init):
5913         * gst/debug/progressreport.c: (gst_progressreport_base_init),
5914         (gst_progressreport_class_init), (gst_progressreport_init),
5915         (gst_progressreport_report), (gst_progressreport_set_property),
5916         (gst_progressreport_get_property), (gst_progressreport_chain),
5917         (gst_progressreport_plugin_init):
5918         Add progressreport element for testing.
5919
5920 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5921
5922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
5923         * sys/v4l/gstv4lsrc.h:
5924         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5925         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5926         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
5927         (gst_v4lsrc_grab_frame):
5928           add more debugging
5929           send a discont at start
5930
5931 2004-05-12  Colin Walters  <walters@redhat.com>
5932
5933         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
5934         inflooping if we can't find a chunk.  Or in other words, don't blow
5935         chunks if we don't have a chunk to blow.
5936
5937 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5938         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
5939         Remove old debug output
5940         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
5941         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
5942         (gst_dvdec_set_property), (gst_dvdec_get_property):
5943         Change the quality setting to an enum, so it works from gst-launch
5944         Don't renegotiate a non-linked pad. Allows audio only decoding.
5945         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
5946         (gst_deinterlace_link), (gst_deinterlace_init):
5947         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5948         (gst_videodrop_link):
5949         Some caps negotiation fixes
5950
5951 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5952
5953         * ext/tarkin/gsttarkin.c :
5954           - Change RANK from NONE to PRIMARY
5955         * ext/gdk_pixbuf/gstgdkpixbuf.c :
5956           - Change RANK from NONE to MARGINAL
5957         * ext/divx/gstdivxenc.c :
5958           - Change RANK from PRIMARY to NONE (encoder/spider issue)
5959
5960 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5961
5962         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5963         (gst_vorbisenc_push_packet):
5964           copy a function that was added between 1.0 and 1.0.1 until we
5965           depend on worthwhile features of post-1.0
5966
5967 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5968
5969         * configure.ac:
5970           enable shout2 by default
5971         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
5972         (gst_shout2send_base_init), (gst_shout2send_init),
5973         (gst_shout2send_connect), (gst_shout2send_change_state):
5974         * ext/shout2/gstshout2.h:
5975           make this work again. Based on a patch by Zaheer Merali (fixes
5976           #142262)
5977         * ext/theora/theora.c: (plugin_init):
5978           don't set rank on encoders
5979
5980 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
5981
5982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5983           Use codec_data property instead of flag1 and flag2 for wma
5984
5985 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5986
5987         * gst/cdxaparse/gstcdxaparse.c :
5988           - Add mpegversion to CAPS to make it link
5989           - Rank is as GST_RANK_SECONDARY instead of NONE
5990         * gst/auparse/gstauparse.c :
5991           - Document all audio encoding we can encounter from Solaris 9
5992             headers and libsndfile information.
5993           - Increase max. rate from 48000 to 192000 (to match other elements)
5994           - Don't try to play junk data between header and samples
5995
5996 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5997
5998         * ext/libvisual/visual.c: (gst_visual_getcaps):
5999           use the right caps depending on endianness (I hope)
6000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
6001           use GST_RANK_NONE for all non-decoding elements or spider gets
6002           mighty confused
6003
6004 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6005
6006         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6007           Fix some odd cases and fix BE metadata parsing of unicode16 text.
6008
6009 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6010
6011         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6012         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6013         (gst_switch_loop), (gst_switch_get_type):
6014           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
6015           HEADERS. Had to be said.
6016
6017 2004-05-10  David Schleef  <ds@schleef.org>
6018
6019         * configure.ac: Add prototype Dirac support.
6020         * ext/Makefile.am:
6021         * ext/dirac/Makefile.am:
6022         * ext/dirac/gstdirac.cc:
6023         * ext/dirac/gstdiracdec.cc:
6024
6025 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6026
6027         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
6028         (gst_auparse_init), (gst_auparse_chain),
6029         (gst_auparse_change_state):
6030           Hack around spider. Remove me some day please.
6031
6032 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6033
6034         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6035           Fix for some uninitialized variables in previous patch, also
6036           makes it work. Fixes #142286 while we're at it.
6037
6038 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6039
6040         * gst/auparse/gstauparse.c:
6041                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
6042                 only unsupported formats are ADPCM/CCITT G.72x
6043                 reviewed by Ronald
6044         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
6045
6046 2004-05-10  Wim Taymans  <wim@fluendo.com>
6047
6048         * ext/vorbis/Makefile.am:
6049         * ext/vorbis/README:
6050         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
6051         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
6052         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
6053         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
6054         (gst_oggvorbisenc_convert_sink),
6055         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
6056         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
6057         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
6058         (get_constraints_string), (update_start_message),
6059         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
6060         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
6061         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
6062         * ext/vorbis/oggvorbisenc.h:
6063         * ext/vorbis/vorbis.c: (plugin_init):
6064         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
6065         (raw_caps_factory), (gst_vorbisenc_class_init),
6066         (gst_vorbisenc_init), (gst_vorbisenc_setup),
6067         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
6068         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
6069         * ext/vorbis/vorbisenc.h:
6070         Added a raw vorbis encoder to be used with the oggmuxer.
6071         We still need the old encoder for some gnome applications, 
6072         read the README to find out how that works.
6073         The raw encoder is called "rawvorbisenc" until 0.9.
6074
6075 2004-05-10  Wim Taymans  <wim@fluendo.com>
6076
6077         * ext/ogg/gstogg.c: (plugin_init):
6078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
6079         (gst_ogg_print):
6080         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
6081         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
6082         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
6083         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
6084         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
6085         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
6086         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
6087         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
6088         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
6089         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
6090         Added an ogg muxer.
6091         Small typo fixes in the demuxer.
6092
6093 2004-05-10  Wim Taymans  <wim@fluendo.com>
6094
6095         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6096         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6097         (theora_enc_change_state), (theora_enc_set_property),
6098         (theora_enc_get_property):
6099         Mark the last packet with an EOS flag which is not really needed
6100         in gstreamer.
6101         Do some better video framerate initialisation.
6102         Update the buffer timestamp.
6103
6104 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
6105
6106         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
6107         Return the result of the parent state change call
6108
6109 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6110
6111         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
6112         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
6113         * gst/law/alaw-encode.c : (idem)
6114         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
6115         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
6116         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
6117
6118 2004-05-09  Benjamin Otte  <otte@gnome.org>
6119
6120         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6121           don't use a fixed buffer size when writing variable length data to
6122           it. Fixes memory corruption and makes alsasrc work
6123
6124 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6125
6126         * ext/gnomevfs/gstgnomevfssink.c:
6127         (_gst_boolean_allow_overwrite_accumulator),
6128         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
6129           Run glib's default signal handler (??) in RUN_CLEANUP rather than
6130           RUN_LAST, and don't use that to set the accumulator value because
6131           then it's always FALSE.
6132
6133 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6134
6135         * gst-libs/gst/riff/riff-media.c:
6136         (gst_riff_create_video_caps_with_data),
6137         (gst_riff_create_audio_caps),
6138         (gst_riff_create_audio_template_caps):
6139         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6140           Fix for unaligned RIFF files (i.e. where all the chunks together
6141           in a LIST chunk are not of the same size as the size given in
6142           the LIST chunk header). Fixes several odd WAVE files. Also fix
6143           ADPCM (block_align property) in audio, so that wavparse based
6144           on this works now as it used to stand-alone.
6145
6146 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
6147
6148         reviewed by Benjamin Otte  <otte@gnome.org>
6149
6150         * ext/a52dec/gsta52dec.c:
6151         * ext/divx/gstdivxdec.c:
6152         * ext/divx/gstdivxenc.c:
6153         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
6154         * ext/faac/gstfaac.c: (gst_faac_base_init):
6155         * ext/faad/gstfaad.c: (gst_faad_base_init):
6156         * ext/ivorbis/vorbisfile.c:
6157         * ext/lame/gstlame.c:
6158         * ext/libfame/gstlibfame.c:
6159         * ext/mpeg2enc/gstmpeg2enc.cc:
6160         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
6161         * ext/sidplay/gstsiddec.cc:
6162         * ext/speex/gstspeexdec.c:
6163         * ext/speex/gstspeexenc.c:
6164         * ext/xvid/gstxviddec.c:
6165         * ext/xvid/gstxvidenc.c:
6166           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
6167           (fixes #142193)
6168
6169 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6170
6171         * ext/alsa/gstalsa.c: (device_list),
6172         (gst_alsa_class_probe_devices):
6173         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6174           Fix alsa oddness in mixer after the combination of using mixer
6175           in source/sink elements and using hw:x,y instead of just hw:x.
6176
6177 2004-05-09  Benjamin Otte  <otte@gnome.org>
6178
6179         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
6180         (gst_wavparse_create_sourcepad):
6181           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
6182           sourcepads
6183
6184 2004-05-09  Benjamin Otte  <otte@gnome.org>
6185
6186         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6187           allow discont events before caps nego
6188
6189 2004-05-08  Benjamin Otte  <otte@gnome.org>
6190
6191         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6192           don't leak events
6193
6194 2004-05-08  Benjamin Otte  <otte@gnome.org>
6195
6196         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6197         (gst_level_change_state), (gst_level_init):
6198         * gst/level/gstlevel.h:
6199           figure out if we're initialized directly instead of keeping a
6200           variable that's wrong in 90% of cases
6201           don't initialize pads and then leak them and use a new unitialized
6202           pad. (fixes #142084)
6203           these were bugs so n00bish I didn't find them for an hour :/
6204
6205 2004-05-08 Iain <iain@prettypeople.org>
6206
6207         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
6208         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
6209         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
6210         return the length that was read.
6211         (gst_riff_read_strf_auds): Allow fmt tags as well.
6212
6213 2004-05-07  David Schleef  <ds@schleef.org>
6214
6215         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
6216         signed char assumption in faad.h.
6217
6218 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6219
6220         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
6221           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
6222
6223 2004-05-07  Colin Walters  <walters@redhat.com>
6224
6225         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
6226         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
6227         function.
6228         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
6229         Add dispose function.
6230
6231 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
6232         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
6233           Fix caps nego and pad templates. RGB mode caps should
6234           work now.
6235         * ext/dvdnav/gst-dvd:
6236           Move mpeg2dec inside the thread because otherwise the
6237           queue rejects cap changes mid-stream
6238         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6239         (gst_mpeg2dec_flush_decoder):
6240           For mpeg2dec > 0.4.0, call the flush function instead of
6241           manually extracting all in-flight frames.
6242         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
6243         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
6244           Change mime type video/dv go video/x-dv to match the
6245           rest of gst-plugins
6246
6247 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6248
6249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
6251         (gst_alsa_sink_class_init):
6252         * ext/alsa/gstalsasink.h:
6253         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
6254         (gst_alsa_src_class_init):
6255         * ext/alsa/gstalsasrc.h:
6256           Make alsasink/src a subclass of alsamixer so that mixer stuff
6257           shows up in gst-rec. Needs some finetuning.
6258
6259 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6260
6261         * ext/lame/gstlame.c: (gst_lame_chain):
6262           simplify
6263         * ext/mad/gstmad.c: (gst_mad_handle_event):
6264           fix event leak
6265         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6266           be able to detect mp3 files < 4096 bytes
6267
6268 2004-05-06  Wim Taymans  <wim@fluendo.com>
6269
6270         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6271         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6272         (theora_enc_set_property), (theora_enc_get_property):
6273         Also encode the first frame, cleanup some code.
6274
6275 2004-05-06  Wim Taymans  <wim@fluendo.com>
6276
6277         * ext/mpeg2enc/gstmpeg2enc.cc:
6278         Forward events first before deciding that negotiation was
6279         not performed.
6280
6281 2004-05-06  Wim Taymans  <wim@fluendo.com>
6282
6283         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6284         First process the events before deciding that negotiation
6285         was not performed.
6286
6287 2004-05-06  Wim Taymans  <wim@fluendo.com>
6288
6289         * ext/theora/Makefile.am:
6290         * ext/theora/theora.c: (plugin_init):
6291         * ext/theora/theoradec.c: (theora_dec_change_state):
6292         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
6293         (gst_theora_enc_class_init), (gst_theora_enc_init),
6294         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
6295         (theora_enc_chain), (theora_enc_change_state),
6296         (theora_enc_set_property), (theora_enc_get_property):
6297         Added a theora encoder, grouped the encoder and decoder into the
6298         same plugin.
6299
6300 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6301
6302         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6303         (gst_jpegenc_chain):
6304         fix DURATION on outgoing buffers
6305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6306         debug using time formats
6307         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6309         (gst_xvimagesink_sink_link):
6310         windows with width/height 0 generate X errors, so don't allow them
6311
6312 2004-05-05  Wim Taymans  <wim@fluendo.com>
6313
6314         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
6315         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
6316         (gst_mpeg2dec_negotiate_format):
6317         * ext/mpeg2dec/gstmpeg2dec.h:
6318           removed the static pad template so that we can add the
6319           more accurate framerate value to the caps.
6320           
6321
6322 2004-05-04  Benjamin Otte  <otte@gnome.org>
6323
6324         * configure.ac:
6325           check for kdemacros.h, too (should fix #141821)
6326         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6327           don't crash if no header was sent, but nicely error out (fixes part
6328           of #141554)
6329
6330 2004-05-04  Wim Taymans  <wim@fluendo.com>
6331
6332         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
6333         parent dispose function to avoid segfault on destroy.
6334
6335 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6336
6337         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6338         (plugin_init):
6339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6340         (gst_xvimagesink_sink_link):
6341         clean up debugging caps
6342         also recreate xvimage when format has changed
6343
6344 2004-05-04  Benjamin Otte  <otte@gnome.org>
6345
6346         * ext/libvisual/Makefile.am:
6347         * ext/libvisual/visual.c: (gst_visual_class_init),
6348         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
6349         (gst_visual_srclink), (gst_visual_chain),
6350         (gst_visual_change_state), (plugin_init):
6351           use a GstAdapter to correctly adapt buffer sizes - allows using a
6352           framerate
6353
6354 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6355
6356         * sys/v4l/gstv4lelement.h:
6357         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
6359         (gst_v4lsrc_buffer_free):
6360         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
6361         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6362         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
6363         (gst_v4lsrc_requeue_frame):
6364         move some debugging categories around
6365         query for fps index and set accordingly if found
6366
6367 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6368
6369         * ext/lame/gstlame.c:
6370         correct defaults that lame_init puts out of range
6371
6372 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6373
6374         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
6375         (gst_divxenc_class_init):
6376         fix range since -1 is the default
6377         * gst/mpeg1sys/gstmpeg1systemencode.c:
6378         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
6379         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
6380         (gst_rtjpegdec_chain):
6381         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
6382         (gst_rtjpegenc_chain):
6383         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
6384         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
6385         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
6386         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
6387         * sys/v4l/gstv4lsrc.c:
6388         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6389         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6390         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6391         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
6392         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6393           remove gst_info calls
6394
6395 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6396
6397         * Makefile.am:
6398         * po/af.po:
6399         * po/az.po:
6400         * po/en_GB.po:
6401         * po/nl.po:
6402         * po/sr.po:
6403         * po/sv.po:
6404           Updated translations
6405
6406 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6407
6408         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6409           refactor/comment code
6410
6411 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6412
6413         * gst/asfdemux/Makefile.am:
6414         * gst/asfdemux/asfheaders.c:
6415         * gst/asfdemux/asfheaders.h:
6416         * gst/asfdemux/gstasf.c: (plugin_init):
6417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6418         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6419         (gst_asf_demux_setup_pad):
6420         * gst/asfdemux/gstasfdemux.h:
6421         * gst/asfdemux/gstasfmux.c:
6422         * gst/asfdemux/gstasfmux.h:
6423           Add tagging support to demuxer, split out registration in its own
6424           file instead of in demux (hacky), and prevent having some tables
6425           in our memory multiple times (in asfheaders.h).
6426
6427 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6428
6429         * gst/matroska/matroska-demux.c:
6430         (gst_matroska_demux_parse_metadata):
6431         * gst/matroska/matroska-ids.h:  
6432           Basic tag reading support.
6433
6434 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6435
6436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6437           Really detect ac-3 audio.
6438         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6439           really detect matroska files (off-by-1).
6440
6441 2004-04-30  David Schleef  <ds@schleef.org>
6442
6443         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6444         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6445         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6446         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6447         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6448         hackage -- parse a lot more atoms, extract a few tags.  One might even
6449         mistake this for tag support.  Maybe it is.
6450         * gst/qtdemux/qtdemux.h:
6451
6452 2004-04-30  Colin Walters  <walters@verbum.org>
6453
6454         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6455
6456 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6457
6458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6459         (gst_ffmpegcolorspace_getcaps):
6460           remove broken nego fix
6461
6462 2004-04-30  Benjamin Otte  <otte@gnome.org>
6463
6464         * configure.ac:
6465         * ext/Makefile.am:
6466         * ext/libvisual/Makefile.am:
6467         * ext/libvisual/visual.c: 
6468           add initial support for libvisual (http://libvisual.sourceforge.net)
6469           libvisual is still quite alpha, so expect crashes in there :)
6470
6471 2004-04-29  David Schleef  <ds@schleef.org>
6472
6473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6474         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6475         up qtdemux to make it spit out codec_data.  Do _not_ look at this
6476         code; you will no longer respect me.
6477
6478 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6479
6480         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6481         * ext/alsa/gstalsa.h :
6482         change alsa pcm device discovery to find more than 1 device
6483         per card. code review by Ronald.
6484
6485 2004-04-29  David Schleef  <ds@schleef.org>
6486
6487         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6488         Add a check for a driver bug on FreeBSD.  (bug #140565)
6489
6490 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6491
6492         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6493         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6494         (gst_jpegenc_getcaps):
6495           move format setting to inner loop
6496         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6497         (gst_ffmpegcolorspace_getcaps):
6498           use GST_PAD_CAPS if available so that we use already negotiated
6499           caps
6500         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6501         (qtdemux_parse_moov), (qtdemux_parse):
6502           extra debugging
6503         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6504         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6505           move hardcoded path to DEFINE
6506
6507 2004-04-28  David Schleef  <ds@schleef.org>
6508
6509         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
6510         (bug #140064)
6511
6512 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6513
6514         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6515           Don't probe for playback device if we're a source element. Fixes
6516           #139658.
6517
6518 2004-04-29  Benjamin Otte  <otte@gnome.org>
6519
6520         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6521         (gst_id3_tag_chain):
6522           rewrite buffer offset
6523
6524 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6525
6526         * configure.ac:
6527         * ext/Makefile.am:
6528         * ext/dts/Makefile.am:
6529         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6530         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6531         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6532         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6533         (gst_dtsdec_loop), (gst_dtsdec_change_state),
6534         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6535         (plugin_init):
6536         * ext/dts/gstdtsdec.h:
6537           New DTS decoder.
6538         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6539         (gst_faad_srcconnect):
6540           Add ESDS atom handling (.m4a).
6541
6542 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6543
6544         * ext/divx/gstdivxdec.c: (plugin_init):
6545           Remove comment that makes no sense.
6546         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6547           Fix for obvious typo that resulted in warnings during gst-register.
6548         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6549         (gst_xviddec_sink_link):
6550           Fix caps negotiation a bit better.
6551         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6552           We call this 'codec_data', not 'esds'.
6553
6554 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6555
6556         * gst/monoscope/gstmonoscope.c:
6557           make sure we only provide 256x128
6558         * gst/monoscope/monoscope.c: (monoscope_init):
6559           assert size of 256x128
6560
6561 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6562
6563         * Makefile.am:
6564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6565         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6566           fixate to max width and height of device
6567
6568 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6569
6570         * Makefile.am:
6571         * sys/v4l/gstv4l.c:
6572         * sys/v4l/gstv4lsrc.c:
6573         * sys/v4l/v4l_calls.c:
6574         * sys/v4l/v4lsrc_calls.c:
6575           fix for qc-usb driver which fakes having more than one buffer
6576           by handing the same buffer twice, which confused GStreamer's/v4lsrc
6577           buffer_free override
6578           add debugging
6579
6580 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6581
6582         * Makefile.am:
6583         * gst/videotestsrc/gstvideotestsrc.c:
6584         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6585         (gst_videotestsrc_init), (gst_videotestsrc_get),
6586         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6587         * gst/videotestsrc/gstvideotestsrc.h:
6588           add num-buffers property
6589
6590         2004-04-26  Benjamin Otte  <otte@gnome.org>
6591
6592         * ext/mad/gstid3tag.c: (plugin_init):
6593           set id3mux rank to NONE so it doesn't confuse spider
6594           require audio/mpeg,mpegversion=1 in id3mux
6595
6596 2004-04-26  Benjamin Otte  <otte@gnome.org>
6597
6598         * configure.ac:
6599           detect faad correctly as non-working if it's indeed non-working
6600
6601 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6602
6603         * Makefile.am:
6604         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6605         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6606         fix _getcaps so it only negotiates to its supported format
6607
6608 2004-04-25  Benjamin Otte  <otte@gnome.org>
6609
6610         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6611           fix memleak
6612
6613 2004-04-23  Benjamin Otte  <otte@gnome.org>
6614
6615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6616           audio/x-raw-int with height rules! not. Now it's depth.
6617
6618 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6619
6620         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
6621         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6622         (gst_wavparse_loop):
6623           Missing variable initialization. Add handling of DVI ADPCM. Fix
6624           mis-parsing of LIST chunks. This works around a bug where we mis-
6625           parse non-aligning LIST chunks (so LIST chunks where the contents
6626           don't align with the actual LIST size). The correct fix is to use
6627           rifflib, I'm not going to fix wavparse - too much work. All this
6628           fixes #104878.
6629
6630 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
6631
6632         reviewed by Benjamin Otte  <otte@gnome.org>
6633
6634         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
6635           fix shoutcast not working (fixes #140844)
6636
6637 2004-04-22  Benjamin Otte  <otte@gnome.org>
6638
6639         * ext/hermes/gsthermescolorspace.c:
6640         (gst_hermes_colorspace_caps_remove_format_info):
6641         * gst/colorspace/gstcolorspace.c:
6642         (gst_colorspace_caps_remove_format_info):
6643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6644         (gst_ffmpegcolorspace_caps_remove_format_info):
6645           s/gst_caps_simplify/gst_caps_do_simplify/
6646
6647 2004-04-22  Benjamin Otte  <otte@gnome.org>
6648
6649         * gst-libs/gst/riff/riff-media.c:
6650         (gst_riff_create_video_caps_with_data):
6651           mpegversion is an int
6652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
6653           don't try to create pad templates with NULL caps, use any caps
6654           instead.
6655
6656 2004-04-20  David Schleef  <ds@schleef.org>
6657
6658         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
6659         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
6660         (bug #140384)
6661
6662 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6663
6664         reviewed by David Schleef
6665
6666         * ext/mad/gstid3tag.c: Add stdlib.h
6667         * gst/rtp/gstrtpgsmenc.c: same
6668         * gst/tags/gstid3tag.c: same
6669         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
6670         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
6671         GST_DISABLE_LOADSAVE use.
6672         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
6673         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
6674         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
6675         atol(3)).
6676         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
6677         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
6678         strtoul(3)).
6679         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
6680         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
6681         $(ID3_CFLAGS).
6682         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
6683         $(LIBFAME_CFLAGS).
6684
6685 2004-04-20  David Schleef  <ds@schleef.org>
6686
6687         * gst/realmedia/rmdemux.c:  This was supposed to part of the
6688         last checkin.  Same idea.
6689
6690 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6691
6692         reviewed by David Schleef
6693
6694         * configure.ac: bump required gstreamer version to 0.8.1.1
6695         because of following changes [--ds]
6696
6697         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
6698         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
6699         (gst_riff_read_header):  Use GST_READ_UINT*
6700         macros to access possibly unaligned memory.
6701
6702         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
6703         (mp3_type_find):  Use GST_READ_UINT*
6704         macros to access possibly unaligned memory.
6705         (mp3_type_find, mpeg1_parse_header, qt_type_find)
6706         (speex_type_find): Likewise
6707
6708         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
6709
6710         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
6711         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
6712         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
6713         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
6714         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
6715         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
6716         macros to access possibly unaligned memory.
6717
6718         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
6719         Likewise.
6720
6721         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
6722         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
6723
6724         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6725         Likewise.
6726
6727         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
6728         (gst_mpeg2subt_chain_subtitle): Likewise.
6729
6730         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
6731         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
6732         Likewise.
6733
6734         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
6735         Likewise.
6736
6737         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
6738         Likewise.
6739
6740         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
6741         Likewise.
6742
6743 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6744
6745         * configure.ac:
6746           update required version of GStreamer because of GST_TIME_FORMAT
6747
6748 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6749
6750         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
6751           remove leftover g_print
6752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6753           don't try setting only a subset of the caps. We don't want to kill
6754           autoplugging on purpose
6755
6756 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6757
6758         * sys/ximage/ximagesink.c: (plugin_init):
6759         * sys/xvimage/xvimagesink.c: (plugin_init):
6760           add debugging categories
6761
6762 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6763
6764         * po/en_GB.po:
6765         * po/LINGUAS:
6766           Adding en_GB translation (Gareth Owen)
6767
6768 2004-04-20  David Schleef  <ds@schleef.org>
6769
6770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6771         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
6772         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
6773         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
6774         A number of new features and hacks to extract the esds atom and
6775         put it into the caps.  (bug #137724)
6776
6777 2004-04-19  David Schleef  <ds@schleef.org>
6778
6779         * gconf/Makefile.am: Fix for non-GNU make
6780         * gst-libs/gst/Makefile.am: Change directory order to handle
6781         GstPlay linking with gstinterfaces
6782         * gst-libs/gst/audio/make_filter: make use of tr portable
6783         * gst-libs/gst/play/Makefile.am: Add intended \
6784         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6785         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
6786         function prototype instead of void *.
6787         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
6788         macro.
6789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6790         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
6791         * gst/videofilter/make_filter: make use of tr portable
6792         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
6793
6794 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6795                                                                                 
6796         * po/LINGUAS:
6797         * po/uk.po:
6798           Added Ukrainian translation (Maxim V. Dziumanenko)
6799                                                                                 
6800 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6801
6802         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
6803         (gst_gsmdec_link), (gst_gsmdec_chain):
6804           Fix capsnego, simplify chain function slightly.
6805         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6806           Add GSM.
6807
6808 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6809
6810         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6811         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
6812         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
6813           Hack to make wavparse work with spider (always -> sometimes pad).
6814           Fixes #135862 && #140411.
6815
6816 2004-04-18  Benjamin Otte  <otte@gnome.org>
6817
6818         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
6819         (gst_osselement_rate_probe_check),
6820         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
6821           get rid of \n in debug output
6822
6823 2004-04-17  Iain <iain@prettypeople.org>
6824
6825         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
6826         not just EOS.
6827
6828 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6829
6830         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6831         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
6832         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
6833         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
6834         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6835         (gst_id3_tag_change_state), (plugin_init):
6836           deprecate id3tag element and replace with id3demux/id3mux.
6837           great side effect: this ugly file is now even uglier, yay!
6838         * ext/mad/gstmad.h:
6839           remove non-available function
6840           update for new get_type
6841
6842 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6843
6844         * configure.ac:
6845           require mpeg2dec >= 0.4.0
6846
6847 2004-04-17  Benjamin Otte  <otte@gnome.org>
6848
6849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6850         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
6851         (gst_xvimagesink_set_xwindow_id):
6852           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
6853           assorted cleanup fixes.
6854
6855 2004-04-16  David Schleef  <ds@schleef.org>
6856
6857         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
6858         * sys/xvimage/xvimagesink.h: same
6859
6860 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6861
6862         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6863           Fix GST_ELEMENT_ERROR with (NULL)
6864
6865 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6866
6867         * gst-libs/gst/riff/riff-media.c:
6868         (gst_riff_create_video_caps_with_data):
6869           Add div[3456] as fourccs for DivX 3 (fixes #140137).
6870
6871 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6872
6873         * gst-libs/gst/riff/riff-media.c:
6874         (gst_riff_create_video_caps_with_data),
6875         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
6876         (gst_riff_create_video_template_caps),
6877         (gst_riff_create_audio_template_caps):
6878         * gst-libs/gst/riff/riff-media.h:
6879         * gst-libs/gst/riff/riff-read.c:
6880         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
6881         * gst-libs/gst/riff/riff-read.h:
6882         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6883           Add MS RLE support. I added some functions to read out strf chunks
6884           into strf chunks and the data behind it. This is usually color
6885           palettes (as in RLE, but also in 8-bit RGB). Also use those during
6886           caps creation. Lastly, add ADPCM (similar to wavparse - which
6887           should eventually be rifflib based).
6888         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
6889         (gst_matroska_demux_init), (gst_matroska_demux_reset):
6890         * gst/matroska/matroska-demux.h:
6891           Remove placeholders for some prehistoric tagging system. Didn't add
6892           support for any tag system really anyway.
6893         * gst/qtdemux/qtdemux.c:
6894           Add support for audio/x-m4a (MPEG-4) through spider.
6895         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6896         (gst_wavparse_loop):
6897           ADPCM support (#135862). Increase max. buffer size because we
6898           cannot split buffers for ADPCM (screws references) and I've seen
6899           files with 2048 byte chunks. 4096 seems safe for now.
6900
6901 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6902
6903         * configure.ac: bump nano to 1
6904
6905 === release 0.8.1 ===
6906
6907 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6908
6909         * configure.ac: releasing 0.8.1, "Comforting Sounds"
6910
6911 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6912
6913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6914           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
6915           Fixes #140058
6916
6917 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6918
6919         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
6920           lower rank of dvddemux so that it's not used for mpeg playback.
6921
6922 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6923
6924         * configure.ac:
6925           save libs correctly when checking mad
6926
6927 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6928
6929         * ext/mad/gstid3tag.c: (plugin_init):
6930           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
6931
6932 2004-04-13  David Schleef  <ds@schleef.org>
6933
6934         * common/m4/gst-feature.m4: Call -config scripts with
6935         --plugin-libs if it is supported.
6936         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
6937         JPEG images are image/jpeg.
6938         * gst/debug/Makefile.am:
6939         * gst/debug/negotiation.c: (gst_negotiation_class_init),
6940         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
6941         (gst_negotiation_update_caps), (gst_negotiation_get_property),
6942         (gst_negotiation_plugin_init): Add a property that acts like
6943         filter caps.
6944         * testsuite/gst-lint:  Move license checking to be a standard
6945         test.
6946
6947 2004-04-13  David Schleef  <ds@schleef.org>
6948
6949         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
6950         patch from Sebastien Cote (bug #139958)
6951
6952 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6953
6954         * examples/gstplay/Makefile.am:
6955         * examples/gstplay/player.c: (main):
6956           make the commandline player example use gconf settings
6957
6958 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6959
6960         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6961         (gst_cacasink_sinkconnect), (gst_cacasink_init),
6962         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
6963           init/end library during state transition, not object
6964           creation/disposal.  get rid of custom dispose handler.
6965          
6966
6967 2004-04-12  Christian Schaller <Uraeus@gnome.org>
6968
6969         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
6970         be a symlink
6971
6972 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6973
6974         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
6975           Handle JUNK chunks inside data section. Prevents warnings.
6976
6977 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6978
6979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6980         (gst_riff_create_video_template_caps):
6981           Add MS video v1.
6982         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6983         (gst_avi_demux_stream_data):
6984           Add support for "rec-list" chunks.
6985
6986 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6987
6988         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6989           Fix another codecname mismatch.
6990
6991 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6992
6993         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6994           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
6995           so that MJPEG plays back.
6996
6997 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6998
6999         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7000         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
7001         * gst/mpeg1videoparse/gstmp1videoparse.h:
7002           Fix for some slight mis-cuts in buffer parsing, and for some
7003           potential overflows or faults-causers. Adds disconts. Also fixes
7004           #139105 while we're at it.
7005
7006 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7007
7008         * configure.ac:
7009         * sys/v4l2/gstv4l2element.h:
7010           Workaround for missing struct v4l2_buffer declaration in Suse 9
7011           and Mandrake 10 linux/videodev2.h header file (#135919).
7012
7013 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7014
7015         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7016           Bail out if no filename was given.
7017
7018 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7019
7020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
7021         (gst_v4l2_fourcc_from_structure):
7022           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
7023           Y41B somewhere).
7024
7025 2004-04-09  Benjamin Otte  <otte@gnome.org>
7026
7027         * ext/gnomevfs/gstgnomevfssink.c:
7028         (_gst_boolean_allow_overwrite_accumulator),
7029         (gst_gnomevfssink_class_init):
7030           fix erase signal - if any handler returns false the file will not be
7031           overwritten. If no handler is connected, the file will not be
7032           overwritten either.
7033           renamed signal to "allow-overwrite"
7034         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
7035           free string when adding it to ID3 failed
7036         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7037           unref event when done
7038         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7039           free caps
7040         * gst/typefind/gsttypefindfunctions.c:
7041         (mpeg_video_stream_type_find):
7042           fix invalid read 
7043
7044 2004-04-08  David Schleef  <ds@schleef.org>
7045
7046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7047         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
7048
7049 2004-04-08  David Schleef  <ds@schleef.org>
7050
7051         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
7052         we don't support (bug #139532)
7053
7054 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7055
7056         * ext/mad/gstmad.c: (gst_mad_handle_event),
7057         (gst_mad_check_caps_reset), (gst_mad_chain),
7058         (gst_mad_change_state):
7059           only set explicit caps if they haven't been set before for
7060           this stream.  MPEG-audio sample rate/channels aren't allowed
7061           to change in-stream.
7062           Fixes #139382
7063
7064 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7065
7066         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
7067         (_gst_boolean_did_something_accumulator),
7068         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
7069         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
7070         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
7071         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
7072         (gst_gnomevfssink_change_state):
7073           Fix erase signal. Don't erase by default. Remove handoff signal.
7074           Remove erase property. Don't segfault. General cleanup.
7075
7076 2004-04-07  Benjamin Otte  <otte@gnome.org>
7077
7078         * gst-libs/gst/gconf/test-gconf.c: (main):
7079           add missing gst_init
7080
7081 2004-04-07  Benjamin Otte  <otte@gnome.org>
7082
7083         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7084           free the mutexes, too
7085
7086 2004-04-07  Benjamin Otte  <otte@gnome.org>
7087
7088         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7089           actually free the URI string
7090         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
7091           compute offset correctly when passing discont events
7092         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7093           don't leak discont events
7094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
7095           add some missing breaks so caps aren't copied randomly
7096         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
7097           if we realloc memory, we better use it
7098
7099 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7100
7101         * ext/mad/gstmad.c: (normal_seek):
7102           fix GST_FORMAT_TIME usage
7103
7104 2004-04-05  David Schleef  <ds@schleef.org>
7105
7106         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
7107         a deprecated function (hack!)
7108
7109 2004-04-05  Benjamin Otte  <otte@gnome.org>
7110
7111         * ext/esd/esdmon.c: (gst_esdmon_get):
7112           fix nonterminated vararg and memleak
7113
7114 2004-04-05  Benjamin Otte  <otte@gnome.org>
7115
7116         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
7117         (gst_ladspa_init), (gst_ladspa_force_src_caps),
7118         (gst_ladspa_set_property), (gst_ladspa_get_property),
7119         (gst_ladspa_instantiate), (gst_ladspa_activate),
7120         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
7121           clean up debugging
7122
7123 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
7124
7125         reviewed by Benjamin Otte  <otte@gnome.org>
7126
7127         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
7128           check for broken LADSPA parameters (fixes #138635)
7129         
7130 2004-04-05  Benjamin Otte  <otte@gnome.org>
7131
7132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
7133           advertise buffer-frames correctly on sinkpads
7134
7135 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7136
7137         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
7138         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
7139         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
7140         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
7141         (gst_mad_check_caps_reset), (gst_mad_chain):
7142         add more debugging, only reset caps when we're not in error state
7143
7144 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7145
7146         * ext/mad/gstmad.c: add debugging category, comment + cleanups
7147
7148 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7149
7150         reviewed by Benjamin Otte  <otte@gnome.org>
7151
7152         * configure.ac:
7153           fix == in test(1) operator
7154
7155 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7156
7157         reviewed by Benjamin Otte  <otte@gnome.org>
7158
7159         * configure.ac:
7160           fix --export-symblos-regex to a working regex.
7161
7162 2004-04-04  Benjamin Otte  <otte@gnome.org>
7163
7164         * sys/oss/.cvsignore:
7165           add for oss_probe
7166
7167 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
7168
7169         reviewed by Benjamin Otte  <otte@gnome.org>
7170
7171         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7172           add missing 'new_media' argument (fixes #138168)
7173         * gst/matroska/matroska-demux.c:
7174         (gst_matroska_demux_handle_seek_event):
7175           add vararg terminator (fixes #138169)
7176
7177 2004-04-02  David Schleef  <ds@schleef.org>
7178
7179         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
7180         disted (bug #138914)
7181
7182 2004-04-01  Benjamin Otte  <otte@gnome.org>
7183
7184         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
7185         (gst_alsa_close_audio):
7186           handle case better where a soundcard can't pause
7187         * ext/ogg/gstoggdemux.c:
7188           don't crash when we get events but don't have pads yet
7189
7190 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7191
7192         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7193           throw an error if we couldn't probe any caps.
7194
7195 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * ext/dvdnav/gst-dvd:
7198         Add a really simple sample DVD player
7199
7200 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7201
7202         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
7203         (gst_a52dec_push), (gst_a52dec_handle_event),
7204         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
7205         (gst_a52dec_change_state):
7206         * ext/a52dec/gsta52dec.h:
7207           Use a debug category, Output timestamps correctly
7208           Emit tag info, Handle events, tell liba52dec about cpu
7209           capabilities so it can use MMX etc.
7210         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
7211           Fix a crasher accessing invalid memory
7212         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
7213         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
7214         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7215         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
7216         (dvdnavsrc_query):
7217           Some support for byte-format seeking.
7218           Small fixes for still frames and menu button overlays
7219         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7220         (gst_mpeg2dec_alloc_buffer):
7221           Use a debug category. Adjust the report level of several items to
7222           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
7223           so it doesn't lose the GstBuffer pointer
7224         * gst/debug/Makefile.am:
7225         * gst/debug/gstdebug.c: (plugin_init):
7226         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
7227         (gst_navseek_base_init), (gst_navseek_class_init),
7228         (gst_navseek_init), (gst_navseek_seek),
7229         (gst_navseek_handle_src_event), (gst_navseek_set_property),
7230         (gst_navseek_get_property), (gst_navseek_chain),
7231         (gst_navseek_plugin_init):
7232         * gst/debug/gstnavseek.h:
7233           Add the navseek debug element for seeking back and forth in a 
7234           video stream using arrow keys.
7235         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
7236         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
7237         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
7238         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
7239         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
7240         (gst_mpeg2subt_parse_header), (gst_get_nibble),
7241         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
7242         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
7243         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
7244         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
7245         * gst/mpeg2sub/gstmpeg2subt.h:
7246           Pretty much a complete rewrite. Now a loopbased element. May still
7247           require work to properly synchronise subtitle buffers.
7248         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
7249         (gst_dvd_demux_send_subbuffer):
7250         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
7251           Don't attempt to create subbuffers of size 0
7252           Reduce a couple of error outputs to warnings.
7253         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
7254         (gst_y4mencode_chain):
7255         Output the y4m frame header correctly.
7256
7257 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7258
7259         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7260           throw errors instead of allowing SIGFPE
7261
7262 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7263
7264         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
7265         (gst_gconf_render_bin_from_key):
7266           leak plugging and style fixing
7267
7268 2004-03-31  David Schleef  <ds@schleef.org>
7269
7270         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
7271         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
7272         (bug #138225)
7273         * gst/debug/Makefile.am:
7274         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
7275         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
7276         plugin.
7277         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
7278         (gst_negotiation_base_init), (gst_negotiation_class_init),
7279         (gst_negotiation_init), (gst_negotiation_getcaps),
7280         (gst_negotiation_pad_link), (gst_negotiation_chain),
7281         (gst_negotiation_set_property), (gst_negotiation_get_property),
7282         (gst_negotiation_plugin_init):  New element to talk about random
7283         negotiation things happening in a pipeline.
7284
7285 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7286
7287         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7288           fix integer addition with help of Stefan Kost
7289
7290 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7291
7292         * po/nl.po: updated Dutch translation (Elros Cyriatan)
7293
7294 2004-03-30  David Schleef  <ds@schleef.org>
7295
7296         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
7297         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
7298         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
7299         (bug #137504)
7300         * ext/mpeg2dec/gstmpeg2dec.h:
7301
7302 2004-03-30  David Schleef  <ds@schleef.org>
7303
7304         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
7305
7306 2004-03-30  David Schleef  <ds@schleef.org>
7307
7308         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
7309         Michael Petullo) to handle .mov
7310
7311 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7312
7313         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7314         (gst_osselement_rate_check_rate):
7315           probe caps correctly for sound cards that only support one format
7316
7317 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7318
7319         * ext/kio/kiosrc.cpp: (process_events):
7320           update handling event processing if inside KDE - untested
7321
7322 2004-03-29  David Schleef  <ds@schleef.org>
7323
7324         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
7325         by 2 to not interfere with other colorspaces.
7326         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
7327         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
7328         one to not interfere with ffmpeg_colorspace.
7329
7330 2004-03-29  David Schleef  <ds@schleef.org>
7331
7332         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
7333         aren't in the caps.
7334         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
7335         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
7336
7337 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7338
7339         * gst-libs/gst/riff/riff-media.c:
7340           fail on error, don't try to set stuff on NULL caps
7341
7342 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7343
7344         * configure.ac:
7345         * ext/Makefile.am:
7346         * ext/kio/Makefile.am:
7347         * ext/kio/kioreceiver.cpp:
7348         * ext/kio/kioreceiver.h:
7349         * ext/kio/kiosrc.cpp:
7350         * ext/kio/kiosrc.h:
7351           add experimental kiosrc plugin
7352         * ext/alsa/gstalsaplugin.c: (plugin_init):
7353           initialize debugging category only when we're sure registering the
7354           plugins worked.
7355
7356 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7357
7358         * examples/gstplay/player.c: (main):
7359         * gst-libs/gst/play/play.c: (gst_play_class_init),
7360         (gst_play_set_location), (gst_play_set_data_src),
7361         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7362         (gst_play_set_visualization), (gst_play_connect_visualization):
7363           check return values of element_set_state and return FALSE where
7364           failed
7365
7366 2004-03-29  Benjamin Otte  <otte@gnome.org>
7367
7368         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7369           try harder to check if an event is really a discont
7370
7371 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7372
7373         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
7374         * po/az.po:
7375
7376 2004-03-28  Benjamin Otte  <otte@gnome.org>
7377
7378         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7379         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7380         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7381           get rid of non-standard "..." ranges in case statements.
7382
7383 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
7384
7385         * gst/mpegstream/gstmpegdemux.c: 
7386         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
7387         specific functionality split to the new dvddemux element.
7388         * gst/mpegstream/gstdvddemux.c:
7389         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
7390         streams, derived from mpegdemux.
7391         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
7392         up. SCR based timestamp rewriting can be turned off (will probably
7393         completely disappear soon).
7394         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7395         hacking. General cleanup. All printf statements replaced by
7396         debugging messages. Almost complete libdvdnav support.
7397         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7398         by events. New properties for audio and subpicture languages.
7399         (dvdnavsrc_update_highlight): Now uses events.
7400         (dvdnavsrc_user_op): Cleaned up.
7401         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7402         based). Lots of cleanup, and propper support for most libdvdnav
7403         events.
7404         (dvdnavsrc_make_dvd_event): New function.
7405         (dvdnavsrc_make_dvd_nav_packet_event): New function.
7406         (dvdnavsrc_make_clut_change_event): New function.
7407
7408 2004-03-26  Benjamin Otte  <otte@gnome.org>
7409
7410         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7411           fix bug where typefinding would claim it's theora whenever less then
7412           7 bytes of data were available
7413
7414 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7415
7416         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7417         (gst_alawdec_base_init), (gst_alawdec_class_init),
7418         (gst_alawdec_init), (gst_alawdec_chain):
7419         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7420         (gst_alawenc_base_init), (gst_alawenc_class_init),
7421         (gst_alawenc_init), (gst_alawenc_chain):
7422         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7423         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7424         (gst_mulawdec_init), (gst_mulawdec_chain):
7425         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7426         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7427         (gst_mulawenc_init), (gst_mulawenc_chain):
7428           Fix capsnego in all four, remove the unused property functions and
7429           simplify the chain functions slightly. I guess we could use macros
7430           or something similar for those, since the code is so similar, but
7431           I'm currently too lazy...
7432
7433 2004-03-24  David Schleef  <ds@schleef.org>
7434
7435         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7436         (gst_osselement_close_audio), (gst_osselement_probe_caps),
7437         (gst_osselement_get_format_structure),
7438         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7439         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7440         (gst_osselement_rate_int_compare): Add code to handle rate probing
7441         (bug #120883)
7442         * sys/oss/gstosselement.h: same
7443         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7444         Use rate probing provided by osselement.
7445         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7446
7447 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7448
7449         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7450         (gst_xvidenc_get_property):
7451           ulong/int mess-up.
7452
7453 2004-03-24  David Schleef  <ds@schleef.org>
7454
7455         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7456         (gst_speexdec_init):
7457         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7458         (gst_speexenc_init):  Create the pad template correctly (from
7459         the static pad template, not a NULL pointer.)
7460
7461 2004-03-25  Benjamin Otte  <otte@gnome.org>
7462
7463         * gst/debug/Makefile.am:
7464         * gst/debug/breakmydata.c: 
7465           add element that quasi-randomly changes bytes in the stream.
7466           Intended use is robustness checking of demuxers and decoders in
7467           media tests.
7468
7469 2004-03-24  Benjamin Otte  <otte@gnome.org>
7470
7471         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7472         (gst_alsa_probe_hw_params):
7473         * ext/alsa/gstalsa.h:
7474           debugging output fixes
7475
7476 2004-03-24  Benjamin Otte  <otte@gnome.org>
7477
7478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7479           don't g_return_if_fail if element is PLAYING, fail silently as every
7480           other element.
7481         * gst/effectv/gstquark.c: (gst_quarktv_chain):
7482           only fix needed for cast lvalue issues in gst-plugins
7483         * gst/volenv/gstvolenv.c: (gst_volenv_init):
7484           add proxy_getcaps
7485
7486 2004-03-24  Benjamin Otte  <otte@gnome.org>
7487
7488         * gst/level/gstlevel.c: (gst_level_init):
7489           add proxying getcaps function, so level doesn't advertise impossible
7490           caps
7491
7492 2004-03-24  David Schleef  <ds@schleef.org>
7493
7494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7495         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7496         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7497         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7498         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7499         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7500         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7501         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7502         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
7503         messages.  Divide the chunk size by the compression ratio
7504         (needed for MACE audio)
7505
7506 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7507
7508         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7509           Fix buffer overflow read error.
7510
7511 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7512
7513         * ext/alsa/gstalsa.h:
7514           Remove unused entry.
7515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7516           Add cinepak.
7517         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7518         (gst_videodrop_link), (gst_videodrop_chain):
7519           Fix, sort of. Was horribly broken with new capsnego. Bah...
7520
7521 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
7522
7523         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7524         (plugin_init):
7525         Add a monkeysaudio typefind function
7526
7527 2004-03-23  Johan Dahlin  <johan@gnome.org>
7528
7529         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
7530         (gst_play_video_fixate): Check so the structure has the field
7531         before trying to fixate them, this makes it possible to have
7532         fakesinks for video and audio output without printing errors on
7533         the output console.
7534
7535 2004-03-22  David Schleef  <ds@schleef.org>
7536
7537         * sys/oss/Makefile.am:
7538         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7539         (check_rate), (add_rate):  Rate probing test app.
7540
7541 2004-03-21  Benjamin Otte  <otte@gnome.org>
7542
7543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7544         (_fixate_caps_to_int), (gst_audio_convert_fixate):
7545           add a fixation function that pretty much does the right thing (fixes
7546           #137556)
7547
7548 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
7549
7550         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7551
7552 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
7553
7554         reviewed by: Benjamin Otte  <otte@gnome.org>
7555
7556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7557           terminate gst_event_new_discontinuous correctly (fixes parts of
7558           #137711)
7559
7560 2004-03-19  David Schleef  <ds@schleef.org>
7561
7562         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
7563         since it doesn't depend on X, and it's part of our ABI.
7564
7565 2004-03-19  Iain <iain@prettypeople.org>
7566
7567         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
7568         is_int in the structure, not the local variable.
7569
7570 2004-03-19  David Schleef  <ds@schleef.org>
7571
7572         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7573         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7574         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7575         Improvements in caps negotiation.
7576
7577 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7578
7579         * po/LINGUAS:
7580         * po/af.po:
7581           adding Afrikaans (Petri Jooste)
7582
7583 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7584
7585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7586         (gst_ffmpegcolorspace_chain):
7587         throw error instead of g_critical (#137588)
7588
7589 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7590
7591         * Makefile.am:
7592         * configure.ac:
7593           dist common and m4 correctly
7594         * po/sv.po:
7595
7596 2004-03-17  David Schleef  <ds@schleef.org>
7597
7598         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
7599         (bug #137348)
7600
7601 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7602
7603         * po/LINGUAS:
7604         * po/sv.po:
7605           adding Swedish translation (Christian Rose)
7606
7607 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7608
7609         * Makefile.am: use release.mak
7610
7611 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7612
7613         * common/ChangeLog:
7614         * common/gst-autogen.sh:
7615           add some explanation about the version detection
7616         * configure.ac:
7617           fix X check
7618
7619 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7620
7621         * configure.ac: bump nano to 1
7622
7623 === release 0.8.0 ===
7624
7625 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7626
7627         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
7628
7629 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7630
7631         * configure.ac:
7632           update libtool version
7633         * gst-libs/gst/media-info/Makefile.am:
7634           actually use libtool version
7635
7636 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7637
7638         * configure.ac: fix speex detection to work with 1.0 but not 1.1
7639
7640 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7641
7642         * configure.ac:
7643         * gst-plugins.spec.in:
7644         * pkgconfig/Makefile.am:
7645         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7646         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7647         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7648         * pkgconfig/gstreamer-libs.pc.in:
7649         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7650         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7651         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
7652         * pkgconfig/gstreamer-plugins.pc.in:
7653           remove @VERSION@ from some of the pc files since core and plugins
7654           are decoupled.
7655           created gstreamer-plugins.pc as it's a better name, but keeping
7656           -libs around for now to get fixes upstream done first.
7657
7658 2004-03-15  Julien MOUTTE <julien@moutte.net>
7659
7660         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
7661         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
7662         * gst-libs/gst/play/play.h:
7663
7664 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7665
7666         * *.c, *.cc: don't mix tabs and spaces
7667
7668 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7669
7670         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
7671           use the new ffmpegcolorspace
7672         * gst-plugins.spec.in:
7673           package new colorspace and media-info
7674         * configure.ac:
7675         * pkgconfig/Makefile.am:
7676           fix some more disting issues
7677         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7678         * pkgconfig/gstreamer-media-info.pc.in:
7679           generate media-info pc files
7680
7681 2004-03-15  Johan Dahlin  <johan@gnome.org>
7682         
7683         * *.h: Revert indenting
7684
7685 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7686
7687         * configure.ac:
7688           adding ffmpegcolorspace element
7689         * gst/ffmpegcolorspace/Makefile.am:
7690         * gst/ffmpegcolorspace/avcodec.h:
7691         * gst/ffmpegcolorspace/common.h:
7692         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7693         * gst/ffmpegcolorspace/dsputil.h:
7694         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7696         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
7697         (gst_ffmpeg_caps_to_pix_fmt):
7698         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7699         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7700         (gst_ffmpegcolorspace_caps_remove_format_info),
7701         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
7702         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
7703         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
7704         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
7705         (gst_ffmpegcolorspace_set_property),
7706         (gst_ffmpegcolorspace_get_property),
7707         (gst_ffmpegcolorspace_register):
7708         * gst/ffmpegcolorspace/imgconvert.c:
7709         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7710         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7711         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7712         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7713         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7714         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
7715         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
7716         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
7717         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
7718         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
7719         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
7720         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
7721         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
7722         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
7723         (img_get_alpha_info), (deinterlace_line),
7724         (deinterlace_line_inplace), (deinterlace_bottom_field),
7725         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7726         * gst/ffmpegcolorspace/imgconvert_template.h:
7727         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7728         * gst/ffmpegcolorspace/mmx.h:
7729         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
7730           adding ffmpegcolorspace element supplied by Ronald after cleaning
7731           up and pulling in the right bits of upstream source. 
7732           I'm sure a better C/compiler wizard could do some cleaning up (for
7733           example use GLIB's malloc stuff), but as a first pass this
7734           works very well
7735
7736 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7737
7738         * ext/alsa/gstalsa.h:
7739           I assume Ronald forgot to commit the change to have cardname
7740           as a struct member.  Expect some public spanking at the next
7741           opportunity.
7742
7743 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7744
7745         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
7746         (gst_alsa_open_audio), (gst_alsa_close_audio):
7747         * ext/alsa/gstalsa.c:
7748           Don't open the device if we're a mixer (= padless).
7749         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
7750         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
7751         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
7752           Open mixer during state change rather than during object
7753           initialization. Also, get a device name. Currently in a somewhat
7754           hackish fashion, but I didn't really find something better.
7755
7756 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7757
7758         * *.c, *.h: run gst-indent
7759
7760 2004-03-14  Benjamin Otte  <otte@gnome.org>
7761
7762         * gst/modplug/gstmodplug.cc:
7763         * gst/modplug/gstmodplug.h:
7764           set correct timestamps on outgoing buffers
7765
7766 2004-03-14  Benjamin Otte  <otte@gnome.org>
7767
7768         * gst/modplug/gstmodplug.cc:
7769           handle events - don't do crap when a discont arrives that's not
7770           necessary
7771           This allows correct loading and playback of mods in Rhythmbox
7772
7773 2004-03-14  Benjamin Otte  <otte@gnome.org>
7774
7775         * configure.ac:
7776         * gst-libs/gst/gconf/Makefile.am:
7777         * pkgconfig/Makefile.am:
7778           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
7779           they get rebuilt properly
7780         * configure.ac:
7781           when checking for vorbis, try pkgconfig first.
7782         * gst/modplug/gstmodplug.cc:
7783           add fixate function
7784
7785 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7786
7787         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7788           Fix for obvious mistake, where we first shift the offset and then
7789           read a samplesize element assuming the old offset. Note that this
7790           part still has something weird, i.e. my movies containing those
7791           don't actually play well, but at least there's something that looks
7792           like sound now.
7793
7794 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
7795         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
7796         (plugin_init):
7797         Add a typefind function for speex format
7798
7799 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7800
7801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
7802         (gst_asf_demux_setup_pad):
7803           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
7804           instead of 0. Reason is simple: some elements have a fps range
7805           of 1-max instead of 0-max. So now ASF video actually works.
7806
7807 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7808
7809         * po/LINGUAS:
7810         * po/sr.po:
7811           adding serbian as a language
7812
7813 2004-03-13  Benjamin Otte  <otte@gnome.org>
7814
7815         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7816           return taglist correctly from _get function, don't gst_pad_push it.
7817           (fixes #137042)
7818
7819 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7820         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7821
7822 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
7825         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
7826         (gst_alsa_mixer_track_new):
7827         * ext/alsa/gstalsamixertrack.h:
7828           Fix ancient leftovers... MixerTrack is a GObject.
7829
7830 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7831
7832         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7833         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7834           Don't block during probing...
7835
7836 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7837
7838         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
7839         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
7840         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
7841         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
7842         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
7843         (gst_alsa_open_audio), (gst_alsa_close_audio):
7844         * ext/alsa/gstalsa.h:
7845           Add propertyprobe interface implementation, add some device-name
7846           property, all this so that it looks good in gnome-volume-control.
7847
7848 2004-03-12  David Schleef  <ds@schleef.org>
7849
7850         * configure.ac: the Hermes library controls hermescolorspace, not
7851         colorspace.
7852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7853         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
7854         not /* */
7855         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
7856         * ext/sdl/sdlvideosink.h: ditto.
7857         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
7858
7859 2004-03-12  Benjamin Otte  <otte@gnome.org>
7860
7861         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
7862         (gst_x_overlay_got_xwindow_id):
7863         * gst-libs/gst/xoverlay/xoverlay.h:
7864           replace XID with unsigned long to get rid of the xlibs dependency in
7865           XOverlay (fixes #137004)
7866
7867 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7868         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
7869         (gst_agingtv_setup):
7870         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
7871         (gst_dicetv_base_init), (gst_dicetv_class_init),
7872         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
7873         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
7874         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
7875         (gst_edgetv_setup), (gst_edgetv_rgb32):
7876         * gst/effectv/gsteffectv.c:
7877         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
7878         (gst_quarktv_set_property):
7879         * gst/effectv/gstrev.c: (gst_revtv_get_type),
7880         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
7881         (gst_revtv_setup), (gst_revtv_rgb32):
7882         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
7883         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
7884         (gst_shagadelictv_init), (gst_shagadelictv_setup),
7885         (gst_shagadelictv_rgb32):
7886         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
7887         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
7888         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
7889         * gst/effectv/gstwarp.c:
7890         Port everything that can be ported to videofilter and fix up the caps.
7891         Can someone with a big-endian machine please check these?
7892
7893 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7894
7895         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
7896         (gst_osssink_chain), (gst_osssink_change_state):
7897           Latest fixes for A/V sync, audio playback and such. This is about
7898           all... MPEG playback issues are mostly related to the async build-
7899           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
7900
7901 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7902
7903         patch from: Stephane Loeuillet
7904
7905         * configure.ac:
7906           use pkg-config for some libraries, falling back to the old .m4 way
7907           (fixes #131270)
7908         * m4/libdv.m4:
7909           removed
7910
7911 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7912
7913         * configure.ac:
7914         * tools/Makefile.am:
7915         * tools/Makefile.in:
7916         * tools/gst-launch-ext-m.m:
7917         * tools/gst-launch-ext.1.in:
7918         * tools/gst-visualise-m.m:
7919         * tools/gst-visualise.1:
7920         * tools/gst-visualise.1.in:
7921           reorganizing generation of script tools
7922
7923 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7924
7925         * ext/divx/gstdivxdec.c:
7926           Downgrade priority. We prefer ffdec_mpeg4.
7927         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
7928         (gst_faad_chain), (gst_faad_change_state):
7929           Fix capsnego. Doesn't work for some sounds because we don't have
7930           a 5:1 to stereo element.
7931         * ext/xvid/gstxvid.c: (plugin_init):
7932           Add priority.
7933         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
7934         (gst_osssink_change_state):
7935           Add discont handling.
7936
7937 2004-03-09  Colin Walters  <walters@verbum.org>
7938
7939         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
7940         conversion.
7941
7942 2004-03-09  Benjamin Otte  <otte@gnome.org>
7943
7944         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7945           the signals take 2 arguments
7946
7947 2004-03-09  David Schleef  <ds@schleef.org>
7948
7949         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
7950         (gst_alsa_fixate): Add fixate function.  (bug #136686)
7951         * ext/alsa/gstalsa.h:
7952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
7953
7954 2004-03-09  Benjamin Otte  <otte@gnome.org>
7955
7956         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
7957         (gst_mikmod_change_state):
7958         * ext/mikmod/gstmikmod.h:
7959           make mikmod's loop function not loop infinitely and call
7960           gst_element_yield anymore
7961         * gst/modplug/gstmodplug.cc:
7962           fix pad negotiation (fixes #136590)
7963
7964 2004-03-09  David Schleef  <ds@schleef.org>
7965
7966         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
7967         doesn't conflict with the internal colorspace plugin.
7968         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
7969         satisfy the crappy-ass shell shipped by a certain vendor.
7970         * gst/videofilter/make_filter: same (bug #135299)
7971
7972 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7973
7974         * configure.ac: bump nano to 1
7975
7976 === release 0.7.6 ===
7977
7978 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7979
7980         * configure.in: releasing 0.7.6, "There"
7981
7982 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7983
7984         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7985         * pkgconfig/gstreamer-play.pc.in:
7986           synchronize the two
7987
7988 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7989
7990         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
7991         (cdparanoia_open), (cdparanoia_event):
7992           fix/add error handling
7993         * po/POTFILES.in:
7994           add cdparanoia source
7995         * tools/Makefile.am:
7996           make scripts executable
7997
7998 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7999
8000         * configure.ac:
8001         * ext/vorbis/Makefile.am:
8002         * sys/Makefile.am:
8003           remove id3types, vorbisfile and xvideosink from the build (#133783)
8004
8005 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8006
8007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8008           Fix metadata read crash (#136537).
8009
8010 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8011
8012         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8013         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
8014           adding mime types, fixing the one-stop function
8015
8016 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8017
8018         * ext/nas/nassink.c and /ext/nas/nassink.h:
8019         More NAS love from Arwed von Merkatz
8020         So lets all sing 'Can you feel the NAS tonight' 
8021
8022 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8023
8024         * tools/gst-launch-ext.in: 
8025         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
8026
8027 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8028
8029         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8030         (gst_mpeg2dec_init):
8031         remove the user_data pad for now, because it is being used in
8032         fixating causing MPEG playback to fixate on 1000 Hz for playback.
8033         If someone knows how to fix this properly, please do.
8034
8035 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8036
8037         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8038         (gst_osssink_get_time):
8039         add a warning, IMO this won't get triggered anymore, remove later
8040
8041 2004-03-07  David Schleef  <ds@schleef.org>
8042
8043         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
8044         format (bug #136470)
8045
8046 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8047
8048         * gst-libs/Makefile.am:
8049         * gst-libs/gst/media-info/Makefile.am:
8050         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
8051         (error_callback), (gst_media_info_error_create),
8052         (gst_media_info_error_element), (gmip_init), (gmip_reset),
8053         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
8054         * gst-libs/gst/media-info/media-info-priv.h:
8055         * gst-libs/gst/media-info/media-info-test.c: (main):
8056         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
8057         (gst_media_info_class_init), (gst_media_info_instance_init),
8058         (gst_media_info_set_source), (gst_media_info_read_with_idler),
8059         (gst_media_info_read_idler), (gst_media_info_read):
8060         * gst-libs/gst/media-info/media-info.h:
8061         fixed, should work now
8062
8063 2004-03-07  Christian Schaller <Uraeus@gnome.org>
8064
8065         * ext/nas/nassink.c:
8066         A bunch of NAS fixes from Arwed von Merkatz
8067
8068 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8069
8070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8071         (qtdemux_parse_trak):
8072           Fix crash (j might be greater than n_samples, in which case we're
8073           writing outside the allocated space for the array) and memleak.
8074
8075 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * sys/oss/gstosssink.c: (gst_osssink_chain):
8078           And another caller that couldn't handle delay < 0 (unsigned
8079           integer overflow). Video now continues playing on an audio
8080           buffer underrun, and the clock continues working. Audio still
8081           stalls.
8082
8083 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8084
8085         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8086         (gst_osssink_get_time):
8087           get_delay() may return values lower than 0. In those cases, we
8088           should not actually cast to *unsigned* int64, that will break
8089           stuff horribly. In my case, it screwed up A/V sync in movies
8090           in totem rather badly.
8091
8092 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8093
8094         * ext/faac/gstfaac.c: (gst_faac_chain):
8095         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8096         * ext/libpng/gstpngenc.c: (user_write_data):
8097         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8098         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8099         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8100         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8101         Fix several misuse of gst_buffer_merge (it doesn't take ownership
8102         of any buffer), should fix some leaks. I hope I didn't unref buffers
8103         that shouldn't be...
8104         
8105 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8106
8107         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
8108         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
8109         (error_callback), (gmi_reset), (gmi_seek_to_track),
8110         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
8111         (gmip_find_type_post), (gmip_find_stream_post),
8112         (gmip_find_track_streaminfo_post):
8113         * gst-libs/gst/media-info/media-info-priv.h:
8114         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
8115         (info_print), (main):
8116         * gst-libs/gst/media-info/media-info.c:
8117         (gst_media_info_error_create), (gst_media_info_error_element),
8118         (gst_media_info_instance_init), (gst_media_info_get_property),
8119         (gst_media_info_new), (gst_media_info_set_source),
8120         (gst_media_info_read_idler), (gst_media_info_read):
8121         * gst-libs/gst/media-info/media-info.h:
8122           first pass at making this work again.  This seems to work on
8123           tagged ogg/vorbis and mp3 files.
8124
8125 2004-03-06  Benjamin Otte  <otte@gnome.org>
8126
8127         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8128           fix huge leak: gst_buffer_merge doesn't unref the first argument
8129           itself.
8130
8131 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8132
8133         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
8134           report layer/mode/emphasis
8135
8136 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8137
8138         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
8139
8140 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8141
8142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8143           signal serial
8144
8145 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8146
8147         * ext/vorbis/vorbis.c: (plugin_init):
8148         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8149         (gst_vorbis_dec_init), (vorbis_dec_event):
8150         add debug category
8151         make vorbisdec handle _BYTE and _TIME queries
8152
8153 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8154
8155         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
8156           from the xing header
8157
8158 2004-03-06  Benjamin Otte  <otte@gnome.org>
8159
8160         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
8161         (gst_audio_convert_link), (gst_audio_convert_change_state),
8162         (gst_audio_convert_buffer_from_default_format):
8163           do conversions from/to float correctly, fix some caps nego errors,
8164           export correct supported caps in template and getcaps, use correct
8165           caps in try_set_caps functions
8166
8167 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8168
8169         For some reason, I only committed a ChangeLog entry yesterday and 
8170         not the corresponding code...
8171         * ext/mad/gstmad.c: Fix detection of Xing headers
8172         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8173
8174 2004-03-06  Benjamin Otte  <otte@gnome.org>
8175
8176         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
8177         (gst_ogg_demux_src_query):
8178           make sure to handle the case where there's no current chain
8179           gracefully.
8180
8181 2004-03-05  David Schleef  <ds@schleef.org>
8182
8183         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
8184         Add fixate function. (bug #131128)
8185         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8186         (gst_sdlvideosink_fixate):  Add fixate function.
8187         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8188         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
8189         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
8190         Fix missing break that was causing ulaw to be interpreted as
8191         raw int.
8192
8193 2004-03-05  David Schleef  <ds@schleef.org>
8194
8195         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8196         Fix code that ignores return value of gst_buffer_merge().
8197         (bug #114560)
8198         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
8199         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
8200         * testsuite/gst-lint:  Check for above.
8201
8202 2004-03-05  David Schleef  <ds@schleef.org>
8203
8204         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
8205         caps and throw an element error.  (bug #136334)
8206
8207 2004-03-05  David Schleef  <ds@schleef.org>
8208
8209         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
8210         (gst_faad_chain): Fix negotiation.
8211         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
8212         key and button events.
8213         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
8214         dung heap of code.
8215         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
8216         depends on gconf
8217         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
8218         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8219         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
8220         function to encourage better negotiation, particularly between
8221         audioconvert and osssink.
8222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8223         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
8224         more important.
8225         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
8226         typefinding.
8227         * gst/vbidec/vbiscreen.c:  Add glib header
8228         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
8229
8230 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
8231
8232         * ext/mad/gstmad.c: Fix detection of Xing headers
8233         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8234
8235 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8236
8237         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8238         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
8239           debug updates
8240
8241 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8242
8243         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8244         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
8245         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
8246         files, and report the parsed length as a GST_TAG_DURATION tag.
8247         * gst/tags/gstid3tag.c: support TLEN (duration) tag
8248
8249 2004-03-05  Benjamin Otte  <otte@gnome.org>
8250
8251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
8252           convert channels correctly. convert correctly to unsigned.
8253
8254 2004-03-05  Julien MOUTTE <julien@moutte.net>
8255
8256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
8257         we have a window before clearing it.
8258
8259 2004-03-05  Julien MOUTTE <julien@moutte.net>
8260
8261         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
8262         have a window before clearing it.
8263
8264 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8265
8266         * gconf/gstreamer.schemas.in:
8267         * gst-libs/gst/gconf/Makefile.am:
8268           version installation path the same way as for 0.6
8269         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8270         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8271         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8272           remove comment that was fixed
8273
8274 2004-03-05  David Schleef  <ds@schleef.org>
8275
8276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
8277         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
8278         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
8279         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
8280         Add prototype code for handling seeking and querying.
8281
8282 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8283
8284         * examples/gstplay/player.c: (main):
8285           Initialize variables to NULL. Prevents a segfault because the
8286           (uninitialized) variable is not NULL, resulting in a crash on
8287           trying to reach error->message.
8288
8289 2004-03-05  Benjamin Otte  <otte@gnome.org>
8290
8291         * gst/audioconvert/gstaudioconvert.c:
8292         (gst_audio_convert_buffer_to_default_format):
8293         make float=>int conversion work correctly even in cornercases.
8294
8295 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
8296
8297         * debian/README.Debian:
8298         * debian/build-deps:
8299         * debian/changelog:
8300         * debian/control:
8301         * debian/control.in:
8302         * debian/copyright:
8303         * debian/gstreamer-a52dec.files:
8304         * debian/gstreamer-aa.files:
8305         * debian/gstreamer-alsa.files:
8306         * debian/gstreamer-alsa.manpages:
8307         * debian/gstreamer-arts.files:
8308         * debian/gstreamer-artsd.files:
8309         * debian/gstreamer-audiofile.files:
8310         * debian/gstreamer-avifile.files:
8311         * debian/gstreamer-cdparanoia.files:
8312         * debian/gstreamer-colorspace.files:
8313         * debian/gstreamer-doc.files:
8314         * debian/gstreamer-dv.files:
8315         * debian/gstreamer-dvd.files:
8316         * debian/gstreamer-esd.files:
8317         * debian/gstreamer-festival.files:
8318         * debian/gstreamer-flac.files:
8319         * debian/gstreamer-gconf.conffiles:
8320         * debian/gstreamer-gconf.files:
8321         * debian/gstreamer-gconf.postinst:
8322         * debian/gstreamer-gnomevfs.files:
8323         * debian/gstreamer-gsm.files:
8324         * debian/gstreamer-http.files:
8325         * debian/gstreamer-jack.files:
8326         * debian/gstreamer-jpeg.files:
8327         * debian/gstreamer-mad.files:
8328         * debian/gstreamer-mikmod.files:
8329         * debian/gstreamer-misc.files:
8330         * debian/gstreamer-mpeg2dec.files:
8331         * debian/gstreamer-oss.files:
8332         * debian/gstreamer-plugin-apps.files:
8333         * debian/gstreamer-plugin-apps.manpages:
8334         * debian/gstreamer-plugin-libs-dev.files:
8335         * debian/gstreamer-plugin-libs.files:
8336         * debian/gstreamer-plugin-template.postinst:
8337         * debian/gstreamer-plugin-template.postrm:
8338         * debian/gstreamer-sdl.files:
8339         * debian/gstreamer-sid.files:
8340         * debian/gstreamer-vorbis.files:
8341         * debian/gstreamer-x.files:
8342         * debian/mk.control:
8343         * debian/rules:
8344         Debian package info not maintained here.
8345
8346 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8347
8348         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8349         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
8350         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
8351         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
8352         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
8353         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
8354         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8355         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
8356         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8357         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
8358         * gst-libs/gst/colorbalance/colorbalance.c:
8359         (gst_color_balance_class_init):
8360         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8361         (gst_color_balance_channel_class_init):
8362         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8363         * gst-libs/gst/play/play.c: (gst_play_class_init):
8364         * gst-libs/gst/propertyprobe/propertyprobe.c:
8365         (gst_property_probe_iface_init):
8366         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
8367         * gst-libs/gst/tuner/tunerchannel.c:
8368         (gst_tuner_channel_class_init):
8369         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
8370         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
8371         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
8372         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
8373         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
8374         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8375         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8376         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
8377         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
8378           fix signals to use - instead of _
8379         * ext/libcaca/gstcacasink.h:
8380         * ext/sdl/sdlvideosink.h:
8381           fix header rename
8382
8383 2004-03-04  David Schleef  <ds@schleef.org>
8384
8385         * testsuite/gst-lint:  Add a check for bad signal names.
8386
8387 2004-03-04  <kost@imn.htwk-leipzig.de>
8388
8389         reviewed by David Schleef
8390
8391         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
8392         modified the alpha channel and caused a warning. (bug #136192)
8393
8394 2004-04-03  Christian Schaller <Uraeus@gnome.org>
8395
8396         * gst-plugins.spec.in:
8397         Change names of plugins to actually be correct. Try to keep things
8398         alphabetical to avoid getting beat up by Thomas
8399
8400 2004-03-03  Julien MOUTTE <julien@moutte.net>
8401
8402         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8403         Using ximagesink as a default if no gconf key found. We should
8404         probably consider using alsasink instead of osssink for the audio
8405         part.
8406
8407 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8408
8409         * configure.ac:
8410           fix --with-plugins, don't think it ever worked before
8411         * gst-plugins.spec.in:
8412           even more updates
8413
8414 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8415
8416         * ext/sdl/sdlvideosink.h:
8417         * sys/ximage/ximagesink.h:
8418         * sys/xvideo/xvideosink.h:
8419         * sys/xvimage/xvimagesink.h:
8420           Fix for move of gstvideosink.h -> videosink.h.
8421
8422 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8423
8424         * gst-libs/gst/xwindowlistener/Makefile.am:
8425           this is a plugin library, not a library
8426
8427 2004-03-01  David Schleef  <ds@schleef.org>
8428
8429         * AUTHORS:  Added some names.  Add yourself if you're still
8430         missing.
8431
8432 2004-03-01  David Schleef  <ds@schleef.org>
8433
8434         * MAINTAINERS: Add
8435
8436 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8437
8438         * gst-plugins.spec.in: clean up spec file
8439
8440 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8441
8442         * gst-libs/gst/video/Makefile.am:
8443         * gst-libs/gst/video/gstvideosink.c:
8444         * gst-libs/gst/video/gstvideosink.h:
8445           rename gstvideosink.h to videosink.h to match other headers
8446         * gst/mixmatrix/Makefile.am:
8447           fix plugin filename
8448         * gst/tags/Makefile.am: fix plugin filename
8449
8450 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8451
8452         * gst/tags/Makefile.am: fix plugin filename
8453
8454 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8455
8456         * examples/gstplay/player.c: (got_time_tick), (main):
8457           add error handler
8458           display time_tick more readably
8459         * gst/mixmatrix/Makefile.am:
8460           fix plugin file name
8461
8462 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
8463
8464         * sys/oss/gstosselement.c: (gst_osselement_probe),
8465         (device_combination_append), (gst_osselement_class_probe_devices):
8466         * sys/oss/gstosselement.h: 
8467           Reworked enumeration of oss dsps and mixers so that gst-mixer works
8468           on my system using alsa oss emulation, fixes bug #135597
8469
8470 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8471
8472         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8473         (gst_videodrop_chain), (gst_videodrop_change_state):
8474         * gst/videodrop/gstvideodrop.h:
8475           Work based on timestamp of input data, not based on the expected
8476           framerate from the input. The consequence is that this element now
8477           not only scales framerates, but also functions as a framerate
8478           corrector or framerate stabilizer/constantizer.
8479
8480 2004-02-27  David Schleef  <ds@schleef.org>
8481
8482         patches from jmmv@menta.net (Julio M. Merino Vidal)
8483
8484         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8485         GST_ELEMENT_ERROR call (bug #135634)
8486         * gst/interleave/interleave.c: (interleave_buffered_loop),
8487         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8488         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8489         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8490         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8491         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8492         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8493         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8494         Fix GST_ELEMENT_ERROR call.
8495         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8496         GST_ELEMENT_ERROR call.
8497
8498 2004-02-27  Benjamin Otte  <otte@gnome.org>
8499
8500         * gst-libs/gst/audio/audio.h:
8501           add macro to make sure header isn't included twice
8502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8503           don't use gst_buffer_free
8504         * gst/playondemand/filter.func:
8505           don't use gst_data_free. Free data only once.
8506
8507 2004-02-26  David Schleef  <ds@schleef.org>
8508
8509         * gst-libs/gst/colorbalance/Makefile.am:
8510         * gst-libs/gst/mixer/Makefile.am:
8511         * gst-libs/gst/tuner/Makefile.am:
8512         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8513         should not be disted, -marshal.h files should not be installed,
8514         and -enum.h files _should_ be installed.  Fix to make this the
8515         case.
8516
8517 === release 0.7.5 ===
8518
8519 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8520
8521         * configure.ac: release 0.7.5, "Under The Sea"
8522
8523 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8524
8525         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8526         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8527         * gst/videoscale/gstvideoscale.c:
8528         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8529           assorted debug/warning fixes
8530
8531 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8532
8533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8534         (gst_videoscale_init), (gst_videoscale_chain),
8535         (gst_videoscale_set_property), (plugin_init):
8536         * gst/videoscale/gstvideoscale.h:
8537         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8538         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8539         (gst_videoscale_planar400), (gst_videoscale_packed422),
8540         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8541         (gst_videoscale_24bit), (gst_videoscale_16bit),
8542         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8543         (gst_videoscale_scale_plane_slow),
8544         (gst_videoscale_scale_point_sample),
8545         (gst_videoscale_scale_nearest),
8546         (gst_videoscale_scale_nearest_str2),
8547         (gst_videoscale_scale_nearest_str4),
8548         (gst_videoscale_scale_nearest_32bit),
8549         (gst_videoscale_scale_nearest_24bit),
8550         (gst_videoscale_scale_nearest_16bit):
8551         add debugging category and use it properly
8552         fix use of GST_PTR_FORMAT
8553
8554 2004-02-25  Andy Wingo  <wingo@pobox.com>
8555
8556         * gst/interleave/interleave.c (interleave_buffered_loop): Always
8557         push only when channel->buffer is NULL. Prevents segfaults doing
8558         the state change after a nonlocal exit, like a scheme exception.
8559
8560         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8561         Handle the case where the intersected caps is empty.
8562
8563 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8564
8565         * gst/law/mulaw-decode.c: (mulawdec_link):
8566         * gst/law/mulaw.c: (plugin_init):
8567           fix mulawdec so it actually works again
8568
8569 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
8570
8571         reviewed by: David Schleef  <ds@schleef.org>
8572
8573         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8574         (gst_gamma_init), (gst_gamma_set_property),
8575         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8576         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
8577         for RGB, with separate r g and b correction factors. (#131167)
8578
8579 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8580
8581         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8582           only signal tags for bitrate if they're > 0 (#134894)
8583
8584 2004-02-24  David Schleef  <ds@schleef.org>
8585
8586         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8587         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8588         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8589         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8590         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8591         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8592         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8593         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8594         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
8595         category.  Attempt to fix timestamp calculation.
8596
8597 2004-02-24  Johan Dahlin  <johan@gnome.org>
8598
8599         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8600
8601 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8602
8603         * configure.ac:
8604         * gconf/Makefile.am:
8605         * gconf/gstreamer.schemas:
8606         * gst-libs/gst/gconf/Makefile.am:
8607         * gst-libs/gst/gconf/gconf.c:
8608           version gconf schemas and install locations
8609
8610 2004-02-23  Benjamin Otte  <otte@gnome.org>
8611
8612         * ext/xine/xineinput.c: (gst_xine_input_dispose):
8613         (gst_xine_input_subclass_init):
8614           call parent dispose.
8615           change pad template for CD reader correctly
8616         * ext/xine/Makefile.am:
8617         * ext/xine/gstxine.h:
8618         * ext/xine/xine.c: (plugin_init):
8619         * ext/xine/xineaudiosink.c:
8620           wrap audio sinks, too
8621         * gst-libs/gst/resample/private.h:
8622         * gst-libs/gst/resample/resample.c: (gst_resample_init),
8623         (gst_resample_reinit), (gst_resample_scale),
8624         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
8625         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
8626         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
8627         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
8628         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
8629         * gst-libs/gst/resample/resample.h:
8630         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8631         (gst_audioscale_class_init), (gst_audioscale_link),
8632         (gst_audioscale_get_buffer), (gst_audioscale_init),
8633         (gst_audioscale_chain), (gst_audioscale_set_property),
8634         (gst_audioscale_get_property):
8635         * gst/audioscale/gstaudioscale.h:
8636           s/resample_*/gst_resample_*/i to not clobber namespaces
8637
8638 2004-02-23  Julien MOUTTE  <julien@moutte.net>
8639
8640         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8641         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8642         (gst_riff_create_video_template_caps),
8643         (gst_riff_create_audio_template_caps),
8644         (gst_riff_create_iavs_template_caps):
8645         * gst-libs/gst/riff/riff-media.h:
8646         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8647         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
8648         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
8649         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8650         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8651         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8652         (gst_matroska_demux_plugin_init): First batch implementing audio and 
8653         video codec tags in demuxers.
8654
8655 2004-02-22  Benjamin Otte  <otte@gnome.org>
8656
8657         * ext/xine/Makefile.am:
8658         * ext/xine/gstxine.h:
8659         * ext/xine/xine.c: (plugin_init):
8660         * ext/xine/xineinput.c:
8661           add input plugin wrapper. Playback from files, http, mms and cdda
8662           works.
8663         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
8664           remove leftover G_GNUC_UNUSED
8665         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
8666         (gst_asf_demux_identify_guid):
8667           improve debugging output
8668
8669 2004-02-22  Benjamin Otte  <otte@gnome.org>
8670
8671         reported by: Padraig O'Briain <padraig.obriain@sun.com>
8672
8673         * autogen.sh:
8674           replace test -e with test -x for mkinstalldirs to be more portable.
8675           (fixes #134816)
8676
8677 2004-02-22  Benjamin Otte  <otte@gnome.org>
8678
8679         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
8680
8681         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
8682           set rank to PRIMARY
8683         * gst/volume/gstvolume.c: (plugin_init):
8684           set rank to NONE
8685         fixes #134960
8686
8687 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
8688
8689         reviewed by Benjamin Otte  <otte@gnome.org>
8690
8691         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8692           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
8693
8694 2004-02-22  Benjamin Otte  <otte@gnome.org>
8695
8696         * configure.ac:
8697           export [_]*{gst,Gst,GST}.* symbols from plugins
8698
8699 2004-02-22  Christophe Fergeau <teuf@gnome.org>
8700
8701         reviewed by: Benjamin Otte  <otte@gnome.org>
8702
8703         * ext/lame/gstlame.c: (add_one_tag):
8704         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8705         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
8706         (gst_vorbisenc_metadata_set1):
8707         * gst/tags/gstid3tag.c:
8708         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
8709           apply fixes from bugs #135042 (lame can't write tags) and #133817
8710           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
8711
8712 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
8713
8714         * configure.ac: Export only gst_plugin_desc from plugins.
8715          Note that this change only makes any effect with Linux using libtool 
8716          1.5.2 or higher. Otherwise it is silently ignored, but it would build
8717          fine. And don't try to have several versions of libtool in different
8718          directories.
8719
8720 2004-02-20  Andy Wingo  <wingo@pobox.com>
8721
8722         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
8723         interleave respectively.
8724
8725         * gst/interleave/deinterleave.c: New plugin: deinterleave
8726         (replaces on oneton).
8727         * gst/interleave/interleave.c: New plugin: interleave.
8728         * gst/interleave/plugin.h: Support file.
8729         * gst/interleave/plugin.c: Support file.
8730
8731         * configure.ac: Remove intfloat and oneton, add interleave.
8732
8733         * ext/sndfile/gstsf.c: Handle events better.
8734
8735         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
8736         and float2int operation. int2float has scheduling problems as
8737         noted in in2float_chain. 
8738
8739 2004-02-20  Benjamin Otte  <otte@gnome.org>
8740
8741         * ext/xine/Makefile.am:
8742         * ext/xine/gstxine.h:
8743         * ext/xine/xine.c: 
8744         * ext/xine/xineaudiodec.c: 
8745         * ext/xine/xinecaps.c: 
8746           add first version of xine plugin wrapper. Currently only wraps the
8747           QDM2 win32 DLL, and even that only in proof-of-concept quality.
8748         * configure.ac:
8749         * ext/Makefile.am:
8750           add xine plugin wrapper, disabled by default. Use --enable-xine to
8751           build. Note that it'll segfault on gst-register if you don't remove
8752           the goom and tvtime post plugins from xine.
8753         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8754         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
8755           add extradata parsing for QDM2.
8756           change around debugging prints.
8757
8758 2004-02-19  Benjamin Otte  <otte@gnome.org>
8759
8760         * ext/lame/gstlame.c: (gst_lame_chain):
8761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8762           use gst_tag_list_insert when you want to insert tags
8763
8764 2004-02-18  David Schleef  <ds@schleef.org>
8765
8766         * configure.ac:  Move massink to gst-rotten
8767         * ext/Makefile.am:
8768         * ext/mas/Makefile.am:
8769         * ext/mas/massink.c:
8770         * ext/mas/massink.h:
8771
8772 2004-02-18  David Schleef  <ds@schleef.org>
8773
8774         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
8775         typefinding, since it seems to be worse than nothing.
8776         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
8777         atom to recognize .mp4 and .m4a files as video/quicktime.
8778
8779 2004-02-18  David Schleef  <ds@schleef.org>
8780
8781         * gst/sine/demo-dparams.c: (quit_live),
8782         (dynparm_log_value_changed), (dynparm_value_changed), (main):
8783         Use double dparams, not float.
8784         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8785         (gst_sinesrc_init): Change sync default to FALSE, since multiple
8786         sync'd elements don't really work correctly.
8787         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
8788         (volume_update_volume), (volume_get_property):  Change dparam
8789         to double.
8790
8791 2004-02-18  Julien MOUTTE  <julien@moutte.net>
8792
8793         * sys/ximage/ximagesink.c:
8794         (gst_ximagesink_xwindow_update_geometry),
8795         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8796         (gst_ximagesink_change_state), (gst_ximagesink_expose),
8797         (gst_ximagesink_init): Rework the way software video scaling works. So
8798         now we check on each chain call if the video frames are feeling the 
8799         window. If not we try to renegotiate caps. On failure we memorize that
8800         and we won't try again for that PLAYING sessions.
8801         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
8802         failure.
8803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
8804         synchronous flag.
8805
8806 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8807
8808         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8809           break up _link so we can give a better debug message for errors
8810
8811 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8812
8813         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8814           set up debug category
8815
8816 2004-02-18  Julien MOUTTE <julien@moutte.net>
8817
8818         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8819         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
8820         the way renegotiation work. The event handling function is not taking
8821         care of external windows and renegotiate method check for pad flags
8822         NEGOTIATING. Should fix : #133209
8823
8824 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8825
8826         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
8827         pad is negotiating before trying renegotiation.
8828
8829 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8830
8831         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8832           pass on all possible mime types as typefind hints
8833
8834 2004-02-17  Julien MOUTTE <julien@moutte.net>
8835
8836         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
8838         possible SHM leak if we crash. All other apps using XShm are doing
8839         that.
8840
8841 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8842
8843         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8844         (gst_ximagesink_expose): Renegotiate size on expose.
8845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
8846         size on expose.
8847
8848 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8849
8850         * testsuite/alsa/sinesrc.c:
8851           cosmetic fix to fix compile issue with gcc 2.95.4
8852
8853 2004-02-16  Julien MOUTTE <julien@moutte.net>
8854
8855         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8856         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
8857         failed opening the audio device.
8858         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8859         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
8860         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
8861         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
8862         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8863         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
8864         (gst_ximagesink_change_state), (gst_ximagesink_chain),
8865         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
8866         Removing some useless g_return_if_fail like wingo suggested.
8867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8868         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
8869         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
8870         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
8871         (gst_xvimagesink_update_colorbalance),
8872         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
8873         (gst_xvimagesink_xcontext_clear),
8874         (gst_xvimagesink_get_fourcc_from_caps),
8875         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8876         (gst_xvimagesink_set_xwindow_id),
8877         (gst_xvimagesink_colorbalance_list_channels),
8878         (gst_xvimagesink_colorbalance_set_value),
8879         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
8880         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
8881
8882 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8883
8884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8885           throw error when not negotiated instead of asserting
8886
8887 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8888
8889         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
8890         correct data refcounting.
8891
8892 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8893
8894         * gst/switch/gstswitch.c: (gst_switch_change_state),
8895         (gst_switch_class_init): Cleaning the sinkpads correctly on state
8896         change, mostly the EOS flag.
8897
8898 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8899
8900         * examples/gstplay/player.c: (got_eos), (main): Adding some 
8901         output for debugging.
8902         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
8903         timeouts if we go to any state different from PLAYING.
8904         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
8905         more EOS bugs in riff lib.
8906
8907 2004-02-14  Julien MOUTTE  <julien@moutte.net>
8908
8909         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
8910         visualization until i find a way to fix switch correctly.
8911         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
8912         EOS arrives.
8913         * gst/switch/gstswitch.c: (gst_switch_release_pad),
8914         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
8915         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
8916         Reworked switch to get a more correct behaviour with events and refing
8917         of data stored in sinkpads.
8918         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
8919         we don't pull from a pad in EOS.
8920
8921 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8922
8923         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8924           remove v1 tag even if we can't read it (makes sure we don't detect
8925           it again)
8926
8927 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8928
8929         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
8930         (gst_alsa_xrun_recovery):
8931         * ext/alsa/gstalsa.h:
8932           try xrun recovery when wait failed. Make xrun recovery function
8933           return TRUE/FALSE to indicate success. (might fix #134354)
8934
8935 2004-02-13  David Schleef  <ds@schleef.org>
8936
8937         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
8938         (dynparm_value_changed), (main): Convert from float to double.
8939         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
8940
8941 2004-02-13  David Schleef  <ds@schleef.org>
8942
8943         * gst/silence/gstsilence.c: (gst_silence_class_init),
8944         (gst_silence_set_clock), (gst_silence_get),
8945         (gst_silence_set_property), (gst_silence_get_property):
8946         * gst/silence/gstsilence.h: Add sync property.
8947         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8948         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
8949         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
8950         * gst/sine/gstsinesrc.h: Add sync property.
8951
8952 2004-02-13  David Schleef  <ds@schleef.org>
8953
8954         * gst/intfloat/gstint2float.c: (conv_f32_s16),
8955         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
8956
8957 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         * configure.ac:
8960         * ext/Makefile.am:
8961         * gst-libs/ext/Makefile.am:
8962           move ffmpeg plugin to gst-ffmpeg module
8963
8964 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966         * configure.ac: use GST_ARCH to detect architecture
8967
8968 2004-02-12  Julien MOUTTE  <julien@moutte.net>
8969
8970         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
8971
8972 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8973
8974         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8975           classify LADSPA plugins based on number of src/sink pads
8976           (#133663, Stefan Kost)
8977         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
8978           fix dparams registration
8979           (#133528, Stefan Kost)
8980         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
8981           fix use of isprint and use g_ascii_isprint instead
8982           (#133316, Stefan Kost)
8983
8984 2004-02-11  David Schleef  <ds@schleef.org>
8985
8986         Convert a few inner loops to use liboil.  This is currently
8987         optional, and is only enabled if liboil is present (duh!).
8988         * configure.ac: Check for liboil-0.1
8989         * gst/intfloat/Makefile.am:
8990         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
8991         (gst_int2float_chain_gint16):
8992         * gst/videofilter/Makefile.am:
8993         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
8994         (tablelookup_u8), (gst_videobalance_planar411):
8995         * gst/videotestsrc/Makefile.am:
8996         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
8997         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
8998         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
8999         (paint_hline_RGB565), (paint_hline_xRGB1555):
9000
9001 2004-02-11  David Schleef  <ds@schleef.org>
9002
9003         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
9004         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
9005         (gst_colorspace_getcaps), (gst_colorspace_link),
9006         (gst_colorspace_base_init), (gst_colorspace_init),
9007         (gst_colorspace_chain), (gst_colorspace_change_state),
9008         (plugin_init): Merge Ronald's patch (bug #117897) and update
9009         for new caps and negotiation.  Seems to work, although it
9010         shows off bugs in lcs.
9011
9012 2004-02-11  David Schleef  <ds@schleef.org>
9013
9014         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
9015         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
9016
9017 2004-02-11  David Schleef  <ds@schleef.org>
9018
9019         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
9020         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
9021         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
9022         Add server and port properties
9023
9024 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9025
9026         * m4/a52.m4:
9027         * m4/aalib.m4:
9028         * m4/as-ffmpeg.m4:
9029         * m4/as-liblame.m4:
9030         * m4/as-slurp-ffmpeg.m4:
9031         * m4/check-libheader.m4:
9032         * m4/esd.m4:
9033         * m4/freetype2.m4:
9034         * m4/gconf-2.m4:
9035         * m4/glib.m4:
9036         * m4/gst-alsa.m4:
9037         * m4/gst-artsc.m4:
9038         * m4/gst-ivorbis.m4:
9039         * m4/gst-matroska.m4:
9040         * m4/gst-sdl.m4:
9041         * m4/gst-shout2.m4:
9042         * m4/gst-sid.m4:
9043         * m4/gtk.m4:
9044         * m4/libdv.m4:
9045         * m4/libfame.m4:
9046         * m4/libmikmod.m4:
9047         * m4/ogg.m4:
9048         * m4/vorbis.m4:
9049           fix underquotedness of macros (#133800)
9050         * m4/as-avifile.m4:
9051         * m4/xmms.m4:
9052           removed because no longer used
9053
9054 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9055
9056         * configure.ac:
9057           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
9058           by autopoint (fixes #132996)
9059
9060 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9061
9062         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
9063         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
9064         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
9065         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
9066           fix memleaks
9067
9068 2004-02-11  David Schleef  <ds@schleef.org>
9069
9070         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9071         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
9072         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
9073         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
9074         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
9075         (gst_jpegenc_class_init), (gst_jpegenc_init),
9076         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
9077         (gst_jpegenc_chain), (gst_jpegenc_set_property),
9078         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
9079         * ext/jpeg/gstjpegenc.h: Fix negotiation.
9080
9081 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9082
9083         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9084         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
9085         * ext/mikmod/gstmikmod.h:
9086           fix caps negotiation in mikmod
9087         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
9088           output debug information
9089
9090 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9091
9092         * gst-libs/gst/colorbalance/Makefile.am:
9093         * gst-libs/gst/navigation/Makefile.am:
9094         * gst-libs/gst/xoverlay/Makefile.am:
9095           remove unused GST_OPT_CFLAGS from Makefiles
9096           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
9097
9098 2004-02-07  David Schleef  <ds@schleef.org>
9099
9100         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
9101         push events to pads that haven't been created (#133508)
9102
9103 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
9104
9105         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
9106         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
9107         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9108         (gst_dvdec_loop), (gst_dvdec_change_state):
9109         Second attempt at committing a working dvdec element.
9110
9111 2004-02-06  David Schleef  <ds@schleef.org>
9112
9113         Build fixes for OS X: (see #129600)
9114         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
9115         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
9116         (gst_riff_read_strf_iavs):
9117         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9118         (gst_avi_demux_stream_odml):
9119         * gst/playondemand/Makefile.am:
9120         * gst/rtp/rtp-packet.c:
9121
9122 2004-02-05  David Schleef  <ds@schleef.org>
9123
9124         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
9125         last change, because it Just Doesn't Compile.
9126
9127 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9128
9129         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9130           skip undecodable id3v2 tag instead of keeping it
9131
9132 2004-02-05  David Schleef  <ds@schleef.org>
9133
9134         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9135         Unref leaked buffer.  (Noticed by Ronald)
9136
9137 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
9138
9139         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9140         Sync requires with other checks.  >= vs =.
9141
9142 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
9143
9144         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9145         (gst_dvdec_video_link), (gst_dvdec_loop):
9146         * ext/dv/gstdvdec.h:
9147           rework the caps negotiation so that dvdec works again instead
9148           of just segfaulting.
9149
9150 === release 0.7.4 ===
9151
9152 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9153                                                                                 
9154         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
9155         * configure.ac: changed for release
9156
9157 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9158
9159         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
9160         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9161         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9162         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9163           reworked patch by David Lehn to fix libdir and includedir for
9164           uninstalled libraries
9165           removed play and gconf from gstreamer-libs since they have their
9166           own pkgconfig files
9167
9168 2004-02-04  David Schleef  <ds@schleef.org>
9169
9170         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
9171         memleak.
9172
9173 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9174
9175         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9176           use correct GST_TAG_ENCODER tag
9177
9178 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9179
9180         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9181           be sure to stop the clock when going to paused
9182         * sys/oss/gstosssink.c: (gst_osssink_change_state):
9183           reset number of transmitted when going to ready.
9184         fixes #132935
9185
9186 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
9187
9188         reviewed by Benjamin Otte
9189
9190         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9191           extract track count (fixes #133410)
9192
9193 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9194
9195         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9196           that should be !=, not == (fixes #132519)
9197
9198 2004-02-04  David Schleef  <ds@schleef.org>
9199
9200         Make sure set_explicit_caps() is called before adding pad.
9201         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9202         * gst/id3/gstid3types.c: (gst_id3types_loop):
9203         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9204         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9205
9206 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9207
9208         * configure.ac:
9209           bump nano to 2, first prerelease
9210           put back AM_PROG_LIBTOOL
9211
9212 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9213
9214         * testsuite/alsa/Makefile.am:
9215           these are user test apps, not automatic testsuite tests
9216
9217 2004-02-04  David Schleef  <ds@schleef.org>
9218
9219         Convert GST_DEBUG_CAPS() to GST_DEBUG():
9220         * gst/mpeg1videoparse/gstmp1videoparse.c:
9221         (mp1videoparse_parse_seq):
9222         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9223         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9224         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
9225         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9226         (gst_xvideosink_getcaps):
9227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9228         * testsuite/gst-lint: more tests
9229
9230 2004-02-04  David Schleef  <ds@schleef.org>
9231
9232         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
9233         with the code that they would expand to.
9234         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
9235         (gst_flacdec_get_src_query_types),
9236         (gst_flacdec_get_src_event_masks):
9237         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
9238         (gst_gnomevfssrc_get_query_types),
9239         (gst_gnomevfssrc_get_event_mask):
9240
9241 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9242
9243         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9244         (gst_sinesrc_dispose):
9245           fix memleak by properly disposing sinesrc
9246
9247 2004-02-04  Julien MOUTTE  <julien@moutte.net>
9248
9249         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
9250         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
9251         an overlay to redraw the image because it has been exposed.
9252         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
9253         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
9254         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
9255         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
9256         interface
9257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
9258         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
9259         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
9260         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
9261         interface 
9262
9263 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9264
9265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9266           more memleak fixage
9267
9268 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9269
9270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9271         * gst/typefind/gsttypefindfunctions.c:
9272           fix memleaks shown by gst-typefind
9273
9274 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9275
9276         * common/glib-gen.mak:
9277           add hack rule to touch .Plo files
9278         * gst-libs/gst/colorbalance/Makefile.am:
9279         * gst-libs/gst/mixer/Makefile.am:
9280         * gst-libs/gst/play/Makefile.am:
9281         * gst-libs/gst/tuner/Makefile.am:
9282           remove glib_root variable
9283
9284 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9285
9286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
9287           set explicit caps before adding the element, so the autopluggers can
9288           plug correctly.
9289         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9290         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9291         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9292         (dv_type_find):
9293           fix memleaks in typefind functions. gst_type_find_suggest takes a const
9294           argument.
9295
9296 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9297
9298         * gst-libs/gst/colorbalance/Makefile.am:
9299         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9300         * gst-libs/gst/colorbalance/colorbalance.c:
9301         * gst-libs/gst/colorbalance/colorbalance.h:
9302         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
9303         * gst-libs/gst/mixer/Makefile.am:
9304         * gst-libs/gst/mixer/mixer-marshal.list:
9305         * gst-libs/gst/mixer/mixer.c:
9306         * gst-libs/gst/mixer/mixer.h:
9307         * gst-libs/gst/mixer/mixermarshal.list:
9308         * gst-libs/gst/play/Makefile.am:
9309         * gst-libs/gst/play/play.h:
9310         * gst-libs/gst/tuner/Makefile.am:
9311         * gst-libs/gst/tuner/tuner-marshal.list:
9312         * gst-libs/gst/tuner/tuner.c:
9313         * gst-libs/gst/tuner/tuner.h:
9314         * gst-libs/gst/tuner/tunermarshal.list:
9315           use new glib-gen.mak snippet to clean up Makefile.am
9316           fix various bugs in Makefile.am's
9317
9318 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9319
9320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9321           handle chain parsing correctly in the multichain case
9322         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
9323         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
9324         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9325         (theora_dec_chain):
9326           handle events and queries correctly
9327
9328 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9329
9330         * .cvsignore:
9331         Ignore generated file _stdint.h.
9332
9333 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9334
9335         * gst-libs/gst/colorbalance/Makefile.am:
9336         * gst-libs/gst/colorbalance/colorbalance.h:
9337         * gst-libs/gst/mixer/Makefile.am:
9338         * gst-libs/gst/mixer/mixer.h:
9339         * gst-libs/gst/play/Makefile.am:
9340         * gst-libs/gst/play/play.h:
9341         * gst-libs/gst/tuner/Makefile.am:
9342         * gst-libs/gst/tuner/tuner.h:
9343         Generate enum type code with glib-mkenums.
9344         * gst-libs/gst/colorbalance/.cvsignore:
9345         * gst-libs/gst/mixer/.cvsignore:
9346         * gst-libs/gst/play/.cvsignore:
9347         * gst-libs/gst/tuner/.cvsignore:
9348         Ignore generated files.
9349
9350 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9351
9352         * gst-libs/gst/audio/.cvsignore:
9353         Ignore generated file.
9354         * gst-libs/gst/audio/Makefile.am:
9355         Do not install example filter.
9356
9357 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9358
9359         * examples/switch/.cvsignore:
9360         Ignore generated file.
9361
9362 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9363
9364         * common/m4/ax_create_stdint_h.m4:
9365         * configure.ac:
9366           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
9367           _stdint.h.
9368         * Makefile.am:
9369           remove generated _stdint.h in DISTCLEANFILES
9370         * ext/a52dec/gsta52dec.c:
9371           include _stdint.h for a52dec. (should fix #133064)
9372
9373 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9374
9375         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
9376         (gst_tag_to_vorbis_comments):
9377         Add replaygain support to vorbistag
9378
9379 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9380         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9381         (gst_ffmpeg_caps_to_extradata):
9382           Fix SVQ3 caps flag properties
9383           Use glib macro for bytes swap
9384
9385 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9386
9387         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9388         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9389         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9390         * ext/sndfile/gstsf.c: (plugin_init):
9391         * gst/avi/gstavi.c: (plugin_init):
9392         * sys/dxr3/dxr3init.c: (plugin_init):
9393         * sys/oss/gstossaudio.c: (plugin_init):
9394         * sys/v4l/gstv4l.c: (plugin_init):
9395         * sys/v4l2/gstv4l2.c: (plugin_init):
9396           remove textdomain calls
9397         * po/nl.po:
9398           update Dutch translation
9399
9400 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9401
9402         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9403         (gst_play_set_audio_sink): Moving volume in the audio thread for 
9404         instantaneous volume change. Maybe i will add another volume in front
9405         of visualization later, not sure yet though.
9406
9407 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9408
9409         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9410         (gst_ximagesink_handle_xevents): Better X events handling, only take
9411         the latest events for configure and motion.
9412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9413
9414 2004-02-02  Jon Trowbridge  <trow@gnu.org>
9415
9416         reviewed by: David Schleef  <ds@schleef.org>
9417
9418         Fix memory leaks:
9419         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9420         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9421
9422 2004-02-02  David Schleef  <ds@schleef.org>
9423
9424         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
9425         of lines.
9426         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9427         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9428         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9429         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9430         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9431         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9432         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9433         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9434         (gst_float2_2_int_link):
9435         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9436         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9437         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9438         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9439         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9440         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9441         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9442         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9443         * testsuite/gst-lint: Add tests for bzero and ;;
9444
9445 2004-02-02  David Schleef  <ds@schleef.org>
9446
9447         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9448
9449 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9450
9451         * ext/aalib/gstaasink.c: (gst_aasink_open):
9452         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9453         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9454         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9455         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9456         (gst_afsink_close_file):
9457         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9458         (gst_afsrc_close_file):
9459         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9460         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9461         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9462         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9463         * ext/esd/esdmon.c: (gst_esdmon_get):
9464         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9465         * ext/faac/gstfaac.c: (gst_faac_chain):
9466         * ext/faad/gstfaad.c: (gst_faad_chain):
9467         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9468         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9469         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9470         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9471         (gst_flacdec_loop):
9472         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9473         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9474         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9475         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9476         (gst_gnomevfssink_close_file):
9477         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9478         (gst_gnomevfssrc_open_file):
9479         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9480         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9481         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9482         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9483         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9484         * ext/mad/gstmad.c: (gst_mad_chain):
9485         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9486         * ext/mpeg2dec/gstmpeg2dec.c:
9487         * ext/mpeg2enc/gstmpeg2enc.cc:
9488         * ext/mplex/gstmplex.cc:
9489         * ext/mplex/gstmplexibitstream.cc:
9490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9491         (gst_ogg_demux_push):
9492         * ext/raw1394/gstdv1394src.c:
9493         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9494         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9495         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9496         (gst_sf_loop):
9497         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9498         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9499         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9500         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9501         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9502         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9503         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9504         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9505         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9506         (gst_riff_read_element_data), (gst_riff_read_seek),
9507         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9508         * gst/adder/gstadder.c: (gst_adder_loop):
9509         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9510         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9511         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9512         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9513         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9514         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9515         * gst/goom/gstgoom.c: (gst_goom_chain):
9516         * gst/id3/gstid3types.c: (gst_id3types_loop):
9517         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9518         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9519         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9520         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9521         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9522         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9523         (gst_ebml_read_float), (gst_ebml_read_header):
9524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9525         (gst_matroska_demux_parse_blockgroup):
9526         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9527         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9528         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9529         * gst/silence/gstsilence.c: (gst_silence_get):
9530         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9531         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9532         * gst/speed/gstspeed.c: (speed_loop):
9533         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9534         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9535         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9536         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9537         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9538         (gst_wavparse_loop):
9539         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9540         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9541         (dxr3audiosink_close):
9542         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9543         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9544         (dxr3videosink_close), (dxr3videosink_write_data):
9545         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9546         * sys/oss/gstosssink.c: (gst_osssink_chain):
9547         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9548         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9549         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9551         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9552         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9553         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9554         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9555         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9556         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9557         (gst_v4l_set_audio):
9558         * sys/v4l/v4l_calls.h:
9559         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9560         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9561         (gst_v4lmjpegsink_playback_init),
9562         (gst_v4lmjpegsink_playback_start):
9563         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9564         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9565         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9566         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9567         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9568         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9569         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9570         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9571         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9572         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9573         (gst_v4l2_get_output), (gst_v4l2_set_output),
9574         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9575         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9576         (gst_v4l2_set_attribute):
9577         * sys/v4l2/v4l2_calls.h:
9578         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9579         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9580         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9581         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9582         (gst_v4l2src_capture_stop):
9583         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9584         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9585         (gst_ximagesink_chain):
9586         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9587         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9588         (gst_xvideosink_xwindow_new):
9589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9590         (gst_xvimagesink_chain):
9591
9592 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9593
9594         * gst/volume/gstvolume.c: (gst_volume_set_volume),
9595         (gst_volume_get_volume), (volume_class_init), (volume_init),
9596         (volume_chain_int16), (volume_update_volume):
9597         * gst/volume/gstvolume.h:
9598           make code more readable by removing magic numbers
9599           make mixer interface export 0-100 range
9600           make it internally map to 0.0-1.0 range so users don't distort
9601           output by putting the sliders at full volume
9602
9603 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9604
9605         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9606         (gst_play_state_change), (gst_play_seek_to_time):
9607         block the tick callback for 0.5 secs after doing a seek
9608
9609 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9610
9611         * gst-libs/gst/play/play.c: (gst_play_new):
9612           check for GError
9613
9614 2004-02-01  Julien MOUTTE  <julien@moutte.net>
9615
9616         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
9617         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
9618         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9619         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
9620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9621         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
9622
9623 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9624
9625         * configure.ac:
9626         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9627           check for a function added in vorbis 1.1
9628
9629 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9630
9631         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9632         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
9633           really start/stop clock only on PLAYING <=> PAUSED
9634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9635           remove \n from debugging lines
9636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9637           make it work when seeking does not
9638         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9639           reset on DISCONT
9640
9641 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9642
9643         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
9644           start clock on PAUSED=>PLAYING, not later
9645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9646           extract correct time for different discont formats
9647         (gst_alsa_sink_get_time):
9648           don't segfault when no format is negotiated yet, just return 0
9649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9650         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
9651         (gst_ogg_pad_push):
9652           handle flush and discont events correctly
9653         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9654           handle discont events correctly
9655
9656 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9657
9658         * gst-libs/gst/play/play.c: (gst_play_error_quark),
9659         (gst_play_error_create), (gst_play_error_plugin),
9660         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
9661         * gst-libs/gst/play/play.h:
9662           add error handling during creation
9663         * examples/gstplay/player.c: (main):
9664           use new gst_play_new
9665           
9666
9667 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9668
9669         * ext/theora/theoradec.c: (theora_dec_chain):
9670           make comments work
9671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9672         (vorbis_dec_src_event), (vorbis_dec_chain):
9673           add encoder tag, fix tag reading to be more error tolerant, change
9674           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
9675           gst_pad_event_default.
9676         * gst/tags/gstvorbistag.c:
9677         (gst_tag_list_from_vorbiscomment_buffer):
9678           undefine function specific define at end of function
9679
9680 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
9681
9682         * ext/flac/gstflac.c: (plugin_init):
9683         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
9684         * ext/flac/gstflacdec.h:
9685         * ext/flac/gstflacenc.h:
9686           Fix typos
9687
9688 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
9689
9690         * examples/gstplay/player.c: s/gstplay.h/play.h/
9691
9692 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9693
9694         * gst-libs/gst/play/Makefile.am:
9695         * gst-libs/gst/play/gstplay.c:
9696         * gst-libs/gst/play/gstplay.h:
9697         * gst-libs/gst/play/play.c:
9698           more surgery, operation complete
9699
9700 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9701
9702         * gst-libs/gst/play/play.old.c:
9703         * gst-libs/gst/play/play.old.h:
9704           after CVS surgery by moving, remove
9705         * gst-libs/gst/play/playpipelines.c:
9706           remove
9707           
9708         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9709           add negotiation error
9710
9711 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9712
9713         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9714         (gst_ogg_demux_push):
9715           add some seeking debug info
9716           send a flush when seeking
9717
9718 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9719
9720         * configure.ac:
9721           use AC_C_INLINE
9722         * configure.ac:
9723         * ext/Makefile.am:
9724         * ext/theora/Makefile.am:
9725         * ext/theora/theoradec.c: 
9726           add theora video decoder. Does just do simple decoding for now and
9727           has been tested against Theora cvs only. It only works when theora
9728           is compiled with --enable-static.
9729         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9730           always reset packetno on DISCONT
9731
9732 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9733
9734         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9735           Fix audio.
9736
9737 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9738
9739         * gst/mpegaudioparse/gstmpegaudioparse.c:
9740         (mp3_type_frame_length_from_header):
9741           Fix header parsing - stolen from ffmpeg (thank you! :) ).
9742
9743 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9744
9745         * ext/esd/esdsink.c: (gst_esdsink_init):
9746           Since we have static pad template caps, we don't need to negotiate;
9747           either the core errors out or we know the format.
9748
9749 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9750
9751         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9752         (gst_riff_read_seek):
9753         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9754         (gst_ebml_read_seek):
9755           Fix event handling.
9756
9757 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9758
9759         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
9760           removee video/x-theora from vp3 decoder, it doesn't handle raw
9761           theora streams
9762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
9763           fix bug with finalizing element that never went to PAUSED
9764         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
9765           length and position queries were swapped
9766         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9767         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
9768         (vorbis_dec_src_event):
9769           implement querying time and bytes
9770
9771 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9772
9773         * just about every source file:
9774           gst_element_error -> GST_ELEMENT_ERROR
9775
9776 2004-01-29  Julien MOUTTE  <julien@moutte.net>
9777
9778         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
9779         emiting FLUSH and even before DISCONT.
9780         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
9781         get the best instant seeking as possible yay!
9782
9783 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * gst/mpeg1videoparse/gstmp1videoparse.c:
9786         (gst_mp1videoparse_real_chain):
9787           Committed wrong version last week... Grr... Didn't notice until now.
9788
9789 2004-01-29  Julien MOUTTE <julien@moutte.net>
9790
9791         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
9792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
9793         have_xwindow_id signal in xwindow_create.
9794
9795 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9796
9797         * ext/ogg/gstoggdemux.c: 
9798           lots of changes - mainly support for chained bitstreams, seeking,
9799           querying and bugfixes of course
9800         * ext/vorbis/Makefile.am:
9801         * ext/vorbis/vorbisdec.c: 
9802         * ext/vorbis/vorbisdec.h:
9803           add vorbisdec raw vorbis decoder
9804         * ext/vorbis/vorbis.c: (plugin_init):
9805           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
9806         * gst/intfloat/Makefile.am:
9807         * gst/intfloat/float22int.c:
9808         * gst/intfloat/float22int.h:
9809         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
9810           add float2intnew plugin. It converts multichannel interleaved float to
9811           multichannel interleaved int. The name should probably be changed.
9812         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
9813         (plugin_init):
9814           add typefinding for raw theora video so oggdemux can detect it.
9815
9816 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9817
9818         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
9819         sink element first.
9820         * gst/videoscale/gstvideoscale.c:
9821         (gst_videoscale_handle_src_event): Fixing src event handler.
9822
9823 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9824
9825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9826         (gst_v4lsrc_open), (gst_v4lsrc_close),
9827         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
9828         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
9829         * sys/v4l/gstv4lsrc.h:
9830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
9831         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
9832           Implement resizing... Hack. But that's why v4l is b0rked...
9833
9834 2004-01-28  Julien MOUTTE <julien@moutte.net>
9835
9836         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9837         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9838         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
9839         (gst_ximagesink_xwindow_destroy):
9840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9841         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
9842         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9843         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
9844         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
9845         correctly cleaning the image created to check xshm calls on succes,
9846         added a lot of XSync calls in X11 functions, and fixed a segfault when
9847         no image format was defined before negotiation happened.
9848
9849 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9850
9851         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
9852           use gst_element_get_time to get correct time
9853
9854 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9855
9856         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
9857         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
9858         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
9859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
9860         (gst_xvimagesink_check_xshm_calls),
9861         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
9862         X plugins are now able to detect that XShm calls will fail even if the
9863         server claims that it has XShm support (remote displays most of the
9864         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
9865         so that we use non XShm functions. This feature is almost useless for
9866         xvimagesink as Xv is not supported on remote displays anyway, but 
9867         it might happen than even on the local display XShm calls fail.
9868
9869 2004-01-27  David Schleef  <ds@schleef.org>
9870
9871         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
9872         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
9873         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
9874         changed esdsink to only use 44100,16,2, since esd sucks at rate
9875         conversion and esdsink has had difficulty negotiating.
9876
9877 2004-01-27  Julien MOUTTE <julien@moutte.net>
9878
9879         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
9880         (gst_play_seek_to_time): Fixing the way to get current position.
9881
9882 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9883
9884         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
9885           use gst_element_get_time to get correct time
9886
9887 2004-01-27  Julien MOUTTE <julien@moutte.net>
9888
9889         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
9890         fix ever... Inverting 2 lines of code make spider autoplug correctly
9891         tagged mp3 !
9892
9893 2004-01-27  David Schleef  <ds@schleef.org>
9894
9895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9896         Use gst_pad_try_set_caps_nonfixed().
9897
9898 2004-01-27  David Schleef  <ds@schleef.org>
9899
9900         * gst/ac3parse/gstac3parse.c: update to checklist 5
9901         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
9902         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
9903         * gst/audioscale/gstaudioscale.c: same
9904         * gst/auparse/gstauparse.c: same
9905         * gst/avi/gstavidemux.c: same
9906
9907 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9908
9909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
9910           stop processing after EOS
9911
9912 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9913
9914         * gst/asfdemux/asfheaders.h:
9915         * gst/asfdemux/gstasfdemux.c: 
9916         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
9917         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
9918         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
9919           lot's of fixes to make data extraction simpler and get the code
9920           architecture and compiler independant. Add debugging category
9921         * gst/goom/gstgoom.c: (gst_goom_change_state):
9922           reset channel count on PAUSED=>READY, not READY=>PAUSED
9923
9924 2004-01-26  Colin Walters  <walters@verbum.org>
9925
9926         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
9927         code to pull a bigger buffer in iradio mode.  This as a side effect
9928         makes typefinding work.
9929
9930 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9931
9932         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9933         Fix SVQ3 decoding on PPC
9934
9935 2004-01-26  Julien MOUTTE <julien@moutte.net>
9936
9937         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
9938         that one managed to stay there... Fixed.
9939
9940 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9941
9942         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9943         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
9944         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
9945         (qtdemux_video_caps):
9946         * gst/qtdemux/qtdemux.h:
9947         Add SVQ3 specific flags to qtdemux and ffmpeg
9948
9949 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9950
9951         * gst-libs/gst/audio/audio.h:
9952           remove buffer-frames from audio caps
9953         * gst/audioconvert/gstaudioconvert.c:
9954           fix plugin to really work.
9955
9956 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9957
9958         * gst-libs/gst/mixer/mixer.c:
9959         * gst-libs/gst/propertyprobe/propertyprobe.c:
9960         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
9961         (gst_tuner_find_channel_by_name):
9962         * gst-libs/gst/tuner/tuner.h:
9963           Add gtk-doc style comments. Also fix a function name.
9964
9965 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
9968         (gst_divxdec_negotiate):
9969           Fix for new capsnego - also fixes gst-player with divxdec.
9970
9971 2004-01-25  Julien MOUTTE  <julien@moutte.net>
9972
9973         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9974         (gst_play_identity_handoff), (gst_play_set_location),
9975         (gst_play_set_visualization), (gst_play_connect_visualization): Another
9976         try in visualization implementation. Still have an issue with switch
9977         blocking when pulling from video_queue and only audio comes out of 
9978         spider.
9979         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9980         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
9981         release method. And check if the pad is usable before pulling.
9982
9983 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9984
9985         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
9986         (gst_videobalance_init),
9987         (gst_videobalance_colorbalance_list_channels),
9988         (gst_videobalance_colorbalance_set_value),
9989         (gst_videobalance_colorbalance_get_value),
9990         (gst_videobalance_update_properties),
9991         (gst_videobalance_update_tables_planar411),
9992         (gst_videobalance_planar411):
9993         * gst/videofilter/gstvideobalance.h:
9994           Implement lookup-tables. +/- 10x faster.
9995
9996 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9997
9998         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9999         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10000           The index reading was broken. The rest worked fine, but the whole
10001           goal of my rewrite was to make avidemux readable, and this was
10002           not at all readable. Please use typed variables.
10003
10004 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10007           Additional pad usability check.
10008         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10009         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
10010         (gst_mp1videoparse_real_chain):
10011           Fix MPEG video stream parsing. The original plugin had several
10012           issues, including not timestamping streams where the source was
10013           not timestamped (this happens with PTS values in mpeg system
10014           streams, but MPEG video is also a valid stream on its own so
10015           that needs timestamps too). We use the display time code for that
10016           for now. Also, if one incoming buffer contains multiple valid
10017           frames, we push them all on correctly now, including proper EOS
10018           handling. Lastly, several potential segfaults were fixed, and we
10019           properly sync on new sequence/gop headers to include them in next,
10020           not previous frames (since they're header for the next frame, not
10021           the previous). Also see #119206.
10022         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
10023         (bpf_from_header):
10024           Move caps setting so we only do it after finding several valid
10025           MPEG-1 fraes sequentially, not right after the first one (which
10026           might be coincidental).
10027         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
10028         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10029         (plugin_init):
10030           Add unsynced MPEG video stream typefinding, and change some
10031           probability values so we detect streams rightly. The idea is as
10032           follows: I can have an unsynced system stream which contains
10033           video. In the current code, I would randomly get a type for either
10034           system or video stream type found, because the probabilities are
10035           being calculated rather randomly. I now use fixed values, so we
10036           always prefer system stream if that was found (and that is how it
10037           should be). If no system stream was found, we can still identity                the stream as video-only.
10038
10039 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10040
10041         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10042         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10043           don't write to buffer. Extract data without the need of
10044           __attribute__ ((packed))
10045
10046 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10047
10048         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
10049         (mpeg1_sys_type_find):
10050           Fix MPEG-1 stream typefinding.
10051
10052 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10053
10054         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10055           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
10056
10057 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10058
10059         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
10060         * ext/esd/gstesd.c: (plugin_init):
10061           private debugging, better error reporting
10062
10063 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10064
10065         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10066         (gst_riff_read_init), (gst_riff_read_change_state):
10067         * gst-libs/gst/riff/riff-read.h:
10068           Remove stuff fromold metadata system.
10069
10070 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10071
10072         * ext/ogg/gstoggdemux.c:
10073           Fix wrong file comment.
10074         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10075         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
10076           Add metadata reading properly.
10077
10078 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10079
10080         * ext/Makefile.am:
10081           Fix nas DIST_SUBDIRS
10082           Uraeus:
10083           Fix bug where make distcheck doesn't get run on adding stuff to
10084           the build.
10085
10086 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10087
10088         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
10089         * ext/divx/gstdivxdec.h:
10090           Fix divx3 ("msmpeg4") playback using divxdec.
10091
10092 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10093
10094         * gst/typefind/gsttypefindfunctions.c:
10095         (mp3_type_frame_length_from_header): fix bug in length computation 
10096         (mp3_type_find): improve debugging output
10097
10098 2004-01-23  Julien MOUTTE  <julien@moutte.net>
10099
10100         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10101         (gst_play_set_location), (gst_play_seek_to_time),
10102         (gst_play_set_audio_sink), (gst_play_set_visualization),
10103         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
10104         the pipeline from scratch. Visualization is back and switch went out as
10105         i realized it was not possible to use the way i wanted.
10106         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
10107         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
10108         clearing in state change from READY to NULL. So that one can clean the
10109         X ressources keeping the element.
10110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10111         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
10112         (gst_xvimagesink_colorbalance_set_value),
10113         (gst_xvimagesink_colorbalance_get_value),
10114         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
10115         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
10116         change from READY to NULL and fixed some stupid bugs in colorbalance
10117         get/set values. Also added the following feature : when nobody tries to
10118         set some values to the colorbalance levels before the xcontext is 
10119         grabbed, then when creating channels list from Xv attributes we set the
10120         internal values to the Xv defaults. This way we handle buggy Xv drivers
10121         that set default hue values far from the middle of the range (Thanks
10122         to Jon Trowbridge for pointing that issue).
10123         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
10124         colorbalance levels have been set before xcontext is grabbed.
10125
10126 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10127
10128         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10129           Fix the ossmixer case where we shouldn't open /dev/dsp* because
10130           it might block operations (which is bad for a mixer).
10131
10132 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10133
10134         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
10135         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
10136         (gmip_find_type_pre):
10137         * gst-libs/gst/media-info/media-info-priv.h:
10138         * gst-libs/gst/media-info/media-info.c:
10139         (gst_media_info_instance_init), (gst_media_info_read_idler):
10140         add fakesink to get caps on decoder src pad again
10141         fix callback prototype to match new have_type signal signature
10142
10143 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10144
10145         * gst/adder/gstadder.c: (gst_adder_link):
10146           fix non-compile and cut-n-paste code
10147
10148 2004-01-21  David Schleef  <ds@schleef.org>
10149
10150         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
10151         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
10152         (gst_swfdec_init), (gst_swfdec_change_state):
10153         * ext/swfdec/gstswfdec.h:
10154         Fix negotiation.
10155         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
10156         (gst_adder_request_new_pad): Fix negotiation.
10157         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
10158         Add a fixate function.
10159         * gst/intfloat/gstfloat2int.c:
10160         * gst/intfloat/gstfloat2int.h:
10161         * gst/intfloat/gstint2float.c:
10162         * gst/intfloat/gstint2float.h:
10163         Completely rewrite the negotiation.  Doesn't quite work yet,
10164         due to some buffer-frames problem.
10165
10166 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10167
10168         * ext/gnomevfs/gstgnomevfssrc.c:
10169         * sys/v4l2/v4l2_calls.h:
10170           fix includes for distcheck
10171
10172 2004-01-21  Christian Schaller <uraeus@gnome.org>
10173
10174         * ext/nas/
10175         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
10176         based on earlier patch from Laurent Vivier
10177
10178 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
10179
10180         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10181         Fix wma caps property
10182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10183         Fix typo (flags1 and flags2)
10184
10185 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10186
10187         * gst-libs/gst/media-info/media-info-priv.c:
10188         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
10189         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
10190         (gmip_find_stream), (gmip_find_track_metadata),
10191         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
10192         (gmip_find_track_format):
10193         * gst-libs/gst/media-info/media-info-priv.h:
10194         * gst-libs/gst/media-info/media-info-test.c: (main):
10195         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
10196         (gst_media_info_read_idler), (gst_media_info_read):
10197         * gst-libs/gst/media-info/media-info.h:
10198           register debugging category and use it for debugging
10199
10200 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10201
10202         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
10203         (gst_vorbisfile_new_link):
10204           signal streaminfo through tags
10205
10206 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10207
10208         * ext/mplex/gstmplex.cc:
10209         * ext/mplex/gstmplexibitstream.cc:
10210           g++ doesn't like NULL in our i18n/error macros, should be
10211           either (NULL) or ("").
10212
10213 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * sys/dxr3/dxr3audiosink.c:
10216         * sys/dxr3/dxr3init.c:
10217         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
10218         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
10219           Fix more error error error errors (missing includes here).
10220
10221 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10222
10223         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10224           fix thomas' error errors.
10225
10226 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10227
10228         * ext/mpeg2enc/gstmpeg2enc.cc:
10229           fix error errors.
10230
10231 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10232
10233         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10234         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10235           Fix for new error system.
10236
10237 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10238
10239         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10240           fix for new error reporting
10241
10242 2004-01-20  David Schleef  <ds@schleef.org>
10243
10244         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10245         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10246         (gst_ximagesink_set_xwindow_id): Change to using a framerate
10247         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
10248         and neither is 100+, most likely.
10249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10250         (gst_xvimagesink_getcaps): same
10251
10252 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10253
10254         * configure.ac:
10255           Up version requirement to 2.0.3 (not yet released) to avoid symbol
10256           clashes with ffmpeg.
10257
10258 2004-01-20  Julien MOUTTE  <julien@moutte.net>
10259
10260         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10261         (gst_switch_init): Fixed switch element : proxying link and setting
10262         caps from src to sink on request.
10263
10264 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10265
10266         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10267         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10268         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10269         fix element_error
10270
10271 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10272
10273         * sys/v4l/v4l_calls.h:
10274         * sys/v4l2/v4l2_calls.h:
10275           element_error fixes
10276
10277 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10278
10279         * gst-libs/gst/gst-i18n-plugin.h:
10280           add locale.h
10281           remove config.h inclusion
10282
10283 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10284
10285         * autogen.sh:
10286           adding autopoint invocation
10287         * Makefile.am:
10288         * configure.ac:
10289         * gst-libs/gst/gettext.h:
10290           adding gettext bits
10291         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10292         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10293         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10295         (gst_gnomevfssink_close_file):
10296         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
10297         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
10298         * gst-libs/gst/gst-i18n-plugin.h:
10299         * gst/avi/gstavi.c: (plugin_init):
10300         * sys/dxr3/dxr3init.c: (plugin_init):
10301         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
10302         * sys/oss/gstossaudio.c: (plugin_init):
10303         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10304         * sys/v4l/gstv4l.c: (plugin_init):
10305         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10306         * sys/v4l2/gstv4l2.c: (plugin_init):
10307         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10308         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
10309         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
10310         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
10311         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
10312         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
10313           make sure locale and translation domain are set
10314           fix translated strings 
10315         * po/.cvsignore:
10316         * po/LINGUAS:
10317         * po/Makevars:
10318         * po/POTFILES.in:
10319         * po/nl.po:
10320           put translation files into place
10321         * sys/xvideo/imagetest.c: (main):
10322         * ext/dv/demo-play.c: (main):
10323           fix unnecessary translations
10324
10325 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10326
10327         * ext/sndfile/gstsf.c:
10328         * gst/avi/gstavimux.c:
10329         * ext/audiofile/gstafsink.c:
10330         * ext/audiofile/gstafsrc.c:
10331         * ext/gnomevfs/gstgnomevfssink.c:
10332         * ext/gnomevfs/gstgnomevfssrc.c:
10333         * sys/oss/gstosselement.c:
10334         * sys/v4l/v4l_calls.h:
10335           fix i18n include
10336
10337 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10338
10339         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10340         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10341         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10342         (gst_v4l2_get_output), (gst_v4l2_set_output),
10343         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10344         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10345         (gst_v4l2_set_attribute):
10346         update to new error handling
10347
10348 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * ext/sidplay/gstsiddec.cc:
10351         * gst/modplug/gstmodplug.cc:
10352           parenthese NULL because C++ seems angry about it
10353
10354 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * gst-libs/gst/gst-i18n-plugin.h:
10357           add skeleton i18n stuff, but needs to be further implemented
10358
10359 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10360
10361         * examples/gstplay/player.c: (main):
10362         * ext/aalib/gstaasink.c: (gst_aasink_open):
10363         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10364         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10365         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10366         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10367         (gst_afsink_close_file):
10368         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10369         (gst_afsrc_close_file):
10370         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10371         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10372         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10373         * ext/esd/esdmon.c: (gst_esdmon_get):
10374         * ext/esd/esdsink.c: (gst_esdsink_chain):
10375         * ext/faac/gstfaac.c: (gst_faac_chain):
10376         * ext/faad/gstfaad.c: (gst_faad_chain):
10377         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10378         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10379         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10380         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10381         (gst_flacdec_loop):
10382         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10383         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10384         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10385         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10386         (gst_gnomevfssink_close_file):
10387         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10388         (gst_gnomevfssrc_open_file):
10389         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10390         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10391         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10392         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10393         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10394         * ext/mad/gstmad.c: (gst_mad_chain):
10395         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10396         * ext/mpeg2dec/gstmpeg2dec.c:
10397         * ext/mpeg2enc/gstmpeg2enc.cc:
10398         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10399         * ext/mplex/gstmplex.cc:
10400         * ext/mplex/gstmplexibitstream.cc:
10401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10402         (gst_ogg_demux_push), (gst_ogg_pad_push):
10403         * ext/raw1394/gstdv1394src.c:
10404         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10405         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10406         * ext/sidplay/gstsiddec.cc:
10407         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10408         (gst_sf_loop):
10409         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10410         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10411         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10413         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10414         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10415         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10416         * gst-libs/gst/Makefile.am:
10417         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10418         (gst_riff_read_element_data), (gst_riff_read_seek),
10419         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10420         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10421         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10422         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10423         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10424         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10425         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10426         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10427         * gst/goom/gstgoom.c: (gst_goom_chain):
10428         * gst/id3/gstid3types.c: (gst_id3types_loop):
10429         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10430         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10431         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10432         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10433         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10434         (gst_ebml_read_float), (gst_ebml_read_header):
10435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10436         (gst_matroska_demux_parse_blockgroup):
10437         * gst/modplug/gstmodplug.cc:
10438         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10439         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10440         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10441         * gst/silence/gstsilence.c: (gst_silence_get):
10442         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10443         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10444         * gst/speed/gstspeed.c: (speed_loop):
10445         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10446         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10447         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10448         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10449         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10450         (gst_wavparse_loop):
10451         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10452         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10453         (dxr3audiosink_close):
10454         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10455         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10456         (dxr3videosink_close), (dxr3videosink_write_data):
10457         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10458         * sys/oss/gstosselement.h:
10459         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10460         (gst_osssink_chain):
10461         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10462         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10463         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10464         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10465         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10466         (gst_v4l_enable_overlay):
10467         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10468         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10469         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10470         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10471         (gst_v4l_set_audio):
10472         * sys/v4l/v4l_calls.h:
10473         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10474         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10475         (gst_v4lmjpegsink_playback_init),
10476         (gst_v4lmjpegsink_playback_start):
10477         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10478         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10479         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10480         (gst_v4lmjpegsrc_requeue_frame):
10481         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10482         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10483         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10484         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10485         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10486         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10487         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10488         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10489         (gst_v4l2src_capture_stop):
10490         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10491         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10492         (gst_ximagesink_chain):
10493         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10494         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10495         (gst_xvideosink_xwindow_new):
10496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10497         (gst_xvimagesink_chain):
10498         use new error signal, function and categories
10499
10500 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
10501
10502         * configure.ac:
10503         * ext/Makefile.am:
10504         * ext/musicbrainz/gsttrm.c:
10505         * ext/musicbrainz/gsttrm.h:
10506         * ext/musicbrainz/Makefile.am:
10507         Add a trm plugin 
10508
10509 2004-01-18  Julien MOUTTE  <julien@moutte.net>
10510
10511         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10512         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
10513         synchronous property for debugging.
10514         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10516         (gst_xvimagesink_set_property): Moving a pointer declaration to a
10517         smaller block, fixing indent.
10518
10519 2004-01-16  David Schleef  <ds@schleef.org>
10520
10521         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10522         property affects the video stream.
10523         * sys/xvimage/xvimagesink.c: 
10524         * sys/xvimage/xvimagesink.h:
10525         Add synchronous property for debugging.  Should probably be
10526         disabled in non-CVS builds.  Make sure that the Xv attribute
10527         exists before we set it (crash!).  Fix a silly float bug that
10528         caused colorbalance to just not work.
10529
10530 2004-01-17  Christian Schaller <Uraeus@gnome.org>
10531
10532         * tools/gst-launch-ext.in - update for new plugins
10533
10534 2004-01-16  David Schleef  <ds@schleef.org>
10535
10536         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10537         already-freed caps.
10538
10539 2994-01-16  Christian Schaller <Uraeus@gnome.org>
10540
10541         * Update spec for new colorspace plugin and libcaca plugin
10542         * Fix compilation of libcaca plugin (clock -> id)
10543
10544 2004-01-16  Julien MOUTTE <julien@moutte.net>
10545
10546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10547         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10548         (gst_xvimagesink_set_xwindow_id),
10549         (gst_xvimagesink_colorbalance_set_value),
10550         (gst_xvimagesink_colorbalance_get_value),
10551         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10552         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10553         correct colorbalance properties. They can now be set when the element
10554         is still in NULL state. The values will be committed to the Xv Port
10555         when xcontext is initialized.
10556         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10557         brightness int values in the GstXvImagesink structure.
10558
10559 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10560
10561         * gst-libs/gst/Makefile.am:
10562           restructure so having local patches works easier.
10563
10564 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10565
10566         * ext/mpeg2enc/Makefile.am:
10567         * ext/mpeg2enc/gstmpeg2enc.cc:
10568         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10569           Bugfix with respect to EOS handling.
10570
10571 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10572
10573         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10574           Link with right caps (else, it segfaults).
10575         * ext/mplex/gstmplexjob.cc:
10576           Fix for slight API change in 1.6.1.93 release of mjpegtools.
10577
10578 2004-01-15  David Schleef  <ds@schleef.org>
10579
10580         * gst-libs/gst/audio/Makefile.am:
10581         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10582         from the template.
10583         * gst-libs/gst/audio/gstaudiofilter.c:
10584         * gst-libs/gst/audio/gstaudiofilter.h:
10585         Add bytes_per_sample and size and n_samples calculation.
10586         * gst-libs/gst/audio/gstaudiofilterexample.c:
10587         Remove, now autogenerated.
10588         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10589         Moved from gstaudiofilterexample, object name changed, code added
10590         so that it actually works.
10591         * gst-libs/gst/audio/make_filter:
10592         Script to build an audiofilter subclass from the template.
10593         * gst/colorspace/Makefile.am:
10594         * gst/colorspace/yuv2yuv.c:
10595         Remove file, since it's GPL, and we don't use it.
10596
10597 2004-01-15  Julien MOUTTE  <julien@moutte.net>
10598
10599         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
10600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10601         them use the buffer free function to test how the buffer was allocated.
10602
10603 2004-01-15  David Schleef  <ds@schleef.org>
10604
10605         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10606         that handles osssink fallback.
10607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10608         (gst_audio_convert_getcaps):
10609         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10610         Add audio/x-qdm2 for QDM2 audio.
10611         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10612         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
10613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10614         Decrease minimum size to 16x16.
10615         * gst/wavparse/gstwavparse.c:
10616         Convert disabled pad template caps to new caps.
10617         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10619         (gst_xvimagesink_chain): Throw element error when display cannot
10620         be opened.  Increase minimum framerate to 1.0.  Check the data
10621         free function on a buffer to make sure it is the type we expect
10622         before manipulating it.
10623
10624 2004-01-15  Julien MOUTTE <julien@moutte.net>
10625
10626         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10627         (gst_videobalance_colorbalance_set_value): Implement passthru if
10628         settings are in the middle.
10629         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
10630
10631 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10632
10633         * gst/videofilter/Makefile.am:
10634         * gst/volume/Makefile.am:
10635           Since we use videofilter symbols, link to it.
10636
10637 2004-01-15  Julien MOUTTE <julien@moutte.net>
10638
10639         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
10640         mixer interface type to HARDWARE.
10641         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
10642         type to SOFTWARE.
10643         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
10644         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
10645         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
10646         (gst_volume_interface_init), (gst_volume_list_tracks),
10647         (gst_volume_set_volume), (gst_volume_get_volume),
10648         (gst_volume_set_mute), (gst_volume_mixer_init),
10649         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
10650         (volume_init): Implementing mixer interface.
10651         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
10652         * sys/oss/gstosselement.c: (gst_osselement_get_type),
10653         (gst_osselement_change_state): Removing some trailing commas in
10654         structures.
10655         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
10656         interface type to HARDWARE.
10657         * sys/v4l/gstv4lcolorbalance.c:
10658         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
10659         type to HARDWARE.
10660         * sys/v4l2/gstv4l2colorbalance.c:
10661         (gst_v4l2_color_balance_interface_init): Setting colorbalance
10662         interface type to HARDWARE.
10663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
10664         same code than ximagesink for event handling.
10665
10666 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10667
10668         * ext/snapshot/Makefile.am:
10669         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
10670         (gst_snapshot_chain):
10671         * ext/snapshot/gstsnapshot.h:
10672           This has to be a joke... Snapshot should be connected to a tee,
10673           colorspace element before it and EOS after that, where the other
10674           src of the tee receives normal data.
10675           The current way is *wrong*.
10676
10677 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10678
10679         * ext/hermes/gsthermescolorspace.c:
10680           Fix another compile error. Same as below.
10681
10682 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10683
10684         * gst/colorspace/gstcolorspace.c:
10685         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
10686         (gst_colorspace_i420_to_yv12):
10687           Fix compiling... Didn't test if it actually works.
10688
10689 2004-01-15  David Schleef  <ds@schleef.org>
10690
10691         * configure.ac:
10692         * gst/colorspace/Makefile.am:
10693         * gst/colorspace/gstcolorspace.c:
10694         * gst/colorspace/gstcolorspace.h:
10695         * gst/colorspace/yuv2rgb.c:
10696         * gst/colorspace/yuv2rgb.h:
10697         Duplicate the ext/hermes colorspace plugin, and remove Hermes
10698         code and GPL code.  Fix for new caps negotiation.  Rewrite
10699         much of the format handling code, and some of the conversion
10700         code.  Basically, rewrote almost everything.  This element
10701         handles I420, YV12 to RGB conversions.
10702         * ext/hermes/Makefile.am:
10703         * ext/hermes/gsthermescolorspace.c:
10704         Rename colorspace to hermescolorspace.  Fix negotiation issues.
10705         Remove non-Hermes related code.  This element handles lots of
10706         RGB to RGB conversions, but no YUV.
10707         * ext/hermes/gstcolorspace.c:
10708         * ext/hermes/gstcolorspace.h:
10709         * ext/hermes/rgb2yuv.c:
10710         * ext/hermes/yuv2rgb.c:
10711         * ext/hermes/yuv2rgb.h:
10712         * ext/hermes/yuv2rgb_mmx16.s:
10713         * ext/hermes/yuv2yuv.c:
10714         * ext/hermes/yuv2yuv.h:
10715         Remove old code.
10716
10717 2004-01-14  Colin Walters  <walters@verbum.org>
10718
10719         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
10720         they've already been.
10721
10722 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10723
10724         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10725           assume tag mode when pad is not connected
10726
10727 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10728
10729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10730           Don't update the time of the clock
10731         (gst_alsa_sink_loop):
10732           sync to the clock given to alsasink, not the own clock
10733         * sys/oss/gstosssink.c: (gst_osssink_chain):
10734           sync to the clock
10735         (gst_osssink_change_state):
10736           activate the clock
10737         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10739           remove bogus code that made DISCONT events unhandled
10740         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10741           explicitly case to double in _set_simple. (fixes 2nd warning in bug
10742           #131502)
10743         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
10744         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
10745         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
10746           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
10747           2nd warning in bug #131502)
10748
10749 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10750
10751         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10752         (gst_videobalance_colorbalance_set_value),
10753         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
10754         for colorbalance interface implementation.
10755         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10756         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10757         (gst_ximagesink_dispose), (gst_ximagesink_init),
10758         (gst_ximagesink_class_init): Adding DISPLAY property.
10759         * sys/ximage/ximagesink.h: Adding display_name to store display.
10760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10761         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10762         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
10763         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
10764         properties (they still need polishing though for gst-launch use : no
10765         xcontext yet, i ll do that tomorrow).
10766         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
10767
10768 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10769
10770         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10771         (gst_play_set_location), (gst_play_set_visualization): Preparing 
10772         switch integration, adding videobalance in the pipeline.
10773
10774 2004-01-14  Julien MOUTTE <julien@moutte.net>
10775
10776         * gst-libs/gst/colorbalance/colorbalance.c:
10777         (gst_color_balance_class_init): Adding a default type.
10778         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
10779         the type.
10780         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
10781         (gst_videobalance_dispose), (gst_videobalance_class_init),
10782         (gst_videobalance_init), (gst_videobalance_interface_supported),
10783         (gst_videobalance_interface_init),
10784         (gst_videobalance_colorbalance_list_channels),
10785         (gst_videobalance_colorbalance_set_value),
10786         (gst_videobalance_colorbalance_get_value),
10787         (gst_videobalance_colorbalance_init): Implementing colorbalance
10788         interface.
10789         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
10790         list.
10791         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
10792         bug which was triggering a BadAccess X error when setting an overlay
10793         before pad was really negotiated.
10794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
10795         Using the colorbalance type macro.
10796
10797 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10798
10799         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
10800         (gst_flacenc_chain):
10801           handle tags correctly
10802         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10803           extract ID3v1 tags correctly
10804
10805 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10806
10807         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
10808         (plugin_init):
10809           Improve matroska typefinding for odd-typed headers...
10810
10811 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10812
10813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10814           Fix for using incremental number on padnames.
10815
10816 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10817
10818         * ext/divx/gstdivxdec.c:
10819         * ext/divx/gstdivxenc.c:
10820           Set category to divx4linux instead of divx (too generic).
10821         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10822         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10823         (gst_wavparse_loop), (gst_wavparse_change_state):
10824         * gst/wavparse/gstwavparse.h:
10825           fix parsing of WAV files with non-standard fmt-tag size and fix
10826           skipping of unrecognized chunks... Someone please fix this thing
10827           to use rifflib so all this is automated.
10828         * sys/v4l/Makefile.am:
10829         * sys/v4l2/Makefile.am:
10830           Add X_CFLAGS because we depend on X (for overlay).
10831
10832 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
10833
10834         * ext/mpeg2dec/gstmpeg2dec.c:
10835           Don't issue a timestamp unless we tagged the frame
10836           with a PTS.
10837
10838 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10839
10840         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
10841           Query the audio element to get the time, not the clock. We're
10842           interested in the element's time here.
10843
10844 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10845
10846         * ext/aalib/gstaasink.c: (gst_aasink_chain):
10847         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10848         * ext/esd/esdsink.c: (gst_esdsink_chain):
10849         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
10850         * ext/mas/massink.c: (gst_massink_chain):
10851         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
10852         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
10853         (gst_matroska_demux_parse_metadata):
10854         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
10855         (gst_mpeg_parse_release_locks):
10856         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
10857         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
10858         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10859         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10860         (gst_osssink_change_state):
10861         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10862         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10863         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
10864         (gst_xvideosink_release_locks):
10865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10866           use element time.
10867         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
10868         (gst_alsa_clock_stop):
10869         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
10870         (gst_audio_clock_get_internal_time):
10871           simplify for use with new clocking code.
10872         * testsuite/alsa/Makefile.am:
10873         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
10874           fix testsuite for new caps system
10875
10876 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10877
10878         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10879         * ext/flac/gstflacenc.c: (add_one_tag):
10880           length is already host endian, no need to convert. Fixes playback of
10881           tagged files on PPC. (bug #128384)
10882
10883 2004-01-13  Julien MOUTTE <julien@moutte.net>
10884
10885         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
10886         colorbalance interface stating if it is hardware based or software
10887         based.
10888         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
10889         Removing a trailing comma.
10890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10891         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
10892         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
10893         the documentation seems to be wrong on the -1000 to 1000 interval.
10894
10895 2004-01-12  David Schleef  <ds@schleef.org>
10896
10897         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
10898         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
10899         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
10900         Fix negotiation.  Add a bufferalloc function for the sink pad,
10901         and generally clean up some of the code.
10902
10903 2004-01-12  Julien MOUTTE <julien@moutte.net>
10904
10905         * gst-libs/gst/colorbalance/colorbalancechannel.c:
10906         (gst_color_balance_channel_dispose): Adding safety check in dispose
10907         method.
10908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10909         (gst_xvimagesink_xcontext_clear),
10910         (gst_xvimagesink_interface_supported),
10911         (gst_xvimagesink_colorbalance_list_channels),
10912         (gst_xvimagesink_colorbalance_set_value),
10913         (gst_xvimagesink_colorbalance_get_value),
10914         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
10915         Adding colorbalance interface support to set XV parameters such as
10916         HUE, BRIGHTNESS, CONTRAST, SATURATION.
10917         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
10918         interface.
10919
10920 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10921
10922         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
10923         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
10924         (gst_audio_convert_init), (gst_audio_convert_set_property),
10925         (gst_audio_convert_get_property), (gst_audio_convert_chain),
10926         (gst_audio_convert_link),
10927         (gst_audio_convert_buffer_to_default_format),
10928         (gst_audio_convert_buffer_from_default_format), (plugin_init):
10929           - implement _getcaps and use it
10930           - improve linking
10931           - remove float caps since no float conversion is actually done
10932           - remove properties and arguments that were to be used for rate
10933             conversion
10934
10935 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10936
10937         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
10938         (gst_audio_structure_set_int):
10939         * gst-libs/gst/audio/audio.h:
10940           add helper functions for _getcaps matching the standard audio
10941           templates
10942
10943 2004-01-12  David Schleef  <ds@schleef.org>
10944
10945         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10946         Test that pad is negotiated before getting its caps.
10947
10948 2004-01-12  Julien MOUTTE <julien@moutte.net>
10949
10950         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
10951         analyzing the pads of an element the bin is mostly in READY state so
10952         no caps were negotiated. This helper function needs to work with
10953         _get_caps directly then. I was not freeing them though, added that to
10954         fix the mem leak.
10955
10956 2004-01-12  Julien MOUTTE <julien@moutte.net>
10957
10958         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
10960         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
10961         than the free_func.
10962
10963 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10964
10965         * sys/oss/gstossaudio.c: (plugin_init):
10966         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10967         * sys/oss/gstosselement.h:
10968           make an oss debugging category
10969           make failure more descriptive
10970
10971 2004-01-11  David Schleef  <ds@schleef.org>
10972
10973         * ext/ffmpeg/gstffmpeg.c:
10974         * ext/ffmpeg/gstffmpegcodecmap.c:
10975         * ext/ffmpeg/gstffmpegdec.c:
10976         * ext/ffmpeg/gstffmpegenc.c:
10977         * ext/ffmpeg/gstffmpegprotocol.c:
10978         * ext/gdk_pixbuf/gstgdkanimation.c:
10979         * ext/jpeg/gstjpeg.c:
10980         * ext/libpng/gstpng.c:
10981         * ext/mpeg2dec/perftest.c:
10982         * ext/speex/gstspeex.c:
10983         * gst-libs/gst/resample/dtos.c:
10984         * gst/intfloat/gstintfloatconvert.c:
10985         * gst/oneton/gstoneton.c:
10986         * gst/rtjpeg/RTjpeg.c:
10987         * gst/rtp/gstrtp.c:
10988         * sys/dxr3/dxr3init.c:
10989         * sys/glsink/gstgl_nvimage.c:
10990         * sys/glsink/gstgl_pdrimage.c:
10991         * sys/glsink/gstglsink.c:
10992         * testsuite/gst-lint:
10993         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
10994
10995 2004-01-11  David Schleef  <ds@schleef.org>
10996
10997         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
10998         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
10999         * ext/gdk_pixbuf/gstgdkanimation.c:
11000         (gst_gdk_animation_iter_create_pixbuf):
11001         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11002         (gst_gdk_pixbuf_chain):
11003         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11004         * ext/jack/gstjack.c: (gst_jack_change_state):
11005         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
11006         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
11007         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
11008         * gst/videofilter/gstvideofilter.c:
11009         (gst_videofilter_set_output_size):
11010         Remove all usage of gst_pad_get_caps(), and replace it with
11011         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
11012
11013 2004-01-11  David Schleef  <ds@schleef.org>
11014
11015         * configure.ac:
11016         * ext/Makefile.am: Fixes to make ext/libcaca compile.
11017         * ext/divx/gstdivxdec.c:
11018         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11019         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
11020         handle images that span multiple buffers.  Now work with both
11021         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
11022         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11023         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
11024         video/video.h changes
11025         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
11026         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11027         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
11028         of GstData free function.
11029         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11030         same.
11031
11032 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11033
11034         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
11035         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
11036         (gst_v4l2element_get_property):
11037         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
11038           add norm, channel and frequency properties.
11039         * sys/v4l2/gstv4l2tuner.c:
11040           fixes for tuner interface changes
11041         * sys/v4l2/gstv4l2element.h:
11042         * sys/v4l2/gstv4l2src.c: 
11043         * sys/v4l2/gstv4l2src.h:
11044         * sys/v4l2/v4l2src_calls.c: 
11045         * sys/v4l2/v4l2src_calls.h:
11046           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
11047
11048 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11049
11050         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
11051         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
11052         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
11053         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
11054         * gst-libs/gst/tuner/tuner.h:
11055           GObjects aren't const.
11056           Add find_by_name functions.
11057           Add checks to _changed functions.
11058         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
11059         (gst_v4l_tuner_get_norm):
11060           Fixes for above.
11061
11062 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11063
11064         * gst-libs/gst/video/video.h:
11065           Fix caps template names to be understandable.
11066           Prefix everything with GST_VIDEO.
11067         * ext/aalib/gstaasink.c:
11068         * ext/divx/gstdivxdec.c:
11069         * ext/divx/gstdivxenc.c:
11070         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11071         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
11072         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
11073         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
11074         * ext/libcaca/gstcacasink.c:
11075         * ext/libpng/gstpngenc.c: (raw_caps_factory):
11076         * ext/snapshot/gstsnapshot.c:
11077         * ext/swfdec/gstswfdec.c:
11078         * ext/xvid/gstxviddec.c:
11079         * ext/xvid/gstxvidenc.c:
11080         * gst/chart/gstchart.c:
11081         * gst/deinterlace/gstdeinterlace.c:
11082         * gst/effectv/gsteffectv.c:
11083         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11084         * gst/goom/gstgoom.c:
11085         * gst/median/gstmedian.c:
11086         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11087         (gst_monoscope_srcconnect), (gst_monoscope_chain):
11088         * gst/overlay/gstoverlay.c:
11089         * gst/smooth/gstsmooth.c:
11090         * gst/smpte/gstsmpte.c:
11091         * gst/synaesthesia/gstsynaesthesia.c:
11092         * gst/videocrop/gstvideocrop.c:
11093         * gst/videodrop/gstvideodrop.c:
11094         * gst/y4m/gsty4mencode.c:
11095         * sys/qcam/gstqcamsrc.c:
11096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
11097           Make them work with new video.h file.
11098         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11099         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11101         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11102           Make it work with new buffer allocation system.
11103
11104 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11105
11106         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
11107         pad_alloc_buffer implementation to use ->srcpad
11108         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
11109         pad_alloc_buffer implementation to use ->srcpad
11110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
11111         pad_alloc_buffer implementation to use ->srcpad
11112         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11113         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11114         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11115         a reference to everything we need.
11116         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
11117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11118         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11119         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11120         a reference to everything we need.
11121         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
11122
11123 2004-01-11  David Schleef  <ds@schleef.org>
11124
11125         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
11126         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
11127         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
11128         structure members.
11129         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
11130         value during a resize/renegotiation.
11131         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
11132         gst_pad_alloc_buffer();
11133         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11134         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
11135         structure members.
11136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11137         Fix for rename of buffer private structure members.
11138         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11139         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11140         Fix for rename of buffer private structure members.
11141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11142         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11143         Fix for rename of buffer private structure members.
11144
11145 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
11146
11147         reviewed by: David Schleef <ds@schleef.org>
11148
11149         * gst/videofilter/Makefile.am:
11150         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
11151         from the patch by ds to fit in with recent make_filter changes.
11152
11153 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11154
11155         * configure.ac: Adding examples/switch/Makefile
11156         * examples/Makefile.am: Adding examples/switch
11157         * examples/switch/Makefile.am: Adding switcher example.
11158         * examples/switch/switcher.c: (got_eos), (idle_iterate),
11159         (switch_timer), (main): Adding an example demonstrating switch usage
11160         with 2 videotestsrc showing different patterns.
11161         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11162         (gst_switch_init): Fixing switch with the new caps system.
11163
11164 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11165
11166         * gst-libs/gst/video/video.h:
11167           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
11168           They should probably be like
11169           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
11170
11171 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11172
11173         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11174         (qtdemux_parse_trak):
11175           fix audio chunk size/timestamp calculation
11176
11177 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11178
11179         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11180           fix SVQ3 caps
11181
11182 2004-01-11  Steve Baker  <steve@stevebaker.org>
11183
11184         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
11185         (gst_agingtv_base_init), (gst_agingtv_class_init),
11186         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
11187         (gst_agingtv_set_property), (gst_agingtv_get_property):
11188         Port agingTV to videofilter
11189
11190 2004-01-09  Julien MOUTTE <julien@moutte.net>
11191
11192         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
11193         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11194
11195 2004-01-09  Julien MOUTTE <julien@moutte.net>
11196
11197         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
11198         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11199         * gst-libs/gst/xoverlay/xoverlay.c:
11200         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
11201         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11202         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11203         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11204         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11205         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11206         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11207         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
11208         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11209         interface implementation to handle xid being 0 and fix some bugs
11210         triggered by Benjamin's testcase.
11211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11212         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11213         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
11214         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11215         interface implementation to handle xid being 0 and fix some bugs
11216         triggered by Benjamin's testcase.
11217
11218 2004-01-09  David Schleef  <ds@schleef.org>
11219
11220         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
11221         mouse pointer events.  It works.
11222
11223 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11224
11225         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11226           Use explicit caps - fix capsnego.
11227         * ext/xvid/gstxviddec.c:
11228         * ext/xvid/gstxvidenc.c:
11229           Remove macro-inside-macro which caused compile errors.
11230         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
11231           Error out if it's not a RIFF file. Else we error out without
11232           gst_element_error() which is not good...
11233
11234 2004-01-08  David Schleef  <ds@schleef.org>
11235
11236         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11237         Fix pad_link function to handle formats that ffmpeg returns
11238         as multiple caps structures.
11239         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
11240         Only complain if source buffer is _smaller_ than expected.
11241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11242         (gst_videoscale_handle_src_event): Resize navigation events
11243         when passing them upstream.
11244         * gst/videotestsrc/gstvideotestsrc.c:
11245         * gst/videotestsrc/gstvideotestsrc.h:
11246         * gst/videotestsrc/videotestsrc.c:
11247         * gst/videotestsrc/videotestsrc.h:
11248         Rewrite many of the buffer painting functions to handle odd
11249         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
11250         been verified to work with my video card.
11251         * testsuite/gst-lint:  Add check for elements calling
11252         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
11253
11254 2004-01-08  David Schleef  <ds@schleef.org>
11255
11256         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11257         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
11258
11259 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11260
11261         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
11262         configure event is not emiting the desired size signal. That fixes
11263         aspect ratio issues with gst-player.
11264
11265 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11266
11267         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
11268           Fix capsnego.
11269
11270 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11271
11272         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
11273         public method to fire size signal.
11274
11275 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11276
11277         * examples/gstplay/Makefile.am: Adding the interface library.
11278         * gst-libs/gst/play/Makefile.am: Adding the interface library.
11279         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
11280         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
11281         GST_IS_X_OVERLAY before signal connect.
11282         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
11283         Removing the have_video_size signal.
11284         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
11285         and associated public method.
11286         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11287         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
11288         signal.
11289         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
11290         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
11291         signal.
11292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
11293         Using XOverlay public method to fire size signal.
11294
11295 2004-01-07  David Schleef  <ds@schleef.org>
11296
11297         * gst/videofilter/Makefile.am:
11298         * gst/videofilter/gstvideotemplate.c:
11299         * gst/videofilter/make_filter:
11300         Create gstvideoexample.c in a srcdir!=builddir friendly way.
11301         Convert make_filter to /bin/sh script.
11302
11303 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11304
11305         * gst/modplug/gstmodplug.cc: fix element description
11306
11307 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11308
11309         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11310         (got_video_size): Adding some new lines in g_print calls.
11311         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11312         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
11313         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
11314         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
11315         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
11316         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
11317         Complete code review, reverting some stuff i disagree with, adding
11318         some fixes : time synchronization on invalid timestamps, renegotiation
11319         of private window.
11320         * sys/ximage/ximagesink.h:
11321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
11322         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
11323         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11324         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
11325         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
11326         (gst_xvimagesink_buffer_new),
11327         (gst_xvimagesink_navigation_send_event),
11328         (gst_xvimagesink_set_xwindow_id),
11329         (gst_xvimagesink_get_desired_size),
11330         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
11331         stuff i disagree with, adding some fixes : Renegotiation of private
11332         window, implementing get_desired_size.
11333
11334 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11335
11336         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
11337         (gst_afsink_handle_event):
11338         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11339         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
11340         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
11341         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11342         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11343           Fix for instantiate-test (see core). Also remove dead code from
11344           jpegenc (which still needs fixing, but that's lower on my TODO
11345           list...).
11346         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11347           Never return NULL as caps.
11348
11349 2004-01-07  David Schleef  <ds@schleef.org>
11350
11351         * configure.ac:
11352         * ext/Makefile.am:
11353         * ext/librfb/Makefile.am:
11354         * ext/librfb/gstrfbsrc.c:
11355         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
11356         is the protocol used by VNC.
11357
11358 2004-01-07  David Schleef  <ds@schleef.org>
11359
11360         * gst/videofilter/gstvideotemplate.c:
11361         * gst/videofilter/gstvideotemplate.h:
11362         * gst/videofilter/make_filter:
11363         Merge videotemplate header into source file.
11364         * gst/effectv/Makefile.am:
11365         * gst/effectv/gsteffectv.c: (plugin_init):
11366         * gst/effectv/gstwarp.c:
11367         Make warpTV a subclass of videofilter.
11368
11369 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11370
11371         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11372           Add guard against invalid utf-8 conversions in mad. Just in case.
11373
11374 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11375
11376         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11377           Fix for bug shown by poisoning
11378
11379 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11380
11381         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11382         (gst_v4lmjpegsrc_buffer_free):
11383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11384         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
11385         (gst_v4lsrc_buffer_free):
11386           Fix for removed bufferpools.
11387
11388 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11389
11390         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11391         Fix caps negotiation.
11392
11393         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11394         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11395         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11396         (dvdnavsrc_event):
11397         * ext/mpeg2dec/gstmpeg2dec.c:
11398         * gst-libs/gst/navigation/navigation.c:
11399         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11400         * gst-libs/gst/navigation/navigation.h:
11401         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11402         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11404         Super-simple first version of mouse and keyboard events. Clicking
11405         on a DVD menu now works, although it may not take you where you
11406         expected.
11407
11408         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11409         * gst/videotestsrc/gstvideotestsrc.c:
11410         (gst_videotestsrc_src_fixate):
11411         These fixate functions were broken - they never actually
11412         fixated :)
11413         
11414 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11415
11416         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11417         (gst_icecastsend_init):
11418           fix for new caps system.
11419         * gst-libs/gst/mixer/mixertrack.h:
11420         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11421           Add 'master track' flag (for tools like ACME that only want to
11422           change the main volume).
11423
11424 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11425
11426         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11427         (gst_xvid_csp_to_caps):
11428         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11429         * ext/xvid/gstxvidenc.c:
11430         ifdef out ARGB type when it isn't available 
11431         in xvidcore 1.0.0beta2
11432
11433 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11434
11435         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11436           When we have received a new SCR right in the first buffer after
11437           a seek (so in the same cycle that handles the discont), we should
11438           handle the buffer instead of unreffing it, else we lose data.
11439
11440 2004-01-06  Iain <iain@prettypeople.org>
11441
11442         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
11443           buffer-frames caps too.
11444
11445         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11446           caps that we need, don't destroy them all and rebuild them. And when
11447           creating src pads, use the src pad template rather than the sink...
11448
11449 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11450
11451         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11452           Add pad to element *after* setting functions such as event handler.
11453           Without this, the scheduler (opt) will link pads, set the event
11454           handler from the default event function (dispatcher in gstpad.c)
11455           and *after* that, we will set our own event function, which will
11456           thus never be used (and thus mpegdemux doesn't handle events).
11457
11458 2004-01-04  David Schleef  <ds@schleef.org>
11459
11460         Fix the fixate functions to handle new prototype:
11461         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11462         * gst/videotestsrc/gstvideotestsrc.c:
11463         (gst_videotestsrc_src_fixate):
11464         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11465         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11467
11468 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11469
11470         * sys/ximage/ximagesink.h:
11471         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11472         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11473         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11474         (gst_ximagesink_xoverlay_init):
11475           assorted fixes to make (re)embedding work
11476         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11477         (gst_ximagesink_get_desired_size):
11478           implement desired size additions to XOverlay
11479
11480 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11481
11482         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11483         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11484         (gst_x_overlay_got_desired_size):
11485         * gst-libs/gst/xoverlay/xoverlay.h:
11486           Add optional "desired size" signal and querying.
11487
11488 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11489
11490         * gst/matroska/matroska-demux.c:
11491         (gst_matroska_demux_parse_blockgroup):
11492           Fix EBML-laced block parsing. Diffs are relative to previous
11493           lace, not the first lace. Thanks to Mosu from the Matroska
11494           team for detecting this.
11495         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11496         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11497         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11498         (gst_wavparse_change_state):
11499         * gst/wavparse/gstwavparse.h:
11500           Quickfix for capsnego.
11501
11502 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11503
11504         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11505           Fix indenting, fix pad creation.
11506
11507 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11508
11509         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11510         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11511         (gst_xviddec_sink_link):
11512           Implement src_getcaps() so proper size caps is negotiated.
11513
11514 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11515
11516         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11517           Finish flac decoder on EOS. See #116178.
11518
11519 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11520
11521         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11522         (gst_matroska_demux_add_stream):
11523         * gst/matroska/matroska-ids.h:
11524           Add getcaps() function to fix capsnego...
11525
11526 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11527
11528         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11529         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11530         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11531           Fix more integer overflows. Again, see #126967.
11532
11533 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11534
11535         * ext/mpeg2dec/gstmpeg2dec.c:
11536           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11537           #130416.
11538
11539 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11540
11541         * configure.ac:
11542         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11543         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11544         * ext/xvid/gstxvid.h:
11545         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11546         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11547         (gst_xviddec_src_link), (gst_xviddec_sink_link),
11548         (gst_xviddec_change_state):
11549         * ext/xvid/gstxviddec.h:
11550         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11551         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11552         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11553         (gst_xvidenc_link), (gst_xvidenc_set_property),
11554         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11555         * ext/xvid/gstxvidenc.h:
11556           Update xvid plugin to latest xvid (1.0.0-beta3) API.
11557
11558 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11559
11560         * gst/rtp/rtp-packet.c:
11561           Add sys/types.h include, since OS X doesn't define in_addr_t
11562           in netinet/in.h, like it does on Linux (see #129600).
11563
11564 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
11565
11566         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11567
11568         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11569           Correct logic of dispose function (see #129306).
11570
11571 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11572
11573         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11574         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11575         (gst_mpeg_parse_init):
11576         * gst/mpegstream/gstmpegparse.h:
11577           Remove clock (which was never provided, i.e. dead code), and
11578           also fix integer overflows at high PTS values (see #126967).
11579
11580 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11581
11582         * ext/flac/gstflacdec.c:
11583         * ext/libpng/gstpngenc.h:
11584         * ext/mikmod/gstmikmod.h:
11585           OS X fixes (see #126628).
11586
11587 2004-01-02  David Schleef  <ds@schleef.org>
11588
11589         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11590         (gst_alsa_src_base_init): Remove bogus "src" request pad.
11591         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11592         (gst_mpeg_parse_class_init): Move pad template registration
11593         to class_init, since the derived class (mpegdemux) doesn't
11594         want them.
11595
11596 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11597
11598         * sys/ximage/Makefile.am:
11599         * sys/xvideo/Makefile.am:
11600         * sys/xvimage/Makefile.am:
11601           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11602           after installation (see #127664).
11603
11604 2004-01-02  David Schleef  <ds@schleef.org>
11605
11606         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11607         (gst_ffmpegenc_connect):  Negotiation fixes.
11608         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11609         Remove inappropriate gst_caps_free().
11610         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11611         Reenable Ronald's internal resize code, since the core handles
11612         it correctly now.
11613
11614 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
11619           Fix pad template stuff.
11620
11621 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11622
11623         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11624         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
11625           fix signed integer reading/writing.
11626
11627 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11628
11629         * ext/alsa/README:
11630           Remove outdated document
11631
11632 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
11633
11634         * gst/cutter/gstcutter.c: (gst_cutter_init):
11635           src pad was being created twice - oops.
11636
11637 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11638
11639         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11640           Comment out internal resize. It doesn't handle the resulting
11641           XEvent internally, does another try_set_caps() which leads to
11642           a really nice loop.
11643           Real fix will come when Julien and Dave are awake. ;).
11644
11645 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11646
11647         * ext/mpeg2enc/gstmpeg2enc.cc:
11648           fix const/nonconst compile issue.
11649
11650 2004-01-02  David Schleef  <ds@schleef.org>
11651
11652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
11653         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
11654         Add fixate function and a check for bad formats.
11655
11656 2004-01-01  David Schleef  <ds@schleef.org>
11657
11658         Negotiation fixes:
11659         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11660         (gst_audiofilter_init):
11661         * gst/debug/efence.c: (gst_efence_init):
11662         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11663         (gst_deinterlace_init):
11664         * gst/volume/gstvolume.c: (volume_connect):
11665
11666 2004-01-01  David Schleef  <ds@schleef.org>
11667
11668         Convert elements to use gst_pad_use_explicit_caps() where
11669         appropriate:
11670         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
11671         * ext/audiofile/gstafparse.c: (gst_afparse_init),
11672         (gst_afparse_open_file):
11673         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
11674         (gst_afsrc_open_file):
11675         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
11676         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
11677         (gst_ffmpegdec_chain):
11678         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11679         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
11680         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
11681         (gst_gdk_pixbuf_chain):
11682         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
11683         (gst_jpegdec_chain):
11684         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
11685         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
11686         (gst_mikmod_negotiate):
11687         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11688         (gst_mpeg2dec_negotiate_format):
11689         * ext/mpeg2enc/gstmpeg2enc.cc:
11690         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11691         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
11692         (gst_speexdec_sinkconnect):
11693         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
11694         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
11695         (gst_vorbisfile_new_link):
11696         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
11697         (gst_ac3parse_chain):
11698         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
11699         (gst_asf_demux_setup_pad):
11700         * gst/auparse/gstauparse.c: (gst_auparse_init),
11701         (gst_auparse_chain):
11702         * gst/id3/gstid3types.c: (gst_id3types_loop):
11703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11704         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11705         (mp1videoparse_parse_seq):
11706         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
11707         (bpf_from_header):
11708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11709         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
11710         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11711         (gst_mpeg_parse_send_data):
11712         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11713         (gst_qtdemux_add_stream):
11714         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
11715         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11716         (gst_wavparse_parse_fmt):
11717
11718 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11719
11720         * configure.ac:
11721           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
11722           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
11723           it therefore uses the wrong include paths. Too bad... Note
11724           that 1.6.1.93 is not release yet. ;).
11725           Also add a check for mplex, which is now using the lib'ified
11726           mplex from mjpegtools, too.
11727         * ext/ffmpeg/gstffmpegcodecmap.c:
11728           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
11729           issues. I don't think ffmpeg handles 3ivx correctly, so this
11730           probably won't work. But it won't hurt either.
11731         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
11732         (gst_ffmpegdec_chain):
11733         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
11734         (gst_ffmpegenc_chain_audio):
11735           Fix memleak in audio encoding. Close codec if open fails, this
11736           calls the cleanup routines so we can re-use the context.
11737         * ext/mpeg2enc/gstmpeg2enc.cc:
11738           Fix pad template names/types, fix memory issue with getcaps().
11739         * ext/mpeg2enc/gstmpeg2encoder.cc:
11740         * ext/mpeg2enc/gstmpeg2encoder.hh:
11741           Fix compile issue with new caps system (const thingy).
11742         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11743         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
11744           We read a first frame right on initing, so that we have a caps
11745           when we init the output. This caps is cached in padprivate and
11746           read as first frame.
11747         * ext/mplex/Makefile.am:
11748         * ext/mplex/gstmplex.cc:
11749         * ext/mplex/gstmplex.h:
11750         * ext/mplex/gstmplex.hh:
11751         * ext/mplex/gstmplexibitstream.cc:
11752         * ext/mplex/gstmplexibitstream.hh:
11753         * ext/mplex/gstmplexjob.cc:
11754         * ext/mplex/gstmplexjob.hh:
11755         * ext/mplex/gstmplexoutputstream.cc:
11756         * ext/mplex/gstmplexoutputstream.hh:
11757           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
11758           had issues, didn't do capsnego, supported only a subset of the
11759           mplex features and required a mplex fork in our local CVS. Plus
11760           that it worked agaist a very old mplex version. Rewriting was
11761           faster than updating it.
11762         * gst-libs/ext/Makefile.am:
11763         * gst-libs/ext/mplex/INSTRUCT:
11764         * gst-libs/ext/mplex/Makefile.am:
11765         * gst-libs/ext/mplex/README:
11766         * gst-libs/ext/mplex/TODO:
11767         * gst-libs/ext/mplex/ac3strm_in.cc:
11768         * gst-libs/ext/mplex/audiostrm.hh:
11769         * gst-libs/ext/mplex/audiostrm_out.cc:
11770         * gst-libs/ext/mplex/aunit.hh:
11771         * gst-libs/ext/mplex/bits.cc:
11772         * gst-libs/ext/mplex/bits.hh:
11773         * gst-libs/ext/mplex/buffer.cc:
11774         * gst-libs/ext/mplex/buffer.hh:
11775         * gst-libs/ext/mplex/fastintfns.h:
11776         * gst-libs/ext/mplex/format_codes.h:
11777         * gst-libs/ext/mplex/inputstrm.cc:
11778         * gst-libs/ext/mplex/inputstrm.hh:
11779         * gst-libs/ext/mplex/lpcmstrm_in.cc:
11780         * gst-libs/ext/mplex/mjpeg_logging.cc:
11781         * gst-libs/ext/mplex/mjpeg_logging.h:
11782         * gst-libs/ext/mplex/mjpeg_types.h:
11783         * gst-libs/ext/mplex/mpastrm_in.cc:
11784         * gst-libs/ext/mplex/mpegconsts.cc:
11785         * gst-libs/ext/mplex/mpegconsts.h:
11786         * gst-libs/ext/mplex/mplexconsts.hh:
11787         * gst-libs/ext/mplex/multplex.cc:
11788         * gst-libs/ext/mplex/outputstream.hh:
11789         * gst-libs/ext/mplex/padstrm.cc:
11790         * gst-libs/ext/mplex/padstrm.hh:
11791         * gst-libs/ext/mplex/stillsstream.cc:
11792         * gst-libs/ext/mplex/stillsstream.hh:
11793         * gst-libs/ext/mplex/systems.cc:
11794         * gst-libs/ext/mplex/systems.hh:
11795         * gst-libs/ext/mplex/vector.cc:
11796         * gst-libs/ext/mplex/vector.hh:
11797         * gst-libs/ext/mplex/videostrm.hh:
11798         * gst-libs/ext/mplex/videostrm_in.cc:
11799         * gst-libs/ext/mplex/videostrm_out.cc:
11800         * gst-libs/ext/mplex/yuv4mpeg.cc:
11801         * gst-libs/ext/mplex/yuv4mpeg.h:
11802         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
11803         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
11804           We don't fork mjpegtools' mplex in our CVS anymore.
11805         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
11806         (gst_avi_demux_add_stream):
11807         * gst/avi/gstavidemux.h:
11808           Add getcaps() function for proper caps nego. This makes some
11809           parts of AVI playback/reading work.
11810         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11811           Resize window on new capsnego. This is probably wrong, but
11812           I'm still committing it because with current capsnego, the
11813           first successfull capsnego is auto-fixated, therefore rounded
11814           down to the lowest values in the caps. this results in a 16x16
11815           XWindow that is not reized when real capsnego finishes.
11816           Dave, I see more cases of this, do you know a proper solution?
11817         * tools/gst-launch-ext.in:
11818           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
11819
11820 2003-12-31  David Schleef  <ds@schleef.org>
11821
11822         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
11823         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
11824           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
11825
11826 2003-12-30  David Schleef  <ds@schleef.org>
11827
11828         * ext/ffmpeg/gstffmpegcolorspace.c:
11829         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11830         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
11831         (gst_ffmpegcsp_chain): Negotiation fixes
11832         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
11833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11834         (gst_audio_convert_link), (gst_audio_convert_channels):
11835         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
11836         (gst_audioscale_link), (gst_audioscale_get_buffer),
11837         (gst_audioscale_chain): Negotiation fixes
11838         * gst/audioscale/gstaudioscale.h:
11839         * gst/videofilter/gstvideofilter.c:
11840         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
11841         (gst_videofilter_link), (gst_videofilter_init),
11842         (gst_videofilter_set_output_size), (gst_videofilter_setup),
11843         (gst_videofilter_find_format_by_structure):
11844         * gst/videofilter/gstvideofilter.h: Negotiation fixes
11845         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
11846         (gst_videoscale_link):
11847         * gst/videoscale/videoscale.c: (videoscale_get_structure),
11848         (videoscale_find_by_structure), (gst_videoscale_setup):
11849         * gst/videoscale/videoscale.h: Negotiation fixes
11850         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11851         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
11852         function, restrict resizing to a multiple of 4 (hack until
11853         everyone supports odd sizes correctly).
11854
11855 2003-12-29  Colin Walters  <walters@verbum.org>
11856
11857         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
11858         signed.
11859
11860 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
11861
11862         * ext/sndfile/gstsf.c: (gst_sf_loop):
11863           Fix warning about discarding const qualifier
11864
11865 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
11866
11867         * gst/cutter/gstcutter.c:
11868         * gst/videoscale/gstvideoscale.c:
11869         * gst/volenv/gstvolenv.c:
11870         * gst-libs/gst/audio/audio.c:
11871         * gst-libs/gst/video/video.c:
11872           Fix warnings
11873
11874 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11875
11876         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
11877           Don't send ALSA debugging to stderr.
11878         * ext/alsa/gstalsa.h:
11879           Use GST_WARNING instead of g_warning when ALSA functions fail.
11880
11881 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11882
11883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11884           Free XVAdapterInfo correctly.
11885
11886 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11887
11888         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11889         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
11890           Make id3tag use correct caps nego.
11891
11892 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
11893
11894         * ext/ivorbis/vorbis.c: 
11895         * ext/ivorbis/vorbisenc.h:
11896         * ext/ivorbis/vorbisfile.c:
11897           Modify so that it uses the new caps things
11898
11899 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11900
11901         * testsuite/spider/spider1.c: (main):
11902         * testsuite/spider/spider2.c: (main):
11903         * testsuite/spider/spider3.c: (main):
11904           Make tests compile again. They probably don't work.
11905
11906 2003-12-24  Colin Walters  <walters@verbum.org>
11907
11908         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
11909         we can't fixate the caps anymore.
11910
11911 2003-12-23  David Schleef  <ds@schleef.org>
11912
11913         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
11914         * sys/oss/gstosssink.c: (gst_osssink_init),
11915         (gst_osssink_sink_fixate): Add fixate function.
11916
11917 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11918
11919         * ext/ffmpeg/gstffmpegcodecmap.c:
11920         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
11921         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
11922         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
11923         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11924         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11925         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11926         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
11927           fix typo in RGB masks, and move back to "old" colorspace
11928           capsnego code until whoever wrote this new crap has actually
11929           tested it so that it works.
11930           And yes, this works, keep it that way please.
11931
11932 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11933
11934         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
11935         (gst_divxdec_init), (gst_divxdec_negotiate):
11936         * ext/divx/gstdivxdec.h:
11937         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
11938         (gst_divxenc_init):
11939         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
11940         (gst_faac_sinkconnect), (gst_faac_srcconnect):
11941         * ext/mpeg2enc/gstmpeg2enc.cc:
11942         * ext/mpeg2enc/gstmpeg2encoder.cc:
11943         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11944         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
11945         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
11946         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
11947         (dxr3spusink_init):
11948         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
11949         (dxr3videosink_init):
11950           Fix caps breakage after Dave's caps branch merge.
11951
11952 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11953
11954         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11955           Fix for 24bpp display.
11956
11957 2003-12-23  Colin Walters  <walters@verbum.org>
11958
11959         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
11960         a GnomeVFSHandle directly.
11961
11962 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11963
11964         * gst/volume/Makefile.am:
11965         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
11966         (volume_base_init), (volume_init):
11967           Reenable volume element and fix to work with new caps stuff.
11968           Rhythmbox needs this.
11969
11970 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11971
11972         * gst/qtdemux/qtdemux.c: (plugin_init):
11973           qtdemux requires bytestream
11974
11975 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11976
11977         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
11978           Fix remaining caps handling errors due to CAPS merge.
11979
11980 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11981
11982         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
11983         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
11984         (gst_faad_srcconnect): 
11985           Port to new caps system.
11986
11987 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11988
11989         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11990         (got_video_size), (main): using g_print instead of g_message.
11991         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
11992         signal which was not emitted because of "switch" element added to the
11993         bin but not connected. (Removing from the bin temporarily)
11994
11995 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11996
11997         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
11998         find X development files. I don't understand the previous tests and
11999         they fail on my debian/ppc unstable. This one works.
12000         * examples/gstplay/player.c: (main): Set the pipeline to READY before
12001         exiting.
12002         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
12003         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12004         (gst_play_set_visualization): Add some safety checks in set_ methods
12005         and state_change. This was throwing some ugly CRITICAL messages when
12006         pipeline was getting disposed and casts were failing.
12007
12008 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12009
12010         * configure.ac:
12011           Improve mpeg2enc detection. This is for distributions that do
12012           ship mjpegtools, but without mpeg2enc. Also does object check
12013           for might there ever be ABI incompatibility.
12014         * ext/mpeg2enc/gstmpeg2enc.cc:
12015           Add Andrew as second maintainer (he's helping me), and also add
12016           an error if no caps was set. This happens if I pull before capsnego
12017           and that's something I should solve sometime else.
12018         * gst/matroska/matroska-demux.c:
12019         (gst_matroska_demux_parse_blockgroup):
12020           Fix time parsing.
12021         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
12022         (gst_matroska_mux_track_header):
12023           Add caps to templates.
12024         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
12025           Add mpegversion=1 to prevent confusion with MPEG/AAC.
12026         * gst/mpegstream/gstmpegdemux.c:
12027           Remove layer since it causes warnings about unfixed caps.
12028         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12029           Fix obvious typo (we error out if caps were set, we should of
12030           course error out if *no* caps were set).
12031         * sys/oss/gstosselement.c: (gst_osselement_convert):
12032           Fix format conversion, we confused bits/bytes.
12033         * sys/oss/gstosselement.h:
12034           Improve documentation for 'bps'.
12035         * sys/v4l/TODO:
12036           Remove stuff about plugins that need removing - this was done
12037           ages ago.
12038         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
12039         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
12040         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
12041         (gst_v4lsrc_src_query):
12042         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12043         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
12044           Add get_query_types(), get_formats() and query() functions.
12045
12046 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12047
12048         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
12049         * moved CVS to freedesktop.org
12050