dc169419307c36c630fb7d25d53c1719977fafcf
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2004-11-09  Wim Taymans  <wim@fluendo.com>
2
3         * gst/playback/README:
4         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
5         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
6         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
7         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
8         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9         (setup_sinks):
10         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12         * gst/playback/gststreaminfo.h:
13         Updated README.
14         Only switch groups if all streams have muted (EOSed).
15         Send Tags in sync with the stream playback instead of in
16         the playback/preroll phase.
17         Some cleanups, free the fakesrc elements.
18
19 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20
21         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
22           buffer-frames property was missing
23         * ext/arts/gst_arts.c:
24           rate missing from sinkcaps
25         * ext/audiofile/gstafparse.c:
26         * ext/audiofile/gstafsink.c:
27         * ext/audiofile/gstafsrc.c:
28         * ext/swfdec/gstswfdec.c:
29           int audio doesn't know buffer-frames
30         * ext/cdparanoia/gstcdparanoia.c:
31           int audio doesn't know chunksize either
32         * ext/nas/nassink.c:
33           it's endianness, not endianess
34         * gst-libs/gst/audio/audio.h:
35           make float standard pad template caps really describe float
36         * gst/law/mulaw.c: (linear_factory):
37           signed only, please
38         * gst/mpegstream/gstdvddemux.c:
39           widths of 20 are not valid
40
41 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
42
43         Submitted by: Luca Ferretti <elle.uca@infinito.it>
44         * po/LINGUAS:
45         * po/it.po:
46           Add Italian
47
48 2004-11-08  Wim Taymans  <wim@fluendo.com>
49
50         * gst/playback/README:
51         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
52         * gst/playback/gstplaybasebin.c: (probe_triggered),
53         (gst_play_base_bin_change_state):
54         Updated README, added more comments for fixmes etc..
55
56 2004-11-08  Wim Taymans  <wim@fluendo.com>
57
58         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
59         We can remove this hack now.
60
61 2004-11-08  Wim Taymans  <wim@fluendo.com>
62
63         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
64         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
65         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
66         Only mix AYUV for maximum quality.
67
68 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
69
70         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
71         (gst_ogg_demux_push), (gst_ogg_pad_push):
72           Let's act as if we're synchronized now! :).
73         * ext/theora/theoradec.c: (theora_dec_chain):
74           Add some debug.
75
76 2004-11-08  Wim Taymans  <wim@fluendo.com>
77
78         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
79         (gst_alpha_set_property), (gst_alpha_sink_link),
80         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
81         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
82         (gst_alpha_init_params), (gst_alpha_chain):
83         Implement alpha functions for AYUV too, this increases
84         accuracy quite a bit.
85
86 2004-11-08  Wim Taymans  <wim@fluendo.com>
87
88         * gst/ffmpegcolorspace/avcodec.h:
89         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
90         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
91         (gst_ffmpegcsp_avpicture_fill):
92         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
93         (gst_ffmpegcsp_caps_remove_format_info):
94         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
95         (shrink12), (img_get_alpha_info), (deinterlace_line),
96         (deinterlace_line_inplace):
97         * gst/ffmpegcolorspace/imgconvert_template.h:
98         Added AYUV colorspace and handle RGBA a bit more respectful.
99
100 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
101
102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
103           Actually always send a discont (cornercase when resending the
104           same serial-tagged chain twice).
105
106 2004-11-08  Julien MOUTTE  <julien@moutte.net>
107
108         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
109         (gst_ximagesink_finalize):
110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
111         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
112
113 2004-11-08  Wim Taymans  <wim@fluendo.com>
114
115         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
116         Don't segfault on NULL data.
117
118 2004-11-08  Wim Taymans  <wim@fluendo.com>
119
120         * gst/playback/gstdecodebin.c: (unlinked):
121         * gst/playback/gstplay-marshal.list:
122         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
123         (gst_play_base_bin_init), (group_create), (get_active_group),
124         (get_building_group), (group_destroy), (group_commit),
125         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
126         (add_element_stream), (no_more_pads), (probe_triggered),
127         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
128         (state_change), (setup_source), (gst_play_base_bin_get_property),
129         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
130         (gst_play_base_bin_link_stream),
131         (gst_play_base_bin_get_streaminfo):
132         * gst/playback/gstplaybasebin.h:
133         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
134         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
135         Add support for chained ogg files. Prepare for playlist
136         support. This patch introduces the concept of pad groups, which
137         together compose one playable media file.
138
139 2004-11-07  David Schleef  <ds@schleef.org>
140
141         * testsuite/gst-lint: Check for pad templates that aren't statically
142         scoped.
143
144 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
145
146         * configure.ac:
147         * ext/Makefile.am:
148         * ext/musepack/Makefile.am:
149         * ext/musepack/gstmusepackdec.cpp:
150         * ext/musepack/gstmusepackdec.h:
151         * ext/musepack/gstmusepackreader.cpp:
152         * ext/musepack/gstmusepackreader.h:
153           Add musepack decoder.
154         * ext/faad/gstfaad.c: (gst_faad_base_init):
155           Make pad templates static.
156         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
157         (plugin_init):
158           Add musepack typefinder, make mp3 typefinding work halfway stream,
159           which doesn't actually work yet because id3demux doesn't implement
160           _get_length().
161
162 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
163
164         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
165         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
166           Fix interrupt event handling (#144436).
167
168 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
169
170         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
171           Hide unused glory.
172
173 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
174
175         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
176
177         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
178           Fix weird caps (#157548).
179
180 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
181
182         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
183
184         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
185           Add missing NULL terminator (#157543).
186
187 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
188
189         * gst/tcp/gsttcp.h:
190         * gst/tcp/gsttcpclientsink.c:
191         * gst/tcp/gsttcpclientsrc.c:
192         * gst/tcp/gsttcpserversink.c:
193         * gst/tcp/gsttcpserversrc.c:
194           ports can go up to 65535.  Move common defines to gsttcp.h
195
196 2004-11-05  Wim Taymans  <wim@fluendo.com>
197
198         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
199         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
200         Added two more colorspaces.
201
202 2004-11-05  Wim Taymans  <wim@fluendo.com>
203
204         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
205         (gst_ffmpegcsp_avpicture_fill):
206         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
207         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
208         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
209         More stride fixes.
210
211 2004-11-05  Wim Taymans  <wim@fluendo.com>
212
213         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
214         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
215         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
216         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
217         (gst_videomixer_loop):
218         More stride fixes.
219
220 2004-11-05  Benjamin Otte  <otte@gnome.org>
221
222         * ext/mad/gstmad.c: (gst_mad_chain):
223           don't overflow data buffer. Flush not needed sync data when syncing
224           failed.
225
226 2004-11-04  Wim Taymans  <wim@fluendo.com>
227
228         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
229         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
230         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
231         (gst_alpha_init_params), (gst_alpha_chain),
232         (gst_alpha_change_state):
233         Updated the chroma keying algorithm with something more 
234         sophisticated.
235
236 2004-11-03  Wim Taymans  <wim@fluendo.com>
237
238         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
239         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
240         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
241         Fix stride issues. Does not completely work for odd
242         heights.
243
244 2004-11-03  Wim Taymans  <wim@fluendo.com>
245
246         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
247         (gst_alpha_chroma_key), (gst_alpha_chain):
248         Fix stride issues. Does not completely work for odd
249         heights.
250
251 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
252
253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
254         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
255         leak fixes
256
257 2004-11-03  Wim Taymans  <wim@fluendo.com>
258
259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
260         (gst_ffmpegcsp_avpicture_fill):
261         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
262         (avpicture_alloc):
263         * gst/ffmpegcolorspace/imgconvert_template.h:
264         Use correct _fill function to get correct strides.
265
266 2004-11-02  David Schleef  <ds@schleef.org>
267
268         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
269         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
270         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
271         Change all g_print()s to debugging.  Add a bunch of consistency
272         checks.
273
274 2004-11-02  Wim Taymans  <wim@fluendo.com>
275
276         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
277         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
278         (unlinked), (no_more_pads), (close_link):
279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
280         (unknown_type), (add_element_stream), (new_decoded_pad),
281         (removed_decoded_pad), (setup_source):
282         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
283         (gst_stream_info_class_init), (gst_stream_info_init),
284         (gst_stream_info_new), (gst_stream_info_dispose),
285         (stream_info_mute_pad), (gst_stream_info_set_property),
286         (gst_stream_info_get_property):
287         * gst/playback/gststreaminfo.h:
288         Fix playback of multiple files.
289         a slightly different approach to handling dynamic pad removals.
290         This one only looks at pads that we have linked.
291
292 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
293
294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
295         free" warning from libc.
296
297 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
298
299         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
300         (get_unconnected_element), (remove_starting_from), (pad_removed),
301         (close_link):
302           Implement support for dynamic pad changing. We listen to "live"
303           pad removals (i.e. while playing) and re-setup autoplugging
304           after that. Playbasebin/playbin need some more work for this
305           to finally work, but decodebin supports (and replugs) chained
306           ogg now.
307
308 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
309         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
310         (gst_alsa_finalize):
311         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
312         (gst_cdaudio_finalize):
313         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
314         (cdparanoia_finalize):
315         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
316         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
317         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
318         (dvdreadsrc_finalize):
319         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
320         (gst_flacdec_finalize):
321         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
322         (gst_flacenc_finalize):
323         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
324         (gst_gnomevfssink_finalize):
325         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
326         (gst_gnomevfssrc_finalize):
327         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
328         (gst_fameenc_finalize):
329         * ext/nas/nassink.c: (gst_nassink_class_init),
330         (gst_nassink_finalize):
331         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
332         (gst_sdlvideosink_class_init):
333         * ext/sndfile/gstsf.c: (gst_sf_dispose):
334         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
335         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
336         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
337         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
338         (gst_x_window_listener_dispose):
339         * gst/audioscale/gstaudioscale.c:
340         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
341         (play_on_demand_finalize):
342         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
343         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
344         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
345         (cdplayer_finalize):
346         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
347         (gst_glimagesink_class_init):
348         * sys/oss/gstosselement.c: (gst_osselement_class_init),
349         (gst_osselement_finalize):
350         * sys/oss/gstosssink.c: (gst_osssink_dispose):
351         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
352         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
353           Fixes a bunch of problems with finalize and dispose functions,
354           either assumptions that dispose is only called once, or not calling
355           the parent class dispose/finalize function
356
357 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
358
359         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
360           added two api precondition guards
361       use g_strdup with getenv to fix crash when using ENVVAR
362
363 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
364         * ext/esd/esdsink.c: (gst_esdsink_class_init),
365         (gst_esdsink_finalize):
366         Use a finalize function, not dispose, and more importantly,
367         call the parent class finalize function too
368
369 2004-11-01  Johan Dahlin  <johan@gnome.org>
370
371         * ext/ogg/gstoggdemux.c:
372         * gst/tags/gstvorbistag.c:
373         Plug leaks.
374
375 2004-10-31  Benjamin Otte  <otte@gnome.org>
376
377         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
378           lotsa memleaks today. But they're all small...
379
380 2004-10-31  Benjamin Otte  <otte@gnome.org>
381
382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
383           another memleak crushed
384
385 2004-10-31  Benjamin Otte  <otte@gnome.org>
386
387         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
388           fix memleak
389
390 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
391
392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
393           Hack to prevent crash when going to READY inside signal handler
394           while this function is active.
395
396 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
397
398         * gst/ffmpegcolorspace/Makefile.am:
399         * gst/ffmpegcolorspace/avcodec.h:
400         * gst/ffmpegcolorspace/common.h:
401         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
402         * gst/ffmpegcolorspace/dsputil.h:
403         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
405         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
406         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
407         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
408         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
409         (gst_ffmpegcsp_avpicture_fill):
410         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
412         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
413         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
414         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
415         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
416         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
417         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
418         * gst/ffmpegcolorspace/imgconvert.c:
419         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
420         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
421         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
422         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
423         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
424         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
425         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
426         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
427         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
428         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
429         (grow21), (grow22), (grow41), (grow44), (conv411),
430         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
431         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
432         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
433         (avpicture_free), (is_yuv_planar), (img_convert),
434         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
435         (deinterlace_line_inplace), (deinterlace_bottom_field),
436         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
437         * gst/ffmpegcolorspace/imgconvert_template.h:
438         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
439         * gst/ffmpegcolorspace/mmx.h:
440         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
441         (av_fast_realloc), (av_mallocz_static), (av_free_static),
442         (av_freep), (avcodec_get_context_defaults),
443         (avcodec_alloc_context), (avcodec_init):
444           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds pallette
445           handling plus update from ffmpeg CVS. Large clean-up.
446
447 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
448
449         * gst/playback/Makefile.am:
450           We need the marshallers for decodebin, too.
451
452 2004-10-30  David Schleef  <ds@schleef.org>
453
454         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
455           quicktime typefinding work with 64-bit offsets.
456
457 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
458
459         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
460           Set EOS on the element when processing an EOS event.
461         * ext/speex/gstspeexdec.h:
462         * ext/speex/gstspeexenc.h:
463           Only keep a const ptr to the mode
464         * gst-libs/gst/riff/riff-media.c:
465         (gst_riff_create_audio_caps_with_data),
466         (gst_riff_create_audio_template_caps):
467           Allow WMAV3, with up to 6 channels. 
468         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
469           Don't call gst_pad_set_event_function on a sink pad.
470         * gst/mpegstream/gstdvddemux.c:
471         (gst_dvd_demux_get_subpicture_stream),
472         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
473           Copy the explicit caps that were set across to the cur_* pads,
474           instead of trying to use a possibly non-existent negotiated caps.
475           Reset the type of subpicture pads to UNKNOWN after calling init_stream, 
476           so that the caps get set.
477
478 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
479
480         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
481
482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
483           Don't touch buffer if it is of size 0 (fixes #151064).
484
485 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
486
487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
488           Synchronized discont handling.
489
490 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
491
492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
493         (gst_ogg_demux_push):
494           Make seeking sort-of exact again (fixes #156387).
495
496 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
497
498         * gst/playback/gstplaybasebin.c: (unknown_type),
499         (add_element_stream), (new_decoded_pad),
500         (gst_play_base_bin_change_state):
501         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
502         (gst_stream_info_init), (gst_stream_info_new),
503         (gst_stream_info_dispose), (gst_stream_info_get_property):
504         * gst/playback/gststreaminfo.h:
505           Make caps explicitely available. Makes testing for unsupported
506           types possible. Improves error reporting.
507
508 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
509
510         * gst/audioconvert/gstaudioconvert.c:
511         (gst_audio_convert_buffer_to_default_format):
512           Really don't touch read-only buffers (#156563).
513
514 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
515
516         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
517
518         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
519           Fix memleak (#155223).
520
521 2004-10-29  Wim Taymans  <wim@fluendo.com>
522
523         * gst/tcp/.cvsignore:
524         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
525         (gst_multifdsink_class_init), (gst_multifdsink_init),
526         (gst_multifdsink_add), (gst_multifdsink_remove),
527         (gst_multifdsink_remove_client_link), (is_sync_frame),
528         (gst_multifdsink_new_client),
529         (gst_multifdsink_handle_client_write),
530         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
531         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
532         (gst_multifdsink_get_property):
533         * gst/tcp/gstmultifdsink.h:
534         Added burst on connect sync_method, deprecated sync_clients,
535         streamlined the sync code some more.
536
537 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
538
539         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
540         (gst_play_base_bin_change_state):
541           Improve error reporting.
542
543 2004-10-28  Wim Taymans  <wim@fluendo.com>
544
545         * gst/tcp/Makefile.am:
546         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
547         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
548         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
549         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
550         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
551         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
552         (gst_fdset_wait):
553         Added more locks around fdset structures. Fixed/reworked
554         the poll array resizing code.
555         Added stress test for fdset.
556
557 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
558
559         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
560         fix build
561
562 2004-10-28  Benjamin Otte  <otte@gnome.org>
563
564         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
565           fix link function to always query channels and query width for
566           floats
567         * configure.ac:
568           add equalizer dir
569         * gst/equalizer/Makefile.am:
570         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
571         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
572         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
573         (arg_to_scale), (setup_filter),
574         (gst_iir_equalizer_compute_frequencies),
575         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
576         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
577         (plugin_init):
578           add an equalizer  
579
580 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
581
582         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
583
584         * po/LINGUAS:
585         * po/nb.po:
586           Added Norwegian Bokmaal translation
587
588 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
589
590         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
591           Don't break on options (fixes #156488).
592
593 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
594
595         * configure.ac:
596         * ext/cdaudio/Makefile.am:
597         * sys/Makefile.am:
598           fix build on older automake
599
600 2004-10-26  Wim Taymans  <wim@fluendo.com>
601
602         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
603         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
604         Allow a little margin when negotiating the framerate.
605
606 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
607
608         * gst/level/gstlevel.c:
609           synchonised naming of pads and pad-templates
610
611 2004-10-26  Wim Taymans  <wim@fluendo.com>
612
613         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
614         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
615         (_find_streams_check), (gst_ogg_demux_push):
616         Fix EOS again. Needs to be done in a better way. We should not
617         remove the pad if there is no new chained stream.
618
619 2004-10-26 Iain <iaingnome@gmail.com>
620
621         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
622         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
623         of the caps.
624         * gst/interleave/interleave.c (interleave_class_init): Hook up release
625         pad.
626         (interleave_release_pad): Remove the pad.
627         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
628         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
629         the set device.
630         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
631         attrs
632         (gst_xvimagesink_xcontext_clear): Free the xcontext.
633         (gst_xvimagesink_finalize): Free the par.
634
635 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
636
637         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
638         (gst_avimux_stop_file):
639           First calculate the rate, and only then use it. Hdr.rate is a
640           multiple and not a derivative of hdr.scale. Scale is not the
641           same as blockalign but is solely related to rate.
642
643 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
644
645         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
646         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
647           Implement seeking.
648
649 2004-10-25  James Henstridge  <james@jamesh.id.au>
650
651         Reviewed by:  David Schleef  <ds@schleef.org>
652
653         * examples/gstplay/player.c: (got_stream_length), (main):
654         * examples/seeking/cdplayer.c: (update_scale):
655         * examples/seeking/seek.c: (format_value), (update_scale):
656         * examples/seeking/spider_seek.c: (format_value), (update_scale),
657         (stop_seek):
658         Build fixes on AMD64.
659
660 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
661
662         reviewed by: Ronald Bultje <rbultje at gnome dot org>
663
664         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
665         Fix for some v4l cards which hang in v4lsrc
666
667 2004-10-25  Wim Taymans  <wim@fluendo.com>
668
669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
670         (gst_ogg_demux_push), (gst_ogg_chains_clear):
671         Make sure to remove the pad when a new chain is
672         encountered. Set some vars to NULL so we don't try
673         to reference freed memory.
674
675 2004-10-25  Wim Taymans  <wim@fluendo.com>
676
677         * examples/seeking/Makefile.am:
678         * examples/seeking/cdplayer.c: (update_scale):
679         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
680         * examples/seeking/playbin.c: (make_playerbin_pipeline),
681         (format_value), (update_scale), (iterate), (start_seek),
682         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
683         (print_usage), (main):
684         Added some more examples, update others.
685
686 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
687
688         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
689         * ext/speex/gstspeexdec.c: (speex_dec_chain):
690         * ext/theora/theoradec.c: (theora_dec_chain):
691         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
692           Add codec-name metadata.
693
694 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
695
696         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
697
698         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
699         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
700         * ext/alsa/gstalsamixertrack.h:
701         * po/POTFILES.in:
702           ALSA mixer track label internationalization (#154054).
703
704 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
705
706         * ext/theora/theoradec.c: (theora_dec_chain):
707           Export bitrate as metadata.
708
709 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
710
711         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
712         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
713         * ext/alsa/gstalsamixertrack.h:
714           Fix names, fix loop.
715
716 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
717
718         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
719         (speex_dec_convert):
720           sinkconvert function so oggdemux can get the file length (totem).
721
722 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
723
724         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
725
726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
727           Don't push incomplete packets.
728         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
729           Fix MPEG-4 audio typefinding.
730
731 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
732
733         * sys/v4l/Makefile.am:
734         * sys/v4l/gstv4l.c: (plugin_init):
735         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
736         (gst_v4lelement_init), (gst_v4lelement_dispose),
737         (gst_v4lelement_change_state):
738         * sys/v4l/gstv4lelement.h:
739         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
740         (gst_v4l_xoverlay_close), (idle_refresh),
741         (gst_v4l_xoverlay_set_xwindow_id):
742         * sys/v4l/gstv4lxoverlay.h:
743         * sys/v4l/v4l-overlay_calls.c:
744         * sys/v4l/v4l_calls.h:
745         * sys/v4l2/Makefile.am:
746         * sys/v4l2/gstv4l2.c: (plugin_init):
747         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
748         (gst_v4l2element_init), (gst_v4l2element_dispose),
749         (gst_v4l2element_change_state):
750         * sys/v4l2/gstv4l2element.h:
751         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
752         (gst_v4l2_xoverlay_close), (idle_refresh),
753         (gst_v4l2_xoverlay_set_xwindow_id):
754         * sys/v4l2/gstv4l2xoverlay.h:
755         * sys/v4l2/v4l2-overlay_calls.c:
756         * sys/v4l2/v4l2_calls.h:
757           Remove client-side overlay handling, use the X-server v4l plugin
758           for that. Nicer overlay, less code. Also make the plugin
759           compileable without X (but then without overlay, obviously).
760           Makes xwindowlistener obsolete, should we remove that?
761
762 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
763
764         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
765         (gst_osssrc_src_query):
766         * sys/oss/gstosssrc.h:
767           OK, so people want offset in DEFAULT. This time, actually fix all
768           cases.
769         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
770           Add FPS properly.
771
772 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
773
774         * gst/asfdemux/gstasfmux.c:
775         * gst/avi/gstavimux.c:
776           Framerate.
777
778 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
779
780         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
781           Fix properties (channel, norm, frequency).
782
783 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
784
785         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
786           Flag typo.
787         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
788           No warnings.
789
790 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
791
792         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
793           Fix hang.
794
795 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
796
797         * sys/v4l2/gstv4l2element.h:
798           Yet Another Hack (tm) for kernel header borkedness.
799         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
800         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
801         (gst_v4l2src_link), (gst_v4l2src_getcaps),
802         (gst_v4l2src_change_state):
803         * sys/v4l2/gstv4l2src.h:
804         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
805         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
806           Fix caps, keep track of state, work.
807
808 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
809
810         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
811           Quiet.
812
813 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
814
815         * sys/oss/gstosssrc.c: (gst_osssrc_get):
816           Don't mix bytes and samples.
817
818 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
819
820         * ext/ogg/gstoggmux.c:
821           Basic pad template which accepts OGM tracks, speex, flac, vorbis
822           and theora. Any is incorrect.
823         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
824           Fix caps.
825         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
826         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
827         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
828         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
829         * sys/v4l/gstv4lmjpegsrc.h:
830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
831         (gst_v4lsrc_change_state):
832         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
833         (gst_v4lmjpegsrc_capture_stop):
834           Fix caps. Keep track of internal state. Work.
835
836 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
837
838         * ext/Makefile.am:
839           Fix the build fixes.
840
841 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
842
843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
844         (gst_ogg_demux_src_event), (_find_chain_seek),
845         (gst_ogg_pad_push):
846           Check for pad availability before using it.
847         * ext/ogg/gstoggdemux.c: (_find_chain_process):
848           Fix parsing of chained ogg. Needs more work on the decoder side.
849
850 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
851
852         * gst/spectrum/Makefile.am:
853         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
854         (idle_func):
855           Fix demo and reenable it. Yes, I'm currently playing with audio
856           analysis tools
857
858 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
859
860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
861           We love it if files that start at zero work too...
862
863 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
864
865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
866           Handle files with missing EOS headers.
867
868 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
869
870         * gst/tcp/gsttcpserversink.c:
871         (gst_tcpserversink_handle_server_read),
872         (gst_tcpserversink_init_send):
873         Zero some variables first (need for accept not to return EINVAL)
874
875 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
876
877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
878         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
879         * ext/theora/theoradec.c: (theora_dec_sink_convert),
880         (theora_dec_chain):
881         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
882         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
883           Seeking and querying finetune.
884
885 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
886
887         * configure.ac:
888         * ext/Makefile.am:
889         * ext/raw1394/Makefile.am:
890           fix the build
891
892 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
893
894         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
895           Wrong return.
896         * gst/playback/Makefile.am:
897         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
898         * gst/playback/gstplay-marshal.list:
899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
900           Fix marshallers.
901
902 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
903
904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
905           Silence.
906
907 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
908
909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
910         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
911         (gst_ogg_pad_push):
912           Yay for non-lineair granulepos in theora.
913
914 2004-10-18  Wim Taymans  <wim@fluendo.com>
915
916         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
917         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
918         * ext/dv/gstdvdec.h:
919         Make sure we renegotiate aspect ratio when the camera switches.
920
921 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
922
923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
924         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
925           Start at zero.
926         * ext/theora/theoradec.c: (theora_dec_chain):
927           Skip headers. Bad idea for chained ogg, but fixes seeking.
928
929 2004-10-18  Wim Taymans  <wim@fluendo.com>
930
931         * configure.ac:
932         I swear, this is the last time I touch this.
933
934 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
935
936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
937         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
938         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
939           Faster seeking.
940         * ext/theora/theoradec.c: (theora_dec_sink_convert):
941           Time-to-default conversion.
942         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
943           Don't error on unknown packets, just skip. We should probably
944           read them if we want to support chained ogg.
945
946 2004-10-18  Wim Taymans  <wim@fluendo.com>
947
948         * configure.ac:
949         Added cdaudio to wrong list.
950
951 2004-10-18  Wim Taymans  <wim@fluendo.com>
952
953         * configure.ac:
954         Revive cdaudio.
955
956 2004-10-18  Wim Taymans  <wim@fluendo.com>
957
958         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
959         (gst_dvdec_video_link), (gst_dvdec_push):
960         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
961         (gst_smokeenc_resync), (gst_smokeenc_chain):
962         Fix mimetype on smoke encoder.
963         Add aspect ratio to dvdec. Not sure if these
964         values are correct though....
965
966 2004-10-18  Wim Taymans  <wim@fluendo.com>
967
968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
969         Fix vorbis property descriptions and ranges.
970
971 2004-10-18  Wim Taymans  <wim@fluendo.com>
972
973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
974         Really do nothing when no data is available.
975         Go to the playing state when the stream is not seekable
976         instead of failing.
977
978 2004-10-18  Wim Taymans  <wim@fluendo.com>
979
980         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
981         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
982         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
983         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
984         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
985         Added uri handler for cd://
986         Port to new API.
987
988 2004-10-18  Wim Taymans  <wim@fluendo.com>
989
990         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
991         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
992         (try_to_link_1), (no_more_pads), (close_link), (type_found):
993         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
994         (remove_prerolls), (unknown_type), (add_element_stream),
995         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
996         (gst_play_base_bin_remove_element),
997         (gst_play_base_bin_link_stream):
998         * gst/playback/gstplaybin.c: (gen_video_element),
999         (gen_vis_element), (remove_sinks), (setup_sinks):
1000         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1001         (gst_stream_info_get_type), (gst_stream_info_class_init),
1002         (gst_stream_info_init), (gst_stream_info_new),
1003         (gst_stream_info_dispose), (stream_info_mute_pad),
1004         (gst_stream_info_set_property), (gst_stream_info_get_property):
1005         * gst/playback/gststreaminfo.h:
1006         Add sink padtemplate to decodebin.
1007         Added some more comments.
1008         Make queue size configurable in playbasebin.
1009         Added possibility to use elements as sinks (ex cdaudio).
1010
1011 2004-10-15  Wim Taymans  <wim@fluendo.com>
1012
1013         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
1014         (gst_speexenc_chain):
1015         Fix speex timestamps so that it gets muxed properly.
1016
1017 2004-10-15  Wim Taymans  <wim@fluendo.com>
1018
1019         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
1020         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
1021         (gst_dv1394src_init), (gst_dv1394src_dispose),
1022         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
1023         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
1024         (gst_dv1394src_event), (gst_dv1394src_get_formats),
1025         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
1026         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
1027         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
1028         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
1029         * ext/raw1394/gstdv1394src.h:
1030         Added conversion/query functions.
1031         Update buffer timestamps,
1032         Added signals. 
1033         Added uri dv:// so it might play from the firewire in playbin. 
1034         Fix a possible leak. 
1035         Added debugging.
1036
1037 2004-10-15  Wim Taymans  <wim@fluendo.com>
1038
1039         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
1040         (gst_dv1394src_init), (gst_dv1394src_set_property),
1041         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
1042         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
1043         * ext/raw1394/gstdv1394src.h:
1044         Added AV/C VTR control support needed for some cameras.
1045         Added automatic port detection.
1046         Added properties for selecting the channel.
1047         The configure.ac script is not yet updated to reflect the
1048         new libavc1394 and librom1394 dependencies.
1049
1050 2004-10-15  Wim Taymans  <wim@fluendo.com>
1051
1052         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1053         (qtdemux_parse), (gst_qtdemux_handle_esds):
1054         An esds box is not a container.
1055         Fix parsing of mp4v boxes.
1056         Do not try to renegotiate fps for each frame. Need to
1057         find a better method. This should fix mp4 playback.
1058
1059 2004-10-14  David Schleef  <ds@schleef.org>
1060
1061         * configure.ac: update for swfdec-0.3 and liboil-0.2
1062         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
1063         * ext/swfdec/gstswfdec.h: same
1064         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
1065         * gst/videotestsrc/videotestsrc.c: same
1066
1067 2004-10-14  Wim Taymans  <wim@fluendo.com>
1068
1069         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1070         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1071         (is_sync_frame), (gst_multifdsink_new_client),
1072         (gst_multifdsink_handle_client_write),
1073         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1074         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1075         Turn warnings into info.
1076         Don't allow a state change in the streaming thread.
1077
1078 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1079
1080         * ext/vorbis/oggvorbisenc.c:
1081         * ext/vorbis/vorbisdec.c:
1082           fix template sample rate
1083
1084 2004-10-13  Wim Taymans  <wim@fluendo.com>
1085
1086         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
1087         Decoding the header first fixes some problems in resyncing
1088         in more mp3s.
1089
1090 2004-10-12  Wim Taymans  <wim@fluendo.com>
1091
1092         * gst/playback/gstplaybin.c: (gen_video_element),
1093         (gen_vis_element), (remove_sinks), (setup_sinks):
1094         Added vis plugin support, need to configure the vis
1095         element to activate it.
1096
1097 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1098
1099         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
1100         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
1101           Some debug.
1102         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1103         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
1104         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
1105         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
1106         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1107         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
1108         * gst/avi/gstavidemux.h:
1109           Support for openDML-2.0 indx/ix## chunks. Support for broken index
1110           recovery (where, if part of the index is broken, we will still read
1111           the rest of the index and recover the broken part by stream
1112           scanning). More broken media support. EOS workarounds. General AVI
1113           braindamage headache recovery. Aspirin included.
1114
1115 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1116
1117         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
1118         (cdparanoia_event), (cdparanoia_query):
1119           Get rid of hideous lead-in.
1120
1121 2004-10-11  Wim Taymans  <wim@fluendo.com>
1122
1123         * gst/playback/gstplaybasebin.c: (setup_source):
1124         Wrong var used to get g_list_next.
1125
1126 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1127
1128         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
1129         (cdparanoia_get), (cdparanoia_open):
1130           Report discid as metadata, add duration.
1131
1132 2004-10-11  Wim Taymans  <wim@fluendo.com>
1133
1134         * gst/playback/gstplaybasebin.c: (setup_source):
1135         Cleanup the previous pipeline a little earlier for the
1136         case that a source element provides raw data.
1137
1138 2004-10-11  Benjamin Otte  <otte@gnome.org>
1139
1140         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1141           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
1142           consuming the last 128 bytes, even though it was valid mp3 data.
1143
1144 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1145
1146         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
1147         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
1148         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1149         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
1150
1151 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1152
1153         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
1154         Fix for webcams that support only specific width or height
1155
1156 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1157
1158         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1159
1160         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
1161           Fix wrong discont event setup (fixes #154967).
1162
1163 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
1164
1165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1166
1167         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1168           Error out on invalid data (fixes #154807).
1169
1170 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1171
1172         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1173
1174         * ext/dvdread/dvdreadsrc.c: (_read):
1175           Make titles > 0 work again (fixes #154834).
1176
1177 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1178
1179         * gst-libs/gst/riff/riff-media.c:
1180         (gst_riff_create_video_template_caps):
1181           WMV3 missing in template caps.
1182
1183 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1184
1185         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1186           OK, so the original code was too strict. It makes random AVI files
1187           hang for seconds upon opening, which is unacceptable and is far
1188           beyond the original goal of getting multiple chunks for one-chunk
1189           sounc stream files. So now do just that.
1190
1191 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1192
1193         * gst/playback/gstplaybasebin.c: (setup_source),
1194         (gst_play_base_bin_change_state):
1195           Actually clean up streaminfo if output fails. This would trigger
1196           if, for example, there was no CD in the drive. No preroll, so
1197           a streaminfo structure is created, but the subsequent state change
1198           of the thread fails.
1199         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1200           Don't change state if parent failed.
1201
1202 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1203
1204         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1205         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
1206         (gen_video_element), (remove_sinks):
1207           Add small bits of code for screenshot handling.
1208
1209 2004-10-08  Wim Taymans  <wim@fluendo.com>
1210
1211         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
1212         (gen_video_element), (gen_audio_element), (setup_sinks):
1213         Don't assume the user provided sinks are named "sink"...
1214
1215 2004-10-08  Wim Taymans  <wim@fluendo.com>
1216
1217         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
1218         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
1219         (gst_play_base_bin_link_stream):
1220         Do not try to autoplug sources that generate raw streams like
1221         cdparanoia.
1222         disconnect the preroll overrun signal when we don't need it anymore.
1223
1224 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
1225
1226         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1227         Added reworked patch from #154903 from milosz derezynski (deadchip).
1228
1229 2004-10-08  Wim Taymans  <wim@fluendo.com>
1230
1231         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1232         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
1233         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
1234         (cdparanoia_convert), (cdparanoia_uri_get_type),
1235         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
1236         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
1237         * ext/cdparanoia/gstcdparanoia.h:
1238         This adds the cdda://<tracknum> uri.
1239
1240 2004-10-08  Wim Taymans  <wim@fluendo.com>
1241
1242         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1243         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1244         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1246         (unknown_type), (gst_play_base_bin_remove_element),
1247         (gst_play_base_bin_link_stream):
1248         * gst/playback/gstplaybasebin.h:
1249         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1250         (gst_play_bin_set_property), (gen_video_element),
1251         (gen_audio_element), (setup_sinks):
1252         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1253         (gst_stream_info_get_type), (gst_stream_info_class_init),
1254         (gst_stream_info_init), (gst_stream_info_new),
1255         (gst_stream_info_dispose), (stream_info_mute_pad),
1256         (gst_stream_info_set_property), (gst_stream_info_get_property):
1257         * gst/playback/gststreaminfo.h:
1258         Reuse the audio and video bins.
1259         Some internal cleanups in the stream selection code.
1260
1261 2004-10-08  Julien MOUTTE  <julien@moutte.net>
1262
1263         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1264         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1265         * sys/ximage/ximagesink.h:
1266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1267         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1268         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
1269         not coming from those elements. Moreover these elements should not keep
1270         the xid they have been given when in NULL state.
1271
1272 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1273
1274         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1275         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1276         * sys/ximage/ximagesink.h:
1277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1278         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1279         * sys/xvimage/xvimagesink.h:
1280           Actually only create a new toplevel window if we're not gonna
1281           embed it right after.
1282
1283 2004-10-07  Wim Taymans  <wim@fluendo.com>
1284
1285         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
1286         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
1287         * gst/playback/gstplaybin.c: (setup_sinks):
1288         Implement muting/unmuting of streams, mute streams that are not
1289         used.
1290
1291 2004-10-07  Wim Taymans  <wim@fluendo.com>
1292
1293         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
1294         (plugin_init):
1295         Added lame audio/x-ac3 typefind function.
1296
1297 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1298
1299         * configure.ac:
1300           bump nano to cvs
1301
1302 === release 0.8.5 ===
1303
1304 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1305
1306         * NEWS:
1307         * RELEASE:
1308         * configure.ac:
1309           releasing 0.8.5, "Take You On"
1310
1311 2004-10-06  Wim Taymans  <wim@fluendo.com>
1312
1313         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1314         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1315         (no_more_pads), (close_link), (type_found):
1316         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1317         * gst/playback/gstplaybin.c: (gen_video_element):
1318         Do not signal the no_more_pads after the first pad when
1319         we are plugging a non dynamic element with multiple
1320         output pads (like swfdec, dvdec, ...).
1321
1322 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1323
1324         * configure.ac:
1325           bump for prerelease
1326
1327 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1328
1329         * gst/wavparse/gstwavparse.c:
1330           add ATRAC3 to STATIC CAPS to fix a warning
1331
1332         * gst/matroska/ebml-read.c:
1333         * gst-libs/gst/riff/riff-read.c:
1334           fix typos
1335
1336 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1337
1338         * gst-libs/gst/riff/riff-media.c:
1339           generate caps for ATRAC3 audio streams
1340
1341         * gst/realmedia/rmdemux.c:
1342           generate caps for ATRAC3 audio streams
1343
1344 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1345
1346         * gst/wavparse/Makefile.am
1347         * gst/wavparse/riff.h
1348         * gst/wavparse/wavparse.vcproj
1349           riff.h removal (unused and duplication with riff-ids.h)
1350
1351 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1352
1353         * gst/wavparse/gstwavparse.h
1354           remove duplicated defines for audio codec codes
1355
1356         * gst-libs/gst/riff/riff-ids.h
1357         * gst/wavenc/riff.h:
1358           add "4CC" code for ATRAC3 audio streams
1359           add "4CC" code for ITU_G721_ADPCM (unused for now)
1360
1361 2004-10-06  Wim Taymans  <wim@fluendo.com>
1362
1363         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
1364         Actually _do_ negotiation. Pass gdouble as arg instead
1365         of guint64 for the framerate.
1366
1367 2004-10-06  Wim Taymans  <wim@fluendo.com>
1368
1369         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1370         (find_compatibles), (close_pad_link), (try_to_link_1),
1371         (no_more_pads), (close_link), (type_found):
1372         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1373         * gst/playback/gstplaybin.c: (gen_video_element),
1374         (gen_audio_element):
1375         Set state on newly added element to READY so that negotiation
1376         can happen ASAP.
1377         Addes some more debug info.
1378         Do not try to plug pads with multiple caps structures or ANY
1379         because it is too dangerous since we do not do dynamic 
1380         replugging.
1381
1382 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1383
1384         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
1385
1386         * po/LINGUAS:
1387         * po/or.po:
1388           add Oriya translation
1389
1390 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1391
1392         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1393           Prevent overwrite of size member. Makes audio sound crappy.
1394
1395 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1396
1397         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1398         Add rmvb to the list of known RealMedia extensions
1399
1400 2004-10-05  Wim Taymans  <wim@fluendo.com>
1401
1402         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
1403         (mngdec_openstream), (mngdec_closestream),
1404         (mngdec_handle_sink_event), (mngdec_readdata),
1405         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
1406         (mngdec_getcanvasline), (mngdec_refresh),
1407         (gst_mngdec_change_state):
1408         Set the framerate correctly.
1409
1410 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1411
1412         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1413           There was something wrong with the index massaging.
1414
1415 2004-10-04  Wim Taymans  <wim@fluendo.com>
1416
1417         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
1418         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
1419         (gst_smokedec_chain):
1420         * ext/jpeg/gstsmokedec.h:
1421         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1422         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
1423         * ext/jpeg/gstsmokeenc.h:
1424         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
1425         (smokecodec_decode_new), (smokecodec_info_free),
1426         (smokecodec_set_quality), (smokecodec_get_quality),
1427         (smokecodec_set_threshold), (smokecodec_get_threshold),
1428         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
1429         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
1430         (smokecodec_encode), (smokecodec_parse_id),
1431         (smokecodec_parse_header), (smokecodec_decode):
1432         * ext/jpeg/smokecodec.h:
1433         * ext/jpeg/smokeformat.h:
1434         Updated smoke, new bitstream, allows embedding in ogg.
1435
1436 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1437
1438         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
1439           Fix seeking in some files. All this code is no longer needed (and
1440           actually breaks stuff) because we now synchronize the full index
1441           right when reading the header.
1442
1443 2004-10-04  Wim Taymans  <wim@fluendo.com>
1444
1445         * configure.ac:
1446         configure update for libmng.
1447
1448 2004-10-04  Wim Taymans  <wim@fluendo.com>
1449
1450         * ext/libmng/Makefile.am:
1451         * ext/libmng/gstmng.c: (plugin_init):
1452         * ext/libmng/gstmng.h:
1453         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
1454         (gst_mngdec_base_init), (gst_mngdec_class_init),
1455         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
1456         (gst_mngdec_loop), (gst_mngdec_get_property),
1457         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
1458         (mngdec_closestream), (mngdec_handle_sink_event),
1459         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
1460         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1461         (gst_mngdec_change_state):
1462         * ext/libmng/gstmngdec.h:
1463         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
1464         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
1465         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
1466         (gst_mngenc_chain), (gst_mngenc_get_property),
1467         (gst_mngenc_set_property):
1468         * ext/libmng/gstmngenc.h:
1469         Added basic MNG decoder. Needs more work. The encoder does
1470         not work yet.
1471
1472 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1473
1474         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
1475         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
1476         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
1477           Don't hang on length=0 chunks. Some negotiation fixes. Signal
1478           no-more-pads.
1479
1480 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1481
1482         * configure.ac:
1483           you need at least 1.0.4 of speex
1484
1485 2004-10-04 Iain <iaingnome@gmail.com>
1486
1487         * ext/speex/gstspeexdec.h: Revert the includes changes.
1488                 
1489         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
1490
1491 2004-09-30 Iain <iaingnome@gmail.com>
1492
1493         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
1494         found during init or set as a property instead of hardcoding /dev/audio
1495
1496 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1497
1498         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1499         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
1500         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
1501         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
1502         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
1503         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
1504         (gst_rmdemux_dump_data):
1505           Use debug category, fix EOS handling. filesrc ! rmdemux now
1506           works.
1507
1508 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1509
1510         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1511         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
1512         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
1513           Improve allocation, cutting and sorting of the index. How takes a
1514           few seconds instead of minutes.
1515
1516 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
1517
1518         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
1519           fixed compilation
1520
1521 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1522
1523         * gst-libs/gst/riff/riff-media.c:
1524         (gst_riff_create_video_caps_with_data),
1525         (gst_riff_create_video_template_caps):
1526           Add wing commander format mimetype/fourccs.
1527         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1528           Don't crash if some value is 0.
1529
1530 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1531
1532         * gst-libs/gst/riff/riff-media.c:
1533         (gst_riff_create_video_caps_with_data),
1534         (gst_riff_create_video_template_caps):
1535           Add DIB fourcc (raw, palettized 8-bit RGB).
1536         * gst-libs/gst/riff/riff-read.c:
1537         (gst_riff_read_strf_vids_with_data):
1538           Oops, fix strf_data reading bug.
1539         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1540           Use a non-NULL tag.
1541         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1542           Time for hacks. Sorry Dave. At least one quicktime movie (a
1543           trailer) that I've encountered contains multiple video tracks.
1544           One of those is the actual video track, the other are one-frame
1545           tracks (images). Unfortunately, the number of frames according
1546           to the trak header is 1 for each, so that doesn't help. So
1547           instead, I look at the duration and discard tracks with a
1548           duration shorter than 20% of the length of the stream. Better
1549           than nothing.
1550
1551 2004-10-01  Christian Schaller <christian@fluendo.com>
1552
1553         * ext/ivorbis/vorbis.c:
1554           Patch from Phil Blundell (Bug 152341)
1555
1556 2004-10-01  Wim Taymans  <wim@fluendo.com>
1557
1558         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
1559         (speex_dec_get_formats), (speex_dec_convert),
1560         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
1561         (speex_dec_chain), (gst_speexdec_get_property),
1562         (gst_speexdec_set_property):
1563         Small cleanups.
1564
1565 2004-10-01  Wim Taymans  <wim@fluendo.com>
1566
1567         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1568         (gst_wavparse_stream_init), (gst_wavparse_fmt),
1569         (gst_wavparse_other), (gst_wavparse_loop),
1570         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1571         (gst_wavparse_srcpad_event):
1572         * gst/wavparse/gstwavparse.h:
1573         Added some more debugging info.
1574         Fix the case where the length of the file is 0.
1575         Make sure we seek to sample borders.
1576
1577 2004-10-01  Wim Taymans  <wim@fluendo.com>
1578
1579         * gst/playback/README:
1580         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1581         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1582         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1583         Add some debug info to decodebin, update README
1584
1585 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1586
1587         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
1588           Don't use g_print(); use GST_DEBUG().
1589
1590 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1591
1592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1593         (gst_ogg_mux_queue_pads):
1594           Handle EOS properly.
1595
1596 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1597
1598         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1599
1600         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
1601         (gst_faad_chain), (gst_faad_change_state):
1602         * ext/faad/gstfaad.h:
1603           Allow playback of raw (unframed) MPEG AAC files (#148993).
1604
1605 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1606
1607         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1608
1609         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1610           Throw error if we didn't recognize the stream. Fixes #152289.
1611
1612 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1613
1614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1615           Fix negotiation.
1616
1617 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
1618
1619         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1620
1621         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1622           Fix memleak.
1623
1624 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
1625
1626         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1627
1628         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
1629           Solve #152805.
1630         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
1631           Solve 152806.
1632
1633 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1634
1635         * gst-libs/gst/riff/riff-media.c:
1636         (gst_riff_create_video_caps_with_data),
1637         (gst_riff_create_audio_caps_with_data):
1638           Add codec_data handling (like asfdemux used to do).
1639         * gst/asfdemux/gstasf.c: (plugin_init):
1640         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1641         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
1642           Use riff-media for caps creation instead of our own (mostly
1643           broken) copy of its functions.
1644
1645 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1646
1647         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
1648           Don't actually error out if we get another return value than
1649           -EINVAL. Opposite to what I first thought, drivers have random
1650           return values for this, although -EINVAL is the expected return
1651           value. Since this is not fatal, we shouldn't use
1652           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
1653
1654 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1655
1656         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1657         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
1658         (dvdreadsrc_get_property), (_open), (_seek), (_read),
1659         (dvdreadsrc_get), (dvdreadsrc_open_file),
1660         (dvdreadsrc_change_state):
1661           Fix. Don't do one big huge loop around the whole DVD, that will
1662           cache all data and thus eat sizeof(dvd) (several GB) before we
1663           see something.
1664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1665           Actually NULL'ify event after using it.
1666         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
1667         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
1668         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1669         (gst_ebml_read_seek), (gst_ebml_read_skip):
1670           Handle events.
1671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
1672         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
1673         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
1674           Fix timing (this will probably break if I seek using menus, but
1675           I didn't get there yet). VOBs and normal DVDs should now work.
1676           Add a mpeg2-only pad with high rank so this get autoplugged for
1677           MPEG-2 movies.
1678         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
1679         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
1680         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
1681         (gst_mpeg_demux_get_audio_stream),
1682         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
1683         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
1684           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
1685           MPEG-1 but use dvddemux for MPEG-2.
1686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
1687         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
1688         (gst_mpeg_parse_parse_packhead):
1689           Timing. Only add pad template if it exists. Add sink template from
1690           class and not from ourselves. This means we will always use the
1691           correct sink template even if it is not the one defined in this
1692           file.
1693
1694 2004-09-29  Wim Taymans  <wim@fluendo.com>
1695
1696         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
1697         (gst_mpeg_demux_parse_pes):
1698         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1699         Fix playback of mpeg again, timestamps where screwed up by
1700         patch 1.61.
1701
1702 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1703
1704         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
1705           Only return true if we actually filled something in. Prevents
1706           player applications from showing a random length for flac files.
1707         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1708         (gst_riff_read_use_event), (gst_riff_read_handle_event),
1709         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
1710         (gst_riff_read_strf_vids_with_data),
1711         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
1712           OK, ok, so I implemented event handling. Apparently it's normal
1713           that we receive random events at random points without asking
1714           for it.
1715         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1716         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1717         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
1718         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1719         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
1720         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
1721         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1722         * gst/avi/gstavidemux.h:
1723           Implement non-lineair chunk handling and subchunk processing.
1724           The first solves playback of AVI files where the audio and video
1725           data of individual buffers that we read are not synchronized.
1726           This should not happen according to the wonderful AVI specs, but
1727           of course it does happen in reality. It is also a prerequisite for
1728           the second. Subchunk processing allows us to cut chunks in small
1729           pieces and process each of these pieces separately. This is
1730           required because I've seen several AVI files with incredibly large
1731           audio chunks, even some files with only one audio chunk for the
1732           whole file. This allows for proper playback including seeking.
1733           This patch is supposed to fix all AVI A/V sync issues.
1734         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1735         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
1736           Work.
1737         * gst/modplug/gstmodplug.cc:
1738           Proper return value setting for the query() function.
1739         * gst/playback/gstplaybasebin.c: (setup_source):
1740           Being in non-playing state (after, e.g., EOS) is not necessarily
1741           a bad thing. Allow for that. This fixes playback of short files.
1742           They don't actually playback fully now, because the clock already
1743           runs. This means that small files (<500kB) with a small length
1744           (<2sec) will still not or barely play. Other files, such as mod
1745           or flx, will work correctly, however.
1746
1747 2004-09-28  Wim Taymans  <wim@fluendo.com>
1748
1749         * ext/speex/gstspeex.c: (plugin_init):
1750         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
1751         (gst_speex_dec_class_init), (speex_dec_get_formats),
1752         (speex_get_event_masks), (speex_get_query_types),
1753         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
1754         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
1755         (gst_speexdec_get_property), (gst_speexdec_set_property),
1756         (speex_dec_change_state):
1757         * ext/speex/gstspeexdec.h:
1758         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
1759         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
1760         (gst_speexenc_base_init), (gst_speexenc_class_init),
1761         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
1762         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
1763         (gst_speexenc_src_query), (gst_speexenc_init),
1764         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
1765         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
1766         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
1767         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
1768         (gst_speexenc_chain), (gst_speexenc_get_property),
1769         (gst_speexenc_set_property), (gst_speexenc_change_state):
1770         * ext/speex/gstspeexenc.h:
1771         Rewrote speex encoder, make sure it can be embedded in ogg.
1772         Implemented speex decoder.
1773
1774 2004-09-28  Christian Schaller <christian@fluendo.com>
1775
1776         * configure.ac:
1777         Remove kioslave plugin. Markey is brewing a new working one
1778         * ext/Makefile.am: Remove kioslave plugin
1779         * ext/kio: remove
1780         * gst-plugins.spec.in: remove kio plugin from spec
1781
1782 2004-09-27  Wim Taymans  <wim@fluendo.com>
1783
1784         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1785         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1786         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1787         (gst_multifdsink_new_client),
1788         (gst_multifdsink_handle_client_write),
1789         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1790         (gst_multifdsink_handle_clients):
1791         * gst/tcp/gstmultifdsink.h:
1792         Make syncing to keyframes actually work for new clients and lagging
1793         clients.
1794
1795 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1796
1797         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1798         (gst_navigationtest_handle_src_event), (draw_box_planar411),
1799         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1800         * gst/debug/gstnavigationtest.h:
1801           make navigationtest display button-press and button-release events
1802
1803 2004-09-26 Iain <iaingnome@gmail.com>
1804
1805         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1806         the channels have received a new media event.
1807         (interleave_buffered_loop): Compresses a new media event on all 
1808         channels into one.
1809
1810 2004-09-26 Iain <iaingnome@gmail.com>
1811
1812         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1813         call the sinkpad's default event handler and not the srcpads. He also
1814         says this is confusing :)
1815         (gst_wavenc_stop_file): Company says that seek events only go upstream
1816         we should send a discontinuous downstream instead.
1817
1818 2004-09-25  Christian Schaller <christian@fluendo.com>
1819
1820         * Update SPEC file to be usable in conjunction with Fedora Core,
1821           Fedora.us and freshrpms packages
1822         * Fix typo in multifilesrc test Makefile
1823         
1824 2004-09-24  Wim Taymans  <wim@fluendo.com>
1825
1826         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1827         Only signal the no_more_pads signal when we have
1828         added the stream to our list.
1829
1830 2004-09-24  Wim Taymans  <wim@fluendo.com>
1831
1832         * gst/playback/gstplaybasebin.c: (remove_prerolls),
1833         (new_decoded_pad):
1834         * gst/playback/gstplaybasebin.h:
1835         * gst/playback/gstplaybin.c: (setup_sinks):
1836         Don't try to preroll or decode more than one audio/video
1837         track.
1838
1839 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1840
1841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1842           Throw error if we failed to find a suitable output. This should
1843           throw an error if we successfully set up a pipeline (e.g. because
1844           we recognized a media file) but found no decodable streams in it
1845           (e.g. because it contains only media stream types for which we
1846           have no decoders, or because it's not a media type).
1847
1848 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1849
1850         * ext/dirac/Makefile.am:
1851         * ext/dirac/gstdirac.cc:
1852         * ext/dirac/gstdiracdec.cc:
1853         * ext/dirac/gstdiracdec.h:
1854           Do something. Don't actually know if this works because I don't
1855           have a demuxer yet.
1856         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1857           Add channels=1 to caps returned from _getcaps().
1858         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1859         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1860         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1861         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1862         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1863         (gst_ogm_parse_change_state):
1864           Separate between audio/video so ogmaudioparse actually uses the
1865           audio pad templates. Both audio and video work now, including
1866           autoplugging. Also use sometimes-srcpad hack.
1867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1868           Handle events better. Don't hang on infinite loops.
1869         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1870         (gst_avi_demux_init), (gst_avi_demux_reset),
1871         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1872         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1873         (gst_avi_demux_change_state):
1874         * gst/avi/gstavidemux.h:
1875           Improve A/V sync. Still not perfect.
1876         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1877         (gst_ebml_read_skip):
1878           Handle events better.
1879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1880         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1881         (qtdemux_audio_caps):
1882           Add IMA4. Improve event handling. Save offset after a seek when
1883           the headers are at the end of the file so that we don't end up in
1884           an infinite loop.
1885         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1886           Add low-priority typefind support for files with no length.
1887
1888 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1889
1890         * testsuite/multifilesink/Makefile.am:
1891         fix typo
1892
1893 2004-09-22  Julien MOUTTE  <julien@moutte.net>
1894
1895         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
1897         mistakes from thaytan's patches.
1898
1899 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1900
1901         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1902           For completeness, XSync in the destroy function as xvimage does.
1903
1904 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1905
1906         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1907            Correct caps negotiation
1908         * gst/volume/gstvolume.c: (volume_chain_float),
1909         (volume_chain_int16):
1910            Modify debug output to be little more informative
1911         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1913         (gst_xvimagesink_xvimage_destroy):
1914           Add XSync calls after detaching from the shared memory segment to
1915           avoid a crash.
1916
1917 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1918
1919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1920         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1921         * ext/vorbis/vorbis.c: (plugin_init):
1922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1923         (gst_vorbisenc_chain):
1924         * ext/vorbis/vorbisenc.h:
1925         remove explicit newmedia support from oggmux and vorbisenc
1926         add debug category to vorbisenc
1927         * gst/multifilesink/gstmultifilesink.c:
1928         (gst_multifilesink_class_init), (gst_multifilesink_init),
1929         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1930         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1931         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1932         (plugin_init):
1933         * gst/multifilesink/gstmultifilesink.h:
1934         add support for streamheader in multifilesink
1935
1936 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1937
1938         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1939         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1940         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1941           Prevent infinite loops. More correct error reporting.
1942         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1943           Error out if negotiation fails.
1944         * gst/playback/gstplaybasebin.c: (setup_source),
1945         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1946         (gst_play_base_bin_found_tag):
1947           Error/tag forwarding. Pre-roll fixes for source errors on state
1948           changes (e.g. "file does not exist") to prevent hangs.
1949
1950 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1951
1952         * testsuite/multifilesink/Makefile.am:
1953         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1954         (gst_newmedia_class_init), (gst_newmedia_init),
1955         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1956         (newfile_signal), (test_signal), (main):
1957         * testsuite/multifilesink/multifilesrc_test.c: (main):
1958         * testsuite/multifilesink/oggtheora_test.c:
1959         (gst_newmedia_base_init), (gst_newmedia_class_init),
1960         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1961         (test_format), (newfile_signal), (test_signal), (main):
1962         * testsuite/multifilesink/oggvorbis_test.c:
1963         (gst_newmedia_base_init), (gst_newmedia_class_init),
1964         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1965         (test_format), (newfile_signal), (test_signal), (main):
1966         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1967         (gst_newmedia_class_init), (gst_newmedia_init),
1968         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1969         (newfile_signal), (test_signal), (main):
1970         New media tests
1971
1972 2004-09-20  Christian Schaller <christian@fluendo.com>
1973
1974         * Fix mikmod license to LGPL as they have relicensed
1975         * Move Dirac and Effectv into LGPL section of README_license
1976
1977 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1978
1979         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1980         (gst_mad_change_state):
1981           Allow for mp3 rate/channels changes. However, only very
1982           conservatively. Reason that we *have* to enable this is smiply
1983           because the mad find_sync() function is not good enough, it will
1984           regularly sync on random data as valid frames and therefore make
1985           us provide random caps as *final* caps of the stream. The best fix
1986           I could think of is to simply require several of the same stream
1987           changes in a row before we change caps.
1988           The actual testcase that works now is #
1989         * ext/ogg/Makefile.am:
1990         * ext/ogg/gstogg.c: (plugin_init):
1991         * ext/ogg/gstogmparse.c:
1992           OGM support (video only for now; I need an audio sample file).
1993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1994         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1995         (gst_asf_demux_add_video_stream):
1996           WMV extradata.
1997         * gst/playback/gstplaybasebin.c: (unknown_type):
1998           Don't error out on single unknown-types after all. It's wrong.
1999           If we found type of video and audio but not of a subtitle stream,
2000           it will still error out (which is unwanted). Will find a better fix
2001           later on.
2002         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
2003         (ogmaudio_type_find), (plugin_init):
2004           OGM support.
2005
2006 2004-09-20  Johan Dahlin  <johan@gnome.org>
2007
2008         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
2009         after setting caps.
2010
2011 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2012
2013         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
2014         * gst/wavenc/gstwavenc.h:
2015         Added newmedia support to wavenc
2016
2017 2004-09-17  Wim Taymans  <wim@fluendo.com>
2018
2019         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
2020         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2021         (gst_fdset_fd_can_write), (gst_fdset_wait):
2022         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
2023         (gst_multifdsink_init), (gst_multifdsink_add),
2024         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
2025         (gst_multifdsink_remove_client_link),
2026         (gst_multifdsink_client_queue_buffer),
2027         (gst_multifdsink_handle_client_write),
2028         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
2029         (gst_multifdsink_close), (gst_multifdsink_change_state):
2030         * gst/tcp/gstmultifdsink.h:
2031         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2032         (gst_tcpserversink_removed):
2033         Small cleanups in fdset.c
2034         Use a hastable to map fd to the client structure for faster
2035         lookup in _remove and get_stats.
2036         Added virtual function to close the fds.
2037         Handle clients even when the select/poll call was unblocked because
2038         of a command.
2039         Implement syncing to keyframe in the recovery procedure.
2040
2041 2004-09-16 Iain <iaingnome@gmail.com>
2042
2043         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
2044         try caps.
2045
2046 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2047
2048         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
2049           Caps are only set if the type of the stream is unknown, but this
2050           is initialized in ->init_stream(), so set to UNKNOWN after calling
2051           ->init_stream() so that capsnego starts.
2052
2053 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2054
2055         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2056         (gst_avi_demux_stream_data):
2057           Just hardcode for raw audio then. AVI audio sucks.
2058
2059 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
2060
2061         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2062         * gst/matroska/matroska-mux.c: (audiosink_templ),
2063         (gst_matroska_mux_audio_pad_link):
2064         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
2065         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
2066
2067 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2068
2069         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2070         (gst_avi_demux_stream_data):
2071           Try to fix a/v sync issues.
2072
2073 2004-09-15  David Schleef  <ds@schleef.org>
2074
2075         * configure.ac: remove NASM check, since we don't use it.  Update
2076         dirac check to 0.4
2077         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
2078         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2079         Initialized variables.
2080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2081         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
2082         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
2083         SVQ3 format
2084
2085 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2086
2087         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2088         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
2089         * gst/avi/gstavidemux.h:
2090           Fix for compressed audio (mp3) timestamp generation. How did this
2091           ever work?
2092
2093 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2094
2095         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2096           Volume is a double not a float.
2097
2098 2004-09-15  Wim Taymans  <wim@fluendo.com>
2099
2100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
2101         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
2102         Don't close the fd in multifdsink as we didn't open it in the
2103         first place. Some cleanups.
2104
2105 2004-09-15  Wim Taymans  <wim@fluendo.com>
2106
2107         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2109         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2110         Fix the case where the muxer would mark pages as delta
2111         frames when they are not (vorbis only ogg).
2112
2113 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2114
2115         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
2116         (gst_play_base_bin_change_state):
2117           Handle the case where we failed to setup a clear pipeline. This
2118           will throw an error (or EOS, another nice case) and if you don't
2119           catch that, the app will wait for the signal forever (and thus
2120           hang).
2121
2122 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2123
2124         * ext/gnomevfs/gstgnomevfssink.c:
2125         (gst_gnomevfssink_uri_get_protocols):
2126         * ext/gnomevfs/gstgnomevfssrc.c:
2127         (gst_gnomevfssrc_uri_get_protocols):
2128         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2129         * ext/gnomevfs/gstgnomevfsuri.h:
2130           Use _uri_new() instead of _open(), so it doesn't take as long and
2131           Christophe's computer won't hang.
2132         * gst/playback/gstplaybasebin.c: (unknown_type):
2133           Throw error on unknown media type, so apps actually display it.
2134
2135 2004-09-14  Brian Cameron  <brian.cameron@sun.com
2136
2137         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
2138           this script to work on Solaris since bash shell handles echo
2139           differenly than bash.
2140
2141 2004-09-17  Wim Taymans  <wim@fluendo.com>
2142
2143         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
2144         (setup_source), (gst_play_base_bin_set_property),
2145         (gst_play_base_bin_add_element):
2146         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2147         Some more work on making sure seeking pauses the pipeline and
2148         that changing the uri actually does something.
2149
2150 2004-09-17  Wim Taymans  <wim@fluendo.com>
2151
2152         * gst/tcp/gstfdset.c: (gst_fdset_wait):
2153         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
2154         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
2155         (gst_tcpserversink_close):
2156         Be a bit more paranoid when freeing memory.
2157
2158 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2159
2160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2161         (qtdemux_parse_trak):
2162           Don't crash by dividing by zero (see sample movie in #126922).
2163
2164 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2165
2166         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2167           Don't touch non-existing data (fixes crash on file in #140147).
2168
2169 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2170
2171         * gst/playback/gstplaybasebin.c:
2172         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
2173           Handle double disposals, and proper change of URIs.
2174
2175 2004-09-13  Martin Eikermann <meiker@upb.de>
2176
2177         * gst/mpegstream/gstmpegparse.c:
2178           fix synchronistation for streams recorded from digital PCR
2179           fixes bug #119376
2180
2181 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2182
2183         * ext/gnomevfs/Makefile.am:
2184         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2185         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
2186         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
2187         (gst_gnomevfssink_uri_get_type),
2188         (gst_gnomevfssink_uri_get_protocols),
2189         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
2190         (gst_gnomevfssink_uri_handler_init),
2191         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
2192         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
2193         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
2194         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
2195         (gst_gnomevfssrc_uri_get_type),
2196         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
2197         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
2198         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
2199         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
2200         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2201         * ext/gnomevfs/gstgnomevfsuri.h:
2202           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
2203           of fake URIs to see which this version of Gnome-VFS likes, and
2204           uses that for the Gst-URI interface. Makes playbin support http://
2205           streams. Also fix up some stupid behaviour in gnomevfssrc.
2206
2207 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2208
2209         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
2210         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2211         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2212         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2213           Update mixer (to sync with other sessions) if we try to obtain
2214           a new value. This makes alsamixer work accross applications.
2215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
2216           Only call sync functions if we're running, else alsalib asserts.
2217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
2218           Sometimes fails to compile. Possibly a gcc bug.
2219         * gst/playback/gstplaybin.c: (gen_video_element),
2220         (gen_audio_element):
2221           Add a reference to an application-provided object, because we lose
2222           this same reference if we add it to the bin. If we don't do this,
2223           we can only use this object once and thus crash if we go from
2224           ready to playing, back to ready and back to playing again.
2225           Also add an audioscale element because several cheap soundcards -
2226           like mine - don't support all samplerates.
2227         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2228         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
2229           Fix wrong order or PAR calls. Makes automatically obtained PAR
2230           from the X server atually being used.
2231
2232 2004-09-12  David Schleef  <ds@schleef.org>
2233
2234         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
2235         #151887, #152102, #152247.
2236         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
2237         * examples/seeking/cdparanoia.c: same
2238         * examples/seeking/cdplayer.c: same
2239         * examples/seeking/seek.c: same
2240         * examples/seeking/spider_seek.c: same
2241         * examples/seeking/vorbisfile.c: same
2242         * examples/stats/mp2ogg.c: same
2243         * ext/esd/esdsink.c: (gst_esdsink_class_init),
2244         (gst_esdsink_dispose): Dispose of element properly.
2245         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
2246         fixes.
2247         * ext/nas/nassink.c: (gst_nassink_class_init),
2248         (gst_nassink_dispose): Dispose of element correctly.
2249         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
2250         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2251         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2252         Fix 64-bit warning.
2253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2254         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
2255         Fix 64-bit warning.
2256
2257 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2258
2259         * configure.ac : change speex detection as 1.1.6 now uses
2260           .pc/pkg-config and they changed their headers location.
2261
2262 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
2263
2264         * gst/matroska/matroska-mux.h:
2265         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2266         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2267         (gst_matroska_mux_write_data):
2268           Write multiple blocks/frames per cluster.
2269                 Write meta-seek information (seek heads).
2270
2271 2004-09-09  Scott Wheeler <wheeler@kde.org>
2272
2273         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
2274         (gst_play_bin_set_property), (gst_play_bin_get_property),
2275         (gen_audio_element), (gen_audio_element):
2276           Add a volume element / property to the pipeline.
2277
2278 2004-09-07  Wim Taymans  <wim@fluendo.com>
2279
2280         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
2281         Copy timestamps from the master pad to the output buffers.
2282
2283 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2284
2285         * ext/raw1394/gstdv1394src.c:
2286           throw errors when applicable
2287
2288 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
2289
2290         * gst/matroska/ebml-ids.h:
2291         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
2292         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
2293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
2294           automatically convert unix time <-> ebml time when reading/writing
2295           a date, use gst_ebml_write_uint to write CUETIME,
2296           not gst_ebml_write_date.
2297         * gst/matroska/matroska-ids.h:
2298         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2299         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
2300         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2301         (gst_matroska_mux_write_data):
2302           Write track and segment UIDs, write muxing date, write
2303           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
2304           Create cues for audio only files.
2305
2306 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2307
2308         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2309         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2310           Re-commit ALSA switches.
2311         * gst/adder/gstadder.c: (gst_adder_loop):
2312           64-bit fix (#151416).
2313         * gst/debug/progressreport.c: (gst_progressreport_report):
2314           64-bit fix (#151419).
2315         * gst/matroska/matroska-demux.c:
2316         (gst_matroska_demux_parse_contents):
2317           64-bit fix (#151420).
2318         * gst/playback/test3.c: (update_scale):
2319           64-bit fix (#151421).
2320
2321 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2322
2323         * configure.ac:
2324           bump nano to cvs
2325
2326 === release 0.8.4 ===
2327
2328 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2329
2330         * configure.ac: releasing 0.8.4, "Alias"
2331
2332 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2333
2334         * ext/theora/Makefile.am:
2335           fix makefile.  Fixes #151462.
2336
2337 2004-08-30  Wim Taymans  <wim@fluendo.com>
2338
2339         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
2340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2341         (gst_multifdsink_remove_client_link),
2342         (gst_multifdsink_client_queue_buffer),
2343         (gst_multifdsink_handle_client_write):
2344         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2345         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2346         Fix some memory leaks.
2347
2348 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2349
2350         Patch by: David Schleef
2351
2352         * configure.ac:
2353         * sys/Makefile.am:
2354           rename our detection macro for V4L2.  Fixes #151236.
2355
2356 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2357
2358         Patch by: David Schleef
2359
2360         * configure.ac:
2361           check to define LAMEPRESET.  Fixes #151232.
2362
2363 2004-08-27  David Schleef  <ds@schleef.org>
2364
2365         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
2366         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
2367         (gst_glimagesink_fixate):  Move local variable declarations to
2368         make gcc-2.95 happy.
2369
2370 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2371
2372         * configure.ac:
2373           bump nano for prerelease
2374
2375 2004-08-27  David Schleef  <ds@schleef.org>
2376
2377         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
2378         * sys/sunaudio/gstsunaudiosrc.c: 
2379         * sys/sunaudio/gstsunaudiosrc.h:
2380
2381 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
2382
2383         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
2384         handle EOS correctly
2385         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
2386         * gst/matroska/matroska-mux.h:
2387         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
2388         VFW compatibility mode
2389
2390 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         patch by: Zaheer Abbas Merali
2393
2394         * ext/ogg/gstoggmux.c:
2395         * ext/vorbis/vorbisenc.c:
2396         * ext/vorbis/vorbisenc.h:
2397           handle NEWMEDIA
2398
2399 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
2400
2401         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
2402         fix byte order reversion on little endian machines.
2403         * gst/matroska/matroska-mux.c: (audiosink_templ),
2404         (gst_matroska_mux_audio_pad_link):
2405         add TTA codec to the list of supported codecs.
2406         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
2407         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2408         (gst_matroska_mux_write_data):
2409         * gst/matroska/matroska-mux.h:
2410         write segment duration correctly, write muxing app string, fixes bugs
2411         #140897 and #140898.
2412         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
2413         wait for all pads to be negotiated before starting to mux.
2414
2415 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2416
2417         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
2418         * ext/lame/gstlame.h:
2419         Added new media support to lame
2420
2421 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
2422
2423         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
2424         send vorbis headers at the beginning of a stream, fixes bug #141554.
2425         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
2426         bug #148950.
2427         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
2428         (gst_matroska_demux_plugin_init):
2429         * gst/matroska/matroska-ids.h:
2430         enable demuxing of TTA audio streams, fixes bug #148951.
2431         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
2432         enable typefinding for TTA audio files, fixes bug #148711.
2433         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
2434         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
2435         fixes playback of packed bitstream and xvid with bframes, bug #135407.
2436
2437 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
2438  
2439         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2440         (gst_riff_read_element_data), (gst_riff_read_seek),
2441         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
2442         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
2443         <teuf@gnome.org>
2444
2445 2004-08-23 Iain <iaingnome@gmail.com>
2446
2447         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
2448         tags. They appear to be handled differently to normal.
2449         (tag_list_to_id3_tag_foreach): Ditto.
2450
2451 2004-08-22  Wim Taymans  <wim@fluendo.com>
2452
2453         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2454         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2455         Make sure we never send -1 granulepos.
2456
2457 2004-08-20  Wim Taymans  <wim@fluendo.com>
2458
2459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2460         (gst_ogg_mux_loop):
2461         I will accept bitchslappings with non sharp objects.
2462
2463 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2464
2465         * configure.ac:
2466         Clean up the test for lame presets
2467
2468 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2469
2470         * configure.ac:
2471         * ext/lame/Makefile.am:
2472         * ext/lame/gstlame.c: (gst_lame_class_init),
2473         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2474         Only enable lame presets if version of lame has presets in API
2475
2476 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
2477         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
2478         * gst/udp/gstudpsrc.h:
2479           Don't call gst_pad_push in a get function. Fixes #150449
2480
2481 2004-08-18  Wim Taymans  <wim@fluendo.com>
2482
2483         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
2484         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
2485         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2486         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2487         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2488         (gst_fdset_wait):
2489         * gst/tcp/gstfdset.h:
2490         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2491         (gst_multifdsink_client_queue_buffer),
2492         (gst_multifdsink_handle_client_write):
2493         * gst/tcp/gstmultifdsink.h:
2494         Some extra checks in gstfdset.
2495         Only use send() when the fd is a socket. Don't try to
2496         read from write only fds.
2497
2498 2004-08-18  Wim Taymans  <wim@fluendo.com>
2499
2500         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
2501         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2502         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2503         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2504         (gst_fdset_wait):
2505         Add more locking and bounds checking.
2506
2507 2004-08-18  Wim Taymans  <wim@fluendo.com>
2508
2509         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
2510         Realloc test fdset in the lock and right before starting
2511         the poll call. Bump the limit to 4096.
2512
2513 2004-08-17  David Schleef  <ds@schleef.org>
2514
2515         * sys/sunaudio/Makefile.am:
2516         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
2517         of rates and channels.  Make debugging less obnoxious.
2518
2519         Patch from Balamurali Viswanathan implementing a mixer for
2520         Sun audio.  (bug #144091):
2521         * sys/sunaudio/gstsunelement.c:
2522         * sys/sunaudio/gstsunelement.h:
2523         * sys/sunaudio/gstsunmixer.c:
2524         * sys/sunaudio/gstsunmixer.h:
2525
2526 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2527
2528         * gst/audioscale/gstaudioscale.c:
2529         * gst/audioscale/gstaudioscale.h:
2530         made audioscale resample from any sample rate to any sample rate
2531
2532 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2533
2534         * ext/libpng/gstpngdec.c:
2535           error out on unsupported types
2536
2537 2004-08-17  Iain <iaingnome@gmail.com>
2538
2539         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
2540         mid_side and loose_mid_side properties if its a stereo stream.
2541
2542 2004-08-17  Wim Taymans  <wim@fluendo.com>
2543
2544         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2545         (theora_get_formats), (theora_dec_src_convert),
2546         (theora_dec_sink_convert), (theora_dec_src_query),
2547         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2548         Add a debug line.
2549
2550 2004-08-17  Wim Taymans  <wim@fluendo.com>
2551
2552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
2553         (gst_ogg_pad_push):
2554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2555         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2556         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
2557         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2558         Mark delta units in the muxer.
2559         Try to decode the packet after an out-of-sync error from
2560         libogg.
2561
2562 2004-08-17  Wim Taymans  <wim@fluendo.com>
2563
2564         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2565         (gst_multifdsink_init), (gst_multifdsink_add),
2566         (gst_multifdsink_client_queue_buffer),
2567         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2568         * gst/tcp/gstmultifdsink.h:
2569         Added option to send a keyframe to clients as the first buffer.
2570         Make timeout property writable.
2571
2572 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2573
2574         patch by: Wim Taymans
2575
2576         * gst/tcp/gstfdset.c:
2577         * gst/tcp/gstmultifdsink.c:
2578           fix index comparison, should include 0
2579
2580 2004-08-16  Wim Taymans  <wim@fluendo.com>
2581
2582         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
2583         (gst_fdset_add_fd), (gst_fdset_remove_fd),
2584         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2585         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2586         (gst_fdset_wait):
2587           copy when reallocing for poll so the select arguments don't get
2588           changed during the call
2589
2590 2004-08-16  Wim Taymans  <wim@fluendo.com>
2591
2592         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2593         (gst_theora_enc_class_init), (theora_enc_sink_link),
2594         (theora_buffer_from_packet), (theora_enc_chain):
2595         Fix bug where buffers were not marked as keyframes
2596         correctly.
2597
2598 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2599
2600         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2601         (gst_lame_preset_get_type), (gst_lame_class_init):
2602         describe the enum values for vbr mode and presets more verbosely
2603
2604 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2605
2606         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
2607         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
2608         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
2609         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2610         * ext/lame/gstlame.h:
2611         add preset property to lame so it can use lame presets
2612
2613 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2614
2615         * ext/lame/gstlame.c: (gst_lame_get_property):
2616         whoops forgot break, thanks teuf
2617
2618 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2619
2620         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2621         (gst_lame_class_init), (gst_lame_src_getcaps),
2622         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
2623         (gst_lame_get_property), (gst_lame_setup):
2624         * ext/lame/gstlame.h:
2625         fix lame's broken vbr stuff, allow it to resample if need be, and also 
2626         make xing header optional
2627
2628 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2629
2630         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
2631         added getcaps function so samplerate doesnt get fixated to silly values
2632
2633 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2634
2635         * ext/lame/gstlame.c: (gst_lame_src_link):
2636         revert previous fix
2637
2638 2004-08-12  Johan Dahlin  <johan@gnome.org>
2639
2640         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
2641         checks. Doesn't matter what state we are in. Interfaces are a
2642         compile time thing, not runtime. It also broke the python bindings.
2643
2644 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2645
2646         * ext/lame/gstlame.c: (gst_lame_src_link):
2647         made source pad link function check if sinkpad is ok..fixes the problem
2648         where core fixates the output rate of lame stupidly
2649
2650 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2651
2652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
2653         * sys/v4l/v4l_calls.c:
2654         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
2655           fix fixate function to handle nonsimple caps.
2656           remove bogus check in _link
2657           cleanups
2658
2659 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2660
2661         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
2662         set default compression ratio parameter to 0.0 so bitrate parameter
2663         works :)
2664
2665 2004-08-11  David Schleef  <ds@schleef.org>
2666
2667         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
2668
2669 2004-08-11  David Schleef  <ds@schleef.org>
2670
2671         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
2672         before.
2673
2674 2004-08-11  David Schleef  <ds@schleef.org>
2675
2676         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2677
2678 2004-08-11  David Schleef  <ds@schleef.org>
2679
2680         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
2681           license field
2682         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
2683         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
2684           LGPL.
2685         * gst/auparse/gstauparse.c: Fix plugin license field.
2686         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
2687         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
2688         * gst/rtp/gstrtp.c: Fix plugin license field.
2689
2690 2004-08-11  Wim Taymans  <wim@fluendo.com>
2691
2692         * gst/tcp/Makefile.am:
2693         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
2694         (ensure_size), (gst_fdset_new), (gst_fdset_free),
2695         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
2696         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
2697         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
2698         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2699         (gst_fdset_fd_can_write), (gst_fdset_wait):
2700         * gst/tcp/gstfdset.h:
2701         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2702         (gst_multifdsink_class_init), (gst_multifdsink_init),
2703         (gst_multifdsink_add), (gst_multifdsink_remove),
2704         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2705         (gst_multifdsink_remove_client_link),
2706         (gst_multifdsink_handle_client_read),
2707         (gst_multifdsink_client_queue_data),
2708         (gst_multifdsink_client_queue_caps),
2709         (gst_multifdsink_client_queue_buffer),
2710         (gst_multifdsink_handle_client_write),
2711         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2712         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2713         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2714         (gst_multifdsink_close):
2715         * gst/tcp/gstmultifdsink.h:
2716         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2717         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2718         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
2719         (gst_tcpserversink_close):
2720         * gst/tcp/gsttcpserversink.h:
2721         Abstracted away the select call, implemented poll (yes we ran into
2722         the 1024 limit in production).
2723
2724 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2725
2726         * gst/tcp/gsttcp.c:
2727         * gst/tcp/gsttcpplugin.c:
2728           improve debuggging, remove assert
2729
2730 2004-08-10  Wim Taymans  <wim@fluendo.com>
2731
2732         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2733         (gst_client_status_get_type), (gst_multifdsink_class_init),
2734         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2735         (gst_multifdsink_handle_client_read),
2736         (gst_multifdsink_handle_client_write),
2737         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2738         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2739         (gst_multifdsink_get_property):
2740         * gst/tcp/gstmultifdsink.h:
2741         * gst/tcp/gsttcp-marshal.list:
2742         Starting to prepare for specifying buffer time in other units
2743         than buffers. Expose remove reason in signal.
2744
2745 2004-08-10  Wim Taymans  <wim@fluendo.com>
2746
2747         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2748         (gst_multifdsink_remove), (gst_multifdsink_clear),
2749         (gst_multifdsink_remove_client_link),
2750         (gst_multifdsink_handle_client_read),
2751         (gst_multifdsink_client_queue_data),
2752         (gst_multifdsink_client_queue_buffer),
2753         (gst_multifdsink_handle_client_write),
2754         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2755         (gst_multifdsink_chain), (gst_multifdsink_close):
2756         * gst/tcp/gstmultifdsink.h:
2757         Added more debugging info. Changed the way clients are 
2758         removed from the lists. Fixed a bug where a bad file descriptor
2759         could cause many clients to be removed.
2760
2761 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2762
2763         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
2764           allow all pixel-aspect-ratios, not just 1:1
2765
2766 2004-08-09  David Schleef  <ds@schleef.org>
2767
2768         * sys/glsink/ARB_multitexture.h:  Remove old files.
2769         * sys/glsink/EXT_paletted_texture.h:
2770         * sys/glsink/NV_register_combiners.h:
2771         * sys/glsink/gstgl_nvimage.c:
2772         * sys/glsink/gstgl_pdrimage.c:
2773         * sys/glsink/gstgl_rgbimage.c:
2774         * sys/glsink/gstglsink.c:
2775         * sys/glsink/gstglsink.h:
2776         * sys/glsink/gstglxwindow.c:
2777         * sys/glsink/regcomb_yuvrgb.c:
2778
2779 2004-08-09  David Schleef  <ds@schleef.org>
2780
2781         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2782         GL sink plugin.  (Bug #147302)
2783
2784         * configure.ac: Test for OpenGL
2785         * sys/Makefile.am: Use test for OpenGL
2786         * sys/glsink/Makefile.am:
2787         * sys/glsink/glimagesink.c: rewrite
2788         * sys/glsink/glimagesink.h: rewrite
2789
2790 2004-08-09  David Schleef  <ds@schleef.org>
2791
2792         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
2793         sane framerates.
2794         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2796         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2797
2798 2004-08-09  Wim Taymans  <wim@fluendo.com>
2799
2800         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2801         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2802         (gst_multifdsink_client_remove),
2803         (gst_multifdsink_handle_client_read),
2804         (gst_multifdsink_handle_client_write),
2805         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2806         Do a bit more logging, make the client_read code more robust.
2807
2808 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2809
2810         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2811         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2812         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2813         (gst_jpegdec_init), (gst_jpegdec_chain):
2814         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2815         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2816           cleanups, debugging fixes and memleak plugging
2817
2818 2004-08-09  Wim Taymans  <wim@fluendo.com>
2819
2820         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2821         (theora_get_formats), (theora_dec_src_convert),
2822         (theora_dec_sink_convert), (theora_dec_src_query),
2823         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2824         (theora_dec_change_state):
2825         Don't crash on missing header packets.
2826
2827 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2828
2829         * po/LINGUAS:
2830         * po/sq.po:
2831           Added Albanian translation (Laurent Dhima)
2832         * po/cs.po:
2833           updated
2834
2835 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2836
2837         * ext/lame/gstlame.c:
2838           fix/add debugging
2839
2840 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2841
2842         * sys/ximage/ximagesink.c:
2843         * sys/xvimage/xvimagesink.c:
2844           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
2845
2846 2004-08-06  Wim Taymans  <wim@fluendo.com>
2847
2848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2849         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2850         (gst_multifdsink_client_remove),
2851         (gst_multifdsink_handle_client_read),
2852         (gst_multifdsink_handle_client_write),
2853         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2854         Make sure we don't try to read more from a client that what 
2855         ioctl says us or we deadlock.
2856
2857 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2858
2859         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2860         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2861         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2862           decouple running_time and n_frames so it can handle changing
2863           framerate while running
2864
2865 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2866
2867         * po/nl.po:
2868         * po/sv.po:
2869           updated translations
2870
2871 2004-08-04  Benjamin Otte  <otte@gnome.org>
2872
2873         * gst/videotestsrc/gstvideotestsrc.c:
2874         (gst_videotestsrc_get_capslist), (generate_capslist),
2875         (plugin_init):
2876           generate the list of supported caps at startup and reuse it instead
2877           of always generating it
2878
2879 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2880
2881         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2882           whoops, last checkin broke normal build
2883
2884 2004-08-03  Benjamin Otte  <otte@gnome.org>
2885
2886         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2887         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2888         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2889         (gst_alsa_mixer_get_option):
2890         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2891         (dvdnavsrc_print_event):
2892         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2894         (gst_ogg_mux_pad_unlink):
2895         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2896         (gst_multipart_mux_pad_unlink):
2897         * gst/videofilter/gstvideobalance.c:
2898         (gst_videobalance_colorbalance_set_value):
2899         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2900         (gst_videomixer_pad_unlink):
2901         * po/uk.po:
2902         * sys/oss/gstossmixer.c:
2903         * sys/v4l/gstv4lcolorbalance.c:
2904         * sys/v4l/gstv4ltuner.c:
2905         * sys/v4l/v4lsrc_calls.c:
2906         * sys/v4l2/gstv4l2colorbalance.c:
2907         * sys/v4l2/gstv4l2tuner.c:
2908           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2909
2910 2004-08-03  Benjamin Otte  <otte@gnome.org>
2911
2912         * examples/dynparams/filter.c: (ui_control_create):
2913         * examples/gstplay/player.c: (print_tag):
2914         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2915         * ext/gdk_pixbuf/gstgdkanimation.c:
2916         (gst_gdk_animation_iter_may_advance):
2917         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2918         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2919         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2920         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2921         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2922         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2923         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2924         * gst/sine/demo-dparams.c: (main):
2925         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2926         * testsuite/alsa/formats.c: (create_pipeline):
2927         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2928           fixes for G_DISABLE_ASSERT and friends
2929         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2930         (mp3_type_frame_length_from_header), (mp3_type_find),
2931         (plugin_init):
2932           require mp3 typefinding to have at least MIN_HEADERS valid headers
2933           add typefinding for AAC adts files
2934
2935 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
2936
2937         * sys/ximage/ximagesink.c:
2938         (gst_ximagesink_calculate_pixel_aspect_ratio):
2939         * sys/xvimage/xvimagesink.c:
2940         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2941         Make sure we calculate pixel-aspect-ratio using floating point maths
2942
2943 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2944
2945         * po/uk.po:
2946           updated translation
2947
2948 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2949
2950         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2952           add debugging for display PAR calculation
2953
2954 2004-08-02  David Schleef  <ds@schleef.org>
2955
2956         * configure.ac: Fix mikmod CFLAGS.
2957
2958 2004-07-27  Benjamin Otte  <otte@gnome.org>
2959
2960         * gst/audioscale/gstaudioscale.c:
2961         - fix templates to only support S16, it's the only format that works
2962         - make caps nego code use try_set_caps_nonfixed and fixation instead
2963         of try_set_caps twice, which is not nice for autopluggers
2964         - change rank to secondary, so autopluggers can pick it up after
2965         audioconvert
2966
2967 2004-08-02  Iain <iain@prettypeople.org>
2968
2969         * gst/interleave/interleave.c (interleave_init),
2970         (interleave_request_new_pad),
2971         (interleave_pad_removed),
2972         (interleave_buffered_loop): Use the real pad count, not the artificial
2973         one.
2974
2975 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2976
2977         * configure.ac: bump nano back to development
2978
2979 === release 0.8.3 ===
2980
2981 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2982
2983         * configure.ac: releasing 0.8.3, "Water"
2984
2985 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2986
2987         * sys/xvimage/xvimagesink.c:
2988         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2989         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2990         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2991         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2992         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2993         * sys/xvimage/xvimagesink.h:
2994           apply similar PAR fixes as to ximagesink
2995
2996 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2997
2998         patch from: Benjamin Otte
2999
3000         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
3001           add link function to lame.  Fixes #148986.
3002
3003 2004-08-02  Johan Dahlin  <johan@gnome.org>
3004
3005         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
3006         fix debugging log
3007
3008 2004-07-30  David Schleef  <ds@schleef.org>
3009
3010         * gst/videomixer/Makefile.am: Fix things that should have been
3011         fixed in the last checkin.
3012
3013 2004-07-30  David Schleef  <ds@schleef.org>
3014
3015         * gst/multipart/Makefile.am: Fix things that should have been
3016         fixed in the last checkin.
3017
3018 2004-07-30  David Schleef  <ds@schleef.org>
3019
3020         * testsuite/multifilesink/Makefile.am: Fix unused variable.
3021
3022 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3023
3024         * configure.ac:
3025           bump nano for prerelease
3026         * po/af.po:
3027         * po/az.po:
3028         * po/cs.po:
3029         * po/en_GB.po:
3030         * po/hu.po:
3031         * po/nl.po:
3032         * po/sr.po:
3033         * po/sv.po:
3034         * po/uk.po:
3035           updates
3036
3037 2004-07-30  Wim Taymans  <wim@fluendo.com>
3038
3039         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3040         (gst_multifdsink_add), (gst_multifdsink_remove),
3041         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3042         (gst_multifdsink_client_remove),
3043         (gst_multifdsink_handle_client_write),
3044         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3045         * gst/tcp/gstmultifdsink.h:
3046         Recover from a select with a bad file descriptor by removing
3047         the client.
3048
3049 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3050
3051         * configure.ac:
3052           fix requirement of core
3053         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
3054         (gst_play_pipeline_setup):
3055           don't use colorspace element.  do use hermescolorspace element.
3056           make macro to get a colorspace element.
3057           mark strings for translation.
3058         * po/POTFILES.in:
3059           add play.c
3060         * po/af.po:
3061         * po/az.po:
3062         * po/cs.po:
3063         * po/en_GB.po:
3064         * po/hu.po:
3065         * po/nl.po:
3066         * po/sr.po:
3067         * po/sv.po:
3068         * po/uk.po:
3069           update translations
3070
3071 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3072
3073         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
3074         fix default for newmedia flag
3075
3076 2004-07-30  Wim Taymans  <wim@fluendo.com>
3077
3078         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3079         (gst_theora_dec_init), (theora_get_formats),
3080         (theora_dec_src_convert), (theora_dec_sink_convert),
3081         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3082         (theora_dec_chain), (theora_dec_set_property),
3083         (theora_dec_get_property):
3084         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3085         (gst_theora_enc_class_init), (gst_theora_enc_init),
3086         (theora_enc_sink_link), (theora_enc_chain),
3087         (theora_enc_set_property), (theora_enc_get_property):
3088         Added cropping option to theora decoder.
3089         Added border option to theora encoder.
3090
3091 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3092
3093         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3094         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3095         (gst_pngenc_set_property):
3096         * ext/libpng/gstpngenc.h:
3097         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
3098
3099 2004-07-30  Wim Taymans  <wim@fluendo.com>
3100
3101         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3102         (theora_enc_sink_link), (theora_enc_chain),
3103         (theora_enc_set_property), (theora_enc_get_property):
3104         Fix encoding of non-multiple-of-16 video.
3105
3106 2004-07-29  David Schleef  <ds@schleef.org>
3107
3108         * configure.ac: make test for audiofile more strict
3109
3110 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3111
3112         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3113           give different names to typefind functions
3114
3115 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3116
3117         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3118         (gst_ximagesink_calculate_pixel_aspect_ratio),
3119         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
3120         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3121         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
3122         (gst_ximagesink_get_property), (gst_ximagesink_init):
3123         * sys/ximage/ximagesink.h:
3124           allocate PAR's dynamically.
3125           use autodetected PAR if no object-set PAR is given.
3126           add workaround for directfb's X not setting physical size.
3127           fix to xvimagesink will follow tomorrow.
3128
3129 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3130
3131         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
3132         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3133         (gst_shout2send_get_type), (gst_shout2send_set_clock),
3134         (gst_shout2send_class_init), (gst_shout2send_init),
3135         (set_shout_metadata), (gst_shout2send_set_metadata),
3136         (gst_shout2send_chain), (gst_shout2send_set_property),
3137         (gst_shout2send_get_property), (gst_shout2send_connect),
3138         (gst_shout2send_change_state):
3139         * ext/shout2/gstshout2.h:
3140         - fix for sending mp3 audio to icecast2 server, if pad link function not
3141         called before PAUSED state
3142         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
3143         - added tagging support for mp3 audio broadcasted
3144         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
3145         debug info
3146
3147 2004-07-28  Wim Taymans  <wim@fluendo.com>
3148
3149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
3150         (gst_ogg_demux_push):
3151         Return query failure when we don't know the length of
3152         an ogg stream insteda of returning TRUE with a bogus value.
3153
3154 2004-07-28  Wim Taymans  <wim@fluendo.com>
3155
3156         * ext/theora/theoradec.c: (theora_get_formats),
3157         (theora_dec_src_convert), (theora_dec_sink_convert),
3158         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3159         (theora_dec_chain):
3160         Don't screw up the 1 Chroma for 1 luma sample situation when we
3161         have an odd offset/width by adding a black border in those cases.
3162
3163 2004-07-28  Wim Taymans  <wim@fluendo.com>
3164
3165         * ext/theora/theoradec.c: (theora_get_formats),
3166         (theora_dec_src_convert), (theora_dec_sink_convert),
3167         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3168         (theora_dec_chain):
3169         * ext/theora/theoraenc.c: (theora_enc_sink_link):
3170         Added first attempt at cropping of the image as required by the 
3171         theora spec. We need more properties in the caps (offset_x,
3172         offset_y,stride) to implement this correctly.
3173
3174 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3175
3176         * ext/dvdnav/README:
3177           Update the README to use dvddemux
3178         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
3179           Ensure getcaps returns a subset of the template caps
3180         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
3181         (gst_mpeg2subt_init):
3182           Ensure getcaps returns a subset of the template caps
3183         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3184         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
3185         (gst_dvd_demux_get_subpicture_stream),
3186         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
3187         * gst/mpegstream/gstdvddemux.h:
3188           Set the explicit caps on the current_video pad before pushing
3189           anything
3190         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3191         (gst_mpeg_demux_get_audio_stream):
3192           Free caps used to gst_pad_set_explicit_caps, which takes a const
3193           GstCaps *
3194
3195 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3196
3197         * configure.ac: update GStreamer requirement to 0.8.4 because of
3198           GstFraction.
3199
3200 2004-07-28  Wim Taymans  <wim@fluendo.com>
3201
3202         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
3203         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
3204         Add the pad to the element after setting up the caps. This
3205         makes it a lot easier to autoplug.
3206
3207 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3208
3209         * gst/median/gstmedian.c:
3210         * gst/mpeg2subt/gstmpeg2subt.c:
3211         * gst/mpegaudioparse/gstmpegaudioparse.c:
3212         * gst/mpegstream/gstdvddemux.c:
3213         * gst/mpegstream/gstmpegdemux.c:
3214         * gst/mpegstream/gstmpegpacketize.c:
3215         * gst/rtjpeg/gstrtjpeg.c:
3216         * gst/rtjpeg/gstrtjpegdec.c:
3217         * gst/rtjpeg/gstrtjpegenc.c:
3218         * gst/sine/gstsinesrc.c:
3219         * gst/smooth/gstsmooth.c:
3220         * gst/smpte/gstsmpte.c:
3221         * gst/smpte/gstsmpte.h:
3222         * gst/stereo/gststereo.c:
3223         * gst/videofilter/gstgamma.c:
3224         * gst/videofilter/gstvideobalance.c:
3225         * gst/videofilter/gstvideofilter.c:
3226         * gst/videofilter/gstvideoflip.c:
3227         * gst/videoscale/gstvideoscale.c:
3228         * gst/videoscale/videoscale.c:
3229         * gst/videotestsrc/gstvideotestsrc.c:
3230         * gst/videotestsrc/videotestsrc.c:
3231         * gst/wavenc/gstwavenc.c:
3232         * gst/wavparse/gstwavparse.c:
3233           fix local includes and 64 bits constants
3234
3235 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3236
3237         * win32/gst.sln:
3238         * gst-libs/gst/*/*.vcproj:
3239         * gst/*/*.vcproj:
3240           more working plugins
3241
3242 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3243
3244         * testsuite/alsa/Makefile.am:
3245         * testsuite/alsa/srcstate.c:
3246         add test for alsasrc changing state
3247
3248 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3249
3250         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
3251         (gst_silence_get):
3252         * gst/silence/gstsilence.h:
3253         fix silence generation for 16bit raw audio
3254
3255 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3256
3257         * gst/matroska/matroska-demux.c:
3258         (gst_matroska_demux_parse_metadata),
3259         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
3260         * gst/mpegaudio/common.c:
3261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3262         (gst_videoscale_getcaps), (gst_videoscale_link),
3263         (gst_videoscale_src_fixate), (gst_videoscale_init),
3264         (gst_videoscale_finalize):
3265         * gst/videoscale/gstvideoscale.h:
3266         * gst/videotestsrc/gstvideotestsrc.c:
3267         (gst_videotestsrc_get_capslist):
3268         * gst/wavenc/gstwavenc.c:
3269         * sys/oss/gstossmixer.c: (fill_labels):
3270         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3271         (gst_ximagesink_handle_xevents),
3272         (gst_ximagesink_calculate_pixel_aspect_ratio),
3273         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
3274         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
3275         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3276         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3277         (gst_ximagesink_init), (gst_ximagesink_class_init):
3278         * sys/ximage/ximagesink.h:
3279         * sys/xvimage/xvimagesink.c:
3280         (gst_xvimagesink_calculate_pixel_aspect_ratio),
3281         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
3282         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3283         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3284         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3285         * sys/xvimage/xvimagesink.h:
3286           first batch of pixel aspect ratio commits.
3287
3288 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3289
3290         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3291         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
3292         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
3293           handle stride, needs work if we want to move stride handling
3294           upstream, but works correctly for our purposes.
3295
3296 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3297
3298         * gst/videoscale/README:
3299           add testing examples
3300         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
3301         (gst_videoscale_chain):
3302         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3303         (gst_videoscale_get_size):
3304           add get_size function that handles stride like videotestsrc.
3305           fixes conversion for YUV formats for as much as I can test them.
3306
3307 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3308
3309         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3310         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3312         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3313         (gst_xvimagesink_xvimage_put):
3314           further cleanups, logging, error handling and synchronizing
3315
3316 2004-07-27  Wim Taymans  <wim@fluendo.com>
3317
3318         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3319         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3320         (gst_videomixer_pad_set_property),
3321         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3322         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3323         (gst_videomixer_class_init), (gst_videomixer_init),
3324         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
3325         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
3326         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
3327         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3328         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3329         (gst_videomixer_loop), (plugin_init):
3330         Be a nicer negotiation citizen and provide a getcaps function on
3331         the srcpad. This also fixes a crash when resizing.
3332
3333 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3334
3335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3336         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
3337
3338 2004-07-27  Wim Taymans  <wim@fluendo.com>
3339
3340         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
3341         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3342         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3343         (gst_pngenc_set_property):
3344         * ext/libpng/gstpngenc.h:
3345         Added snapshot property to pngenc.
3346         removed g_print from pngdec
3347
3348 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3349
3350         * gst/ac3parse/ac3parse.vcproj
3351         * gst/adder/adder.vcproj
3352         * gst/alpha/alpha.vcproj
3353         * gst/alpha/alphacolor.vcproj
3354         * gst/asfdemux/asf.vcproj
3355         * gst/audioconvert/audioconvert.vcproj
3356         * gst/audiorate/audiorate.vcproj
3357         * gst/audioscale/audioscale.vcproj
3358         * gst/auparse/auparse.vcproj
3359         * gst/avi/avi.vcproj
3360         * gst/cdxaparse/cdxaparse.vcproj
3361         * gst/chart/chart.vcproj
3362         * gst/colorspace/colorspace.vcproj
3363         * gst/cutter/cutter.vcproj
3364         * gst/debug/debug.vcproj
3365         * gst/debug/efence.vcproj
3366         * gst/debug/navigationtest.vcproj
3367         * gst/deinterlace/deinterlace.vcproj
3368         * gst/effectv/effectv.vcproj
3369         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3370         * gst/filter/filter.vcproj
3371         * gst/flx/flxdec.vcproj
3372         * gst/goom/goom.vcproj
3373         * gst/interleave/interleave.vcproj
3374         * gst/law/alaw.vcproj
3375         * gst/law/mulaw.vcproj
3376         * gst/matroska/matroska.vcproj
3377         * gst/median/median.vcproj
3378         * gst/mixmatrix/mixmatrix.vcproj
3379         * gst/mpeg1sys/mpeg1systemencode.vcproj
3380         * gst/mpeg1videoparse/mp1videoparse.vcproj
3381         * gst/mpeg2sub/mpeg2subt.vcproj
3382         * gst/mpegaudio/mpegaudio.vcproj
3383         * gst/mpegaudioparse/mpegaudioparse.vcproj
3384         * gst/mpegstream/mpegstream.vcproj
3385         * gst/multifilesink/multifilesink.vcproj
3386         * gst/multipart/multipart.vcproj
3387         * gst/oneton/oneton.vcproj
3388         * gst/overlay/overlay.vcproj
3389         * gst/passthrough/passthrough.vcproj
3390         * gst/qtdemux/qtdemux.vcproj
3391         * gst/realmedia/rmdemux.vcproj
3392         * gst/rtjpeg/rtjpeg.vcproj
3393         * gst/rtp/rtp.vcproj
3394         * gst/silence/silence.vcproj
3395         * gst/sine/sinesrc.vcproj
3396         * gst/smooth/smooth.vcproj
3397         * gst/smpte/smpte.vcproj
3398         * gst/spectrum/spectrum.vcproj
3399         * gst/speed/speed.vcproj
3400         * gst/stereo/stereo.vcproj
3401         * gst/switch/switch.vcproj
3402         * gst/tags/tagedit.vcproj
3403         * gst/tcp/tcp.vcproj
3404         * gst/typefind/typefindfunctions.vcproj
3405         * gst/udp/udp.vcproj
3406         * gst/videobox/videobox.vcproj
3407         * gst/videocrop/videocrop.vcproj
3408         * gst/videodrop/videodrop.vcproj
3409         * gst/videofilter/gamma.vcproj
3410         * gst/videofilter/videobalance.vcproj
3411         * gst/videofilter/videofilter.vcproj
3412         * gst/videofilter/videoflip.vcproj
3413         * gst/videoflip/videoflip.vcproj
3414         * gst/videomixer/videomixer.vcproj
3415         * gst/videorate/videorate.vcproj
3416         * gst/videoscale/videoscale.vcproj
3417         * gst/videotestsrc/videotestsrc.vcproj
3418         * gst/virtualdub/virtualdub.vcproj
3419         * gst/volenv/volenv.vcproj
3420         * gst/volume/volume.vcproj
3421         * gst/wavenc/wavenc.vcproj
3422         * gst/wavparse/wavparse.vcproj
3423         * gst/y4m/y4menc.vcproj
3424         * gst-libs/gst/audio/audio.vcproj
3425         * gst-libs/gst/audio/audiofilter.vcproj
3426         * gst-libs/gst/colorbalance/colorbalance.vcproj
3427         * gst-libs/gst/idct/idtc.vcproj
3428         * gst-libs/gst/media-info/media-info.vcproj
3429         * gst-libs/gst/mixer/mixer.vcproj
3430         * gst-libs/gst/navigation/navigation.vcproj
3431         * gst-libs/gst/play/play.vcproj
3432         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
3433         * gst-libs/gst/resample/resample.vcproj
3434         * gst-libs/gst/riff/riff.vcproj
3435         * gst-libs/gst/tuner/tuner.vcproj
3436         * gst-libs/gst/video/video.vcproj
3437         * gst-libs/gst/xoverlay/xoverlay.vcproj
3438           avoid problems with math.h, fix release dependancy
3439           rename GStreamer-0.8.lib to libgstreamer.lib
3440
3441 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3442
3443         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
3445         the atom is not available we have to unlock the mutex. Fixes #148023
3446
3447 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3448
3449         * gst-libs/gst/media-info/media-info.h:
3450           issue for a vararg macro with MSVC
3451
3452 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3453
3454         * gst/effectv/effectv.vcproj
3455         * gst-libs/gst/idct/idct.vcproj:
3456         * gst-libs/gst/media-info/media-info.vcproj:
3457         * gst-libs/gst/navigation/navigation.vcproj:
3458         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3459         * gst-libs/gst/video/video.vcproj:
3460         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3461           fixes for build problems
3462
3463 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3464
3465         * gst-libs/gst/audio/audio.def:
3466         * gst-libs/gst/audio/riff.def:
3467           add some definitions needed by plugins
3468
3469 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3470
3471         * gst/asfdemux/gstasfmux.c
3472           Fix some 64 bits constants to be glib friendly
3473
3474 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3475
3476         * gst/ac3parse/gstac3parse.c
3477         * gst/audioscale/gstaudioscale.c
3478         * gst/auparse/gstauparse.c
3479         * gst/colorspace/gstcolorspace.c
3480         * gst/colorspace/yuv2rgb.h
3481           local include fixes
3482
3483 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3484
3485         * win32/gst.sln
3486           add more plugins to the build
3487
3488 2004-07-26  Julien MOUTTE  <julien@moutte.net>
3489
3490         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3491         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
3492
3493 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3494
3495         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3496         (gst_level_set_property), (gst_level_get_property),
3497         (gst_level_base_init), (gst_level_class_init):
3498           add debugging categories.  cleanups.
3499
3500 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3501
3502         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3503         (gst_videoscale_planar411), (gst_videoscale_planar400),
3504         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
3505         (gst_videoscale_scale_nearest_str1),
3506         (gst_videoscale_scale_nearest_str2),
3507         (gst_videoscale_scale_nearest_str4),
3508         (gst_videoscale_scale_nearest_16bit),
3509         (gst_videoscale_scale_nearest_24bit):
3510           fixed stride issues
3511           tested with 320x240 -> 321, 322, 324 x240
3512           tested with YV12, I420, YUY2, UYVY
3513           fixed packed422rev (don't think it could have worked before)
3514           by testing with UYVY
3515
3516 2004-07-26  Benjamin Otte  <otte@gnome.org>
3517
3518         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
3519         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
3520         (plugin_init):
3521           add debugging category, add error checks like checking return values
3522           of setup calls, make sure it still works after
3523           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
3524
3525 2004-07-26  Wim Taymans  <wim@fluendo.com>
3526
3527         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3528         (gst_mpeg_demux_get_audio_stream),
3529         (gst_mpeg_demux_process_private):
3530         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
3531         Check for error codes from the negotiation functions. Make sure
3532         we really set the pad caps when a new pad is created.
3533
3534 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3535
3536         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3537         (gst_ffmpeg_caps_to_pix_fmt):
3538         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3540         (gst_ffmpegcolorspace_pad_link):
3541           don't make function do two things at the same time without reason.
3542
3543 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3544
3545         * gst/ac3parse/ac3parse.vcproj
3546         * gst/adder/adder.vcproj
3547         * gst/alpha/alpha.vcproj
3548         * gst/alpha/alphacolor.vcproj
3549         * gst/asfdemux/asf.vcproj
3550         * gst/audioconvert/audioconvert.vcproj
3551         * gst/audiorate/audiorate.vcproj
3552         * gst/audioscale/audioscale.vcproj
3553         * gst/auparse/auparse.vcproj
3554         * gst/avi/avi.vcproj
3555         * gst/cdxaparse/cdxaparse.vcproj
3556         * gst/chart/chart.vcproj
3557         * gst/colorspace/colorspace.vcproj
3558         * gst/cutter/cutter.vcproj
3559         * gst/debug/debug.vcproj
3560         * gst/debug/efence.vcproj
3561         * gst/debug/navigationtest.vcproj
3562         * gst/deinterlace/deinterlace.vcproj
3563         * gst/effectv/effectv.vcproj
3564         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3565         * gst/filter/filter.vcproj
3566         * gst/flx/flxdec.vcproj
3567         * gst/goom/goom.vcproj
3568         * gst/interleave/interleave.vcproj
3569         * gst/law/alaw.vcproj
3570         * gst/law/mulaw.vcproj
3571         * gst/matroska/matroska.vcproj
3572         * gst/median/median.vcproj
3573         * gst/mixmatrix/mixmatrix.vcproj
3574         * gst/mpeg1sys/mpeg1systemencode.vcproj
3575         * gst/mpeg1videoparse/mp1videoparse.vcproj
3576         * gst/mpeg2sub/mpeg2subt.vcproj
3577         * gst/mpegaudio/mpegaudio.vcproj
3578         * gst/mpegaudioparse/mpegaudioparse.vcproj
3579         * gst/mpegstream/mpegstream.vcproj
3580         * gst/multifilesink/multifilesink.vcproj
3581         * gst/multipart/multipart.vcproj
3582         * gst/oneton/oneton.vcproj
3583         * gst/overlay/overlay.vcproj
3584         * gst/passthrough/passthrough.vcproj
3585         * gst/qtdemux/qtdemux.vcproj
3586         * gst/realmedia/rmdemux.vcproj
3587         * gst/rtjpeg/rtjpeg.vcproj
3588         * gst/rtp/rtp.vcproj
3589         * gst/silence/silence.vcproj
3590         * gst/sine/sinesrc.vcproj
3591         * gst/smooth/smooth.vcproj
3592         * gst/smpte/smpte.vcproj
3593         * gst/spectrum/spectrum.vcproj
3594         * gst/speed/speed.vcproj
3595         * gst/stereo/stereo.vcproj
3596         * gst/switch/switch.vcproj
3597         * gst/tags/tagedit.vcproj
3598         * gst/tcp/tcp.vcproj
3599         * gst/typefind/typefindfunctions.vcproj
3600         * gst/udp/udp.vcproj
3601         * gst/videobox/videobox.vcproj
3602         * gst/videocrop/videocrop.vcproj
3603         * gst/videodrop/videodrop.vcproj
3604         * gst/videofilter/gamma.vcproj
3605         * gst/videofilter/videobalance.vcproj
3606         * gst/videofilter/videofilter.vcproj
3607         * gst/videofilter/videoflip.vcproj
3608         * gst/videoflip/videoflip.vcproj
3609         * gst/videomixer/videomixer.vcproj
3610         * gst/videorate/videorate.vcproj
3611         * gst/videoscale/videoscale.vcproj
3612         * gst/videotestsrc/videotestsrc.vcproj
3613         * gst/virtualdub/virtualdub.vcproj
3614         * gst/volenv/volenv.vcproj
3615         * gst/volume/volume.vcproj
3616         * gst/wavenc/wavenc.vcproj
3617         * gst/wavparse/wavparse.vcproj
3618         * gst/y4m/y4menc.vcproj
3619           more plugins supported under windows
3620
3621 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3622
3623         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3624         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
3625         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
3626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3627         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
3628           Add debugging statements.  Use the sizes as returned by the
3629           *CreateImage calls.
3630
3631 2004-07-26  Johan Dahlin  <johan@gnome.org>
3632
3633         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
3634         the pad is negotiated.
3635
3636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
3637
3638 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3639
3640         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3641         * gst-libs/gst/idct/idct.vcproj:
3642         * gst-libs/gst/media-info/media-info.vcproj:
3643         * gst-libs/gst/mixer/mixer.vcproj:
3644         * gst-libs/gst/navigation/navigation.vcproj:
3645         * gst-libs/gst/play/play.vcproj:
3646         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3647         * gst-libs/gst/resample/resample.vcproj:
3648         * gst-libs/gst/tuner/tuner.vcproj:
3649         * gst-libs/gst/video/video.vcproj:
3650         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3651           more plugins supported under windows
3652
3653 2004-07-25 Iain <iain@prettypeople.org>
3654
3655         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
3656         pad now rather than when the pad is created because state changes wipe
3657         explicit caps (fixes #148043).
3658
3659 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
3660
3661         reviewed by Benjamin Otte  <otte@gnome.org>
3662
3663         * ext/mad/gstmad.c:
3664           fix mad plugin crashing on Sun (fixes #148289)
3665
3666 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3667
3668         * gst/avi/avi.def:
3669         * gst/avi/avi.vcproj:
3670         * gst/matroska/matroska.def:
3671         * gst/matroska/matroska.vcproj:
3672           remove unused .def files
3673
3674 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3675
3676         * gst-libs/gst/audio/gstaudiofilter.c:
3677           Clean the local include
3678
3679 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3680
3681         * win32/gst.sln:
3682         * gst-libs/gst/audio/audio.def:
3683         * gst-libs/gst/audio/audio.vcproj:
3684         * gst-libs/gst/audio/audiofilter.vcproj:
3685         * gst-libs/gst/audio/riff.def:
3686         * gst-libs/gst/audio/riff.vcproj:
3687         * gst-libs/gst/gst-libs.def:
3688         * gst-libs/gst/gst-libs.vcproj:
3689         * gst/avi/avi.vcproj:
3690         * gst/avi/avi.vcproj:
3691           Copy the files where needed after building, cleaner projects
3692
3693 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3694
3695         * gst/matroska/ebml-write.c:
3696           Fix some 64 bits constants to be glib friendly
3697
3698 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3699
3700         * win32/gst.sln:
3701         * gst-libs/gst/gst-libs.def:
3702         * gst-libs/gst/gst-libs.vcproj:
3703         * gst/matroska/matroska.def:
3704         * gst/matroska/matroska.vcproj:
3705           Add the preliminary canvas to build plugins on Win32
3706
3707 2004-07-23  Benjamin Otte  <otte@gnome.org>
3708
3709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3710           don't enfore negotiation from source side, it breaks 
3711           sinesrc ! audioconvert ! osssink
3712
3713 2004-07-22  David Schleef  <ds@schleef.org>
3714
3715         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
3716         for ELF files, since they can easily be recognized as audio/mpeg.
3717         (bug #147441)
3718
3719 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3720
3721         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3722         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
3723         (gst_videoscale_scale_nearest_24bit),
3724         (gst_videoscale_scale_nearest_16bit):
3725           fix 16bit and 24bit for stride (24bit might need testing)
3726           don't pretend we do more than one algorithm
3727
3728 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3729
3730         * configure.ac:
3731         * gst/Makefile.am:
3732         * gst/multifilesink/Makefile.am:
3733         * gst/multifilesink/gstmultifilesink.c:
3734         (gst_multifilesink_get_formats),
3735         (gst_multifilesink_get_query_types), (_do_init),
3736         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
3737         (gst_multifilesink_init), (gst_multifilesink_dispose),
3738         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
3739         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
3740         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
3741         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
3742         (gst_multifilesink_chain), (gst_multifilesink_change_state),
3743         (gst_multifilesink_uri_get_type),
3744         (gst_multifilesink_uri_get_protocols),
3745         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
3746         (gst_multifilesink_uri_handler_init), (plugin_init):
3747         * gst/multifilesink/gstmultifilesink.h:
3748         * testsuite/Makefile.am:
3749         * testsuite/multifilesink/Makefile.am:
3750         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
3751         (gst_newmedia_class_init), (gst_newmedia_init),
3752         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3753         (newfile_signal), (test_signal), (main):
3754         multifilesink plugin for creating new files every time a new media
3755         discontinuity event occurs
3756
3757 2004-07-22  Wim Taymans  <wim@fluendo.com>
3758
3759         * gst/alpha/Makefile.am:
3760         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
3761         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
3762         (gst_alpha_color_init), (gst_alpha_color_set_property),
3763         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
3764         (transform), (gst_alpha_color_chain),
3765         (gst_alpha_color_change_state), (plugin_init):
3766         Stupid plugin to to RGBA to AYUV conversion because none of
3767         the colorspace plugins can handle that yet.
3768
3769 2004-07-22  Wim Taymans  <wim@fluendo.com>
3770
3771         * examples/seeking/seek.c: (update_scale), (main):
3772         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3773         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3774         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3775         (gst_decode_bin_init), (gst_decode_bin_dispose),
3776         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3777         (no_more_pads), (close_link), (type_found),
3778         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3779         (plugin_init):
3780         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3781         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3782         (gst_play_base_bin_dispose), (queue_overrun),
3783         (gen_preroll_element), (remove_prerolls), (unknown_type),
3784         (no_more_pads), (new_stream), (setup_source),
3785         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3786         (play_base_eos), (gst_play_base_bin_change_state),
3787         (gst_play_base_bin_add_element),
3788         (gst_play_base_bin_remove_element),
3789         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3790         (gst_play_base_bin_unlink_stream),
3791         (gst_play_base_bin_get_streaminfo):
3792         * gst/playback/gstplaybin.c: (gen_video_element),
3793         (gen_audio_element):
3794         * gst/playback/gststreaminfo.h:
3795         More playback updates, attempt to fix things after the state change
3796         breakage.
3797
3798 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3799
3800         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3801         (gst_videoscale_scale_nearest_16bit):
3802           comment algorithm
3803
3804 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3805
3806         * gst/videotestsrc/gstvideotestsrc.c:
3807         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3808         (gst_videotestsrc_init), (gst_videotestsrc_get),
3809         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3810         (gst_videotestsrc_get_property):
3811         * gst/videotestsrc/gstvideotestsrc.h:
3812         * gst/videotestsrc/videotestsrc.c:
3813         * gst/videotestsrc/videotestsrc.h:
3814           cleanup and commenting
3815
3816 2004-07-21  Wim Taymans  <wim@fluendo.com>
3817
3818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3819         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3820         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3821         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3822         (_find_chain_get_unknown_part), (_find_streams_check),
3823         (gst_ogg_demux_push), (gst_ogg_pad_push):
3824         * ext/theora/theoradec.c: (theora_get_formats),
3825         (theora_dec_src_convert), (theora_dec_sink_convert),
3826         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3827         (theora_dec_chain):
3828         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3829         (vorbis_dec_convert), (vorbis_dec_src_query),
3830         (vorbis_dec_src_event), (vorbis_dec_event):
3831         More seeking fixes, oggdemux now supports seeking to time and
3832         uses the downstream element to convert granulepos to time.
3833         Seeking in theora-only ogg files now works.
3834
3835 2004-07-21  Wim Taymans  <wim@fluendo.com>
3836
3837         * ext/theora/theoradec.c: (gst_theora_dec_init),
3838         (theora_get_formats), (theora_get_event_masks),
3839         (theora_get_query_types), (theora_dec_src_convert),
3840         (theora_dec_sink_convert), (theora_dec_src_query),
3841         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3842         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3843         (vorbis_get_event_masks), (vorbis_get_query_types),
3844         (gst_vorbis_dec_init), (vorbis_dec_convert),
3845         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3846         Added query/convert/formats functions to vorbis and theora decoders
3847         so that the outside world can use them too. Fixed seeking on an
3848         ogg/theora/vorbis file by disabling the seeking seeking on the 
3849         theora srcpad.
3850
3851 2004-07-21  Julien MOUTTE  <julien@moutte.net>
3852
3853         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3854         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3855         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3856         images creation for both elements. We don't create the image on caps
3857         nego or renego, we just destroy the internal one if present if it does
3858         not match the needs. The chain function takes care of creating a new
3859         image when needed.
3860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3861         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3862         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3863         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3864         the image format information. The buffer pool checks for the context
3865         image format and discard images with different formats.
3866         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3867
3868 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3869
3870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3871         (gst_ffmpegcolorspace_chain):
3872           no point in doing any chaining if the pad we want to push from
3873           isn't usable.
3874
3875 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3876
3877         * gst-libs/gst/riff/riff-media.c:
3878         (gst_riff_create_audio_caps_with_data):
3879           Fix double end-to-native symbol conversion (#148021).
3880
3881 2004-07-20  David Schleef  <ds@schleef.org>
3882
3883         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3884         Don't use an Atom that doesn't exist.
3885
3886 2004-07-20  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3889         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3890         (gst_multifdsink_client_remove),
3891         (gst_multifdsink_handle_client_write),
3892         (gst_multifdsink_queue_buffer):
3893         * gst/tcp/gstmultifdsink.h:
3894         More multifdsink stats. Avoid deadlock by releasing locks
3895         before sending out a signal.
3896
3897 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3898
3899         * po/LINGUAS:
3900         * po/hu.po:
3901           added Hungarian translation (Laszlo Dvornik)
3902
3903 2004-07-20  Wim Taymans  <wim@fluendo.com>
3904
3905         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3906         (gst_multifdsink_add), (gst_multifdsink_client_remove),
3907         (gst_multifdsink_handle_client_write),
3908         (gst_multifdsink_queue_buffer):
3909         * gst/tcp/gsttcp-marshal.list:
3910         Fixed the stupid marshal definition.
3911
3912 2004-07-20  Wim Taymans  <wim@fluendo.com>
3913
3914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3915         (gst_multifdsink_init), (gst_multifdsink_add),
3916         (gst_multifdsink_client_remove),
3917         (gst_multifdsink_handle_client_write),
3918         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3919         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3920         (gst_multifdsink_init_send):
3921         * gst/tcp/gstmultifdsink.h:
3922         Added more stats, added timeout for a client, fixed some typos
3923         and added some comments.
3924
3925 2004-07-20  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3928         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3929         (gst_multifdsink_client_remove),
3930         (gst_multifdsink_handle_client_write):
3931         * gst/tcp/gstmultifdsink.h:
3932         * gst/tcp/gsttcp-marshal.list:
3933         Added get_stats method that returns a GValueArray of
3934         stats values.
3935
3936 2004-07-19  Benjamin Otte  <otte@gnome.org>
3937
3938         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3939           make sure longname, description and author are valid UTF-8
3940
3941 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3942
3943         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3944         (gst_ximagesink_set_property):
3945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3946         (gst_xvimagesink_set_property):
3947           make sure SYNCHRONOUS is respected after getting the X context
3948
3949 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3950
3951         * gst/matroska/matroska-demux.c:
3952         (gst_matroska_demux_handle_src_event),
3953         (gst_matroska_demux_parse_blockgroup):
3954         * gst/matroska/matroska-ids.h:
3955           add BlockReference tag and ignore it to clear out log.
3956           ignore NAVIGATION events to clear out log.
3957
3958 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3959
3960         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3961         (gst_matroska_demux_add_stream):
3962         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3963           add debug categories
3964
3965 2004-07-16  Wim Taymans  <wim@fluendo.com>
3966
3967         * ext/libpng/Makefile.am:
3968         * ext/libpng/gstpng.c: (plugin_init):
3969         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3970         (gst_pngdec_get_type), (gst_pngdec_base_init),
3971         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3972         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3973         * ext/libpng/gstpngdec.h:
3974         Added png decoder.
3975
3976 2004-07-16  Julien MOUTTE  <julien@moutte.net>
3977
3978         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3979         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3980         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3981         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3982         (gst_ximagesink_buffer_alloc):
3983         * sys/ximage/ximagesink.h:
3984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3985         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3986         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3987         (gst_xvimagesink_buffer_alloc):
3988         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3989         again. Using internal data pointer of the x(v)image to store image's
3990         data to be coherent with the buffer alloc mechanism. Investigated the
3991         image destruction code to be sure that everything gets freed correctly.
3992
3993 2004-07-16  Wim Taymans  <wim@fluendo.com>
3994
3995         * gst-libs/gst/riff/riff-read.c:
3996         (gst_riff_read_strf_vids_with_data),
3997         (gst_riff_read_strf_auds_with_data):
3998         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3999         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
4000         Make sure we don't create 0 sized subbuffers in riff-read.
4001         Signal the no more pads signal after reading the avi header.
4002
4003 2004-07-16  Wim Taymans  <wim@fluendo.com>
4004
4005         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4006         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
4007         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
4008         (gst_decode_bin_init), (gst_decode_bin_dispose),
4009         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4010         (no_more_pads), (close_link), (type_found),
4011         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4012         (gst_decode_bin_change_state), (plugin_init):
4013         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4014         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4015         (gst_play_base_bin_dispose), (queue_overrun),
4016         (gen_preroll_element), (remove_prerolls), (unknown_type),
4017         (no_more_pads), (new_stream), (setup_source),
4018         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4019         (play_base_eos), (gst_play_base_bin_change_state),
4020         (gst_play_base_bin_add_element),
4021         (gst_play_base_bin_remove_element),
4022         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4023         (gst_play_base_bin_unlink_stream),
4024         (gst_play_base_bin_get_streaminfo):
4025         * gst/playback/gstplaybasebin.h:
4026         Better error recovery. Added configurable preroll queue size. Faster
4027         detection of no-more-pads.
4028
4029 2004-07-16  Wim Taymans  <wim@fluendo.com>
4030
4031         * gst-libs/gst/video/video.h:
4032         Added 32 bits RGBA. Not sure if we should use another mime-type
4033         for alpha rgb. Currently the presence of the alpha_mask property
4034         signals an alpha channel.
4035
4036 2004-07-16  Wim Taymans  <wim@fluendo.com>
4037
4038         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4040         FPS seems to be 0.0 to MAX everywhere else.
4041
4042 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4043
4044         * gst-libs/gst/riff/riff-media.c:
4045         (gst_riff_create_video_caps_with_data):
4046           mp42/mp43 (no caps) exist too.
4047         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
4048           Set pixel_width/height; we've got them in-caps.
4049         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4050         * gst/wavparse/gstwavparse.c: (plugin_init):
4051           Both are valid primary.
4052         * sys/oss/gstossmixer.c:
4053           Remove i18n hack and enable translations.
4054
4055 2004-07-15  Benjamin Otte  <otte@gnome.org>
4056
4057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4058         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
4059           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
4060
4061 2004-07-15  Benjamin Otte  <otte@gnome.org>
4062
4063         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4064         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
4065         (gst_alsa_close_audio):
4066           disable some of the debugging code for now. Writing debugging to a
4067           buffer is broken in current alsalib releases.
4068
4069 2004-07-12  Benjamin Otte  <otte@gnome.org>
4070
4071         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
4072           use bufferpools
4073
4074 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4075
4076         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4077         (theora_dec_src_query), (theora_dec_event):
4078         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4079           add debugging categories.  Remove \n's.
4080
4081 2004-07-13  Johan Dahlin  <johan@gnome.org>
4082
4083         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
4084         (gst_play_bin_get_property): Impl.
4085
4086 2004-07-13  Wim Taymans  <wim@fluendo.com>
4087
4088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
4089         When trying to find the stream length, seek back N pages
4090         instead of just one, where N is the number of streams in 
4091         the current chain.
4092
4093 2004-07-13  Wim Taymans  <wim@fluendo.com>
4094
4095         * gst-libs/gst/riff/riff-media.c:
4096         (gst_riff_create_audio_caps_with_data),
4097         (gst_riff_create_audio_caps),
4098         (gst_riff_create_audio_template_caps):
4099         * gst-libs/gst/riff/riff-media.h:
4100         * gst-libs/gst/riff/riff-read.c:
4101         (gst_riff_read_strf_vids_with_data),
4102         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
4103         * gst-libs/gst/riff/riff-read.h:
4104         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4105         (gst_avi_demux_add_stream):
4106         Set codec_data on caps for avidemuxer.
4107
4108 2004-07-12  David Schleef  <ds@schleef.org>
4109
4110         * configure.ac: Fix test for Objective C
4111
4112 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
4113         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
4114         (gst_gdk_pixbuf_chain):
4115           Add svg and pcx to template caps, and ensure that getcaps returns a
4116           subset of the template caps.
4117           Copy each row manually for output, as gdkpixbuf may pad the
4118           rowstride to a 32-bit word boundary.
4119
4120 2004-07-12  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4123         (gst_riff_create_video_template_caps):
4124         Fix the template caps to include some more media types.
4125
4126 2004-07-12  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4129         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4130         (compare_ranks), (print_feature), (gst_decode_bin_init),
4131         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4132         (try_to_link_1), (new_pad), (close_link), (type_found),
4133         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4134         (gst_decode_bin_change_state), (plugin_init):
4135         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4136         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4137         (gst_play_base_bin_dispose), (queue_overrun),
4138         (gen_preroll_element), (remove_prerolls), (no_more_pads),
4139         (new_stream), (setup_source), (gst_play_base_bin_set_property),
4140         (gst_play_base_bin_get_property), (play_base_eos),
4141         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4142         (gst_play_base_bin_remove_element),
4143         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4144         (gst_play_base_bin_unlink_stream),
4145         (gst_play_base_bin_get_streaminfo):
4146         * gst/playback/gstplaybasebin.h:
4147         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4148         (gst_play_bin_class_init), (gst_play_bin_init),
4149         (gst_play_bin_dispose), (gst_play_bin_set_property),
4150         (gst_play_bin_get_property), (gen_video_element),
4151         (gen_audio_element), (remove_sinks), (setup_sinks),
4152         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4153         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4154         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4155         (gst_play_bin_query), (plugin_init):
4156         * gst/playback/test4.c: (main):
4157         More fixes on reusing of the element.
4158
4159 2004-07-11  Benjamin Otte  <otte@gnome.org>
4160
4161         * ext/mad/gstmad.c: (normal_seek):
4162           allow seeking for other methods than just SET
4163
4164 2004-07-11  Andy Wingo  <wingo@pobox.com>
4165
4166         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
4167         float, "any" caps -> buffer_frames=[0,MAX].
4168
4169         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
4170         doesn't intersect our caps with the template any more. Do it
4171         ourselves.
4172         (interleave_buffered_loop): Use g_newa instead of malloc/free.
4173
4174 2004-07-09  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4177         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4178         (compare_ranks), (print_feature), (gst_decode_bin_init),
4179         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4180         (try_to_link_1), (new_pad), (close_link), (type_found),
4181         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4182         (gst_decode_bin_change_state), (plugin_init):
4183         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4184         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4185         (gst_play_base_bin_dispose), (queue_overrun),
4186         (gen_preroll_element), (remove_prerolls), (no_more_pads),
4187         (new_stream), (setup_source), (gst_play_base_bin_set_property),
4188         (gst_play_base_bin_get_property), (play_base_eos),
4189         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4190         (gst_play_base_bin_remove_element),
4191         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4192         (gst_play_base_bin_unlink_stream),
4193         (gst_play_base_bin_get_streaminfo):
4194         * gst/playback/gstplaybasebin.h:
4195         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4196         (gst_play_bin_class_init), (gst_play_bin_init),
4197         (gst_play_bin_dispose), (gst_play_bin_set_property),
4198         (gst_play_bin_get_property), (gen_video_element),
4199         (gen_audio_element), (remove_sinks), (setup_sinks),
4200         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4201         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4202         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4203         (gst_play_bin_query), (plugin_init):
4204         * gst/playback/test4.c: (main):
4205         Work on object reuse and seeking.
4206
4207 2004-07-09  Wim Taymans  <wim@fluendo.com>
4208
4209         * examples/seeking/seek.c: (iterate):
4210         Don't consume all CPU in the idle loop.
4211
4212 2004-07-09  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
4215         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
4216         Add pad to element *after* setting the pad functions so that
4217         the scheduler can use the correct ones.
4218
4219 2004-07-09  Wim Taymans  <wim@fluendo.com>
4220
4221         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4222         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
4223         Sync to keyframe after seek
4224
4225 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4226
4227         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4229         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
4230         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
4231         * ext/libvisual/visual.c: (gst_visual_change_state):
4232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
4233         * ext/theora/theoradec.c: (theora_dec_change_state):
4234         * ext/theora/theoraenc.c: (theora_enc_change_state):
4235         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
4236         * gst-libs/gst/navigation/navigation.c:
4237         * gst/adder/gstadder.c: (gst_adder_change_state):
4238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4239         (gst_audio_convert_get_buffer):
4240         * gst/multipart/multipartdemux.c:
4241         (gst_multipart_demux_change_state):
4242         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4244         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4245         * gst/videoscale/gstvideoscale.c:
4246         (gst_videoscale_handle_src_event):
4247         * gst/volume/gstvolume.c: (volume_chain_int16):
4248           don't assert in state change, this should be done by the base
4249           GstElement class.
4250           various debugging fixes.
4251
4252 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4253
4254         * configure.ac:
4255         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4256         (gst_play_dispose), (gst_play_set_location),
4257         (gst_play_set_data_src), (gst_play_set_video_sink),
4258         (gst_play_set_audio_sink), (gst_play_set_visualization),
4259         (gst_play_connect_visualization), (gst_play_get_sink_element),
4260         (gst_play_get_all_by_interface):
4261         * gst-libs/gst/play/play.h:
4262           add new method to get elements implementing an interface.
4263           add various error logging
4264
4265 2004-07-08  Wim Taymans  <wim@fluendo.com>
4266
4267         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
4268         (make_mpeg_pipeline), (make_mpegnt_pipeline),
4269         (make_playerbin_pipeline), (query_durations_elems),
4270         (query_durations_pads), (query_positions_elems),
4271         (query_positions_pads), (update_scale), (iterate), (stop_seek),
4272         (main):
4273         Added playbin seeking example.
4274
4275 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4276
4277         * gst-libs/gst/play/play.c: (gst_play_set_location),
4278         (gst_play_set_data_src), (gst_play_set_video_sink),
4279         (gst_play_set_audio_sink), (gst_play_set_visualization),
4280         (gst_play_connect_visualization), (gst_play_get_framerate):
4281           use a macro to look up elements from hash table
4282
4283 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4284
4285         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4286         (gst_play_get_length_callback), (gst_play_set_location),
4287         (gst_play_seek_to_time), (gst_play_set_data_src),
4288         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4289         (gst_play_set_visualization), (gst_play_connect_visualization),
4290         (gst_play_get_sink_element):
4291         - add debugging info
4292         - fix looking up sink elements by iterating over complete caps
4293         - put everything except for source and autoplugger in a complete bin
4294
4295 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4296
4297         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
4298         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
4299         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
4300         (gst_alsa_sink_write), (gst_alsa_sink_loop):
4301         * ext/alsa/gstalsasink.h:
4302         - add debugging info
4303         - clean up schizophrenia of data/buffer/event
4304         - fix double event unref error
4305
4306 2004-07-08  Wim Taymans  <wim@fluendo.com>
4307
4308         * gst/playback/Makefile.am:
4309         Add headers to noinst
4310
4311 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4312
4313         * tools/gst-launch-ext-m.m:
4314         * tools/gst-launch-ext.1.in:
4315           convert to the third millenium
4316
4317 2004-07-07  David Schleef  <ds@schleef.org>
4318
4319         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
4320
4321 2004-07-07  Wim Taymans  <wim@fluendo.com>
4322
4323         * gst/playback/Makefile.am:
4324         * gst/playback/README:
4325         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4326         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4327         (compare_ranks), (print_feature), (gst_decode_bin_init),
4328         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4329         (try_to_link_1), (new_pad), (close_link), (type_found),
4330         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4331         (plugin_init):
4332         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4333         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4334         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
4335         (gen_preroll_element), (no_more_pads), (new_stream),
4336         (setup_source), (gst_play_base_bin_set_property),
4337         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
4338         (gst_play_base_bin_add_element),
4339         (gst_play_base_bin_remove_element),
4340         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4341         (gst_play_base_bin_unlink_stream),
4342         (gst_play_base_bin_get_streaminfo):
4343         * gst/playback/gstplaybasebin.h:
4344         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4345         (gst_play_bin_class_init), (gst_play_bin_init),
4346         (gst_play_bin_dispose), (gst_play_bin_set_property),
4347         (gst_play_bin_get_property), (gen_video_element),
4348         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
4349         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4350         (gst_play_bin_get_formats), (gst_play_bin_convert),
4351         (gst_play_bin_get_query_types), (gst_play_bin_query),
4352         (plugin_init):
4353         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4354         (gst_stream_info_get_type), (gst_stream_info_class_init),
4355         (gst_stream_info_init), (gst_stream_info_new),
4356         (gst_stream_info_dispose), (gst_stream_info_set_property),
4357         (gst_stream_info_get_property):
4358         * gst/playback/gststreaminfo.h:
4359         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4360         (main):
4361         * gst/playback/test2.c: (main):
4362         * gst/playback/test3.c: (update_scale), (main):
4363         More playbin fixes. Added README. Do better element filtering.
4364         Added base class to preroll media. Added test apps.
4365
4366 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4367
4368         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
4369         * ext/mpeg2dec/gstmpeg2dec.h:
4370           various debugging improvements.  Reset stream to next picture
4371           instead of sequence header, otherwise seeks cannot work.
4372
4373 2004-07-07  Wim Taymans  <wim@fluendo.com>
4374
4375         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4376         (gst_video_box_class_init), (gst_video_box_set_property),
4377         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
4378         Use pad_alloc where possible.
4379
4380 2004-07-07  Wim Taymans  <wim@fluendo.com>
4381
4382         * sys/oss/gstosselement.c: (gst_osselement_reset),
4383         (gst_osselement_parse_caps):
4384         * sys/oss/gstosselement.h:
4385         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4386         Fix offset on osssrc.
4387
4388 2004-07-07  Wim Taymans  <wim@fluendo.com>
4389
4390         * ext/theora/theora.c: (plugin_init):
4391         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4392         (theora_dec_src_query), (theora_dec_chain):
4393         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4394         (theora_enc_sink_link), (theora_buffer_from_packet),
4395         (theora_push_packet), (theora_enc_chain):
4396         Fix theora granulepos calculation.
4397         Fix overflow in duration/position calculation.
4398         Bump rank to PRIMARY for theoradec.
4399         Use granulepos of last packet to calculate position.
4400         Set keyframe flag on buffers when needed.
4401
4402 2004-07-06  David Schleef  <ds@schleef.org>
4403
4404         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
4405         serious?  (Fixed, obviously.)
4406
4407 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4408
4409         * po/LINGUAS:
4410         * po/cs.po:
4411           added Czech translation (Miloslav Trmac)
4412
4413 2004-07-05  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4416         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4417         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4418         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4419         (close_link), (type_found), (gst_decode_bin_set_property),
4420         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
4421         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
4422         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
4423         (gst_decode_bin_query), (plugin_init):
4424         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4425         (gst_play_bin_class_init), (gst_play_bin_init),
4426         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
4427         (get_video_element), (new_pad), (setup_source),
4428         (gst_play_bin_set_property), (gst_play_bin_get_property),
4429         (gst_play_bin_change_state), (gst_play_bin_add_element),
4430         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4431         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4432         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4433         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4434         * gst/playback/test.c: (main):
4435         More fixes, cleaned up playbin, make it use decodebin. Added
4436         threaded property to playbin.
4437
4438 2004-07-05  Wim Taymans  <wim@fluendo.com>
4439
4440         * configure.ac:
4441         * gst/playback/Makefile.am:
4442         * gst/playback/decodetest.c: (main):
4443         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4444         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4445         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4446         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4447         (close_link), (type_found), (gst_decode_bin_set_property),
4448         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
4449         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
4450         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
4451         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
4452         (plugin_init):
4453         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4454         (gst_play_bin_class_init), (gst_play_bin_init),
4455         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
4456         (collect_sink_pads), (find_compatibles), (close_pad_link),
4457         (try_to_link_1), (new_pad), (close_link), (type_found),
4458         (setup_source), (gst_play_bin_set_property),
4459         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
4460         (compare_ranks), (gst_play_bin_collect_factories),
4461         (gst_play_bin_change_state), (gst_play_bin_add_element),
4462         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4463         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4464         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4465         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4466         * gst/playback/test.c: (main):
4467         Added some playback helper elements and some test apps, very alpha
4468         still.
4469
4470 2004-07-04  Benjamin Otte  <otte@gnome.org>
4471
4472         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4473           only restart audio when we indeed have an xrun to fix repeated
4474           xruns. Fix suggested by Giuliano Pochini.
4475
4476 2004-07-03  David Schleef  <ds@schleef.org>
4477
4478         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
4479         call to gst_debug_log() if debugging is disabled (bug #145118)
4480
4481 2004-07-03  Benjamin Otte  <otte@gnome.org>
4482
4483         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4484           use our own functions for restarting the alsa device.
4485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4486           I should apply patches myself - use MIN for the third argument, not
4487           the second, this fixes seeking
4488
4489 2004-07-02  David Schleef  <ds@schleef.org>
4490
4491         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
4492         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
4493         do with the logic.
4494
4495 2004-07-02  David Schleef  <ds@schleef.org>
4496
4497         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
4498         output buffers.  Fix logic mistake.  (bug #144866)
4499
4500 2004-07-02  David Schleef  <ds@schleef.org>
4501
4502         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
4503         on X.  (bug #144753)
4504
4505 2004-07-02  David Schleef  <ds@schleef.org>
4506
4507         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
4508         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
4509         (bug #144624)
4510         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4511         (gst_osselement_rate_probe_check): Add another workaround for
4512         buggy drivers (bug #145336)
4513
4514 2004-07-02  David Schleef  <ds@schleef.org>
4515
4516         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
4517         Most systems don't have MSG_NOSIGNAL.
4518
4519 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4520
4521         * Makefile.am:
4522         * gst-libs/gst/colorbalance/Makefile.am:
4523         * gst-libs/gst/mixer/Makefile.am:
4524         * gst-libs/gst/play/Makefile.am:
4525         * gst-libs/gst/tuner/Makefile.am:
4526           (hopefully) fix both install and dist and make error message useful.
4527           needs testing across automakes.
4528
4529 2004-07-02  Benjamin Otte  <otte@gnome.org>
4530
4531         * ext/ogg/gstogg.c: (plugin_init):
4532           we require bytestream now
4533         * ext/ogg/gstoggdemux.c: 
4534           huge diff to implement chain setup in a fast and generic way. This
4535           improves tag reading and startup of huge files (read: Theora videos)
4536           quite a bit. It probably contains bugs, too, so please test.
4537           Seeking is not improved to the fast method.
4538
4539 2004-06-29  Wim Taymans  <wim@fluendo.com>
4540
4541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4542         * ext/ogg/gstoggmux.c:
4543         Fix memleak in oggdemux when running unconnected pads.
4544         doc update in mux, start working on keyframe mode.
4545
4546 2004-06-29  Benjamin Otte  <otte@gnome.org>
4547
4548         * sys/oss/gstosssink.c:
4549         * sys/oss/gstosssrc.c:
4550           advertise correct template caps - we indeed do non-native endianness
4551           and 8bit audio has no endianness
4552         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
4553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
4554           avoid (wrong) duplications in getcaps function and return
4555           template caps
4556
4557 2004-06-29  Wim Taymans  <wim@fluendo.com>
4558
4559         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4560         (gst_multifdsink_class_init), (gst_multifdsink_add),
4561         (gst_multifdsink_remove), (gst_multifdsink_clear),
4562         (gst_multifdsink_client_remove),
4563         (gst_multifdsink_handle_client_read),
4564         (gst_multifdsink_client_queue_data),
4565         (gst_multifdsink_client_queue_caps),
4566         (gst_multifdsink_client_queue_buffer),
4567         (gst_multifdsink_handle_client_write),
4568         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4569         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4570         (gst_multifdsink_init_send), (gst_multifdsink_close):
4571         Fix wrong GList iteration that could crash the server when
4572         more then 2 clients disconnect at the same time. Read all the
4573         pending commands in one batch to recover from command storms under
4574         very heavy load.
4575
4576 2004-06-28  Wim Taymans  <wim@fluendo.com>
4577
4578         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4579         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4580         (gst_videomixer_pad_set_property),
4581         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4582         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4583         (gst_videomixer_class_init), (gst_videomixer_init),
4584         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
4585         (pad_zorder_compare), (gst_videomixer_sort_pads),
4586         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4587         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
4588         (gst_videomixer_update_queues), (gst_videomixer_loop),
4589         (plugin_init):
4590         Avoid divide by zero, choose masterpad as the pad with the highest
4591         framerate.
4592
4593 2004-06-27  Julien Moutte  <julien@moutte.net>
4594
4595         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4596         (gst_ximagesink_xwindow_new):
4597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4598         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
4599         function directly. We might want to call it from somewhere else one day.
4600
4601 2004-06-27  Julien Moutte  <julien@moutte.net>
4602
4603         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4604         (gst_ximagesink_xwindow_new):
4605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4606         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
4607         window decorations.
4608
4609 2004-06-27  Wim Taymans  <wim@fluendo.com>
4610
4611         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
4612         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4613         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
4614         (gst_dvdec_set_property), (gst_dvdec_get_property):
4615         * ext/dv/gstdvdec.h:
4616         Implement drop_factor property to lower the framerate with
4617         a factor.
4618
4619 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4620
4621         * gst-libs/gst/colorbalance/Makefile.am:
4622         * gst-libs/gst/mixer/Makefile.am:
4623         * gst-libs/gst/play/Makefile.am:
4624         * gst-libs/gst/tuner/Makefile.am:
4625           unbreak Company's fix that didn't install the -enum.h files
4626
4627 2004-06-27  Wim Taymans  <wim@fluendo.com>
4628
4629         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
4630         (gst_dvdec_change_state):
4631         * ext/dv/gstdvdec.h:
4632         Fix timestamp, duration and offset of the buffers.
4633
4634 2004-06-27  Wim Taymans  <wim@fluendo.com>
4635
4636         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4637         (gst_multifdsink_class_init), (gst_multifdsink_add),
4638         (gst_multifdsink_remove), (gst_multifdsink_clear),
4639         (gst_multifdsink_client_remove),
4640         (gst_multifdsink_handle_client_read),
4641         (gst_multifdsink_client_queue_data),
4642         (gst_multifdsink_client_queue_caps),
4643         (gst_multifdsink_client_queue_buffer),
4644         (gst_multifdsink_handle_client_write),
4645         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4646         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4647         (gst_multifdsink_init_send), (gst_multifdsink_close):
4648         * gst/tcp/gstmultifdsink.h:
4649         * gst/tcp/gsttcpserversink.c:
4650         (gst_tcpserversink_handle_server_read),
4651         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
4652         More multifdsink fixes, more recovery policy fixes.
4653         Removed stupid g_print
4654
4655 2004-06-26  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/tcp/Makefile.am:
4658         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4659         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
4660         (gst_multifdsink_class_init), (gst_multifdsink_init),
4661         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
4662         (gst_multifdsink_handle_client_read),
4663         (gst_multifdsink_client_queue_data),
4664         (gst_multifdsink_client_queue_caps),
4665         (gst_multifdsink_client_queue_buffer),
4666         (gst_multifdsink_handle_client_write),
4667         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4668         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4669         (gst_multifdsink_chain), (gst_multifdsink_set_property),
4670         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
4671         (gst_multifdsink_close), (gst_multifdsink_change_state):
4672         * gst/tcp/gstmultifdsink.h:
4673         * gst/tcp/gsttcpplugin.c: (plugin_init):
4674         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
4675         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
4676         (gst_tcpserversink_handle_server_read),
4677         (gst_tcpserversink_handle_select),
4678         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
4679         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4680         * gst/tcp/gsttcpserversink.h:
4681         Added multifdsink, made tcpserversink a subclass of fdsink, removed
4682         one of the locks, added recovery policy to multifdsink.
4683
4684 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4685
4686         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4687           fix decision for when getting frames with same timestamp
4688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4689         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4690         (gst_v4lsrc_get_property):
4691         * sys/v4l/gstv4lsrc.h:
4692           add latency offset property 
4693
4694 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4695
4696         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
4697         (plugin_init):
4698           fix debugging. add category.
4699
4700 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4701
4702         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4703           fix wrong offsets
4704
4705 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4706
4707         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4708         (gst_alsa_src_get_time), (gst_alsa_src_loop),
4709         (gst_alsa_src_change_state):
4710           return a time that is in sync with the element's processing
4711
4712 2004-06-25  Wim Taymans  <wim@fluendo.com>
4713
4714         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4715         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4716         (gst_tcpserversink_client_remove),
4717         (gst_tcpserversink_handle_client_read),
4718         (gst_tcpserversink_client_queue_data),
4719         (gst_tcpserversink_client_queue_caps),
4720         (gst_tcpserversink_client_queue_buffer),
4721         (gst_tcpserversink_handle_client_write),
4722         (gst_tcpserversink_queue_buffer),
4723         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
4724         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
4725         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
4726         (gst_tcpserversink_close):
4727         * gst/tcp/gsttcpserversink.h:
4728         Serversink rewrite. Really do non blocking writes to clients and
4729         maintain an internal queue to handle slower clients while not
4730         disturbing fast clients.
4731
4732 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4733
4734         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4735           better debug, don't override OFFSET and OFFSET_END
4736
4737 2004-06-25  Iain <iain@prettypeople.org>
4738
4739         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
4740         name=source for the wavparse pipeline.
4741
4742 2004-06-24  Johan Dahlin  <johan@gnome.org>
4743
4744         * ext/theora/theoraenc.c (theora_enc_chain): Call
4745         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
4746         streamheader caps are set correctly.
4747
4748 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4749
4750         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4751         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
4752           respect minimum bitrate; same could be done for max bitrate
4753
4754 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4755
4756         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4757         (gst_vorbisenc_setup):
4758           fix sample rate range
4759
4760 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4761
4762         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
4763         (gst_oggvorbisenc_setup):
4764         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4765         (gst_vorbisenc_setup):
4766           resolve ambiguities in code and description
4767
4768 2004-06-24  Wim Taymans  <wim@fluendo.com>
4769
4770         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
4771         * ext/alsa/gstalsa.h:
4772         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4773         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
4774         Use alsa trigger_tstamp to get the timestamp of the first
4775         sample in the buffer for more precise sync. Some cleanups.
4776
4777 2004-06-24  Wim Taymans  <wim@fluendo.com>
4778
4779         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
4780         (gst_audiorate_init), (gst_audiorate_chain),
4781         (gst_audiorate_set_property), (gst_audiorate_get_property):
4782         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4783         (gst_videorate_chain):
4784         Added some logging, fixed an overflow bug in videorate.
4785
4786 2004-06-24  Benjamin Otte  <otte@gnome.org>
4787
4788         * ext/kio/Makefile.am:
4789           fix for builddir != srcdir and distcheck
4790
4791 2004-06-24  Benjamin Otte  <otte@gnome.org>
4792
4793         * gst-libs/gst/colorbalance/Makefile.am:
4794         * gst-libs/gst/mixer/Makefile.am:
4795         * gst-libs/gst/play/Makefile.am:
4796         * gst-libs/gst/tuner/Makefile.am:
4797         * gst/tcp/Makefile.am:
4798         * sys/dxr3/Makefile.am:
4799           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4800           tarball.
4801           Also add all *.list files that were missing.
4802         * Makefile.am:
4803           add a distcheck hook to ensure the above doesn't happen again.
4804
4805 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
4806
4807         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4808
4809 2004-06-23  Colin Walters  <walters@redhat.com>
4810
4811         * m4/Makefile.am: Distribute gst-fionread.m4.
4812
4813 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4814
4815         * configure.ac: back to dev
4816
4817 2004-06-23  Wim Taymans  <wim@fluendo.com>
4818
4819         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4820         (gst_alsa_xrun_recovery):
4821         * ext/alsa/gstalsa.h:
4822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4823         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4824         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4825         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4826         (gst_alsa_src_loop):
4827         Add clock to alsasrc. Take new capture timestamp when
4828         restarting after an overrun. Split up some functions between
4829         alsasrc and alsasink.
4830
4831 === release 0.8.2 ===
4832
4833 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4834
4835         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4836         (gst_alsa_change_state), (gst_alsa_update_avail),
4837         (gst_alsa_xrun_recovery):
4838         * ext/alsa/gstalsa.h:
4839         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4840           merge back changes from release
4841
4842 2004-06-23  Wim Taymans  <wim@fluendo.com>
4843
4844         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4845         (gst_audiorate_init), (gst_audiorate_chain),
4846         (gst_audiorate_set_property), (gst_audiorate_get_property):
4847         Implement sample dropping and notify
4848
4849 2004-06-22  Wim Taymans  <wim@fluendo.com>
4850
4851         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4852         (theora_enc_sink_link), (theora_buffer_from_packet),
4853         (theora_push_packet), (theora_enc_chain):
4854         Some cleanups, make sure the timestamps are correct.
4855
4856 2004-06-22  Wim Taymans  <wim@fluendo.com>
4857
4858         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4859         (gst_alsa_change_state), (gst_alsa_update_avail),
4860         (gst_alsa_xrun_recovery):
4861         * ext/alsa/gstalsa.h:
4862         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4863         Cleanups, take queued samples into account when reporting
4864         the time.
4865
4866 2004-06-22  Wim Taymans  <wim@fluendo.com>
4867
4868         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4869         (gst_videorate_init):
4870         Initialize the property as well.
4871
4872 2004-06-22  Wim Taymans  <wim@fluendo.com>
4873
4874         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4875         (gst_videorate_init), (gst_videorate_chain),
4876         (gst_videorate_set_property), (gst_videorate_get_property):
4877         Add property to make videorate silent.
4878         Add property to prefer new frames over old ones.
4879
4880 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4881
4882         * sys/osxvideo/Makefile.am:
4883         Workaround so that the osxvideo .so file gets linked with the
4884         Cocoa, OpenGL and QuickTime frameworks
4885
4886 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4887
4888         * sys/osxaudio/Makefile.am:
4889         Workaround so that the osxaudio .so file gets linked with the
4890         CoreAudio framework
4891  
4892 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4893
4894         * configure.ac:
4895         Whoops, my fault...fixed build issues
4896
4897 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4898
4899         * configure.ac:
4900         Add objective-c support if running in Darwin/Mac OS X
4901         * sys/Makefile.am:
4902         * sys/osxvideo:
4903         * sys/osxvideo/Makefile.am:
4904         * sys/osxvideo/osxvideosink.h:
4905         * sys/osxvideo/osxvideosink.m:
4906         * sys/osxvideo/cocoawindow.h:
4907         * sys/osxvideo/cocoawindow.m:
4908         Add osxvideosink, a cocoa-based osx video sink
4909         
4910
4911 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4912         * ext/dvdnav/gst-dvd:
4913         Grab the gconf key from the right spot
4914         * gst/debug/gstnavseek.c: (gst_navseek_init),
4915         (gst_navseek_segseek), (gst_navseek_handle_src_event),
4916         (gst_navseek_chain):
4917         * gst/debug/gstnavseek.h:
4918           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4919           and loop parameters of a segment seek.
4920         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4921         (gst_videotestsrc_get_event_masks),
4922         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4923         * gst/videotestsrc/gstvideotestsrc.h:
4924           Add seeking support to videotestsrc
4925           Initialise the timestamp_offset variable.
4926
4927 2004-06-18  Wim Taymans  <wim@fluendo.com>
4928
4929         * ext/sidplay/gstsiddec.cc:
4930         Fix negotiation and set correct end offset.
4931
4932 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4933
4934         * configure.ac: branch and prerelease
4935
4936 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4937
4938         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4939         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4940         (gst_tcpclientsrc_init_receive):
4941         * gst/tcp/gsttcpclientsrc.h:
4942           read caps when connecting to server for GDP so we set them correctly
4943
4944 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4945
4946         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4947           notify drops and duplicates
4948         * gst/videoscale/videoscale.c: (videoscale_get_structure):
4949           no good reason to limit ourselves to 100x100
4950
4951 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4952
4953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4954         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4955         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4956         (gst_v4lsrc_get_property):
4957         * sys/v4l/gstv4lsrc.h:
4958         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4959         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4960         (gst_v4l_set_audio):
4961         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4962         (gst_v4lsrc_try_capture):
4963         * sys/v4l/v4lsrc_calls.h:
4964           change try_palette to more general try_capture
4965           add autoprobe option so we can turn off autoprobing
4966           various fixes
4967
4968 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4969
4970         * configure.ac:
4971           add videorate
4972         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4973         (gst_ximagesink_class_init):
4974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4975         (gst_xvimagesink_class_init):
4976           run them as finalize, not dispose, since dispose can be invoked
4977           multiple times
4978
4979 2004-06-17  Wim Taymans  <wim@fluendo.com>
4980
4981         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4982         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4983         * ext/alsa/gstalsa.h:
4984         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4985         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4986         (gst_alsa_src_change_state):
4987         * ext/alsa/gstalsasrc.h:
4988         Make the xrun code timestamp and offset the buffers correctly.
4989         moved the clock to the base class, use alsa methods to get time.
4990         Do correct timestamping on outgoing buffers.
4991
4992 2004-06-17  Wim Taymans  <wim@fluendo.com>
4993
4994         * gst/audiorate/Makefile.am:
4995         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4996         (gst_audiorate_base_init), (gst_audiorate_class_init),
4997         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4998         (gst_audiorate_set_property), (gst_audiorate_get_property),
4999         (gst_audiorate_change_state), (plugin_init):
5000         Added an audiorate converter that fills in gaps.
5001
5002 2004-06-17  Johan Dahlin  <johan@gnome.org>
5003
5004         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
5005
5006 2004-06-16  Wim Taymans  <wim@fluendo.com>
5007
5008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
5009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
5010         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
5011         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5012         (gst_v4lsrc_get_property):
5013         * sys/v4l/gstv4lsrc.h:
5014         Added a copy mode to v4lsrc where it will output a copied version
5015         of its internal hardware buffer.
5016         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
5017         can't | them.
5018
5019 2004-06-16  Wim Taymans  <wim@fluendo.com>
5020
5021         * sys/oss/gstosssrc.c: (gst_osssrc_get):
5022         Timestamp fixes.
5023
5024 2004-06-16  Wim Taymans  <wim@fluendo.com>
5025
5026         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
5027         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
5028         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
5029         (gst_v4lsrc_get_property):
5030         * sys/v4l/gstv4lsrc.h:
5031         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5032         Added a sync mode enum property to control v4lsrc timestamp method
5033         Removed the use-fixed-fps property and moved functionality in
5034         the enum. 
5035         Don't error on an error value from v4l-conf, it might not always
5036         be a real error.
5037
5038 2004-06-16  Wim Taymans  <wim@fluendo.com>
5039
5040         * gst/videorate/Makefile.am:
5041         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
5042         (gst_videorate_base_init), (gst_videorate_class_init),
5043         (gst_videorate_getcaps), (gst_videorate_link),
5044         (gst_videorate_init), (gst_videorate_chain),
5045         (gst_videorate_set_property), (gst_videorate_get_property),
5046         (gst_videorate_change_state), (plugin_init):
5047         Added a video timestamp corrector.
5048
5049 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
5050
5051         fixed a potential leak with previous commit
5052         
5053         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5054
5055 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
5056
5057         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5058         Added missing refcount, fixes bug #144425
5059         Cheers Tim for finding the bug
5060
5061 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5062
5063         * sys/v4l/gstv4l.c: (plugin_init):
5064         * sys/v4l/gstv4lcolorbalance.c:
5065         * sys/v4l/gstv4lcolorbalance.h:
5066         * sys/v4l/gstv4lelement.c:
5067         * sys/v4l/gstv4lelement.h:
5068         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5069         * sys/v4l/gstv4lmjpegsink.h:
5070         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5071         * sys/v4l/gstv4lmjpegsrc.h:
5072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5073         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5074         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
5075         * sys/v4l/gstv4lsrc.h:
5076         * sys/v4l/gstv4ltuner.c:
5077         * sys/v4l/gstv4ltuner.h:
5078         * sys/v4l/gstv4lxoverlay.c:
5079         * sys/v4l/gstv4lxoverlay.h:
5080         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
5081         (gst_v4l_set_window), (gst_v4l_enable_overlay):
5082         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5083         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
5084         (gst_v4l_set_audio):
5085         * sys/v4l/v4l_calls.h:
5086         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
5087         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
5088         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
5089         (gst_v4lmjpegsink_playback_init),
5090         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
5091         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
5092         (gst_v4lmjpegsink_playback_stop),
5093         (gst_v4lmjpegsink_playback_deinit):
5094         * sys/v4l/v4lmjpegsink_calls.h:
5095         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
5096         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
5097         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
5098         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
5099         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
5100         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
5101         * sys/v4l/v4lmjpegsrc_calls.h:
5102         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5103         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
5104         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
5105         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
5106         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
5107         (gst_v4lsrc_try_palette):
5108         * sys/v4l/v4lsrc_calls.h:
5109           bunch of paranoia cleanups
5110
5111 2004-06-14  David Schleef  <ds@schleef.org>
5112
5113         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
5114         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
5115         Send discont events and change timestamps appropriately when
5116         we get a seek event.  (bug #144240)
5117         * ext/cdparanoia/gstcdparanoia.h:
5118
5119 2004-06-14  Benjamin Otte  <otte@gnome.org>
5120
5121         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
5122           snd_pcm_hw_params_set_rate  since the latter fails for no good 
5123           reason on some setups.
5124
5125 2004-06-14  David Schleef  <ds@schleef.org>
5126
5127         * gst/volume/demo.c: (value_changed_callback): exp10() is not
5128         standard.  Thank you for playing.
5129
5130 2004-06-14  Wim Taymans  <wim@fluendo.com>
5131
5132         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
5133         Patch 1.3 broke the ordering of the colorspace info and
5134         made the plugin basically work by coincidence, reordered
5135         the info.
5136
5137 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5138
5139         * ext/lame/gstlame.c:
5140         * ext/mad/gstmad.c:
5141           sync caps.  Make sure mad can only output a list of rates, not
5142           a full range.  In the future, have three caps lists for each of the
5143           mpeg versions.  Change mpegversion to a double as well.
5144
5145 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5146
5147         * gst/volume/.cvsignore:
5148         * gst/volume/Makefile.am:
5149         * gst/volume/demo.c: (value_changed_callback), (idler),
5150         (setup_gui), (main):
5151           added small demo app
5152
5153 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
5154         * ext/esd/esdsink.c: (gst_esdsink_change_state):
5155         * ext/esd/esdsink.h:
5156         Close the esd connection on pause, because esd will just wait -  
5157         blocking all other esd clients indefinitely.
5158
5159 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
5160
5161         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
5162           previous commit with GST_DEBUG
5163
5164 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5165
5166         * configure.ac:
5167           add a header check for a dvdread header in dvdnav.  Fixes #133002
5168
5169 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
5170
5171         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
5172         * gst/tcp/gsttcpclientsink.h:
5173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
5174         * gst/tcp/gsttcpclientsrc.h:
5175         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
5176         (gst_tcpserversink_handle_server_read),
5177         (gst_tcpserversink_init_send):
5178         * gst/tcp/gsttcpserversink.h:
5179         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5180         * gst/tcp/gsttcpserversrc.h:
5181         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
5182         version of IP)
5183
5184 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
5185
5186         * configure.ac:
5187         Added ogg library so that OSX detects libtheora properly
5188         
5189 2004-06-11  Wim Taymans  <wim@fluendo.com>
5190
5191         * ext/theora/theoradec.c: (theora_dec_chain),
5192         (theora_dec_change_state):
5193         Don't try to decode frames before we received a keyframe.
5194
5195 2004-06-11  Wim Taymans  <wim@fluendo.com>
5196
5197         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5198         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5199         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5200         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5201         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5202         Added property to set the maximum delay of a page.
5203
5204 2004-06-10  Wim Taymans  <wim@fluendo.com>
5205
5206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5207         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5208         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5209         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5210         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5211         Added max-delay property to control the maximum amount
5212         of data to put in one page.
5213
5214 2004-06-10  Wim Taymans  <wim@fluendo.com>
5215
5216         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5217         (gst_theora_enc_init), (theora_enc_sink_link),
5218         (theora_buffer_from_packet), (theora_enc_set_property),
5219         (theora_enc_get_property):
5220         Set duration on encoded buffer, added some more properties
5221
5222 2004-06-10  Wim Taymans  <wim@fluendo.com>
5223
5224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5225         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5226         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5227         * ext/theora/theoraenc.c: (theora_enc_chain):
5228         Fix refcounting bugs
5229
5230 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5231
5232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
5233         (gst_asf_demux_loop), (gst_asf_demux_process_file),
5234         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
5235         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
5236         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
5237         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
5238         (gst_asf_demux_change_state):
5239         * gst/asfdemux/gstasfdemux.h:
5240           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
5241           feels like. I think we should set a new requirement for demuxers
5242           from now on to implement sane loop functions, data loops, query
5243           and seek functions before first commit into CVS. And this commit
5244           fixes all of the above.
5245
5246 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
5247
5248         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
5249           vorbis comments are properly encoded in UTF-8 before adding them
5250           to a GstTagList
5251
5252 2004-06-09  Benjamin Otte  <otte@gnome.org>
5253
5254         * ext/alsa/gstalsa.c: (add_channels):
5255           handle min <= max correctly
5256         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
5257         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
5258           add fixation functions so we fixate correctly. No preferring of alaw
5259           anymore because it's the first structure.
5260         * ext/alsa/gstalsa.h:
5261         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
5262         (gst_alsa_hw_params_dump):
5263           add functions to ease debugging in alsalib
5264         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
5265         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
5266         (gst_alsa_start_audio):
5267           only specify hw params if we really setup a format (fixes #134007 -
5268           or at least works around it)
5269
5270 2004-06-09  Wim Taymans  <wim@fluendo.com>
5271
5272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5273         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5274         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
5275         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
5276         (gst_ogg_mux_loop):
5277         Use stream caps to setup the initial pages in the ogg stream.
5278         Correctly set the streamheader caps on the srcpad.
5279
5280 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5281
5282         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5283         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5284         (gst_v4lsrc_getcaps):
5285         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5286         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
5287           add querying of fps lists for webcams.  Negotiating to a framerate
5288           now works.
5289
5290 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5291
5292         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5293         (theora_push_buffer), (theora_push_packet),
5294         (theora_set_header_on_caps), (theora_enc_chain):
5295           mark buffers and put on streamheader, raw theora streaming
5296           now works too, whee
5297
5298 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5299
5300         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5301         (gst_tcp_gdp_read_caps):
5302           do a looping read for caps and GDP headers too
5303
5304 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5305
5306         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5307         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
5308           return EOS instead of NULL in _get
5309
5310 2004-06-08  Wim Taymans  <wim@fluendo.com>
5311
5312         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5313         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
5314         (gst_tcp_gdp_write_caps):
5315         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5316         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5317         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
5318         Memory leak fixes
5319
5320 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5321
5322         * ext/vorbis/Makefile.am:
5323         * ext/vorbis/vorbis.c: (plugin_init):
5324         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
5325         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
5326         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
5327         (vorbis_parse_change_state):
5328         * ext/vorbis/vorbisparse.h:
5329           adding a vorbisparse element that marks the buffers, streaming
5330           raw vorbis using GDP now works, whee
5331
5332 2004-06-08  Wim Taymans  <wim@fluendo.com>
5333
5334         * ext/jpeg/Makefile.am:
5335         * ext/jpeg/README:
5336         * ext/jpeg/gstjpeg.c: (plugin_init):
5337         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
5338         (gst_smokedec_base_init), (gst_smokedec_class_init),
5339         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
5340         * ext/jpeg/gstsmokedec.h:
5341         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
5342         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
5343         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
5344         (gst_smokeenc_resync), (gst_smokeenc_chain),
5345         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
5346         * ext/jpeg/gstsmokeenc.h:
5347         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
5348         (smokecodec_flush_destination), (smokecodec_term_destination),
5349         (smokecodec_init_source), (smokecodec_fill_input_buffer),
5350         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
5351         (smokecodec_term_source), (smokecodec_encode_new),
5352         (smokecodec_decode_new), (smokecodec_info_free),
5353         (smokecodec_set_quality), (smokecodec_get_quality),
5354         (smokecodec_set_threshold), (smokecodec_get_threshold),
5355         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
5356         (find_best_size), (abs_diff), (put), (smokecodec_encode),
5357         (smokecodec_parse_header), (smokecodec_decode):
5358         * ext/jpeg/smokecodec.h:
5359         Added a new simple jpeg based codec
5360
5361 2004-06-08  Wim Taymans  <wim@fluendo.com>
5362
5363         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5364         (gst_multipart_mux_loop):
5365         Fix memory leak
5366
5367 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5368
5369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5370         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
5371         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
5372         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
5373         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5374         * gst/tcp/gsttcpserversink.h:
5375           take streamheader into account
5376
5377 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5378
5379         * gst/level/Makefile.am:
5380         * gst/level/gstlevel.c: (gst_level_class_init):
5381           clean up marshal generation
5382
5383 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5384
5385         * gst/tcp/Makefile.am:
5386         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
5387         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
5388         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
5389         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5390         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
5391         (gst_tcpclientsrc_get_property):
5392         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5393         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5394         (gst_tcpserversink_handle_client_read),
5395         (gst_tcpserversink_handle_client_write),
5396         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
5397         * gst/tcp/gsttcpserversink.h:
5398           add signals client-added and client-removed
5399         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5400         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
5401         (gst_tcpserversrc_get_property):
5402         uniformized, change default protocol to NONE
5403         * gst/tcp/gsttcp-marshal.list: added
5404 2004-06-07  Benjamin Otte  <otte@gnome.org>
5405
5406         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5407           handle discont events if they happen before caps nego
5408
5409 2004-06-07  Wim Taymans  <wim@fluendo.com>
5410
5411         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5412         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5413         (gst_multipart_demux_plugin_init):
5414         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5415         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5416         (gst_multipart_mux_change_state):
5417         Small updates, fix a memleak
5418
5419 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5420
5421         * configure.ac: OSS portability
5422         * ext/arts/gst_arts.c: idem
5423         * sys/oss/gstosselement.c: idem
5424         * sys/oss/gstossmixer.c: idem
5425         * sys/oss/gstosssink.c: idem
5426         * sys/oss/gstosssrc.c: idem
5427         * sys/oss/oss_probe.c: idem
5428           - check for soundcard.h in different places for some BSD
5429
5430 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
5431
5432         * AUTHORS:
5433         Add me to the authors file
5434         * configure.ac:
5435         Increase the libdv requirement to >= version 0.100
5436         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
5437         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
5438         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
5439         * ext/dv/gstdvdec.h:
5440         Add support for the new_media flag when sending DISCONT events
5441         Make the querying work when video pad is not linked
5442
5443 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5444
5445         reviewed by Benjamin Otte  <otte@gnome.org>
5446
5447         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
5448           create a NULL-initialized array of pads, so we don't think they
5449           exist already. (fixes #143130)
5450
5451 2004-06-07  Benjamin Otte  <otte@gnome.org>
5452
5453         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
5454         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
5455         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
5456           don't use // coments
5457
5458 2004-06-07  Benjamin Otte  <otte@gnome.org>
5459
5460         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
5461           cast to GstClockTime to get higher granularity
5462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5463           use gst_element_set_time_delay to get the exact time
5464         * ext/mad/gstmad.c: (gst_mad_chain):
5465           use the negotiated rate instead of the current frame's rate which
5466           might be wrong because of bit errors. This avoids emitting totally
5467           bogus timestamps and screwing sync.
5468         (fixes #143454)
5469
5470 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5471
5472         reviewed by Benjamin Otte  <otte@gnome.org>
5473
5474         * gst/adder/gstadder.c: (gst_adder_loop):
5475           properly error out when no negotiation has happened yet. (fixes
5476           #143032)
5477
5478 2004-06-06  Benjamin Otte  <otte@gnome.org>
5479
5480         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5481           forward correctly transformed offset in discont events. Based on
5482           patch by Arwed v. Merkatz. (fixes #142851)
5483
5484 2004-06-06  David Schleef  <ds@schleef.org>
5485
5486         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
5487         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
5488         problems on several systems.
5489
5490 2004-06-06  Benjamin Otte  <otte@gnome.org>
5491
5492         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5493           use explicit caps on the srcpad
5494         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5495           properly error out if caps couldn't be set (fixes #142764)
5496
5497 2004-06-06  Benjamin Otte  <otte@gnome.org>
5498
5499         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
5500         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
5501         (gst_alsa_start_audio):
5502           - don't call set_periods_integer anymore, it breaks the
5503           configuration randomly
5504           - call snd_pcm_hw_params_set_access directly instead of using masks
5505           - don't fail if the sw_params can't be set, just use the default
5506           params and hope it works. Alsalib has weird issues when you touch
5507           sw_params and does no proper error reporting about what failed.
5508         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5509         (gst_alsa_close_audio):
5510           make our alsa debugging go via gst debugging and not conditionally
5511           defined
5512         * ext/alsa/gstalsa.h:
5513           add ALSA_DEBUG_FLUSH macro
5514         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
5515         (plugin_init):
5516           wrap alsa errors to be printed via the gst debugging system and not
5517           spammed to stderr
5518
5519 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5520
5521         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
5522         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
5523         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
5524         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
5525         (qtdemux_parse_trak):
5526         * gst/qtdemux/qtdemux.h:
5527           Bitch. Also known as seeking, querying & co.
5528         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5529         (gst_osssink_change_state):
5530         * sys/oss/gstosssink.h:
5531           Resyncing is for weenies, this hack is no longer needed and was
5532           broken anyway (since it - unintendedly - always leaves resync to
5533           TRUE).
5534
5535 2004-06-05  Andrew Turner <zxombie@hotpop.com>
5536
5537         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
5538         * gst/tcp/gsttcpclientsrc.h: idem
5539           - define MSG_NOSIGNAL if not done
5540           - include unistd.h for off_t
5541           (fixes #143749)
5542
5543 2004-06-05  Benjamin Otte  <otte@gnome.org>
5544
5545         * configure.ac:
5546         * ext/kio/Makefile.am:
5547           check for qt's moc preprocessor explicitly and use it
5548
5549 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5550
5551         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5552           don't get a signal for EPIPE on socket writes
5553           (somebody check if this works on other platforms)
5554
5555 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5556
5557         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
5558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5559           check error condition on available samples correctly
5560
5561 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5562
5563         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
5564           avoid a segfault
5565         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5566         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
5567         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5568         (gst_tcpserversrc_gdp_read_header):
5569          use ssize_t over size_t since the former is signed and thus the
5570          check for error codes can work
5571
5572 2004-06-02  Wim Taymans  <wim@fluendo.com>
5573
5574         reviewed by: Johan
5575
5576         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5577         (gst_multipart_mux_loop):
5578         Oops
5579
5580 2004-06-02  Wim Taymans  <wim@fluendo.com>
5581
5582         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5583         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5584         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5585         (gst_multipart_mux_change_state):
5586         Added configurable boundary specifier, added the value as a
5587         caps field as well.
5588
5589 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
5590
5591         * gst/tcp/gsttcp.c:
5592         * gst/tcp/gsttcpclientsrc.c:
5593         * gst/tcp/gsttcpclientsrc.h:
5594         * gst/tcp/gsttcpserversrc.c:
5595           - portability fix, to compile on OSX
5596             (fixes #143146)
5597
5598         * sys/osxaudio/gstosxaudioelement.c:
5599         * sys/osxaudio/gstosxaudiosink.c:
5600         * sys/osxaudio/gstosxaudiosrc.c:
5601           - compilation warnings on OSX
5602             (fixes #143153)
5603
5604 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5605
5606         * ext/vorbis/vorbisdec.c : sign warning fixes
5607
5608         * gst-libs/gst/mixer/mixertrack.c :
5609           do no use defines which are glib 2.4 specific
5610
5611 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
5612
5613         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
5614           buffer since libflac doesn't expect it (reports a sync error when 
5615           it encounters that)
5616
5617         
5618 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
5619
5620         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
5621         * gst-libs/gst/mixer/mixertrack.c:
5622         (gst_mixer_track_get_property), (get_mixer_track_init),
5623         (get_mixer_track_get_property): Added property accessors
5624         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
5625         * gst-libs/gst/mixer/mixeroptions.c:
5626         (gst_mixer_options_get_values): Added   
5627         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
5628         * gst-libs/gst/mixer/mixer.c: Fixed comment
5629
5630
5631 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5632
5633         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5634           improve error messages on open
5635
5636
5637 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5638
5639         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5640           check if v4l-conf is in path
5641
5642 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5643
5644         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5645           change assert to a more readable error message
5646
5647 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5648
5649         * gst-libs/gst/tuner/tunerchannel.h:
5650           - add a freq_multiplicator field to make the conversion
5651             between internal frequency unit and Hz
5652         * sys/v4l/gstv4lelement.c:
5653         * sys/v4l2/gstv4l2element.c:
5654           - change default video device to /dev/video0
5655         * sys/v4l/v4l_calls.c:
5656         * sys/v4l2/v4l2_calls.c:
5657           - we only expose frequency to the user in Hz instead of
5658             bastard v4lX unit (either 62.5kHz or 62.5Hz)
5659
5660 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5661         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5662           Initialise b_o_s and e_o_s variables
5663         * gst-libs/gst/riff/riff-media.c:
5664         (gst_riff_create_video_caps_with_data):
5665           Add some unusual fourcc's from mplayer avi's
5666         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
5667           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
5668           autoplugging.
5669
5670 2004-05-28  Wim Taymans  <wim@fluendo.com>
5671
5672         * configure.ac:
5673         * gst/alpha/Makefile.am:
5674         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5675         (gst_alpha_get_type), (gst_alpha_base_init),
5676         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5677         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
5678         (gst_alpha_chroma_key), (gst_alpha_chain),
5679         (gst_alpha_change_state), (plugin_init):
5680         A plugin to add an alpha channel to I420 video. Can optionally do
5681         chroma keying.
5682         * gst/multipart/Makefile.am:
5683         * gst/multipart/multipart.c: (plugin_init):
5684         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5685         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5686         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
5687         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5688         (gst_multipart_demux_change_state),
5689         (gst_multipart_demux_plugin_init):
5690         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
5691         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
5692         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
5693         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
5694         (gst_multipart_mux_pad_unlink),
5695         (gst_multipart_mux_request_new_pad),
5696         (gst_multipart_mux_handle_src_event),
5697         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
5698         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
5699         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5700         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
5701         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
5702         send multipart jpeg images to a browser.
5703         * gst/videobox/Makefile.am:
5704         * gst/videobox/README:
5705         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5706         (gst_video_box_get_type), (gst_video_box_base_init),
5707         (gst_video_box_class_init), (gst_video_box_init),
5708         (gst_video_box_set_property), (gst_video_box_get_property),
5709         (gst_video_box_sink_link), (gst_video_box_i420),
5710         (gst_video_box_ayuv), (gst_video_box_chain),
5711         (gst_video_box_change_state), (plugin_init):
5712         Crops or adds borders around an image. can do alpha channel
5713         borders as well.
5714         * gst/videomixer/Makefile.am:
5715         * gst/videomixer/README:
5716         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5717         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
5718         (gst_videomixer_pad_get_sink_event_masks),
5719         (gst_videomixer_pad_get_property),
5720         (gst_videomixer_pad_set_property),
5721         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
5722         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
5723         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5724         (gst_videomixer_base_init), (gst_videomixer_class_init),
5725         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5726         (gst_videomixer_handle_src_event),
5727         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
5728         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
5729         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
5730         (gst_videomixer_loop), (gst_videomixer_get_property),
5731         (gst_videomixer_set_property), (gst_videomixer_change_state),
5732         (plugin_init):
5733         Generic video mixer plugin, can handle multiple inputs all with
5734         different framerates and video sizes. Is fully alpha channel
5735         aware.
5736
5737 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5738
5739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5740           Select first track as master track. Not sure how else to handle
5741           that...
5742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
5743           Discard discont events. Should fix #142962.
5744
5745 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5746
5747         * ext/alsa/Makefile.am:
5748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
5749         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
5750         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5751         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
5752         (gst_alsa_mixer_get_option):
5753         * ext/alsa/gstalsamixer.h:
5754         * ext/alsa/gstalsamixeroptions.c:
5755         (gst_alsa_mixer_options_get_type),
5756         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
5757         (gst_alsa_mixer_options_new):
5758         * ext/alsa/gstalsamixeroptions.h:
5759         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5760         * ext/alsa/gstalsamixertrack.h:
5761           Add enumerations (as GstMixerOptions). Make correct distinction
5762           between input/output tracks. Add capture/playback private flag.
5763           Use flag to decide on whether to set capture or playback volumes
5764           or switches. Use playback and record switches.
5765         * gst-libs/gst/mixer/Makefile.am:
5766         * gst-libs/gst/mixer/mixer-marshal.list:
5767         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
5768         (gst_mixer_set_option), (gst_mixer_get_option),
5769         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
5770         (gst_mixer_volume_changed), (gst_mixer_option_changed):
5771         * gst-libs/gst/mixer/mixer.h:
5772         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
5773         (gst_mixer_options_class_init), (gst_mixer_options_init),
5774         (gst_mixer_options_dispose):
5775         * gst-libs/gst/mixer/mixeroptions.h:
5776           Add GstMixerOptions.
5777         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5778           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
5779           broken device detection on computers with multiple OSS sound
5780           cards.
5781
5782 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5783
5784         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5785           fixate nicely even when the peer is not negotiating
5786
5787 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5788
5789         * gst/audioconvert/gstaudioconvert.c:
5790         (gst_audio_convert_parse_caps):
5791           make sure we don't allow depth > width
5792         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5793           fixate endianness to G_BYTE_ORDER as default
5794         * gst/audioscale/gstaudioscale.c:
5795           we don't handle another endianness as host-endianness
5796
5797 2004-05-25  David Schleef  <ds@schleef.org>
5798
5799         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
5800
5801 2004-05-24  Benjamin Otte  <otte@gnome.org>
5802
5803         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5804         (gst_oggvorbisenc_setup):
5805           properly fail when we can't setup the vorbis encoder due to
5806           unsupported settings
5807         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5808         (gst_vorbisenc_setup):
5809           same
5810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5811           fix case where warnings occured when one pad was unlinked while the
5812           other's link function was called
5813
5814 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5815
5816         * gst/tcp/Makefile.am:
5817           use GST_ENABLE_NEW
5818
5819 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5820
5821         * gst-libs/gst/resample/private.h:
5822           don't use optimizations that are #if 0'ed
5823
5824 2004-05-24  Wim Taymans  <wim@fluendo.com>
5825
5826         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5827         Fix potential division by zero error and hopefully get
5828         the position query right to get correct timestamps on avi
5829         audio.
5830
5831 2004-05-24  Wim Taymans  <wim@fluendo.com>
5832
5833         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5834         (gst_videoscale_scale_nearest_str2),
5835         (gst_videoscale_scale_nearest_str4),
5836         (gst_videoscale_scale_nearest_32bit),
5837         (gst_videoscale_scale_nearest_24bit),
5838         (gst_videoscale_scale_nearest_16bit):
5839         Fix the scaling algorithm and avoid a buffer overflow.
5840         removed the while loop in the scaling function as it
5841         was used for point sampling only.
5842
5843 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5844
5845         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5846         (gst_id3_tag_class_init), (gst_id3_tag_init),
5847         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5848         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5849         (gst_id3_tag_send_tag_event):
5850           lots of fixes to make id3mux work and id3demux work correctly
5851
5852 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5853
5854         * ext/Makefile.am:
5855           add rules to build shout2send (was removed by accident
5856           when this module was no more marked experimental/broken)
5857
5858 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
5859
5860         * ext/shout2/gstshout2.c:
5861         * ext/shout2/gstshout2.h:
5862           adding a "connection problem" signal to shout2send
5863           (fixes #142954)
5864
5865 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5866
5867         * ext/kio/kioreceiver.cpp:
5868         * ext/kio/kioreceiver.h:
5869           fix sign comparison issues
5870
5871 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5872
5873         * gst/cdxaparse/gstcdxaparse.c:
5874         * gst/cdxaparse/gstcdxaparse.h:
5875           some renaming
5876           add some checks/sanity
5877           prepare for seek addition
5878
5879         * sys/sunaudio/gstsunaudio.c:
5880           remove exported dupe init function
5881
5882 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5883
5884         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5885         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5886           Fix format conversion and position querying.
5887         * gst/debug/progressreport.c: (gst_progressreport_report):
5888           Don't output a bogus total value that we didn't query.
5889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5890           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5891           only a blank window after xine has been used.
5892
5893 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5894
5895         * m4/as-arts.m4:
5896           sync with upstream version to fix test on FC2
5897           readd with -ko to preserve Id header
5898
5899 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5900
5901         * configure.ac:
5902           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5903         * gst/tcp/gsttcpclientsrc.c: idem
5904         * gst/tcp/gsttcpserversink.c: idem
5905         * gst/tcp/gsttcpserversrc.c: idem
5906         * m4/gst-fionread.m4: idem
5907
5908         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5909
5910         * configure.ac: enable speex plugin for speex 1.1.5+
5911         * ext/speex/gstspeexenc.c: fix cast warning
5912
5913         * ext/esd/README: fix typo
5914
5915 2004-05-20  David Schleef  <ds@schleef.org>
5916
5917         * configure.ac: Minor cosmetic change to convince the buildbot to
5918         reautogen.
5919         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5920         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5921         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5922         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5923         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5924         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5925         More hacking.  Plays audio now.
5926
5927 2004-05-20  David Schleef  <ds@schleef.org>
5928
5929         * configure.ac:
5930         * sys/Makefile.am:
5931
5932 2004-05-20  David Schleef  <ds@schleef.org>
5933
5934         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
5935         * sys/osxaudio/gstosxaudio.c:
5936         * sys/osxaudio/gstosxaudioelement.c:
5937         * sys/osxaudio/gstosxaudioelement.h:
5938         * sys/osxaudio/gstosxaudiosink.c:
5939         * sys/osxaudio/gstosxaudiosink.h:
5940         * sys/osxaudio/gstosxaudiosrc.c:
5941         * sys/osxaudio/gstosxaudiosrc.h:
5942
5943 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5944
5945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5946         (gst_vorbisenc_chain):
5947           put the codec headers on the caps as streamheader as well as
5948           pushing them out
5949
5950 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5951
5952         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5953         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5954         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5955         split up push_packet into two functions
5956
5957 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5958
5959         * gst/tcp/.cvsignore:
5960           ignore enums
5961         * gst/tcp/Makefile.am:
5962         * gst/tcp/README:
5963         * gst/tcp/gsttcp.c:
5964         * gst/tcp/gsttcp.h:
5965         * gst/tcp/gsttcpclientsink.c:
5966         * gst/tcp/gsttcpclientsink.h:
5967         * gst/tcp/gsttcpclientsrc.c:
5968         * gst/tcp/gsttcpclientsrc.h:
5969         * gst/tcp/gsttcpplugin.c:
5970         * gst/tcp/gsttcpserversink.c:
5971         * gst/tcp/gsttcpserversink.h:
5972         * gst/tcp/gsttcpserversrc.c:
5973         * gst/tcp/gsttcpserversrc.h:
5974           add new tcp elements
5975
5976 2004-05-19  Wim Taymans  <wim@fluendo.com>
5977
5978         * gst/law/mulaw-conversion.c: (mulaw_encode):
5979         Fix overflow bug in ulaw encoding.
5980
5981 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5982
5983         * ext/mad/gstmad.c: (gst_mad_handle_event):
5984           don't unref the event twice
5985
5986 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5987
5988         * configure.ac:
5989           remove -Wno-sign-compare
5990
5991 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5992
5993         * configure.ac:
5994           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5995           if you want to work against glib 2.2 and 2.4
5996
5997 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5998
5999         * gst/tcp/Makefile.am:
6000         * gst/tcp/gsttcp.c:
6001         * gst/tcp/gsttcp.h:
6002         * gst/tcp/gsttcpsink.h:
6003         * gst/tcp/gsttcpsrc.h:
6004           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
6005
6006 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6007
6008         * gst/debug/tests.c: (md5_get_value):
6009           fix segfault on gst-inspect
6010
6011 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6012
6013         * gst/debug/testplugin.c: 
6014         * gst/debug/tests.c: 
6015         * gst/debug/tests.h:
6016           add new extensible and configurable testing element. Current tests
6017           include buffer count, stream length, timestamp/duration matching and
6018           md5.
6019         * gst/debug/Makefile.am:
6020         * gst/debug/gstdebug.c: (plugin_init):
6021           add infrastructure for new element
6022
6023 2004-05-19  Johan Dahlin  <johan@gnome.org>
6024
6025         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
6026         ending of the array. Fixes gst-inspect segfault on ppc.
6027
6028 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6029
6030         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
6031
6032         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
6033
6034 2004-05-18  David Schleef  <ds@schleef.org>
6035
6036         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
6037         warnings (bugs, actually) noticed by gcc but not forte.
6038
6039 2004-05-18  David Schleef  <ds@schleef.org>
6040
6041         * sys/sunaudio/Makefile.am:
6042         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
6043
6044 2004-05-18  David Schleef  <ds@schleef.org>
6045
6046         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6047         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
6048         to allow qtdemux to use non-seekable streams. (bug #142272)
6049
6050 2004-05-18  David Schleef  <ds@schleef.org>
6051
6052         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
6053         (gst_resample_sinc_ft_float): Remove use of static temporary
6054         buffer.  This code was obviously not supposed to last long, but
6055         it's stuck in our ABI, so it required a little hack to make it
6056         ABI-compatible.  Fixes #142585.
6057         * gst-libs/gst/resample/resample.h: same.
6058
6059 2004-05-18  David Schleef  <ds@schleef.org>
6060
6061         * configure.ac: Add sunaudio
6062         * examples/Makefile.am: make gstplay depend on gconf
6063         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
6064         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
6065         (convert_table_lookup), (img_convert): remove c99-isms
6066         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
6067           unsigned, to fix a warning on Solaris
6068         * gst/mpeg1sys/systems.c: bcopy->memcpy
6069         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
6070         * sys/Makefile.am: Add sunaudio
6071
6072 2004-05-18  Wim Taymans  <wim@fluendo.com>
6073
6074         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
6075         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6076         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
6077         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
6078         (gst_ogg_mux_loop):
6079         Fix an ugly memleak where the muxer didn't flush enough ogg
6080         pages. This also resulted in badly muxed ogg files.
6081
6082 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6083
6084         * gst/asfdemux/asfheaders.c :
6085         * gst/asfdemux/asfheaders.h :
6086         * gst/asfdemux/gstasfdemux.c :
6087           - fix ASF_OBJ_PADDING guid
6088           - add 3 new object guids (language list, metadata, 
6089             extended stream properties)
6090           - add a function to parse extended header objects
6091
6092 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6093
6094         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6095           remove leftover debugging g_print
6096
6097 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6098
6099         * ext/mad/gstmad.c: (gst_mad_handle_event):
6100           Fix for when the first format in a discont event is not a
6101           byte-based one. Should fix #137710.
6102
6103 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6104
6105         * m4/a52.m4 : fix compilation with -Wall -Werror
6106         * m4/libfame.m4 : idem
6107         * m4/libmikmod.m4 : idem
6108
6109 2004-05-17  Benjamin Otte  <otte@gnome.org>
6110
6111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6112           signal the new tags before giving up the reference
6113
6114 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6115
6116         * ext/shout2/gstshout2.c:
6117           use application/ogg instead of application/x-ogg (patch by Patrick
6118           Guimond, fixes #142432)
6119         * sys/oss/gstosselement.c: (gst_osselement_reset),
6120         (gst_osselement_sync_parms):
6121           don't set fragment size unless specified (fixes #142493)
6122
6123 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6124
6125         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
6126           fixes #142664
6127
6128 2004-05-17  Benjamin Otte  <otte@gnome.org>
6129
6130         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6131           compute offsets correctly for internal buffers so timestamps are set
6132           correctly when we can't seek. Also handle cases where there are no
6133           offsets. (based on a patch by David Moore, fixes #142507)
6134
6135 2004-05-17  Benjamin Otte  <otte@gnome.org>
6136
6137         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6138           use correct variable when determining amount of data to skip so we
6139           don't skip into the void and segfault
6140
6141 2004-05-16  Benjamin Otte  <otte@gnome.org>
6142
6143         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6144           Hi, I'm a memleak
6145
6146 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6147
6148         * gst/asfdemux/gstasfdemux.c:
6149           - fix a mem leak and always propagate tags
6150           - add WMV3 to known video codecs (but no decoder yet)
6151           - replace "surplus data" at end of audio header for what
6152             it is : codec specific data
6153           - fix a typo
6154
6155 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
6156
6157         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
6158
6159         * gst-libs/gst/audio/audioclock.c:
6160           Fix wrong return type (#142205).
6161
6162 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6163
6164         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
6165           Ignore CRCs by default (fixes #142566).
6166
6167 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6168
6169         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6170         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
6171         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
6172         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
6173         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6174         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
6175           Fix for cases where we fail to attach to a mixer.
6176
6177 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6178
6179         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6180           Don't touch events after not owning them anymore.
6181         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6182         (gst_wavparse_fmt), (gst_wavparse_other),
6183         (gst_wavparse_handle_seek), (gst_wavparse_loop),
6184         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6185         (gst_wavparse_srcpad_event):
6186         * gst/wavparse/gstwavparse.h:
6187           Add seeking, fix querying.
6188
6189 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6190
6191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6192           - process comments even if they don't end with \0\0
6193             g_convert would ignore them if present and works well without them
6194
6195 2004-05-16  Benjamin Otte  <otte@gnome.org>
6196
6197         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
6198           simplify caps
6199
6200 2004-05-16  Benjamin Otte  <otte@gnome.org>
6201
6202         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6203           don't write to memory we might not write to - g_convert does that
6204           for us anyway (fixes #142613)
6205         (gst_asf_demux_audio_caps):
6206           comment out gst_util_dump_mem
6207
6208 2004-05-16  Benjamin Otte  <otte@gnome.org>
6209
6210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6211           compute correct expected timestamps after seek (broken since
6212           last commit)
6213         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
6214           rename element and debugging category to gdkpixbufscale
6215
6216 2004-05-16  Benjamin Otte  <otte@gnome.org>
6217
6218         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6219           add error checking to snd_pcm_delay and remove duplicate call to
6220           snd_pcm_delay that caused issues (see inline code comments)
6221         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6222           make more readable and fix return value when snd_pcm_delay fails
6223         (fixes #142586)
6224
6225 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
6226         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
6227         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
6228         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
6229         (gst_pixbufscale_link), (gst_pixbufscale_init),
6230         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
6231         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
6232         (gst_pixbufscale_get_property), (pixbufscale_init):
6233         * ext/gdk_pixbuf/pixbufscale.h:
6234         Add these files I forgot earlier
6235
6236 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
6237         * ext/gdk_pixbuf/Makefile.am:
6238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6239         * ext/gdk_pixbuf/gstgdkpixbuf.h:
6240         Add new pixbufscale element to scale RGB video
6241         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
6242         and HYPER interpolation correctly.
6243         * ext/theora/theoraenc.c: (theora_enc_chain),
6244         Discard buffer and return if explicit caps could not be set
6245         (theora_enc_get_property):
6246         Make _get return kbps for the bitrate consistent with
6247         the _set function.
6248
6249
6250 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6251
6252         * ext/libvisual/visual.c: (gst_visual_chain):
6253           add missing visual_audio_analyze
6254
6255 2004-05-14  David Schleef  <ds@schleef.org>
6256
6257         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
6258         is killed while we're playing.
6259         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
6260         gst_element_no_more_pads().
6261
6262 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6263
6264         * gst-libs/gst/riff/riff-read.c :
6265           - fix INFO tag extraction in RIFF/AVI files
6266             because gst_event_unref (event) also freed taglist
6267           - avoid a mem leak
6268
6269 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6270
6271         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
6272         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
6273
6274         * gst/auparse/gstauparse.c :
6275           - add code (commented for now) to support audio/x-adpcm on src pad
6276             (we have no decoder for those layout yet)
6277
6278         * gst/cdxaparse/gstcdxaparse.c :
6279         * gst/cdxaparse/gstcdxaparse.h :
6280           - partial rewrite using RiffRead (ripped iain's wavparse code)
6281
6282         * gst/rtp/gstrtpL16enc.c : typo
6283         * gst/rtp/gstrtpgsmenc.c : typo
6284
6285 2004-05-13  Benjamin Otte  <otte@gnome.org>
6286
6287         * configure.ac:
6288           check for exact version of libvisual, it's not supposed to be
6289           API/ABI stable yet
6290
6291 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6292
6293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6294           signal no-more-pads
6295
6296 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6297
6298         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
6299         Report which format was used for GST_FORMAT_DEFAULT
6300         * gst/debug/Makefile.am:
6301         * gst/debug/gstdebug.c: (plugin_init):
6302         * gst/debug/progressreport.c: (gst_progressreport_base_init),
6303         (gst_progressreport_class_init), (gst_progressreport_init),
6304         (gst_progressreport_report), (gst_progressreport_set_property),
6305         (gst_progressreport_get_property), (gst_progressreport_chain),
6306         (gst_progressreport_plugin_init):
6307         Add progressreport element for testing.
6308
6309 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
6312         * sys/v4l/gstv4lsrc.h:
6313         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6314         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6315         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
6316         (gst_v4lsrc_grab_frame):
6317           add more debugging
6318           send a discont at start
6319
6320 2004-05-12  Colin Walters  <walters@redhat.com>
6321
6322         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
6323         inflooping if we can't find a chunk.  Or in other words, don't blow
6324         chunks if we don't have a chunk to blow.
6325
6326 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6327         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
6328         Remove old debug output
6329         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
6330         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
6331         (gst_dvdec_set_property), (gst_dvdec_get_property):
6332         Change the quality setting to an enum, so it works from gst-launch
6333         Don't renegotiate a non-linked pad. Allows audio only decoding.
6334         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
6335         (gst_deinterlace_link), (gst_deinterlace_init):
6336         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6337         (gst_videodrop_link):
6338         Some caps negotiation fixes
6339
6340 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6341
6342         * ext/tarkin/gsttarkin.c :
6343           - Change RANK from NONE to PRIMARY
6344         * ext/gdk_pixbuf/gstgdkpixbuf.c :
6345           - Change RANK from NONE to MARGINAL
6346         * ext/divx/gstdivxenc.c :
6347           - Change RANK from PRIMARY to NONE (encoder/spider issue)
6348
6349 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6350
6351         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
6352         (gst_vorbisenc_push_packet):
6353           copy a function that was added between 1.0 and 1.0.1 until we
6354           depend on worthwhile features of post-1.0
6355
6356 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6357
6358         * configure.ac:
6359           enable shout2 by default
6360         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6361         (gst_shout2send_base_init), (gst_shout2send_init),
6362         (gst_shout2send_connect), (gst_shout2send_change_state):
6363         * ext/shout2/gstshout2.h:
6364           make this work again. Based on a patch by Zaheer Merali (fixes
6365           #142262)
6366         * ext/theora/theora.c: (plugin_init):
6367           don't set rank on encoders
6368
6369 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
6370
6371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6372           Use codec_data property instead of flag1 and flag2 for wma
6373
6374 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6375
6376         * gst/cdxaparse/gstcdxaparse.c :
6377           - Add mpegversion to CAPS to make it link
6378           - Rank is as GST_RANK_SECONDARY instead of NONE
6379         * gst/auparse/gstauparse.c :
6380           - Document all audio encoding we can encounter from Solaris 9
6381             headers and libsndfile information.
6382           - Increase max. rate from 48000 to 192000 (to match other elements)
6383           - Don't try to play junk data between header and samples
6384
6385 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6386
6387         * ext/libvisual/visual.c: (gst_visual_getcaps):
6388           use the right caps depending on endianness (I hope)
6389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
6390           use GST_RANK_NONE for all non-decoding elements or spider gets
6391           mighty confused
6392
6393 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6394
6395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6396           Fix some odd cases and fix BE metadata parsing of unicode16 text.
6397
6398 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6399
6400         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6401         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6402         (gst_switch_loop), (gst_switch_get_type):
6403           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
6404           HEADERS. Had to be said.
6405
6406 2004-05-10  David Schleef  <ds@schleef.org>
6407
6408         * configure.ac: Add prototype Dirac support.
6409         * ext/Makefile.am:
6410         * ext/dirac/Makefile.am:
6411         * ext/dirac/gstdirac.cc:
6412         * ext/dirac/gstdiracdec.cc:
6413
6414 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6415
6416         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
6417         (gst_auparse_init), (gst_auparse_chain),
6418         (gst_auparse_change_state):
6419           Hack around spider. Remove me some day please.
6420
6421 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6422
6423         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6424           Fix for some uninitialized variables in previous patch, also
6425           makes it work. Fixes #142286 while we're at it.
6426
6427 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6428
6429         * gst/auparse/gstauparse.c:
6430                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
6431                 only unsupported formats are ADPCM/CCITT G.72x
6432                 reviewed by Ronald
6433         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
6434
6435 2004-05-10  Wim Taymans  <wim@fluendo.com>
6436
6437         * ext/vorbis/Makefile.am:
6438         * ext/vorbis/README:
6439         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
6440         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
6441         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
6442         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
6443         (gst_oggvorbisenc_convert_sink),
6444         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
6445         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
6446         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
6447         (get_constraints_string), (update_start_message),
6448         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
6449         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
6450         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
6451         * ext/vorbis/oggvorbisenc.h:
6452         * ext/vorbis/vorbis.c: (plugin_init):
6453         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
6454         (raw_caps_factory), (gst_vorbisenc_class_init),
6455         (gst_vorbisenc_init), (gst_vorbisenc_setup),
6456         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
6457         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
6458         * ext/vorbis/vorbisenc.h:
6459         Added a raw vorbis encoder to be used with the oggmuxer.
6460         We still need the old encoder for some gnome applications, 
6461         read the README to find out how that works.
6462         The raw encoder is called "rawvorbisenc" until 0.9.
6463
6464 2004-05-10  Wim Taymans  <wim@fluendo.com>
6465
6466         * ext/ogg/gstogg.c: (plugin_init):
6467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
6468         (gst_ogg_print):
6469         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
6470         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
6471         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
6472         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
6473         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
6474         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
6475         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
6476         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
6477         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
6478         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
6479         Added an ogg muxer.
6480         Small typo fixes in the demuxer.
6481
6482 2004-05-10  Wim Taymans  <wim@fluendo.com>
6483
6484         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6485         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6486         (theora_enc_change_state), (theora_enc_set_property),
6487         (theora_enc_get_property):
6488         Mark the last packet with an EOS flag which is not really needed
6489         in gstreamer.
6490         Do some better video framerate initialisation.
6491         Update the buffer timestamp.
6492
6493 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
6494
6495         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
6496         Return the result of the parent state change call
6497
6498 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6499
6500         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
6501         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
6502         * gst/law/alaw-encode.c : (idem)
6503         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
6504         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
6505         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
6506
6507 2004-05-09  Benjamin Otte  <otte@gnome.org>
6508
6509         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6510           don't use a fixed buffer size when writing variable length data to
6511           it. Fixes memory corruption and makes alsasrc work
6512
6513 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6514
6515         * ext/gnomevfs/gstgnomevfssink.c:
6516         (_gst_boolean_allow_overwrite_accumulator),
6517         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
6518           Run glib's default signal handler (??) in RUN_CLEANUP rather than
6519           RUN_LAST, and don't use that to set the accumulator value because
6520           then it's always FALSE.
6521
6522 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6523
6524         * gst-libs/gst/riff/riff-media.c:
6525         (gst_riff_create_video_caps_with_data),
6526         (gst_riff_create_audio_caps),
6527         (gst_riff_create_audio_template_caps):
6528         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6529           Fix for unaligned RIFF files (i.e. where all the chunks together
6530           in a LIST chunk are not of the same size as the size given in
6531           the LIST chunk header). Fixes several odd WAVE files. Also fix
6532           ADPCM (block_align property) in audio, so that wavparse based
6533           on this works now as it used to stand-alone.
6534
6535 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
6536
6537         reviewed by Benjamin Otte  <otte@gnome.org>
6538
6539         * ext/a52dec/gsta52dec.c:
6540         * ext/divx/gstdivxdec.c:
6541         * ext/divx/gstdivxenc.c:
6542         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
6543         * ext/faac/gstfaac.c: (gst_faac_base_init):
6544         * ext/faad/gstfaad.c: (gst_faad_base_init):
6545         * ext/ivorbis/vorbisfile.c:
6546         * ext/lame/gstlame.c:
6547         * ext/libfame/gstlibfame.c:
6548         * ext/mpeg2enc/gstmpeg2enc.cc:
6549         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
6550         * ext/sidplay/gstsiddec.cc:
6551         * ext/speex/gstspeexdec.c:
6552         * ext/speex/gstspeexenc.c:
6553         * ext/xvid/gstxviddec.c:
6554         * ext/xvid/gstxvidenc.c:
6555           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
6556           (fixes #142193)
6557
6558 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * ext/alsa/gstalsa.c: (device_list),
6561         (gst_alsa_class_probe_devices):
6562         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6563           Fix alsa oddness in mixer after the combination of using mixer
6564           in source/sink elements and using hw:x,y instead of just hw:x.
6565
6566 2004-05-09  Benjamin Otte  <otte@gnome.org>
6567
6568         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
6569         (gst_wavparse_create_sourcepad):
6570           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
6571           sourcepads
6572
6573 2004-05-09  Benjamin Otte  <otte@gnome.org>
6574
6575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6576           allow discont events before caps nego
6577
6578 2004-05-08  Benjamin Otte  <otte@gnome.org>
6579
6580         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6581           don't leak events
6582
6583 2004-05-08  Benjamin Otte  <otte@gnome.org>
6584
6585         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6586         (gst_level_change_state), (gst_level_init):
6587         * gst/level/gstlevel.h:
6588           figure out if we're initialized directly instead of keeping a
6589           variable that's wrong in 90% of cases
6590           don't initialize pads and then leak them and use a new unitialized
6591           pad. (fixes #142084)
6592           these were bugs so n00bish I didn't find them for an hour :/
6593
6594 2004-05-08 Iain <iain@prettypeople.org>
6595
6596         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
6597         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
6598         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
6599         return the length that was read.
6600         (gst_riff_read_strf_auds): Allow fmt tags as well.
6601
6602 2004-05-07  David Schleef  <ds@schleef.org>
6603
6604         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
6605         signed char assumption in faad.h.
6606
6607 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6608
6609         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
6610           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
6611
6612 2004-05-07  Colin Walters  <walters@redhat.com>
6613
6614         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
6615         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
6616         function.
6617         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
6618         Add dispose function.
6619
6620 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
6621         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
6622           Fix caps nego and pad templates. RGB mode caps should
6623           work now.
6624         * ext/dvdnav/gst-dvd:
6625           Move mpeg2dec inside the thread because otherwise the
6626           queue rejects cap changes mid-stream
6627         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6628         (gst_mpeg2dec_flush_decoder):
6629           For mpeg2dec > 0.4.0, call the flush function instead of
6630           manually extracting all in-flight frames.
6631         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
6632         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
6633           Change mime type video/dv go video/x-dv to match the
6634           rest of gst-plugins
6635
6636 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6637
6638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
6640         (gst_alsa_sink_class_init):
6641         * ext/alsa/gstalsasink.h:
6642         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
6643         (gst_alsa_src_class_init):
6644         * ext/alsa/gstalsasrc.h:
6645           Make alsasink/src a subclass of alsamixer so that mixer stuff
6646           shows up in gst-rec. Needs some finetuning.
6647
6648 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6649
6650         * ext/lame/gstlame.c: (gst_lame_chain):
6651           simplify
6652         * ext/mad/gstmad.c: (gst_mad_handle_event):
6653           fix event leak
6654         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6655           be able to detect mp3 files < 4096 bytes
6656
6657 2004-05-06  Wim Taymans  <wim@fluendo.com>
6658
6659         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6660         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6661         (theora_enc_set_property), (theora_enc_get_property):
6662         Also encode the first frame, cleanup some code.
6663
6664 2004-05-06  Wim Taymans  <wim@fluendo.com>
6665
6666         * ext/mpeg2enc/gstmpeg2enc.cc:
6667         Forward events first before deciding that negotiation was
6668         not performed.
6669
6670 2004-05-06  Wim Taymans  <wim@fluendo.com>
6671
6672         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6673         First process the events before deciding that negotiation
6674         was not performed.
6675
6676 2004-05-06  Wim Taymans  <wim@fluendo.com>
6677
6678         * ext/theora/Makefile.am:
6679         * ext/theora/theora.c: (plugin_init):
6680         * ext/theora/theoradec.c: (theora_dec_change_state):
6681         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
6682         (gst_theora_enc_class_init), (gst_theora_enc_init),
6683         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
6684         (theora_enc_chain), (theora_enc_change_state),
6685         (theora_enc_set_property), (theora_enc_get_property):
6686         Added a theora encoder, grouped the encoder and decoder into the
6687         same plugin.
6688
6689 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6690
6691         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6692         (gst_jpegenc_chain):
6693         fix DURATION on outgoing buffers
6694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6695         debug using time formats
6696         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6698         (gst_xvimagesink_sink_link):
6699         windows with width/height 0 generate X errors, so don't allow them
6700
6701 2004-05-05  Wim Taymans  <wim@fluendo.com>
6702
6703         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
6704         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
6705         (gst_mpeg2dec_negotiate_format):
6706         * ext/mpeg2dec/gstmpeg2dec.h:
6707           removed the static pad template so that we can add the
6708           more accurate framerate value to the caps.
6709           
6710
6711 2004-05-04  Benjamin Otte  <otte@gnome.org>
6712
6713         * configure.ac:
6714           check for kdemacros.h, too (should fix #141821)
6715         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6716           don't crash if no header was sent, but nicely error out (fixes part
6717           of #141554)
6718
6719 2004-05-04  Wim Taymans  <wim@fluendo.com>
6720
6721         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
6722         parent dispose function to avoid segfault on destroy.
6723
6724 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6725
6726         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6727         (plugin_init):
6728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6729         (gst_xvimagesink_sink_link):
6730         clean up debugging caps
6731         also recreate xvimage when format has changed
6732
6733 2004-05-04  Benjamin Otte  <otte@gnome.org>
6734
6735         * ext/libvisual/Makefile.am:
6736         * ext/libvisual/visual.c: (gst_visual_class_init),
6737         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
6738         (gst_visual_srclink), (gst_visual_chain),
6739         (gst_visual_change_state), (plugin_init):
6740           use a GstAdapter to correctly adapt buffer sizes - allows using a
6741           framerate
6742
6743 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6744
6745         * sys/v4l/gstv4lelement.h:
6746         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6747         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
6748         (gst_v4lsrc_buffer_free):
6749         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
6750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6751         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
6752         (gst_v4lsrc_requeue_frame):
6753         move some debugging categories around
6754         query for fps index and set accordingly if found
6755
6756 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6757
6758         * ext/lame/gstlame.c:
6759         correct defaults that lame_init puts out of range
6760
6761 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6762
6763         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
6764         (gst_divxenc_class_init):
6765         fix range since -1 is the default
6766         * gst/mpeg1sys/gstmpeg1systemencode.c:
6767         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
6768         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
6769         (gst_rtjpegdec_chain):
6770         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
6771         (gst_rtjpegenc_chain):
6772         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
6773         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
6774         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
6775         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
6776         * sys/v4l/gstv4lsrc.c:
6777         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6778         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6779         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6780         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
6781         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6782           remove gst_info calls
6783
6784 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6785
6786         * Makefile.am:
6787         * po/af.po:
6788         * po/az.po:
6789         * po/en_GB.po:
6790         * po/nl.po:
6791         * po/sr.po:
6792         * po/sv.po:
6793           Updated translations
6794
6795 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6796
6797         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6798           refactor/comment code
6799
6800 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6801
6802         * gst/asfdemux/Makefile.am:
6803         * gst/asfdemux/asfheaders.c:
6804         * gst/asfdemux/asfheaders.h:
6805         * gst/asfdemux/gstasf.c: (plugin_init):
6806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6807         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6808         (gst_asf_demux_setup_pad):
6809         * gst/asfdemux/gstasfdemux.h:
6810         * gst/asfdemux/gstasfmux.c:
6811         * gst/asfdemux/gstasfmux.h:
6812           Add tagging support to demuxer, split out registration in its own
6813           file instead of in demux (hacky), and prevent having some tables
6814           in our memory multiple times (in asfheaders.h).
6815
6816 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6817
6818         * gst/matroska/matroska-demux.c:
6819         (gst_matroska_demux_parse_metadata):
6820         * gst/matroska/matroska-ids.h:  
6821           Basic tag reading support.
6822
6823 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6824
6825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6826           Really detect ac-3 audio.
6827         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6828           really detect matroska files (off-by-1).
6829
6830 2004-04-30  David Schleef  <ds@schleef.org>
6831
6832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6833         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6834         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6835         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6836         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6837         hackage -- parse a lot more atoms, extract a few tags.  One might even
6838         mistake this for tag support.  Maybe it is.
6839         * gst/qtdemux/qtdemux.h:
6840
6841 2004-04-30  Colin Walters  <walters@verbum.org>
6842
6843         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6844
6845 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6846
6847         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6848         (gst_ffmpegcolorspace_getcaps):
6849           remove broken nego fix
6850
6851 2004-04-30  Benjamin Otte  <otte@gnome.org>
6852
6853         * configure.ac:
6854         * ext/Makefile.am:
6855         * ext/libvisual/Makefile.am:
6856         * ext/libvisual/visual.c: 
6857           add initial support for libvisual (http://libvisual.sourceforge.net)
6858           libvisual is still quite alpha, so expect crashes in there :)
6859
6860 2004-04-29  David Schleef  <ds@schleef.org>
6861
6862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6863         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6864         up qtdemux to make it spit out codec_data.  Do _not_ look at this
6865         code; you will no longer respect me.
6866
6867 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6868
6869         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6870         * ext/alsa/gstalsa.h :
6871         change alsa pcm device discovery to find more than 1 device
6872         per card. code review by Ronald.
6873
6874 2004-04-29  David Schleef  <ds@schleef.org>
6875
6876         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6877         Add a check for a driver bug on FreeBSD.  (bug #140565)
6878
6879 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6880
6881         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6882         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6883         (gst_jpegenc_getcaps):
6884           move format setting to inner loop
6885         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6886         (gst_ffmpegcolorspace_getcaps):
6887           use GST_PAD_CAPS if available so that we use already negotiated
6888           caps
6889         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6890         (qtdemux_parse_moov), (qtdemux_parse):
6891           extra debugging
6892         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6893         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6894           move hardcoded path to DEFINE
6895
6896 2004-04-28  David Schleef  <ds@schleef.org>
6897
6898         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
6899         (bug #140064)
6900
6901 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6902
6903         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6904           Don't probe for playback device if we're a source element. Fixes
6905           #139658.
6906
6907 2004-04-29  Benjamin Otte  <otte@gnome.org>
6908
6909         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6910         (gst_id3_tag_chain):
6911           rewrite buffer offset
6912
6913 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6914
6915         * configure.ac:
6916         * ext/Makefile.am:
6917         * ext/dts/Makefile.am:
6918         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6919         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6920         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6921         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6922         (gst_dtsdec_loop), (gst_dtsdec_change_state),
6923         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6924         (plugin_init):
6925         * ext/dts/gstdtsdec.h:
6926           New DTS decoder.
6927         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6928         (gst_faad_srcconnect):
6929           Add ESDS atom handling (.m4a).
6930
6931 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6932
6933         * ext/divx/gstdivxdec.c: (plugin_init):
6934           Remove comment that makes no sense.
6935         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6936           Fix for obvious typo that resulted in warnings during gst-register.
6937         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6938         (gst_xviddec_sink_link):
6939           Fix caps negotiation a bit better.
6940         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6941           We call this 'codec_data', not 'esds'.
6942
6943 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6944
6945         * gst/monoscope/gstmonoscope.c:
6946           make sure we only provide 256x128
6947         * gst/monoscope/monoscope.c: (monoscope_init):
6948           assert size of 256x128
6949
6950 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6951
6952         * Makefile.am:
6953         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6954         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6955           fixate to max width and height of device
6956
6957 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6958
6959         * Makefile.am:
6960         * sys/v4l/gstv4l.c:
6961         * sys/v4l/gstv4lsrc.c:
6962         * sys/v4l/v4l_calls.c:
6963         * sys/v4l/v4lsrc_calls.c:
6964           fix for qc-usb driver which fakes having more than one buffer
6965           by handing the same buffer twice, which confused GStreamer's/v4lsrc
6966           buffer_free override
6967           add debugging
6968
6969 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6970
6971         * Makefile.am:
6972         * gst/videotestsrc/gstvideotestsrc.c:
6973         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6974         (gst_videotestsrc_init), (gst_videotestsrc_get),
6975         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6976         * gst/videotestsrc/gstvideotestsrc.h:
6977           add num-buffers property
6978
6979         2004-04-26  Benjamin Otte  <otte@gnome.org>
6980
6981         * ext/mad/gstid3tag.c: (plugin_init):
6982           set id3mux rank to NONE so it doesn't confuse spider
6983           require audio/mpeg,mpegversion=1 in id3mux
6984
6985 2004-04-26  Benjamin Otte  <otte@gnome.org>
6986
6987         * configure.ac:
6988           detect faad correctly as non-working if it's indeed non-working
6989
6990 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6991
6992         * Makefile.am:
6993         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6994         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6995         fix _getcaps so it only negotiates to its supported format
6996
6997 2004-04-25  Benjamin Otte  <otte@gnome.org>
6998
6999         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7000           fix memleak
7001
7002 2004-04-23  Benjamin Otte  <otte@gnome.org>
7003
7004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7005           audio/x-raw-int with height rules! not. Now it's depth.
7006
7007 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
7010         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
7011         (gst_wavparse_loop):
7012           Missing variable initialization. Add handling of DVI ADPCM. Fix
7013           mis-parsing of LIST chunks. This works around a bug where we mis-
7014           parse non-aligning LIST chunks (so LIST chunks where the contents
7015           don't align with the actual LIST size). The correct fix is to use
7016           rifflib, I'm not going to fix wavparse - too much work. All this
7017           fixes #104878.
7018
7019 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
7020
7021         reviewed by Benjamin Otte  <otte@gnome.org>
7022
7023         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
7024           fix shoutcast not working (fixes #140844)
7025
7026 2004-04-22  Benjamin Otte  <otte@gnome.org>
7027
7028         * ext/hermes/gsthermescolorspace.c:
7029         (gst_hermes_colorspace_caps_remove_format_info):
7030         * gst/colorspace/gstcolorspace.c:
7031         (gst_colorspace_caps_remove_format_info):
7032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7033         (gst_ffmpegcolorspace_caps_remove_format_info):
7034           s/gst_caps_simplify/gst_caps_do_simplify/
7035
7036 2004-04-22  Benjamin Otte  <otte@gnome.org>
7037
7038         * gst-libs/gst/riff/riff-media.c:
7039         (gst_riff_create_video_caps_with_data):
7040           mpegversion is an int
7041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
7042           don't try to create pad templates with NULL caps, use any caps
7043           instead.
7044
7045 2004-04-20  David Schleef  <ds@schleef.org>
7046
7047         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
7048         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
7049         (bug #140384)
7050
7051 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
7052
7053         reviewed by David Schleef
7054
7055         * ext/mad/gstid3tag.c: Add stdlib.h
7056         * gst/rtp/gstrtpgsmenc.c: same
7057         * gst/tags/gstid3tag.c: same
7058         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
7059         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
7060         GST_DISABLE_LOADSAVE use.
7061         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
7062         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
7063         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
7064         atol(3)).
7065         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
7066         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
7067         strtoul(3)).
7068         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
7069         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
7070         $(ID3_CFLAGS).
7071         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
7072         $(LIBFAME_CFLAGS).
7073
7074 2004-04-20  David Schleef  <ds@schleef.org>
7075
7076         * gst/realmedia/rmdemux.c:  This was supposed to part of the
7077         last checkin.  Same idea.
7078
7079 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
7080
7081         reviewed by David Schleef
7082
7083         * configure.ac: bump required gstreamer version to 0.8.1.1
7084         because of following changes [--ds]
7085
7086         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
7087         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
7088         (gst_riff_read_header):  Use GST_READ_UINT*
7089         macros to access possibly unaligned memory.
7090
7091         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
7092         (mp3_type_find):  Use GST_READ_UINT*
7093         macros to access possibly unaligned memory.
7094         (mp3_type_find, mpeg1_parse_header, qt_type_find)
7095         (speex_type_find): Likewise
7096
7097         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
7098
7099         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
7100         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
7101         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
7102         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
7103         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
7104         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
7105         macros to access possibly unaligned memory.
7106
7107         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
7108         Likewise.
7109
7110         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
7111         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
7112
7113         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7114         Likewise.
7115
7116         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
7117         (gst_mpeg2subt_chain_subtitle): Likewise.
7118
7119         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
7120         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
7121         Likewise.
7122
7123         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
7124         Likewise.
7125
7126         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
7127         Likewise.
7128
7129         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
7130         Likewise.
7131
7132 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7133
7134         * configure.ac:
7135           update required version of GStreamer because of GST_TIME_FORMAT
7136
7137 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7138
7139         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
7140           remove leftover g_print
7141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7142           don't try setting only a subset of the caps. We don't want to kill
7143           autoplugging on purpose
7144
7145 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7146
7147         * sys/ximage/ximagesink.c: (plugin_init):
7148         * sys/xvimage/xvimagesink.c: (plugin_init):
7149           add debugging categories
7150
7151 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7152
7153         * po/en_GB.po:
7154         * po/LINGUAS:
7155           Adding en_GB translation (Gareth Owen)
7156
7157 2004-04-20  David Schleef  <ds@schleef.org>
7158
7159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7160         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
7161         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
7162         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7163         A number of new features and hacks to extract the esds atom and
7164         put it into the caps.  (bug #137724)
7165
7166 2004-04-19  David Schleef  <ds@schleef.org>
7167
7168         * gconf/Makefile.am: Fix for non-GNU make
7169         * gst-libs/gst/Makefile.am: Change directory order to handle
7170         GstPlay linking with gstinterfaces
7171         * gst-libs/gst/audio/make_filter: make use of tr portable
7172         * gst-libs/gst/play/Makefile.am: Add intended \
7173         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7174         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
7175         function prototype instead of void *.
7176         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
7177         macro.
7178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7179         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
7180         * gst/videofilter/make_filter: make use of tr portable
7181         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
7182
7183 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7184                                                                                 
7185         * po/LINGUAS:
7186         * po/uk.po:
7187           Added Ukrainian translation (Maxim V. Dziumanenko)
7188                                                                                 
7189 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7190
7191         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
7192         (gst_gsmdec_link), (gst_gsmdec_chain):
7193           Fix capsnego, simplify chain function slightly.
7194         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
7195           Add GSM.
7196
7197 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7198
7199         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7200         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
7201         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
7202           Hack to make wavparse work with spider (always -> sometimes pad).
7203           Fixes #135862 && #140411.
7204
7205 2004-04-18  Benjamin Otte  <otte@gnome.org>
7206
7207         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7208         (gst_osselement_rate_probe_check),
7209         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
7210           get rid of \n in debug output
7211
7212 2004-04-17  Iain <iain@prettypeople.org>
7213
7214         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
7215         not just EOS.
7216
7217 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7218
7219         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
7220         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
7221         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
7222         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
7223         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7224         (gst_id3_tag_change_state), (plugin_init):
7225           deprecate id3tag element and replace with id3demux/id3mux.
7226           great side effect: this ugly file is now even uglier, yay!
7227         * ext/mad/gstmad.h:
7228           remove non-available function
7229           update for new get_type
7230
7231 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7232
7233         * configure.ac:
7234           require mpeg2dec >= 0.4.0
7235
7236 2004-04-17  Benjamin Otte  <otte@gnome.org>
7237
7238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7239         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
7240         (gst_xvimagesink_set_xwindow_id):
7241           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
7242           assorted cleanup fixes.
7243
7244 2004-04-16  David Schleef  <ds@schleef.org>
7245
7246         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
7247         * sys/xvimage/xvimagesink.h: same
7248
7249 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7250
7251         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7252           Fix GST_ELEMENT_ERROR with (NULL)
7253
7254 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7255
7256         * gst-libs/gst/riff/riff-media.c:
7257         (gst_riff_create_video_caps_with_data):
7258           Add div[3456] as fourccs for DivX 3 (fixes #140137).
7259
7260 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7261
7262         * gst-libs/gst/riff/riff-media.c:
7263         (gst_riff_create_video_caps_with_data),
7264         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
7265         (gst_riff_create_video_template_caps),
7266         (gst_riff_create_audio_template_caps):
7267         * gst-libs/gst/riff/riff-media.h:
7268         * gst-libs/gst/riff/riff-read.c:
7269         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
7270         * gst-libs/gst/riff/riff-read.h:
7271         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7272           Add MS RLE support. I added some functions to read out strf chunks
7273           into strf chunks and the data behind it. This is usually color
7274           palettes (as in RLE, but also in 8-bit RGB). Also use those during
7275           caps creation. Lastly, add ADPCM (similar to wavparse - which
7276           should eventually be rifflib based).
7277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7278         (gst_matroska_demux_init), (gst_matroska_demux_reset):
7279         * gst/matroska/matroska-demux.h:
7280           Remove placeholders for some prehistoric tagging system. Didn't add
7281           support for any tag system really anyway.
7282         * gst/qtdemux/qtdemux.c:
7283           Add support for audio/x-m4a (MPEG-4) through spider.
7284         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7285         (gst_wavparse_loop):
7286           ADPCM support (#135862). Increase max. buffer size because we
7287           cannot split buffers for ADPCM (screws references) and I've seen
7288           files with 2048 byte chunks. 4096 seems safe for now.
7289
7290 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7291
7292         * configure.ac: bump nano to 1
7293
7294 === release 0.8.1 ===
7295
7296 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7297
7298         * configure.ac: releasing 0.8.1, "Comforting Sounds"
7299
7300 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7301
7302         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7303           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
7304           Fixes #140058
7305
7306 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7307
7308         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
7309           lower rank of dvddemux so that it's not used for mpeg playback.
7310
7311 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7312
7313         * configure.ac:
7314           save libs correctly when checking mad
7315
7316 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7317
7318         * ext/mad/gstid3tag.c: (plugin_init):
7319           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
7320
7321 2004-04-13  David Schleef  <ds@schleef.org>
7322
7323         * common/m4/gst-feature.m4: Call -config scripts with
7324         --plugin-libs if it is supported.
7325         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
7326         JPEG images are image/jpeg.
7327         * gst/debug/Makefile.am:
7328         * gst/debug/negotiation.c: (gst_negotiation_class_init),
7329         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
7330         (gst_negotiation_update_caps), (gst_negotiation_get_property),
7331         (gst_negotiation_plugin_init): Add a property that acts like
7332         filter caps.
7333         * testsuite/gst-lint:  Move license checking to be a standard
7334         test.
7335
7336 2004-04-13  David Schleef  <ds@schleef.org>
7337
7338         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
7339         patch from Sebastien Cote (bug #139958)
7340
7341 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7342
7343         * examples/gstplay/Makefile.am:
7344         * examples/gstplay/player.c: (main):
7345           make the commandline player example use gconf settings
7346
7347 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7348
7349         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
7350         (gst_cacasink_sinkconnect), (gst_cacasink_init),
7351         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
7352           init/end library during state transition, not object
7353           creation/disposal.  get rid of custom dispose handler.
7354          
7355
7356 2004-04-12  Christian Schaller <Uraeus@gnome.org>
7357
7358         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
7359         be a symlink
7360
7361 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7362
7363         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
7364           Handle JUNK chunks inside data section. Prevents warnings.
7365
7366 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7367
7368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7369         (gst_riff_create_video_template_caps):
7370           Add MS video v1.
7371         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7372         (gst_avi_demux_stream_data):
7373           Add support for "rec-list" chunks.
7374
7375 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7376
7377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7378           Fix another codecname mismatch.
7379
7380 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7381
7382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7383           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
7384           so that MJPEG plays back.
7385
7386 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7387
7388         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7389         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
7390         * gst/mpeg1videoparse/gstmp1videoparse.h:
7391           Fix for some slight mis-cuts in buffer parsing, and for some
7392           potential overflows or faults-causers. Adds disconts. Also fixes
7393           #139105 while we're at it.
7394
7395 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7396
7397         * configure.ac:
7398         * sys/v4l2/gstv4l2element.h:
7399           Workaround for missing struct v4l2_buffer declaration in Suse 9
7400           and Mandrake 10 linux/videodev2.h header file (#135919).
7401
7402 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7403
7404         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7405           Bail out if no filename was given.
7406
7407 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7408
7409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
7410         (gst_v4l2_fourcc_from_structure):
7411           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
7412           Y41B somewhere).
7413
7414 2004-04-09  Benjamin Otte  <otte@gnome.org>
7415
7416         * ext/gnomevfs/gstgnomevfssink.c:
7417         (_gst_boolean_allow_overwrite_accumulator),
7418         (gst_gnomevfssink_class_init):
7419           fix erase signal - if any handler returns false the file will not be
7420           overwritten. If no handler is connected, the file will not be
7421           overwritten either.
7422           renamed signal to "allow-overwrite"
7423         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
7424           free string when adding it to ID3 failed
7425         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7426           unref event when done
7427         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7428           free caps
7429         * gst/typefind/gsttypefindfunctions.c:
7430         (mpeg_video_stream_type_find):
7431           fix invalid read 
7432
7433 2004-04-08  David Schleef  <ds@schleef.org>
7434
7435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7436         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
7437
7438 2004-04-08  David Schleef  <ds@schleef.org>
7439
7440         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
7441         we don't support (bug #139532)
7442
7443 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7444
7445         * ext/mad/gstmad.c: (gst_mad_handle_event),
7446         (gst_mad_check_caps_reset), (gst_mad_chain),
7447         (gst_mad_change_state):
7448           only set explicit caps if they haven't been set before for
7449           this stream.  MPEG-audio sample rate/channels aren't allowed
7450           to change in-stream.
7451           Fixes #139382
7452
7453 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7454
7455         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
7456         (_gst_boolean_did_something_accumulator),
7457         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
7458         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
7459         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
7460         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
7461         (gst_gnomevfssink_change_state):
7462           Fix erase signal. Don't erase by default. Remove handoff signal.
7463           Remove erase property. Don't segfault. General cleanup.
7464
7465 2004-04-07  Benjamin Otte  <otte@gnome.org>
7466
7467         * gst-libs/gst/gconf/test-gconf.c: (main):
7468           add missing gst_init
7469
7470 2004-04-07  Benjamin Otte  <otte@gnome.org>
7471
7472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7473           free the mutexes, too
7474
7475 2004-04-07  Benjamin Otte  <otte@gnome.org>
7476
7477         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7478           actually free the URI string
7479         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
7480           compute offset correctly when passing discont events
7481         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7482           don't leak discont events
7483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
7484           add some missing breaks so caps aren't copied randomly
7485         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
7486           if we realloc memory, we better use it
7487
7488 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7489
7490         * ext/mad/gstmad.c: (normal_seek):
7491           fix GST_FORMAT_TIME usage
7492
7493 2004-04-05  David Schleef  <ds@schleef.org>
7494
7495         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
7496         a deprecated function (hack!)
7497
7498 2004-04-05  Benjamin Otte  <otte@gnome.org>
7499
7500         * ext/esd/esdmon.c: (gst_esdmon_get):
7501           fix nonterminated vararg and memleak
7502
7503 2004-04-05  Benjamin Otte  <otte@gnome.org>
7504
7505         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
7506         (gst_ladspa_init), (gst_ladspa_force_src_caps),
7507         (gst_ladspa_set_property), (gst_ladspa_get_property),
7508         (gst_ladspa_instantiate), (gst_ladspa_activate),
7509         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
7510           clean up debugging
7511
7512 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
7513
7514         reviewed by Benjamin Otte  <otte@gnome.org>
7515
7516         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
7517           check for broken LADSPA parameters (fixes #138635)
7518         
7519 2004-04-05  Benjamin Otte  <otte@gnome.org>
7520
7521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
7522           advertise buffer-frames correctly on sinkpads
7523
7524 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7525
7526         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
7527         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
7528         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
7529         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
7530         (gst_mad_check_caps_reset), (gst_mad_chain):
7531         add more debugging, only reset caps when we're not in error state
7532
7533 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7534
7535         * ext/mad/gstmad.c: add debugging category, comment + cleanups
7536
7537 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7538
7539         reviewed by Benjamin Otte  <otte@gnome.org>
7540
7541         * configure.ac:
7542           fix == in test(1) operator
7543
7544 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7545
7546         reviewed by Benjamin Otte  <otte@gnome.org>
7547
7548         * configure.ac:
7549           fix --export-symblos-regex to a working regex.
7550
7551 2004-04-04  Benjamin Otte  <otte@gnome.org>
7552
7553         * sys/oss/.cvsignore:
7554           add for oss_probe
7555
7556 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
7557
7558         reviewed by Benjamin Otte  <otte@gnome.org>
7559
7560         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7561           add missing 'new_media' argument (fixes #138168)
7562         * gst/matroska/matroska-demux.c:
7563         (gst_matroska_demux_handle_seek_event):
7564           add vararg terminator (fixes #138169)
7565
7566 2004-04-02  David Schleef  <ds@schleef.org>
7567
7568         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
7569         disted (bug #138914)
7570
7571 2004-04-01  Benjamin Otte  <otte@gnome.org>
7572
7573         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
7574         (gst_alsa_close_audio):
7575           handle case better where a soundcard can't pause
7576         * ext/ogg/gstoggdemux.c:
7577           don't crash when we get events but don't have pads yet
7578
7579 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7580
7581         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7582           throw an error if we couldn't probe any caps.
7583
7584 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7585
7586         * ext/dvdnav/gst-dvd:
7587         Add a really simple sample DVD player
7588
7589 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7590
7591         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
7592         (gst_a52dec_push), (gst_a52dec_handle_event),
7593         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
7594         (gst_a52dec_change_state):
7595         * ext/a52dec/gsta52dec.h:
7596           Use a debug category, Output timestamps correctly
7597           Emit tag info, Handle events, tell liba52dec about cpu
7598           capabilities so it can use MMX etc.
7599         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
7600           Fix a crasher accessing invalid memory
7601         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
7602         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
7603         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7604         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
7605         (dvdnavsrc_query):
7606           Some support for byte-format seeking.
7607           Small fixes for still frames and menu button overlays
7608         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7609         (gst_mpeg2dec_alloc_buffer):
7610           Use a debug category. Adjust the report level of several items to
7611           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
7612           so it doesn't lose the GstBuffer pointer
7613         * gst/debug/Makefile.am:
7614         * gst/debug/gstdebug.c: (plugin_init):
7615         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
7616         (gst_navseek_base_init), (gst_navseek_class_init),
7617         (gst_navseek_init), (gst_navseek_seek),
7618         (gst_navseek_handle_src_event), (gst_navseek_set_property),
7619         (gst_navseek_get_property), (gst_navseek_chain),
7620         (gst_navseek_plugin_init):
7621         * gst/debug/gstnavseek.h:
7622           Add the navseek debug element for seeking back and forth in a 
7623           video stream using arrow keys.
7624         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
7625         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
7626         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
7627         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
7628         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
7629         (gst_mpeg2subt_parse_header), (gst_get_nibble),
7630         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
7631         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
7632         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
7633         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
7634         * gst/mpeg2sub/gstmpeg2subt.h:
7635           Pretty much a complete rewrite. Now a loopbased element. May still
7636           require work to properly synchronise subtitle buffers.
7637         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
7638         (gst_dvd_demux_send_subbuffer):
7639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
7640           Don't attempt to create subbuffers of size 0
7641           Reduce a couple of error outputs to warnings.
7642         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
7643         (gst_y4mencode_chain):
7644         Output the y4m frame header correctly.
7645
7646 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7647
7648         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7649           throw errors instead of allowing SIGFPE
7650
7651 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7652
7653         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
7654         (gst_gconf_render_bin_from_key):
7655           leak plugging and style fixing
7656
7657 2004-03-31  David Schleef  <ds@schleef.org>
7658
7659         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
7660         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
7661         (bug #138225)
7662         * gst/debug/Makefile.am:
7663         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
7664         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
7665         plugin.
7666         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
7667         (gst_negotiation_base_init), (gst_negotiation_class_init),
7668         (gst_negotiation_init), (gst_negotiation_getcaps),
7669         (gst_negotiation_pad_link), (gst_negotiation_chain),
7670         (gst_negotiation_set_property), (gst_negotiation_get_property),
7671         (gst_negotiation_plugin_init):  New element to talk about random
7672         negotiation things happening in a pipeline.
7673
7674 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7675
7676         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7677           fix integer addition with help of Stefan Kost
7678
7679 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7680
7681         * po/nl.po: updated Dutch translation (Elros Cyriatan)
7682
7683 2004-03-30  David Schleef  <ds@schleef.org>
7684
7685         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
7686         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
7687         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
7688         (bug #137504)
7689         * ext/mpeg2dec/gstmpeg2dec.h:
7690
7691 2004-03-30  David Schleef  <ds@schleef.org>
7692
7693         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
7694
7695 2004-03-30  David Schleef  <ds@schleef.org>
7696
7697         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
7698         Michael Petullo) to handle .mov
7699
7700 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7701
7702         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7703         (gst_osselement_rate_check_rate):
7704           probe caps correctly for sound cards that only support one format
7705
7706 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7707
7708         * ext/kio/kiosrc.cpp: (process_events):
7709           update handling event processing if inside KDE - untested
7710
7711 2004-03-29  David Schleef  <ds@schleef.org>
7712
7713         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
7714         by 2 to not interfere with other colorspaces.
7715         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
7716         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
7717         one to not interfere with ffmpeg_colorspace.
7718
7719 2004-03-29  David Schleef  <ds@schleef.org>
7720
7721         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
7722         aren't in the caps.
7723         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
7724         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
7725
7726 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7727
7728         * gst-libs/gst/riff/riff-media.c:
7729           fail on error, don't try to set stuff on NULL caps
7730
7731 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7732
7733         * configure.ac:
7734         * ext/Makefile.am:
7735         * ext/kio/Makefile.am:
7736         * ext/kio/kioreceiver.cpp:
7737         * ext/kio/kioreceiver.h:
7738         * ext/kio/kiosrc.cpp:
7739         * ext/kio/kiosrc.h:
7740           add experimental kiosrc plugin
7741         * ext/alsa/gstalsaplugin.c: (plugin_init):
7742           initialize debugging category only when we're sure registering the
7743           plugins worked.
7744
7745 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7746
7747         * examples/gstplay/player.c: (main):
7748         * gst-libs/gst/play/play.c: (gst_play_class_init),
7749         (gst_play_set_location), (gst_play_set_data_src),
7750         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7751         (gst_play_set_visualization), (gst_play_connect_visualization):
7752           check return values of element_set_state and return FALSE where
7753           failed
7754
7755 2004-03-29  Benjamin Otte  <otte@gnome.org>
7756
7757         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7758           try harder to check if an event is really a discont
7759
7760 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7761
7762         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
7763         * po/az.po:
7764
7765 2004-03-28  Benjamin Otte  <otte@gnome.org>
7766
7767         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7768         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7769         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7770           get rid of non-standard "..." ranges in case statements.
7771
7772 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
7773
7774         * gst/mpegstream/gstmpegdemux.c: 
7775         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
7776         specific functionality split to the new dvddemux element.
7777         * gst/mpegstream/gstdvddemux.c:
7778         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
7779         streams, derived from mpegdemux.
7780         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
7781         up. SCR based timestamp rewriting can be turned off (will probably
7782         completely disappear soon).
7783         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7784         hacking. General cleanup. All printf statements replaced by
7785         debugging messages. Almost complete libdvdnav support.
7786         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7787         by events. New properties for audio and subpicture languages.
7788         (dvdnavsrc_update_highlight): Now uses events.
7789         (dvdnavsrc_user_op): Cleaned up.
7790         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7791         based). Lots of cleanup, and propper support for most libdvdnav
7792         events.
7793         (dvdnavsrc_make_dvd_event): New function.
7794         (dvdnavsrc_make_dvd_nav_packet_event): New function.
7795         (dvdnavsrc_make_clut_change_event): New function.
7796
7797 2004-03-26  Benjamin Otte  <otte@gnome.org>
7798
7799         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7800           fix bug where typefinding would claim it's theora whenever less then
7801           7 bytes of data were available
7802
7803 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7804
7805         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7806         (gst_alawdec_base_init), (gst_alawdec_class_init),
7807         (gst_alawdec_init), (gst_alawdec_chain):
7808         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7809         (gst_alawenc_base_init), (gst_alawenc_class_init),
7810         (gst_alawenc_init), (gst_alawenc_chain):
7811         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7812         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7813         (gst_mulawdec_init), (gst_mulawdec_chain):
7814         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7815         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7816         (gst_mulawenc_init), (gst_mulawenc_chain):
7817           Fix capsnego in all four, remove the unused property functions and
7818           simplify the chain functions slightly. I guess we could use macros
7819           or something similar for those, since the code is so similar, but
7820           I'm currently too lazy...
7821
7822 2004-03-24  David Schleef  <ds@schleef.org>
7823
7824         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7825         (gst_osselement_close_audio), (gst_osselement_probe_caps),
7826         (gst_osselement_get_format_structure),
7827         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7828         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7829         (gst_osselement_rate_int_compare): Add code to handle rate probing
7830         (bug #120883)
7831         * sys/oss/gstosselement.h: same
7832         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7833         Use rate probing provided by osselement.
7834         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7835
7836 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7837
7838         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7839         (gst_xvidenc_get_property):
7840           ulong/int mess-up.
7841
7842 2004-03-24  David Schleef  <ds@schleef.org>
7843
7844         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7845         (gst_speexdec_init):
7846         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7847         (gst_speexenc_init):  Create the pad template correctly (from
7848         the static pad template, not a NULL pointer.)
7849
7850 2004-03-25  Benjamin Otte  <otte@gnome.org>
7851
7852         * gst/debug/Makefile.am:
7853         * gst/debug/breakmydata.c: 
7854           add element that quasi-randomly changes bytes in the stream.
7855           Intended use is robustness checking of demuxers and decoders in
7856           media tests.
7857
7858 2004-03-24  Benjamin Otte  <otte@gnome.org>
7859
7860         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7861         (gst_alsa_probe_hw_params):
7862         * ext/alsa/gstalsa.h:
7863           debugging output fixes
7864
7865 2004-03-24  Benjamin Otte  <otte@gnome.org>
7866
7867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7868           don't g_return_if_fail if element is PLAYING, fail silently as every
7869           other element.
7870         * gst/effectv/gstquark.c: (gst_quarktv_chain):
7871           only fix needed for cast lvalue issues in gst-plugins
7872         * gst/volenv/gstvolenv.c: (gst_volenv_init):
7873           add proxy_getcaps
7874
7875 2004-03-24  Benjamin Otte  <otte@gnome.org>
7876
7877         * gst/level/gstlevel.c: (gst_level_init):
7878           add proxying getcaps function, so level doesn't advertise impossible
7879           caps
7880
7881 2004-03-24  David Schleef  <ds@schleef.org>
7882
7883         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7884         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7885         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7886         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7887         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7888         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7889         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7890         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7891         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
7892         messages.  Divide the chunk size by the compression ratio
7893         (needed for MACE audio)
7894
7895 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7896
7897         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7898           Fix buffer overflow read error.
7899
7900 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * ext/alsa/gstalsa.h:
7903           Remove unused entry.
7904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7905           Add cinepak.
7906         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7907         (gst_videodrop_link), (gst_videodrop_chain):
7908           Fix, sort of. Was horribly broken with new capsnego. Bah...
7909
7910 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
7911
7912         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7913         (plugin_init):
7914         Add a monkeysaudio typefind function
7915
7916 2004-03-23  Johan Dahlin  <johan@gnome.org>
7917
7918         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
7919         (gst_play_video_fixate): Check so the structure has the field
7920         before trying to fixate them, this makes it possible to have
7921         fakesinks for video and audio output without printing errors on
7922         the output console.
7923
7924 2004-03-22  David Schleef  <ds@schleef.org>
7925
7926         * sys/oss/Makefile.am:
7927         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7928         (check_rate), (add_rate):  Rate probing test app.
7929
7930 2004-03-21  Benjamin Otte  <otte@gnome.org>
7931
7932         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7933         (_fixate_caps_to_int), (gst_audio_convert_fixate):
7934           add a fixation function that pretty much does the right thing (fixes
7935           #137556)
7936
7937 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
7938
7939         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7940
7941 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
7942
7943         reviewed by: Benjamin Otte  <otte@gnome.org>
7944
7945         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7946           terminate gst_event_new_discontinuous correctly (fixes parts of
7947           #137711)
7948
7949 2004-03-19  David Schleef  <ds@schleef.org>
7950
7951         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
7952         since it doesn't depend on X, and it's part of our ABI.
7953
7954 2004-03-19  Iain <iain@prettypeople.org>
7955
7956         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
7957         is_int in the structure, not the local variable.
7958
7959 2004-03-19  David Schleef  <ds@schleef.org>
7960
7961         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7962         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7963         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7964         Improvements in caps negotiation.
7965
7966 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7967
7968         * po/LINGUAS:
7969         * po/af.po:
7970           adding Afrikaans (Petri Jooste)
7971
7972 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7973
7974         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7975         (gst_ffmpegcolorspace_chain):
7976         throw error instead of g_critical (#137588)
7977
7978 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7979
7980         * Makefile.am:
7981         * configure.ac:
7982           dist common and m4 correctly
7983         * po/sv.po:
7984
7985 2004-03-17  David Schleef  <ds@schleef.org>
7986
7987         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
7988         (bug #137348)
7989
7990 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7991
7992         * po/LINGUAS:
7993         * po/sv.po:
7994           adding Swedish translation (Christian Rose)
7995
7996 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7997
7998         * Makefile.am: use release.mak
7999
8000 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8001
8002         * common/ChangeLog:
8003         * common/gst-autogen.sh:
8004           add some explanation about the version detection
8005         * configure.ac:
8006           fix X check
8007
8008 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8009
8010         * configure.ac: bump nano to 1
8011
8012 === release 0.8.0 ===
8013
8014 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8015
8016         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
8017
8018 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8019
8020         * configure.ac:
8021           update libtool version
8022         * gst-libs/gst/media-info/Makefile.am:
8023           actually use libtool version
8024
8025 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8026
8027         * configure.ac: fix speex detection to work with 1.0 but not 1.1
8028
8029 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8030
8031         * configure.ac:
8032         * gst-plugins.spec.in:
8033         * pkgconfig/Makefile.am:
8034         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
8035         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8036         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8037         * pkgconfig/gstreamer-libs.pc.in:
8038         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8039         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8040         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
8041         * pkgconfig/gstreamer-plugins.pc.in:
8042           remove @VERSION@ from some of the pc files since core and plugins
8043           are decoupled.
8044           created gstreamer-plugins.pc as it's a better name, but keeping
8045           -libs around for now to get fixes upstream done first.
8046
8047 2004-03-15  Julien MOUTTE <julien@moutte.net>
8048
8049         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
8050         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
8051         * gst-libs/gst/play/play.h:
8052
8053 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8054
8055         * *.c, *.cc: don't mix tabs and spaces
8056
8057 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8058
8059         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8060           use the new ffmpegcolorspace
8061         * gst-plugins.spec.in:
8062           package new colorspace and media-info
8063         * configure.ac:
8064         * pkgconfig/Makefile.am:
8065           fix some more disting issues
8066         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8067         * pkgconfig/gstreamer-media-info.pc.in:
8068           generate media-info pc files
8069
8070 2004-03-15  Johan Dahlin  <johan@gnome.org>
8071         
8072         * *.h: Revert indenting
8073
8074 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8075
8076         * configure.ac:
8077           adding ffmpegcolorspace element
8078         * gst/ffmpegcolorspace/Makefile.am:
8079         * gst/ffmpegcolorspace/avcodec.h:
8080         * gst/ffmpegcolorspace/common.h:
8081         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
8082         * gst/ffmpegcolorspace/dsputil.h:
8083         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
8084         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8085         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
8086         (gst_ffmpeg_caps_to_pix_fmt):
8087         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8089         (gst_ffmpegcolorspace_caps_remove_format_info),
8090         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
8091         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
8092         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
8093         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
8094         (gst_ffmpegcolorspace_set_property),
8095         (gst_ffmpegcolorspace_get_property),
8096         (gst_ffmpegcolorspace_register):
8097         * gst/ffmpegcolorspace/imgconvert.c:
8098         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8099         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
8100         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
8101         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
8102         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
8103         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
8104         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
8105         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
8106         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
8107         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
8108         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
8109         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
8110         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
8111         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
8112         (img_get_alpha_info), (deinterlace_line),
8113         (deinterlace_line_inplace), (deinterlace_bottom_field),
8114         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
8115         * gst/ffmpegcolorspace/imgconvert_template.h:
8116         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
8117         * gst/ffmpegcolorspace/mmx.h:
8118         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
8119           adding ffmpegcolorspace element supplied by Ronald after cleaning
8120           up and pulling in the right bits of upstream source. 
8121           I'm sure a better C/compiler wizard could do some cleaning up (for
8122           example use GLIB's malloc stuff), but as a first pass this
8123           works very well
8124
8125 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8126
8127         * ext/alsa/gstalsa.h:
8128           I assume Ronald forgot to commit the change to have cardname
8129           as a struct member.  Expect some public spanking at the next
8130           opportunity.
8131
8132 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
8135         (gst_alsa_open_audio), (gst_alsa_close_audio):
8136         * ext/alsa/gstalsa.c:
8137           Don't open the device if we're a mixer (= padless).
8138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
8139         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
8140         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
8141           Open mixer during state change rather than during object
8142           initialization. Also, get a device name. Currently in a somewhat
8143           hackish fashion, but I didn't really find something better.
8144
8145 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8146
8147         * *.c, *.h: run gst-indent
8148
8149 2004-03-14  Benjamin Otte  <otte@gnome.org>
8150
8151         * gst/modplug/gstmodplug.cc:
8152         * gst/modplug/gstmodplug.h:
8153           set correct timestamps on outgoing buffers
8154
8155 2004-03-14  Benjamin Otte  <otte@gnome.org>
8156
8157         * gst/modplug/gstmodplug.cc:
8158           handle events - don't do crap when a discont arrives that's not
8159           necessary
8160           This allows correct loading and playback of mods in Rhythmbox
8161
8162 2004-03-14  Benjamin Otte  <otte@gnome.org>
8163
8164         * configure.ac:
8165         * gst-libs/gst/gconf/Makefile.am:
8166         * pkgconfig/Makefile.am:
8167           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
8168           they get rebuilt properly
8169         * configure.ac:
8170           when checking for vorbis, try pkgconfig first.
8171         * gst/modplug/gstmodplug.cc:
8172           add fixate function
8173
8174 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8175
8176         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8177           Fix for obvious mistake, where we first shift the offset and then
8178           read a samplesize element assuming the old offset. Note that this
8179           part still has something weird, i.e. my movies containing those
8180           don't actually play well, but at least there's something that looks
8181           like sound now.
8182
8183 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
8184         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
8185         (plugin_init):
8186         Add a typefind function for speex format
8187
8188 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8189
8190         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
8191         (gst_asf_demux_setup_pad):
8192           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
8193           instead of 0. Reason is simple: some elements have a fps range
8194           of 1-max instead of 0-max. So now ASF video actually works.
8195
8196 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8197
8198         * po/LINGUAS:
8199         * po/sr.po:
8200           adding serbian as a language
8201
8202 2004-03-13  Benjamin Otte  <otte@gnome.org>
8203
8204         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8205           return taglist correctly from _get function, don't gst_pad_push it.
8206           (fixes #137042)
8207
8208 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
8209         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8210
8211 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8212
8213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
8214         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
8215         (gst_alsa_mixer_track_new):
8216         * ext/alsa/gstalsamixertrack.h:
8217           Fix ancient leftovers... MixerTrack is a GObject.
8218
8219 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8220
8221         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8222         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8223           Don't block during probing...
8224
8225 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8226
8227         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
8228         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
8229         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
8230         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
8231         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
8232         (gst_alsa_open_audio), (gst_alsa_close_audio):
8233         * ext/alsa/gstalsa.h:
8234           Add propertyprobe interface implementation, add some device-name
8235           property, all this so that it looks good in gnome-volume-control.
8236
8237 2004-03-12  David Schleef  <ds@schleef.org>
8238
8239         * configure.ac: the Hermes library controls hermescolorspace, not
8240         colorspace.
8241         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8242         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
8243         not /* */
8244         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
8245         * ext/sdl/sdlvideosink.h: ditto.
8246         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
8247
8248 2004-03-12  Benjamin Otte  <otte@gnome.org>
8249
8250         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
8251         (gst_x_overlay_got_xwindow_id):
8252         * gst-libs/gst/xoverlay/xoverlay.h:
8253           replace XID with unsigned long to get rid of the xlibs dependency in
8254           XOverlay (fixes #137004)
8255
8256 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
8257         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
8258         (gst_agingtv_setup):
8259         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
8260         (gst_dicetv_base_init), (gst_dicetv_class_init),
8261         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
8262         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
8263         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
8264         (gst_edgetv_setup), (gst_edgetv_rgb32):
8265         * gst/effectv/gsteffectv.c:
8266         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
8267         (gst_quarktv_set_property):
8268         * gst/effectv/gstrev.c: (gst_revtv_get_type),
8269         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
8270         (gst_revtv_setup), (gst_revtv_rgb32):
8271         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
8272         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
8273         (gst_shagadelictv_init), (gst_shagadelictv_setup),
8274         (gst_shagadelictv_rgb32):
8275         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
8276         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
8277         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
8278         * gst/effectv/gstwarp.c:
8279         Port everything that can be ported to videofilter and fix up the caps.
8280         Can someone with a big-endian machine please check these?
8281
8282 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8283
8284         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
8285         (gst_osssink_chain), (gst_osssink_change_state):
8286           Latest fixes for A/V sync, audio playback and such. This is about
8287           all... MPEG playback issues are mostly related to the async build-
8288           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
8289
8290 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8291
8292         patch from: Stephane Loeuillet
8293
8294         * configure.ac:
8295           use pkg-config for some libraries, falling back to the old .m4 way
8296           (fixes #131270)
8297         * m4/libdv.m4:
8298           removed
8299
8300 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8301
8302         * configure.ac:
8303         * tools/Makefile.am:
8304         * tools/Makefile.in:
8305         * tools/gst-launch-ext-m.m:
8306         * tools/gst-launch-ext.1.in:
8307         * tools/gst-visualise-m.m:
8308         * tools/gst-visualise.1:
8309         * tools/gst-visualise.1.in:
8310           reorganizing generation of script tools
8311
8312 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8313
8314         * ext/divx/gstdivxdec.c:
8315           Downgrade priority. We prefer ffdec_mpeg4.
8316         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
8317         (gst_faad_chain), (gst_faad_change_state):
8318           Fix capsnego. Doesn't work for some sounds because we don't have
8319           a 5:1 to stereo element.
8320         * ext/xvid/gstxvid.c: (plugin_init):
8321           Add priority.
8322         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8323         (gst_osssink_change_state):
8324           Add discont handling.
8325
8326 2004-03-09  Colin Walters  <walters@verbum.org>
8327
8328         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
8329         conversion.
8330
8331 2004-03-09  Benjamin Otte  <otte@gnome.org>
8332
8333         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8334           the signals take 2 arguments
8335
8336 2004-03-09  David Schleef  <ds@schleef.org>
8337
8338         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
8339         (gst_alsa_fixate): Add fixate function.  (bug #136686)
8340         * ext/alsa/gstalsa.h:
8341         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
8342
8343 2004-03-09  Benjamin Otte  <otte@gnome.org>
8344
8345         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
8346         (gst_mikmod_change_state):
8347         * ext/mikmod/gstmikmod.h:
8348           make mikmod's loop function not loop infinitely and call
8349           gst_element_yield anymore
8350         * gst/modplug/gstmodplug.cc:
8351           fix pad negotiation (fixes #136590)
8352
8353 2004-03-09  David Schleef  <ds@schleef.org>
8354
8355         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
8356         doesn't conflict with the internal colorspace plugin.
8357         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
8358         satisfy the crappy-ass shell shipped by a certain vendor.
8359         * gst/videofilter/make_filter: same (bug #135299)
8360
8361 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8362
8363         * configure.ac: bump nano to 1
8364
8365 === release 0.7.6 ===
8366
8367 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8368
8369         * configure.in: releasing 0.7.6, "There"
8370
8371 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8372
8373         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8374         * pkgconfig/gstreamer-play.pc.in:
8375           synchronize the two
8376
8377 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8378
8379         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
8380         (cdparanoia_open), (cdparanoia_event):
8381           fix/add error handling
8382         * po/POTFILES.in:
8383           add cdparanoia source
8384         * tools/Makefile.am:
8385           make scripts executable
8386
8387 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8388
8389         * configure.ac:
8390         * ext/vorbis/Makefile.am:
8391         * sys/Makefile.am:
8392           remove id3types, vorbisfile and xvideosink from the build (#133783)
8393
8394 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8395
8396         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8397           Fix metadata read crash (#136537).
8398
8399 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8400
8401         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8402         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
8403           adding mime types, fixing the one-stop function
8404
8405 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8406
8407         * ext/nas/nassink.c and /ext/nas/nassink.h:
8408         More NAS love from Arwed von Merkatz
8409         So lets all sing 'Can you feel the NAS tonight' 
8410
8411 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8412
8413         * tools/gst-launch-ext.in: 
8414         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
8415
8416 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8417
8418         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8419         (gst_mpeg2dec_init):
8420         remove the user_data pad for now, because it is being used in
8421         fixating causing MPEG playback to fixate on 1000 Hz for playback.
8422         If someone knows how to fix this properly, please do.
8423
8424 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8425
8426         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8427         (gst_osssink_get_time):
8428         add a warning, IMO this won't get triggered anymore, remove later
8429
8430 2004-03-07  David Schleef  <ds@schleef.org>
8431
8432         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
8433         format (bug #136470)
8434
8435 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8436
8437         * gst-libs/Makefile.am:
8438         * gst-libs/gst/media-info/Makefile.am:
8439         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
8440         (error_callback), (gst_media_info_error_create),
8441         (gst_media_info_error_element), (gmip_init), (gmip_reset),
8442         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
8443         * gst-libs/gst/media-info/media-info-priv.h:
8444         * gst-libs/gst/media-info/media-info-test.c: (main):
8445         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
8446         (gst_media_info_class_init), (gst_media_info_instance_init),
8447         (gst_media_info_set_source), (gst_media_info_read_with_idler),
8448         (gst_media_info_read_idler), (gst_media_info_read):
8449         * gst-libs/gst/media-info/media-info.h:
8450         fixed, should work now
8451
8452 2004-03-07  Christian Schaller <Uraeus@gnome.org>
8453
8454         * ext/nas/nassink.c:
8455         A bunch of NAS fixes from Arwed von Merkatz
8456
8457 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8458
8459         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8460         (qtdemux_parse_trak):
8461           Fix crash (j might be greater than n_samples, in which case we're
8462           writing outside the allocated space for the array) and memleak.
8463
8464 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8465
8466         * sys/oss/gstosssink.c: (gst_osssink_chain):
8467           And another caller that couldn't handle delay < 0 (unsigned
8468           integer overflow). Video now continues playing on an audio
8469           buffer underrun, and the clock continues working. Audio still
8470           stalls.
8471
8472 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8473
8474         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8475         (gst_osssink_get_time):
8476           get_delay() may return values lower than 0. In those cases, we
8477           should not actually cast to *unsigned* int64, that will break
8478           stuff horribly. In my case, it screwed up A/V sync in movies
8479           in totem rather badly.
8480
8481 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8482
8483         * ext/faac/gstfaac.c: (gst_faac_chain):
8484         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8485         * ext/libpng/gstpngenc.c: (user_write_data):
8486         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8487         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8488         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8489         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8490         Fix several misuse of gst_buffer_merge (it doesn't take ownership
8491         of any buffer), should fix some leaks. I hope I didn't unref buffers
8492         that shouldn't be...
8493         
8494 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8495
8496         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
8497         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
8498         (error_callback), (gmi_reset), (gmi_seek_to_track),
8499         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
8500         (gmip_find_type_post), (gmip_find_stream_post),
8501         (gmip_find_track_streaminfo_post):
8502         * gst-libs/gst/media-info/media-info-priv.h:
8503         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
8504         (info_print), (main):
8505         * gst-libs/gst/media-info/media-info.c:
8506         (gst_media_info_error_create), (gst_media_info_error_element),
8507         (gst_media_info_instance_init), (gst_media_info_get_property),
8508         (gst_media_info_new), (gst_media_info_set_source),
8509         (gst_media_info_read_idler), (gst_media_info_read):
8510         * gst-libs/gst/media-info/media-info.h:
8511           first pass at making this work again.  This seems to work on
8512           tagged ogg/vorbis and mp3 files.
8513
8514 2004-03-06  Benjamin Otte  <otte@gnome.org>
8515
8516         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8517           fix huge leak: gst_buffer_merge doesn't unref the first argument
8518           itself.
8519
8520 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8521
8522         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
8523           report layer/mode/emphasis
8524
8525 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8526
8527         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
8528
8529 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8530
8531         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8532           signal serial
8533
8534 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8535
8536         * ext/vorbis/vorbis.c: (plugin_init):
8537         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8538         (gst_vorbis_dec_init), (vorbis_dec_event):
8539         add debug category
8540         make vorbisdec handle _BYTE and _TIME queries
8541
8542 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8543
8544         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
8545           from the xing header
8546
8547 2004-03-06  Benjamin Otte  <otte@gnome.org>
8548
8549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
8550         (gst_audio_convert_link), (gst_audio_convert_change_state),
8551         (gst_audio_convert_buffer_from_default_format):
8552           do conversions from/to float correctly, fix some caps nego errors,
8553           export correct supported caps in template and getcaps, use correct
8554           caps in try_set_caps functions
8555
8556 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8557
8558         For some reason, I only committed a ChangeLog entry yesterday and 
8559         not the corresponding code...
8560         * ext/mad/gstmad.c: Fix detection of Xing headers
8561         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8562
8563 2004-03-06  Benjamin Otte  <otte@gnome.org>
8564
8565         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
8566         (gst_ogg_demux_src_query):
8567           make sure to handle the case where there's no current chain
8568           gracefully.
8569
8570 2004-03-05  David Schleef  <ds@schleef.org>
8571
8572         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
8573         Add fixate function. (bug #131128)
8574         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8575         (gst_sdlvideosink_fixate):  Add fixate function.
8576         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8577         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
8578         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
8579         Fix missing break that was causing ulaw to be interpreted as
8580         raw int.
8581
8582 2004-03-05  David Schleef  <ds@schleef.org>
8583
8584         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8585         Fix code that ignores return value of gst_buffer_merge().
8586         (bug #114560)
8587         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
8588         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
8589         * testsuite/gst-lint:  Check for above.
8590
8591 2004-03-05  David Schleef  <ds@schleef.org>
8592
8593         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
8594         caps and throw an element error.  (bug #136334)
8595
8596 2004-03-05  David Schleef  <ds@schleef.org>
8597
8598         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
8599         (gst_faad_chain): Fix negotiation.
8600         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
8601         key and button events.
8602         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
8603         dung heap of code.
8604         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
8605         depends on gconf
8606         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
8607         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8608         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
8609         function to encourage better negotiation, particularly between
8610         audioconvert and osssink.
8611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8612         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
8613         more important.
8614         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
8615         typefinding.
8616         * gst/vbidec/vbiscreen.c:  Add glib header
8617         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
8618
8619 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
8620
8621         * ext/mad/gstmad.c: Fix detection of Xing headers
8622         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8623
8624 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8625
8626         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8627         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
8628           debug updates
8629
8630 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8631
8632         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8633         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
8634         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
8635         files, and report the parsed length as a GST_TAG_DURATION tag.
8636         * gst/tags/gstid3tag.c: support TLEN (duration) tag
8637
8638 2004-03-05  Benjamin Otte  <otte@gnome.org>
8639
8640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
8641           convert channels correctly. convert correctly to unsigned.
8642
8643 2004-03-05  Julien MOUTTE <julien@moutte.net>
8644
8645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
8646         we have a window before clearing it.
8647
8648 2004-03-05  Julien MOUTTE <julien@moutte.net>
8649
8650         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
8651         have a window before clearing it.
8652
8653 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8654
8655         * gconf/gstreamer.schemas.in:
8656         * gst-libs/gst/gconf/Makefile.am:
8657           version installation path the same way as for 0.6
8658         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8659         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8660         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8661           remove comment that was fixed
8662
8663 2004-03-05  David Schleef  <ds@schleef.org>
8664
8665         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
8666         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
8667         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
8668         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
8669         Add prototype code for handling seeking and querying.
8670
8671 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8672
8673         * examples/gstplay/player.c: (main):
8674           Initialize variables to NULL. Prevents a segfault because the
8675           (uninitialized) variable is not NULL, resulting in a crash on
8676           trying to reach error->message.
8677
8678 2004-03-05  Benjamin Otte  <otte@gnome.org>
8679
8680         * gst/audioconvert/gstaudioconvert.c:
8681         (gst_audio_convert_buffer_to_default_format):
8682         make float=>int conversion work correctly even in cornercases.
8683
8684 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
8685
8686         * debian/README.Debian:
8687         * debian/build-deps:
8688         * debian/changelog:
8689         * debian/control:
8690         * debian/control.in:
8691         * debian/copyright:
8692         * debian/gstreamer-a52dec.files:
8693         * debian/gstreamer-aa.files:
8694         * debian/gstreamer-alsa.files:
8695         * debian/gstreamer-alsa.manpages:
8696         * debian/gstreamer-arts.files:
8697         * debian/gstreamer-artsd.files:
8698         * debian/gstreamer-audiofile.files:
8699         * debian/gstreamer-avifile.files:
8700         * debian/gstreamer-cdparanoia.files:
8701         * debian/gstreamer-colorspace.files:
8702         * debian/gstreamer-doc.files:
8703         * debian/gstreamer-dv.files:
8704         * debian/gstreamer-dvd.files:
8705         * debian/gstreamer-esd.files:
8706         * debian/gstreamer-festival.files:
8707         * debian/gstreamer-flac.files:
8708         * debian/gstreamer-gconf.conffiles:
8709         * debian/gstreamer-gconf.files:
8710         * debian/gstreamer-gconf.postinst:
8711         * debian/gstreamer-gnomevfs.files:
8712         * debian/gstreamer-gsm.files:
8713         * debian/gstreamer-http.files:
8714         * debian/gstreamer-jack.files:
8715         * debian/gstreamer-jpeg.files:
8716         * debian/gstreamer-mad.files:
8717         * debian/gstreamer-mikmod.files:
8718         * debian/gstreamer-misc.files:
8719         * debian/gstreamer-mpeg2dec.files:
8720         * debian/gstreamer-oss.files:
8721         * debian/gstreamer-plugin-apps.files:
8722         * debian/gstreamer-plugin-apps.manpages:
8723         * debian/gstreamer-plugin-libs-dev.files:
8724         * debian/gstreamer-plugin-libs.files:
8725         * debian/gstreamer-plugin-template.postinst:
8726         * debian/gstreamer-plugin-template.postrm:
8727         * debian/gstreamer-sdl.files:
8728         * debian/gstreamer-sid.files:
8729         * debian/gstreamer-vorbis.files:
8730         * debian/gstreamer-x.files:
8731         * debian/mk.control:
8732         * debian/rules:
8733         Debian package info not maintained here.
8734
8735 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8736
8737         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8738         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
8739         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
8740         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
8741         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
8742         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
8743         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8744         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
8745         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8746         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
8747         * gst-libs/gst/colorbalance/colorbalance.c:
8748         (gst_color_balance_class_init):
8749         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8750         (gst_color_balance_channel_class_init):
8751         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8752         * gst-libs/gst/play/play.c: (gst_play_class_init):
8753         * gst-libs/gst/propertyprobe/propertyprobe.c:
8754         (gst_property_probe_iface_init):
8755         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
8756         * gst-libs/gst/tuner/tunerchannel.c:
8757         (gst_tuner_channel_class_init):
8758         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
8759         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
8760         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
8761         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
8762         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
8763         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8764         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
8766         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
8767           fix signals to use - instead of _
8768         * ext/libcaca/gstcacasink.h:
8769         * ext/sdl/sdlvideosink.h:
8770           fix header rename
8771
8772 2004-03-04  David Schleef  <ds@schleef.org>
8773
8774         * testsuite/gst-lint:  Add a check for bad signal names.
8775
8776 2004-03-04  <kost@imn.htwk-leipzig.de>
8777
8778         reviewed by David Schleef
8779
8780         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
8781         modified the alpha channel and caused a warning. (bug #136192)
8782
8783 2004-04-03  Christian Schaller <Uraeus@gnome.org>
8784
8785         * gst-plugins.spec.in:
8786         Change names of plugins to actually be correct. Try to keep things
8787         alphabetical to avoid getting beat up by Thomas
8788
8789 2004-03-03  Julien MOUTTE <julien@moutte.net>
8790
8791         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8792         Using ximagesink as a default if no gconf key found. We should
8793         probably consider using alsasink instead of osssink for the audio
8794         part.
8795
8796 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8797
8798         * configure.ac:
8799           fix --with-plugins, don't think it ever worked before
8800         * gst-plugins.spec.in:
8801           even more updates
8802
8803 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8804
8805         * ext/sdl/sdlvideosink.h:
8806         * sys/ximage/ximagesink.h:
8807         * sys/xvideo/xvideosink.h:
8808         * sys/xvimage/xvimagesink.h:
8809           Fix for move of gstvideosink.h -> videosink.h.
8810
8811 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8812
8813         * gst-libs/gst/xwindowlistener/Makefile.am:
8814           this is a plugin library, not a library
8815
8816 2004-03-01  David Schleef  <ds@schleef.org>
8817
8818         * AUTHORS:  Added some names.  Add yourself if you're still
8819         missing.
8820
8821 2004-03-01  David Schleef  <ds@schleef.org>
8822
8823         * MAINTAINERS: Add
8824
8825 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8826
8827         * gst-plugins.spec.in: clean up spec file
8828
8829 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8830
8831         * gst-libs/gst/video/Makefile.am:
8832         * gst-libs/gst/video/gstvideosink.c:
8833         * gst-libs/gst/video/gstvideosink.h:
8834           rename gstvideosink.h to videosink.h to match other headers
8835         * gst/mixmatrix/Makefile.am:
8836           fix plugin filename
8837         * gst/tags/Makefile.am: fix plugin filename
8838
8839 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8840
8841         * gst/tags/Makefile.am: fix plugin filename
8842
8843 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8844
8845         * examples/gstplay/player.c: (got_time_tick), (main):
8846           add error handler
8847           display time_tick more readably
8848         * gst/mixmatrix/Makefile.am:
8849           fix plugin file name
8850
8851 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
8852
8853         * sys/oss/gstosselement.c: (gst_osselement_probe),
8854         (device_combination_append), (gst_osselement_class_probe_devices):
8855         * sys/oss/gstosselement.h: 
8856           Reworked enumeration of oss dsps and mixers so that gst-mixer works
8857           on my system using alsa oss emulation, fixes bug #135597
8858
8859 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8860
8861         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8862         (gst_videodrop_chain), (gst_videodrop_change_state):
8863         * gst/videodrop/gstvideodrop.h:
8864           Work based on timestamp of input data, not based on the expected
8865           framerate from the input. The consequence is that this element now
8866           not only scales framerates, but also functions as a framerate
8867           corrector or framerate stabilizer/constantizer.
8868
8869 2004-02-27  David Schleef  <ds@schleef.org>
8870
8871         patches from jmmv@menta.net (Julio M. Merino Vidal)
8872
8873         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8874         GST_ELEMENT_ERROR call (bug #135634)
8875         * gst/interleave/interleave.c: (interleave_buffered_loop),
8876         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8877         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8878         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8879         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8880         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8881         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8882         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8883         Fix GST_ELEMENT_ERROR call.
8884         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8885         GST_ELEMENT_ERROR call.
8886
8887 2004-02-27  Benjamin Otte  <otte@gnome.org>
8888
8889         * gst-libs/gst/audio/audio.h:
8890           add macro to make sure header isn't included twice
8891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8892           don't use gst_buffer_free
8893         * gst/playondemand/filter.func:
8894           don't use gst_data_free. Free data only once.
8895
8896 2004-02-26  David Schleef  <ds@schleef.org>
8897
8898         * gst-libs/gst/colorbalance/Makefile.am:
8899         * gst-libs/gst/mixer/Makefile.am:
8900         * gst-libs/gst/tuner/Makefile.am:
8901         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8902         should not be disted, -marshal.h files should not be installed,
8903         and -enum.h files _should_ be installed.  Fix to make this the
8904         case.
8905
8906 === release 0.7.5 ===
8907
8908 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         * configure.ac: release 0.7.5, "Under The Sea"
8911
8912 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8913
8914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8915         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8916         * gst/videoscale/gstvideoscale.c:
8917         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8918           assorted debug/warning fixes
8919
8920 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8921
8922         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8923         (gst_videoscale_init), (gst_videoscale_chain),
8924         (gst_videoscale_set_property), (plugin_init):
8925         * gst/videoscale/gstvideoscale.h:
8926         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8927         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8928         (gst_videoscale_planar400), (gst_videoscale_packed422),
8929         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8930         (gst_videoscale_24bit), (gst_videoscale_16bit),
8931         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8932         (gst_videoscale_scale_plane_slow),
8933         (gst_videoscale_scale_point_sample),
8934         (gst_videoscale_scale_nearest),
8935         (gst_videoscale_scale_nearest_str2),
8936         (gst_videoscale_scale_nearest_str4),
8937         (gst_videoscale_scale_nearest_32bit),
8938         (gst_videoscale_scale_nearest_24bit),
8939         (gst_videoscale_scale_nearest_16bit):
8940         add debugging category and use it properly
8941         fix use of GST_PTR_FORMAT
8942
8943 2004-02-25  Andy Wingo  <wingo@pobox.com>
8944
8945         * gst/interleave/interleave.c (interleave_buffered_loop): Always
8946         push only when channel->buffer is NULL. Prevents segfaults doing
8947         the state change after a nonlocal exit, like a scheme exception.
8948
8949         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8950         Handle the case where the intersected caps is empty.
8951
8952 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8953
8954         * gst/law/mulaw-decode.c: (mulawdec_link):
8955         * gst/law/mulaw.c: (plugin_init):
8956           fix mulawdec so it actually works again
8957
8958 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
8959
8960         reviewed by: David Schleef  <ds@schleef.org>
8961
8962         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8963         (gst_gamma_init), (gst_gamma_set_property),
8964         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8965         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
8966         for RGB, with separate r g and b correction factors. (#131167)
8967
8968 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8969
8970         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8971           only signal tags for bitrate if they're > 0 (#134894)
8972
8973 2004-02-24  David Schleef  <ds@schleef.org>
8974
8975         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8976         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8977         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8978         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8979         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8980         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8981         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8982         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8983         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
8984         category.  Attempt to fix timestamp calculation.
8985
8986 2004-02-24  Johan Dahlin  <johan@gnome.org>
8987
8988         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8989
8990 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8991
8992         * configure.ac:
8993         * gconf/Makefile.am:
8994         * gconf/gstreamer.schemas:
8995         * gst-libs/gst/gconf/Makefile.am:
8996         * gst-libs/gst/gconf/gconf.c:
8997           version gconf schemas and install locations
8998
8999 2004-02-23  Benjamin Otte  <otte@gnome.org>
9000
9001         * ext/xine/xineinput.c: (gst_xine_input_dispose):
9002         (gst_xine_input_subclass_init):
9003           call parent dispose.
9004           change pad template for CD reader correctly
9005         * ext/xine/Makefile.am:
9006         * ext/xine/gstxine.h:
9007         * ext/xine/xine.c: (plugin_init):
9008         * ext/xine/xineaudiosink.c:
9009           wrap audio sinks, too
9010         * gst-libs/gst/resample/private.h:
9011         * gst-libs/gst/resample/resample.c: (gst_resample_init),
9012         (gst_resample_reinit), (gst_resample_scale),
9013         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
9014         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
9015         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
9016         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
9017         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
9018         * gst-libs/gst/resample/resample.h:
9019         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
9020         (gst_audioscale_class_init), (gst_audioscale_link),
9021         (gst_audioscale_get_buffer), (gst_audioscale_init),
9022         (gst_audioscale_chain), (gst_audioscale_set_property),
9023         (gst_audioscale_get_property):
9024         * gst/audioscale/gstaudioscale.h:
9025           s/resample_*/gst_resample_*/i to not clobber namespaces
9026
9027 2004-02-23  Julien MOUTTE  <julien@moutte.net>
9028
9029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9030         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
9031         (gst_riff_create_video_template_caps),
9032         (gst_riff_create_audio_template_caps),
9033         (gst_riff_create_iavs_template_caps):
9034         * gst-libs/gst/riff/riff-media.h:
9035         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
9036         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
9037         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
9038         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9040         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
9041         (gst_matroska_demux_plugin_init): First batch implementing audio and 
9042         video codec tags in demuxers.
9043
9044 2004-02-22  Benjamin Otte  <otte@gnome.org>
9045
9046         * ext/xine/Makefile.am:
9047         * ext/xine/gstxine.h:
9048         * ext/xine/xine.c: (plugin_init):
9049         * ext/xine/xineinput.c:
9050           add input plugin wrapper. Playback from files, http, mms and cdda
9051           works.
9052         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9053           remove leftover G_GNUC_UNUSED
9054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
9055         (gst_asf_demux_identify_guid):
9056           improve debugging output
9057
9058 2004-02-22  Benjamin Otte  <otte@gnome.org>
9059
9060         reported by: Padraig O'Briain <padraig.obriain@sun.com>
9061
9062         * autogen.sh:
9063           replace test -e with test -x for mkinstalldirs to be more portable.
9064           (fixes #134816)
9065
9066 2004-02-22  Benjamin Otte  <otte@gnome.org>
9067
9068         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
9069
9070         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
9071           set rank to PRIMARY
9072         * gst/volume/gstvolume.c: (plugin_init):
9073           set rank to NONE
9074         fixes #134960
9075
9076 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
9077
9078         reviewed by Benjamin Otte  <otte@gnome.org>
9079
9080         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9081           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
9082
9083 2004-02-22  Benjamin Otte  <otte@gnome.org>
9084
9085         * configure.ac:
9086           export [_]*{gst,Gst,GST}.* symbols from plugins
9087
9088 2004-02-22  Christophe Fergeau <teuf@gnome.org>
9089
9090         reviewed by: Benjamin Otte  <otte@gnome.org>
9091
9092         * ext/lame/gstlame.c: (add_one_tag):
9093         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9094         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
9095         (gst_vorbisenc_metadata_set1):
9096         * gst/tags/gstid3tag.c:
9097         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
9098           apply fixes from bugs #135042 (lame can't write tags) and #133817
9099           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
9100
9101 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
9102
9103         * configure.ac: Export only gst_plugin_desc from plugins.
9104          Note that this change only makes any effect with Linux using libtool 
9105          1.5.2 or higher. Otherwise it is silently ignored, but it would build
9106          fine. And don't try to have several versions of libtool in different
9107          directories.
9108
9109 2004-02-20  Andy Wingo  <wingo@pobox.com>
9110
9111         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
9112         interleave respectively.
9113
9114         * gst/interleave/deinterleave.c: New plugin: deinterleave
9115         (replaces on oneton).
9116         * gst/interleave/interleave.c: New plugin: interleave.
9117         * gst/interleave/plugin.h: Support file.
9118         * gst/interleave/plugin.c: Support file.
9119
9120         * configure.ac: Remove intfloat and oneton, add interleave.
9121
9122         * ext/sndfile/gstsf.c: Handle events better.
9123
9124         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
9125         and float2int operation. int2float has scheduling problems as
9126         noted in in2float_chain. 
9127
9128 2004-02-20  Benjamin Otte  <otte@gnome.org>
9129
9130         * ext/xine/Makefile.am:
9131         * ext/xine/gstxine.h:
9132         * ext/xine/xine.c: 
9133         * ext/xine/xineaudiodec.c: 
9134         * ext/xine/xinecaps.c: 
9135           add first version of xine plugin wrapper. Currently only wraps the
9136           QDM2 win32 DLL, and even that only in proof-of-concept quality.
9137         * configure.ac:
9138         * ext/Makefile.am:
9139           add xine plugin wrapper, disabled by default. Use --enable-xine to
9140           build. Note that it'll segfault on gst-register if you don't remove
9141           the goom and tvtime post plugins from xine.
9142         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
9143         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
9144           add extradata parsing for QDM2.
9145           change around debugging prints.
9146
9147 2004-02-19  Benjamin Otte  <otte@gnome.org>
9148
9149         * ext/lame/gstlame.c: (gst_lame_chain):
9150         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9151           use gst_tag_list_insert when you want to insert tags
9152
9153 2004-02-18  David Schleef  <ds@schleef.org>
9154
9155         * configure.ac:  Move massink to gst-rotten
9156         * ext/Makefile.am:
9157         * ext/mas/Makefile.am:
9158         * ext/mas/massink.c:
9159         * ext/mas/massink.h:
9160
9161 2004-02-18  David Schleef  <ds@schleef.org>
9162
9163         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
9164         typefinding, since it seems to be worse than nothing.
9165         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
9166         atom to recognize .mp4 and .m4a files as video/quicktime.
9167
9168 2004-02-18  David Schleef  <ds@schleef.org>
9169
9170         * gst/sine/demo-dparams.c: (quit_live),
9171         (dynparm_log_value_changed), (dynparm_value_changed), (main):
9172         Use double dparams, not float.
9173         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9174         (gst_sinesrc_init): Change sync default to FALSE, since multiple
9175         sync'd elements don't really work correctly.
9176         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
9177         (volume_update_volume), (volume_get_property):  Change dparam
9178         to double.
9179
9180 2004-02-18  Julien MOUTTE  <julien@moutte.net>
9181
9182         * sys/ximage/ximagesink.c:
9183         (gst_ximagesink_xwindow_update_geometry),
9184         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9185         (gst_ximagesink_change_state), (gst_ximagesink_expose),
9186         (gst_ximagesink_init): Rework the way software video scaling works. So
9187         now we check on each chain call if the video frames are feeling the 
9188         window. If not we try to renegotiate caps. On failure we memorize that
9189         and we won't try again for that PLAYING sessions.
9190         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
9191         failure.
9192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
9193         synchronous flag.
9194
9195 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9196
9197         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
9198           break up _link so we can give a better debug message for errors
9199
9200 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9201
9202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9203           set up debug category
9204
9205 2004-02-18  Julien MOUTTE <julien@moutte.net>
9206
9207         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9208         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
9209         the way renegotiation work. The event handling function is not taking
9210         care of external windows and renegotiate method check for pad flags
9211         NEGOTIATING. Should fix : #133209
9212
9213 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9214
9215         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
9216         pad is negotiating before trying renegotiation.
9217
9218 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9219
9220         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9221           pass on all possible mime types as typefind hints
9222
9223 2004-02-17  Julien MOUTTE <julien@moutte.net>
9224
9225         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
9227         possible SHM leak if we crash. All other apps using XShm are doing
9228         that.
9229
9230 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9231
9232         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9233         (gst_ximagesink_expose): Renegotiate size on expose.
9234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
9235         size on expose.
9236
9237 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9238
9239         * testsuite/alsa/sinesrc.c:
9240           cosmetic fix to fix compile issue with gcc 2.95.4
9241
9242 2004-02-16  Julien MOUTTE <julien@moutte.net>
9243
9244         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
9245         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
9246         failed opening the audio device.
9247         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9248         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9249         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
9250         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
9251         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9252         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
9253         (gst_ximagesink_change_state), (gst_ximagesink_chain),
9254         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
9255         Removing some useless g_return_if_fail like wingo suggested.
9256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9257         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
9258         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9259         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
9260         (gst_xvimagesink_update_colorbalance),
9261         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
9262         (gst_xvimagesink_xcontext_clear),
9263         (gst_xvimagesink_get_fourcc_from_caps),
9264         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9265         (gst_xvimagesink_set_xwindow_id),
9266         (gst_xvimagesink_colorbalance_list_channels),
9267         (gst_xvimagesink_colorbalance_set_value),
9268         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
9269         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
9270
9271 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9272
9273         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9274           throw error when not negotiated instead of asserting
9275
9276 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9277
9278         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
9279         correct data refcounting.
9280
9281 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9282
9283         * gst/switch/gstswitch.c: (gst_switch_change_state),
9284         (gst_switch_class_init): Cleaning the sinkpads correctly on state
9285         change, mostly the EOS flag.
9286
9287 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9288
9289         * examples/gstplay/player.c: (got_eos), (main): Adding some 
9290         output for debugging.
9291         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
9292         timeouts if we go to any state different from PLAYING.
9293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
9294         more EOS bugs in riff lib.
9295
9296 2004-02-14  Julien MOUTTE  <julien@moutte.net>
9297
9298         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
9299         visualization until i find a way to fix switch correctly.
9300         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
9301         EOS arrives.
9302         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9303         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9304         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
9305         Reworked switch to get a more correct behaviour with events and refing
9306         of data stored in sinkpads.
9307         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
9308         we don't pull from a pad in EOS.
9309
9310 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9311
9312         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9313           remove v1 tag even if we can't read it (makes sure we don't detect
9314           it again)
9315
9316 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9317
9318         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
9319         (gst_alsa_xrun_recovery):
9320         * ext/alsa/gstalsa.h:
9321           try xrun recovery when wait failed. Make xrun recovery function
9322           return TRUE/FALSE to indicate success. (might fix #134354)
9323
9324 2004-02-13  David Schleef  <ds@schleef.org>
9325
9326         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
9327         (dynparm_value_changed), (main): Convert from float to double.
9328         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
9329
9330 2004-02-13  David Schleef  <ds@schleef.org>
9331
9332         * gst/silence/gstsilence.c: (gst_silence_class_init),
9333         (gst_silence_set_clock), (gst_silence_get),
9334         (gst_silence_set_property), (gst_silence_get_property):
9335         * gst/silence/gstsilence.h: Add sync property.
9336         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9337         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
9338         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
9339         * gst/sine/gstsinesrc.h: Add sync property.
9340
9341 2004-02-13  David Schleef  <ds@schleef.org>
9342
9343         * gst/intfloat/gstint2float.c: (conv_f32_s16),
9344         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
9345
9346 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9347
9348         * configure.ac:
9349         * ext/Makefile.am:
9350         * gst-libs/ext/Makefile.am:
9351           move ffmpeg plugin to gst-ffmpeg module
9352
9353 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9354
9355         * configure.ac: use GST_ARCH to detect architecture
9356
9357 2004-02-12  Julien MOUTTE  <julien@moutte.net>
9358
9359         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
9360
9361 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9362
9363         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9364           classify LADSPA plugins based on number of src/sink pads
9365           (#133663, Stefan Kost)
9366         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
9367           fix dparams registration
9368           (#133528, Stefan Kost)
9369         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
9370           fix use of isprint and use g_ascii_isprint instead
9371           (#133316, Stefan Kost)
9372
9373 2004-02-11  David Schleef  <ds@schleef.org>
9374
9375         Convert a few inner loops to use liboil.  This is currently
9376         optional, and is only enabled if liboil is present (duh!).
9377         * configure.ac: Check for liboil-0.1
9378         * gst/intfloat/Makefile.am:
9379         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
9380         (gst_int2float_chain_gint16):
9381         * gst/videofilter/Makefile.am:
9382         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
9383         (tablelookup_u8), (gst_videobalance_planar411):
9384         * gst/videotestsrc/Makefile.am:
9385         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
9386         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
9387         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
9388         (paint_hline_RGB565), (paint_hline_xRGB1555):
9389
9390 2004-02-11  David Schleef  <ds@schleef.org>
9391
9392         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
9393         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
9394         (gst_colorspace_getcaps), (gst_colorspace_link),
9395         (gst_colorspace_base_init), (gst_colorspace_init),
9396         (gst_colorspace_chain), (gst_colorspace_change_state),
9397         (plugin_init): Merge Ronald's patch (bug #117897) and update
9398         for new caps and negotiation.  Seems to work, although it
9399         shows off bugs in lcs.
9400
9401 2004-02-11  David Schleef  <ds@schleef.org>
9402
9403         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
9404         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
9405
9406 2004-02-11  David Schleef  <ds@schleef.org>
9407
9408         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
9409         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
9410         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
9411         Add server and port properties
9412
9413 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9414
9415         * m4/a52.m4:
9416         * m4/aalib.m4:
9417         * m4/as-ffmpeg.m4:
9418         * m4/as-liblame.m4:
9419         * m4/as-slurp-ffmpeg.m4:
9420         * m4/check-libheader.m4:
9421         * m4/esd.m4:
9422         * m4/freetype2.m4:
9423         * m4/gconf-2.m4:
9424         * m4/glib.m4:
9425         * m4/gst-alsa.m4:
9426         * m4/gst-artsc.m4:
9427         * m4/gst-ivorbis.m4:
9428         * m4/gst-matroska.m4:
9429         * m4/gst-sdl.m4:
9430         * m4/gst-shout2.m4:
9431         * m4/gst-sid.m4:
9432         * m4/gtk.m4:
9433         * m4/libdv.m4:
9434         * m4/libfame.m4:
9435         * m4/libmikmod.m4:
9436         * m4/ogg.m4:
9437         * m4/vorbis.m4:
9438           fix underquotedness of macros (#133800)
9439         * m4/as-avifile.m4:
9440         * m4/xmms.m4:
9441           removed because no longer used
9442
9443 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9444
9445         * configure.ac:
9446           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
9447           by autopoint (fixes #132996)
9448
9449 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9450
9451         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
9452         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
9453         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
9454         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
9455           fix memleaks
9456
9457 2004-02-11  David Schleef  <ds@schleef.org>
9458
9459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9460         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
9461         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
9462         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
9463         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
9464         (gst_jpegenc_class_init), (gst_jpegenc_init),
9465         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
9466         (gst_jpegenc_chain), (gst_jpegenc_set_property),
9467         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
9468         * ext/jpeg/gstjpegenc.h: Fix negotiation.
9469
9470 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9471
9472         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9473         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
9474         * ext/mikmod/gstmikmod.h:
9475           fix caps negotiation in mikmod
9476         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
9477           output debug information
9478
9479 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9480
9481         * gst-libs/gst/colorbalance/Makefile.am:
9482         * gst-libs/gst/navigation/Makefile.am:
9483         * gst-libs/gst/xoverlay/Makefile.am:
9484           remove unused GST_OPT_CFLAGS from Makefiles
9485           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
9486
9487 2004-02-07  David Schleef  <ds@schleef.org>
9488
9489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
9490         push events to pads that haven't been created (#133508)
9491
9492 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
9493
9494         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
9495         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
9496         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9497         (gst_dvdec_loop), (gst_dvdec_change_state):
9498         Second attempt at committing a working dvdec element.
9499
9500 2004-02-06  David Schleef  <ds@schleef.org>
9501
9502         Build fixes for OS X: (see #129600)
9503         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
9504         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
9505         (gst_riff_read_strf_iavs):
9506         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9507         (gst_avi_demux_stream_odml):
9508         * gst/playondemand/Makefile.am:
9509         * gst/rtp/rtp-packet.c:
9510
9511 2004-02-05  David Schleef  <ds@schleef.org>
9512
9513         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
9514         last change, because it Just Doesn't Compile.
9515
9516 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9517
9518         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9519           skip undecodable id3v2 tag instead of keeping it
9520
9521 2004-02-05  David Schleef  <ds@schleef.org>
9522
9523         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9524         Unref leaked buffer.  (Noticed by Ronald)
9525
9526 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
9527
9528         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9529         Sync requires with other checks.  >= vs =.
9530
9531 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
9532
9533         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9534         (gst_dvdec_video_link), (gst_dvdec_loop):
9535         * ext/dv/gstdvdec.h:
9536           rework the caps negotiation so that dvdec works again instead
9537           of just segfaulting.
9538
9539 === release 0.7.4 ===
9540
9541 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9542                                                                                 
9543         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
9544         * configure.ac: changed for release
9545
9546 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9547
9548         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
9549         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9550         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9551         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9552           reworked patch by David Lehn to fix libdir and includedir for
9553           uninstalled libraries
9554           removed play and gconf from gstreamer-libs since they have their
9555           own pkgconfig files
9556
9557 2004-02-04  David Schleef  <ds@schleef.org>
9558
9559         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
9560         memleak.
9561
9562 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9563
9564         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9565           use correct GST_TAG_ENCODER tag
9566
9567 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9568
9569         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9570           be sure to stop the clock when going to paused
9571         * sys/oss/gstosssink.c: (gst_osssink_change_state):
9572           reset number of transmitted when going to ready.
9573         fixes #132935
9574
9575 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
9576
9577         reviewed by Benjamin Otte
9578
9579         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9580           extract track count (fixes #133410)
9581
9582 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9583
9584         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9585           that should be !=, not == (fixes #132519)
9586
9587 2004-02-04  David Schleef  <ds@schleef.org>
9588
9589         Make sure set_explicit_caps() is called before adding pad.
9590         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9591         * gst/id3/gstid3types.c: (gst_id3types_loop):
9592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9593         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9594
9595 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9596
9597         * configure.ac:
9598           bump nano to 2, first prerelease
9599           put back AM_PROG_LIBTOOL
9600
9601 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9602
9603         * testsuite/alsa/Makefile.am:
9604           these are user test apps, not automatic testsuite tests
9605
9606 2004-02-04  David Schleef  <ds@schleef.org>
9607
9608         Convert GST_DEBUG_CAPS() to GST_DEBUG():
9609         * gst/mpeg1videoparse/gstmp1videoparse.c:
9610         (mp1videoparse_parse_seq):
9611         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9613         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
9614         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9615         (gst_xvideosink_getcaps):
9616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9617         * testsuite/gst-lint: more tests
9618
9619 2004-02-04  David Schleef  <ds@schleef.org>
9620
9621         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
9622         with the code that they would expand to.
9623         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
9624         (gst_flacdec_get_src_query_types),
9625         (gst_flacdec_get_src_event_masks):
9626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
9627         (gst_gnomevfssrc_get_query_types),
9628         (gst_gnomevfssrc_get_event_mask):
9629
9630 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9631
9632         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9633         (gst_sinesrc_dispose):
9634           fix memleak by properly disposing sinesrc
9635
9636 2004-02-04  Julien MOUTTE  <julien@moutte.net>
9637
9638         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
9639         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
9640         an overlay to redraw the image because it has been exposed.
9641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
9642         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
9643         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
9644         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
9645         interface
9646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
9647         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
9648         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
9649         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
9650         interface 
9651
9652 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9653
9654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9655           more memleak fixage
9656
9657 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9658
9659         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9660         * gst/typefind/gsttypefindfunctions.c:
9661           fix memleaks shown by gst-typefind
9662
9663 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9664
9665         * common/glib-gen.mak:
9666           add hack rule to touch .Plo files
9667         * gst-libs/gst/colorbalance/Makefile.am:
9668         * gst-libs/gst/mixer/Makefile.am:
9669         * gst-libs/gst/play/Makefile.am:
9670         * gst-libs/gst/tuner/Makefile.am:
9671           remove glib_root variable
9672
9673 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9674
9675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
9676           set explicit caps before adding the element, so the autopluggers can
9677           plug correctly.
9678         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9679         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9680         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9681         (dv_type_find):
9682           fix memleaks in typefind functions. gst_type_find_suggest takes a const
9683           argument.
9684
9685 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9686
9687         * gst-libs/gst/colorbalance/Makefile.am:
9688         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9689         * gst-libs/gst/colorbalance/colorbalance.c:
9690         * gst-libs/gst/colorbalance/colorbalance.h:
9691         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
9692         * gst-libs/gst/mixer/Makefile.am:
9693         * gst-libs/gst/mixer/mixer-marshal.list:
9694         * gst-libs/gst/mixer/mixer.c:
9695         * gst-libs/gst/mixer/mixer.h:
9696         * gst-libs/gst/mixer/mixermarshal.list:
9697         * gst-libs/gst/play/Makefile.am:
9698         * gst-libs/gst/play/play.h:
9699         * gst-libs/gst/tuner/Makefile.am:
9700         * gst-libs/gst/tuner/tuner-marshal.list:
9701         * gst-libs/gst/tuner/tuner.c:
9702         * gst-libs/gst/tuner/tuner.h:
9703         * gst-libs/gst/tuner/tunermarshal.list:
9704           use new glib-gen.mak snippet to clean up Makefile.am
9705           fix various bugs in Makefile.am's
9706
9707 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9708
9709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9710           handle chain parsing correctly in the multichain case
9711         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
9712         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
9713         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9714         (theora_dec_chain):
9715           handle events and queries correctly
9716
9717 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9718
9719         * .cvsignore:
9720         Ignore generated file _stdint.h.
9721
9722 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9723
9724         * gst-libs/gst/colorbalance/Makefile.am:
9725         * gst-libs/gst/colorbalance/colorbalance.h:
9726         * gst-libs/gst/mixer/Makefile.am:
9727         * gst-libs/gst/mixer/mixer.h:
9728         * gst-libs/gst/play/Makefile.am:
9729         * gst-libs/gst/play/play.h:
9730         * gst-libs/gst/tuner/Makefile.am:
9731         * gst-libs/gst/tuner/tuner.h:
9732         Generate enum type code with glib-mkenums.
9733         * gst-libs/gst/colorbalance/.cvsignore:
9734         * gst-libs/gst/mixer/.cvsignore:
9735         * gst-libs/gst/play/.cvsignore:
9736         * gst-libs/gst/tuner/.cvsignore:
9737         Ignore generated files.
9738
9739 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9740
9741         * gst-libs/gst/audio/.cvsignore:
9742         Ignore generated file.
9743         * gst-libs/gst/audio/Makefile.am:
9744         Do not install example filter.
9745
9746 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9747
9748         * examples/switch/.cvsignore:
9749         Ignore generated file.
9750
9751 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9752
9753         * common/m4/ax_create_stdint_h.m4:
9754         * configure.ac:
9755           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
9756           _stdint.h.
9757         * Makefile.am:
9758           remove generated _stdint.h in DISTCLEANFILES
9759         * ext/a52dec/gsta52dec.c:
9760           include _stdint.h for a52dec. (should fix #133064)
9761
9762 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9763
9764         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
9765         (gst_tag_to_vorbis_comments):
9766         Add replaygain support to vorbistag
9767
9768 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9769         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9770         (gst_ffmpeg_caps_to_extradata):
9771           Fix SVQ3 caps flag properties
9772           Use glib macro for bytes swap
9773
9774 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9775
9776         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9777         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9778         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9779         * ext/sndfile/gstsf.c: (plugin_init):
9780         * gst/avi/gstavi.c: (plugin_init):
9781         * sys/dxr3/dxr3init.c: (plugin_init):
9782         * sys/oss/gstossaudio.c: (plugin_init):
9783         * sys/v4l/gstv4l.c: (plugin_init):
9784         * sys/v4l2/gstv4l2.c: (plugin_init):
9785           remove textdomain calls
9786         * po/nl.po:
9787           update Dutch translation
9788
9789 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9790
9791         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9792         (gst_play_set_audio_sink): Moving volume in the audio thread for 
9793         instantaneous volume change. Maybe i will add another volume in front
9794         of visualization later, not sure yet though.
9795
9796 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9797
9798         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9799         (gst_ximagesink_handle_xevents): Better X events handling, only take
9800         the latest events for configure and motion.
9801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9802
9803 2004-02-02  Jon Trowbridge  <trow@gnu.org>
9804
9805         reviewed by: David Schleef  <ds@schleef.org>
9806
9807         Fix memory leaks:
9808         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9809         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9810
9811 2004-02-02  David Schleef  <ds@schleef.org>
9812
9813         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
9814         of lines.
9815         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9816         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9817         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9818         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9819         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9820         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9821         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9822         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9823         (gst_float2_2_int_link):
9824         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9825         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9826         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9827         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9828         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9829         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9830         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9831         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9832         * testsuite/gst-lint: Add tests for bzero and ;;
9833
9834 2004-02-02  David Schleef  <ds@schleef.org>
9835
9836         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9837
9838 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9839
9840         * ext/aalib/gstaasink.c: (gst_aasink_open):
9841         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9843         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9844         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9845         (gst_afsink_close_file):
9846         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9847         (gst_afsrc_close_file):
9848         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9849         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9850         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9851         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9852         * ext/esd/esdmon.c: (gst_esdmon_get):
9853         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9854         * ext/faac/gstfaac.c: (gst_faac_chain):
9855         * ext/faad/gstfaad.c: (gst_faad_chain):
9856         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9857         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9858         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9859         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9860         (gst_flacdec_loop):
9861         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9862         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9863         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9864         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9865         (gst_gnomevfssink_close_file):
9866         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9867         (gst_gnomevfssrc_open_file):
9868         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9869         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9870         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9871         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9872         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9873         * ext/mad/gstmad.c: (gst_mad_chain):
9874         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9875         * ext/mpeg2dec/gstmpeg2dec.c:
9876         * ext/mpeg2enc/gstmpeg2enc.cc:
9877         * ext/mplex/gstmplex.cc:
9878         * ext/mplex/gstmplexibitstream.cc:
9879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9880         (gst_ogg_demux_push):
9881         * ext/raw1394/gstdv1394src.c:
9882         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9883         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9884         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9885         (gst_sf_loop):
9886         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9887         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9888         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9889         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9890         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9891         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9892         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9893         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9894         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9895         (gst_riff_read_element_data), (gst_riff_read_seek),
9896         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9897         * gst/adder/gstadder.c: (gst_adder_loop):
9898         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9899         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9900         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9901         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9902         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9903         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9904         * gst/goom/gstgoom.c: (gst_goom_chain):
9905         * gst/id3/gstid3types.c: (gst_id3types_loop):
9906         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9907         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9908         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9909         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9910         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9911         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9912         (gst_ebml_read_float), (gst_ebml_read_header):
9913         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9914         (gst_matroska_demux_parse_blockgroup):
9915         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9916         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9917         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9918         * gst/silence/gstsilence.c: (gst_silence_get):
9919         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9920         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9921         * gst/speed/gstspeed.c: (speed_loop):
9922         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9923         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9924         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9925         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9926         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9927         (gst_wavparse_loop):
9928         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9929         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9930         (dxr3audiosink_close):
9931         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9932         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9933         (dxr3videosink_close), (dxr3videosink_write_data):
9934         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9935         * sys/oss/gstosssink.c: (gst_osssink_chain):
9936         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9937         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9938         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9939         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9940         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9941         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9942         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9943         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9944         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9945         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9946         (gst_v4l_set_audio):
9947         * sys/v4l/v4l_calls.h:
9948         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9949         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9950         (gst_v4lmjpegsink_playback_init),
9951         (gst_v4lmjpegsink_playback_start):
9952         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9953         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9954         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9955         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9956         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9957         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9958         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9959         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9960         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9961         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9962         (gst_v4l2_get_output), (gst_v4l2_set_output),
9963         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9964         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9965         (gst_v4l2_set_attribute):
9966         * sys/v4l2/v4l2_calls.h:
9967         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9968         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9969         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9970         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9971         (gst_v4l2src_capture_stop):
9972         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9973         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9974         (gst_ximagesink_chain):
9975         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9976         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9977         (gst_xvideosink_xwindow_new):
9978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9979         (gst_xvimagesink_chain):
9980
9981 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9982
9983         * gst/volume/gstvolume.c: (gst_volume_set_volume),
9984         (gst_volume_get_volume), (volume_class_init), (volume_init),
9985         (volume_chain_int16), (volume_update_volume):
9986         * gst/volume/gstvolume.h:
9987           make code more readable by removing magic numbers
9988           make mixer interface export 0-100 range
9989           make it internally map to 0.0-1.0 range so users don't distort
9990           output by putting the sliders at full volume
9991
9992 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9993
9994         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9995         (gst_play_state_change), (gst_play_seek_to_time):
9996         block the tick callback for 0.5 secs after doing a seek
9997
9998 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9999
10000         * gst-libs/gst/play/play.c: (gst_play_new):
10001           check for GError
10002
10003 2004-02-01  Julien MOUTTE  <julien@moutte.net>
10004
10005         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
10006         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
10007         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10008         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
10009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10010         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
10011
10012 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10013
10014         * configure.ac:
10015         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10016           check for a function added in vorbis 1.1
10017
10018 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10019
10020         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
10021         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
10022           really start/stop clock only on PLAYING <=> PAUSED
10023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10024           remove \n from debugging lines
10025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
10026           make it work when seeking does not
10027         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10028           reset on DISCONT
10029
10030 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10031
10032         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
10033           start clock on PAUSED=>PLAYING, not later
10034         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10035           extract correct time for different discont formats
10036         (gst_alsa_sink_get_time):
10037           don't segfault when no format is negotiated yet, just return 0
10038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10039         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
10040         (gst_ogg_pad_push):
10041           handle flush and discont events correctly
10042         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
10043           handle discont events correctly
10044
10045 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10046
10047         * gst-libs/gst/play/play.c: (gst_play_error_quark),
10048         (gst_play_error_create), (gst_play_error_plugin),
10049         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
10050         * gst-libs/gst/play/play.h:
10051           add error handling during creation
10052         * examples/gstplay/player.c: (main):
10053           use new gst_play_new
10054           
10055
10056 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10057
10058         * ext/theora/theoradec.c: (theora_dec_chain):
10059           make comments work
10060         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10061         (vorbis_dec_src_event), (vorbis_dec_chain):
10062           add encoder tag, fix tag reading to be more error tolerant, change
10063           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
10064           gst_pad_event_default.
10065         * gst/tags/gstvorbistag.c:
10066         (gst_tag_list_from_vorbiscomment_buffer):
10067           undefine function specific define at end of function
10068
10069 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
10070
10071         * ext/flac/gstflac.c: (plugin_init):
10072         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
10073         * ext/flac/gstflacdec.h:
10074         * ext/flac/gstflacenc.h:
10075           Fix typos
10076
10077 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
10078
10079         * examples/gstplay/player.c: s/gstplay.h/play.h/
10080
10081 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10082
10083         * gst-libs/gst/play/Makefile.am:
10084         * gst-libs/gst/play/gstplay.c:
10085         * gst-libs/gst/play/gstplay.h:
10086         * gst-libs/gst/play/play.c:
10087           more surgery, operation complete
10088
10089 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10090
10091         * gst-libs/gst/play/play.old.c:
10092         * gst-libs/gst/play/play.old.h:
10093           after CVS surgery by moving, remove
10094         * gst-libs/gst/play/playpipelines.c:
10095           remove
10096           
10097         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
10098           add negotiation error
10099
10100 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10101
10102         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10103         (gst_ogg_demux_push):
10104           add some seeking debug info
10105           send a flush when seeking
10106
10107 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10108
10109         * configure.ac:
10110           use AC_C_INLINE
10111         * configure.ac:
10112         * ext/Makefile.am:
10113         * ext/theora/Makefile.am:
10114         * ext/theora/theoradec.c: 
10115           add theora video decoder. Does just do simple decoding for now and
10116           has been tested against Theora cvs only. It only works when theora
10117           is compiled with --enable-static.
10118         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10119           always reset packetno on DISCONT
10120
10121 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10122
10123         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10124           Fix audio.
10125
10126 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10127
10128         * gst/mpegaudioparse/gstmpegaudioparse.c:
10129         (mp3_type_frame_length_from_header):
10130           Fix header parsing - stolen from ffmpeg (thank you! :) ).
10131
10132 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10133
10134         * ext/esd/esdsink.c: (gst_esdsink_init):
10135           Since we have static pad template caps, we don't need to negotiate;
10136           either the core errors out or we know the format.
10137
10138 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10139
10140         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10141         (gst_riff_read_seek):
10142         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10143         (gst_ebml_read_seek):
10144           Fix event handling.
10145
10146 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10147
10148         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
10149           removee video/x-theora from vp3 decoder, it doesn't handle raw
10150           theora streams
10151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10152           fix bug with finalizing element that never went to PAUSED
10153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10154           length and position queries were swapped
10155         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10156         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
10157         (vorbis_dec_src_event):
10158           implement querying time and bytes
10159
10160 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10161
10162         * just about every source file:
10163           gst_element_error -> GST_ELEMENT_ERROR
10164
10165 2004-01-29  Julien MOUTTE  <julien@moutte.net>
10166
10167         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
10168         emiting FLUSH and even before DISCONT.
10169         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
10170         get the best instant seeking as possible yay!
10171
10172 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * gst/mpeg1videoparse/gstmp1videoparse.c:
10175         (gst_mp1videoparse_real_chain):
10176           Committed wrong version last week... Grr... Didn't notice until now.
10177
10178 2004-01-29  Julien MOUTTE <julien@moutte.net>
10179
10180         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
10181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
10182         have_xwindow_id signal in xwindow_create.
10183
10184 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10185
10186         * ext/ogg/gstoggdemux.c: 
10187           lots of changes - mainly support for chained bitstreams, seeking,
10188           querying and bugfixes of course
10189         * ext/vorbis/Makefile.am:
10190         * ext/vorbis/vorbisdec.c: 
10191         * ext/vorbis/vorbisdec.h:
10192           add vorbisdec raw vorbis decoder
10193         * ext/vorbis/vorbis.c: (plugin_init):
10194           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
10195         * gst/intfloat/Makefile.am:
10196         * gst/intfloat/float22int.c:
10197         * gst/intfloat/float22int.h:
10198         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
10199           add float2intnew plugin. It converts multichannel interleaved float to
10200           multichannel interleaved int. The name should probably be changed.
10201         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
10202         (plugin_init):
10203           add typefinding for raw theora video so oggdemux can detect it.
10204
10205 2004-01-28  Julien MOUTTE  <julien@moutte.net>
10206
10207         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
10208         sink element first.
10209         * gst/videoscale/gstvideoscale.c:
10210         (gst_videoscale_handle_src_event): Fixing src event handler.
10211
10212 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10213
10214         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10215         (gst_v4lsrc_open), (gst_v4lsrc_close),
10216         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
10217         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
10218         * sys/v4l/gstv4lsrc.h:
10219         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
10220         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
10221           Implement resizing... Hack. But that's why v4l is b0rked...
10222
10223 2004-01-28  Julien MOUTTE <julien@moutte.net>
10224
10225         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10226         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10227         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
10228         (gst_ximagesink_xwindow_destroy):
10229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10230         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10231         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10232         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
10233         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
10234         correctly cleaning the image created to check xshm calls on succes,
10235         added a lot of XSync calls in X11 functions, and fixed a segfault when
10236         no image format was defined before negotiation happened.
10237
10238 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10239
10240         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
10241           use gst_element_get_time to get correct time
10242
10243 2004-01-28  Julien MOUTTE  <julien@moutte.net>
10244
10245         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10246         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
10247         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
10248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
10249         (gst_xvimagesink_check_xshm_calls),
10250         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
10251         X plugins are now able to detect that XShm calls will fail even if the
10252         server claims that it has XShm support (remote displays most of the
10253         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
10254         so that we use non XShm functions. This feature is almost useless for
10255         xvimagesink as Xv is not supported on remote displays anyway, but 
10256         it might happen than even on the local display XShm calls fail.
10257
10258 2004-01-27  David Schleef  <ds@schleef.org>
10259
10260         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10261         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
10262         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
10263         changed esdsink to only use 44100,16,2, since esd sucks at rate
10264         conversion and esdsink has had difficulty negotiating.
10265
10266 2004-01-27  Julien MOUTTE <julien@moutte.net>
10267
10268         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
10269         (gst_play_seek_to_time): Fixing the way to get current position.
10270
10271 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10272
10273         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
10274           use gst_element_get_time to get correct time
10275
10276 2004-01-27  Julien MOUTTE <julien@moutte.net>
10277
10278         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
10279         fix ever... Inverting 2 lines of code make spider autoplug correctly
10280         tagged mp3 !
10281
10282 2004-01-27  David Schleef  <ds@schleef.org>
10283
10284         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10285         Use gst_pad_try_set_caps_nonfixed().
10286
10287 2004-01-27  David Schleef  <ds@schleef.org>
10288
10289         * gst/ac3parse/gstac3parse.c: update to checklist 5
10290         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
10291         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
10292         * gst/audioscale/gstaudioscale.c: same
10293         * gst/auparse/gstauparse.c: same
10294         * gst/avi/gstavidemux.c: same
10295
10296 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10297
10298         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
10299           stop processing after EOS
10300
10301 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10302
10303         * gst/asfdemux/asfheaders.h:
10304         * gst/asfdemux/gstasfdemux.c: 
10305         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
10306         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
10307         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
10308           lot's of fixes to make data extraction simpler and get the code
10309           architecture and compiler independant. Add debugging category
10310         * gst/goom/gstgoom.c: (gst_goom_change_state):
10311           reset channel count on PAUSED=>READY, not READY=>PAUSED
10312
10313 2004-01-26  Colin Walters  <walters@verbum.org>
10314
10315         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
10316         code to pull a bigger buffer in iradio mode.  This as a side effect
10317         makes typefinding work.
10318
10319 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
10320
10321         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10322         Fix SVQ3 decoding on PPC
10323
10324 2004-01-26  Julien MOUTTE <julien@moutte.net>
10325
10326         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
10327         that one managed to stay there... Fixed.
10328
10329 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
10330
10331         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10332         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
10333         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
10334         (qtdemux_video_caps):
10335         * gst/qtdemux/qtdemux.h:
10336         Add SVQ3 specific flags to qtdemux and ffmpeg
10337
10338 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10339
10340         * gst-libs/gst/audio/audio.h:
10341           remove buffer-frames from audio caps
10342         * gst/audioconvert/gstaudioconvert.c:
10343           fix plugin to really work.
10344
10345 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10346
10347         * gst-libs/gst/mixer/mixer.c:
10348         * gst-libs/gst/propertyprobe/propertyprobe.c:
10349         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
10350         (gst_tuner_find_channel_by_name):
10351         * gst-libs/gst/tuner/tuner.h:
10352           Add gtk-doc style comments. Also fix a function name.
10353
10354 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
10357         (gst_divxdec_negotiate):
10358           Fix for new capsnego - also fixes gst-player with divxdec.
10359
10360 2004-01-25  Julien MOUTTE  <julien@moutte.net>
10361
10362         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10363         (gst_play_identity_handoff), (gst_play_set_location),
10364         (gst_play_set_visualization), (gst_play_connect_visualization): Another
10365         try in visualization implementation. Still have an issue with switch
10366         blocking when pulling from video_queue and only audio comes out of 
10367         spider.
10368         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10369         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
10370         release method. And check if the pad is usable before pulling.
10371
10372 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10373
10374         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
10375         (gst_videobalance_init),
10376         (gst_videobalance_colorbalance_list_channels),
10377         (gst_videobalance_colorbalance_set_value),
10378         (gst_videobalance_colorbalance_get_value),
10379         (gst_videobalance_update_properties),
10380         (gst_videobalance_update_tables_planar411),
10381         (gst_videobalance_planar411):
10382         * gst/videofilter/gstvideobalance.h:
10383           Implement lookup-tables. +/- 10x faster.
10384
10385 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10386
10387         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10388         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10389           The index reading was broken. The rest worked fine, but the whole
10390           goal of my rewrite was to make avidemux readable, and this was
10391           not at all readable. Please use typed variables.
10392
10393 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10394
10395         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10396           Additional pad usability check.
10397         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10398         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
10399         (gst_mp1videoparse_real_chain):
10400           Fix MPEG video stream parsing. The original plugin had several
10401           issues, including not timestamping streams where the source was
10402           not timestamped (this happens with PTS values in mpeg system
10403           streams, but MPEG video is also a valid stream on its own so
10404           that needs timestamps too). We use the display time code for that
10405           for now. Also, if one incoming buffer contains multiple valid
10406           frames, we push them all on correctly now, including proper EOS
10407           handling. Lastly, several potential segfaults were fixed, and we
10408           properly sync on new sequence/gop headers to include them in next,
10409           not previous frames (since they're header for the next frame, not
10410           the previous). Also see #119206.
10411         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
10412         (bpf_from_header):
10413           Move caps setting so we only do it after finding several valid
10414           MPEG-1 fraes sequentially, not right after the first one (which
10415           might be coincidental).
10416         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
10417         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10418         (plugin_init):
10419           Add unsynced MPEG video stream typefinding, and change some
10420           probability values so we detect streams rightly. The idea is as
10421           follows: I can have an unsynced system stream which contains
10422           video. In the current code, I would randomly get a type for either
10423           system or video stream type found, because the probabilities are
10424           being calculated rather randomly. I now use fixed values, so we
10425           always prefer system stream if that was found (and that is how it
10426           should be). If no system stream was found, we can still identity                the stream as video-only.
10427
10428 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10429
10430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10431         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10432           don't write to buffer. Extract data without the need of
10433           __attribute__ ((packed))
10434
10435 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
10438         (mpeg1_sys_type_find):
10439           Fix MPEG-1 stream typefinding.
10440
10441 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10442
10443         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10444           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
10445
10446 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10447
10448         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
10449         * ext/esd/gstesd.c: (plugin_init):
10450           private debugging, better error reporting
10451
10452 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10453
10454         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10455         (gst_riff_read_init), (gst_riff_read_change_state):
10456         * gst-libs/gst/riff/riff-read.h:
10457           Remove stuff fromold metadata system.
10458
10459 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10460
10461         * ext/ogg/gstoggdemux.c:
10462           Fix wrong file comment.
10463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10464         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
10465           Add metadata reading properly.
10466
10467 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10468
10469         * ext/Makefile.am:
10470           Fix nas DIST_SUBDIRS
10471           Uraeus:
10472           Fix bug where make distcheck doesn't get run on adding stuff to
10473           the build.
10474
10475 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
10478         * ext/divx/gstdivxdec.h:
10479           Fix divx3 ("msmpeg4") playback using divxdec.
10480
10481 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10482
10483         * gst/typefind/gsttypefindfunctions.c:
10484         (mp3_type_frame_length_from_header): fix bug in length computation 
10485         (mp3_type_find): improve debugging output
10486
10487 2004-01-23  Julien MOUTTE  <julien@moutte.net>
10488
10489         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10490         (gst_play_set_location), (gst_play_seek_to_time),
10491         (gst_play_set_audio_sink), (gst_play_set_visualization),
10492         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
10493         the pipeline from scratch. Visualization is back and switch went out as
10494         i realized it was not possible to use the way i wanted.
10495         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
10496         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
10497         clearing in state change from READY to NULL. So that one can clean the
10498         X ressources keeping the element.
10499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10500         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
10501         (gst_xvimagesink_colorbalance_set_value),
10502         (gst_xvimagesink_colorbalance_get_value),
10503         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
10504         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
10505         change from READY to NULL and fixed some stupid bugs in colorbalance
10506         get/set values. Also added the following feature : when nobody tries to
10507         set some values to the colorbalance levels before the xcontext is 
10508         grabbed, then when creating channels list from Xv attributes we set the
10509         internal values to the Xv defaults. This way we handle buggy Xv drivers
10510         that set default hue values far from the middle of the range (Thanks
10511         to Jon Trowbridge for pointing that issue).
10512         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
10513         colorbalance levels have been set before xcontext is grabbed.
10514
10515 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10516
10517         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10518           Fix the ossmixer case where we shouldn't open /dev/dsp* because
10519           it might block operations (which is bad for a mixer).
10520
10521 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10522
10523         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
10524         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
10525         (gmip_find_type_pre):
10526         * gst-libs/gst/media-info/media-info-priv.h:
10527         * gst-libs/gst/media-info/media-info.c:
10528         (gst_media_info_instance_init), (gst_media_info_read_idler):
10529         add fakesink to get caps on decoder src pad again
10530         fix callback prototype to match new have_type signal signature
10531
10532 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10533
10534         * gst/adder/gstadder.c: (gst_adder_link):
10535           fix non-compile and cut-n-paste code
10536
10537 2004-01-21  David Schleef  <ds@schleef.org>
10538
10539         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
10540         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
10541         (gst_swfdec_init), (gst_swfdec_change_state):
10542         * ext/swfdec/gstswfdec.h:
10543         Fix negotiation.
10544         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
10545         (gst_adder_request_new_pad): Fix negotiation.
10546         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
10547         Add a fixate function.
10548         * gst/intfloat/gstfloat2int.c:
10549         * gst/intfloat/gstfloat2int.h:
10550         * gst/intfloat/gstint2float.c:
10551         * gst/intfloat/gstint2float.h:
10552         Completely rewrite the negotiation.  Doesn't quite work yet,
10553         due to some buffer-frames problem.
10554
10555 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10556
10557         * ext/gnomevfs/gstgnomevfssrc.c:
10558         * sys/v4l2/v4l2_calls.h:
10559           fix includes for distcheck
10560
10561 2004-01-21  Christian Schaller <uraeus@gnome.org>
10562
10563         * ext/nas/
10564         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
10565         based on earlier patch from Laurent Vivier
10566
10567 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
10568
10569         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10570         Fix wma caps property
10571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10572         Fix typo (flags1 and flags2)
10573
10574 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10575
10576         * gst-libs/gst/media-info/media-info-priv.c:
10577         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
10578         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
10579         (gmip_find_stream), (gmip_find_track_metadata),
10580         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
10581         (gmip_find_track_format):
10582         * gst-libs/gst/media-info/media-info-priv.h:
10583         * gst-libs/gst/media-info/media-info-test.c: (main):
10584         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
10585         (gst_media_info_read_idler), (gst_media_info_read):
10586         * gst-libs/gst/media-info/media-info.h:
10587           register debugging category and use it for debugging
10588
10589 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10590
10591         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
10592         (gst_vorbisfile_new_link):
10593           signal streaminfo through tags
10594
10595 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10596
10597         * ext/mplex/gstmplex.cc:
10598         * ext/mplex/gstmplexibitstream.cc:
10599           g++ doesn't like NULL in our i18n/error macros, should be
10600           either (NULL) or ("").
10601
10602 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10603
10604         * sys/dxr3/dxr3audiosink.c:
10605         * sys/dxr3/dxr3init.c:
10606         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
10607         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
10608           Fix more error error error errors (missing includes here).
10609
10610 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10611
10612         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10613           fix thomas' error errors.
10614
10615 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10616
10617         * ext/mpeg2enc/gstmpeg2enc.cc:
10618           fix error errors.
10619
10620 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10621
10622         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10623         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10624           Fix for new error system.
10625
10626 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10627
10628         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10629           fix for new error reporting
10630
10631 2004-01-20  David Schleef  <ds@schleef.org>
10632
10633         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10634         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10635         (gst_ximagesink_set_xwindow_id): Change to using a framerate
10636         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
10637         and neither is 100+, most likely.
10638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10639         (gst_xvimagesink_getcaps): same
10640
10641 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10642
10643         * configure.ac:
10644           Up version requirement to 2.0.3 (not yet released) to avoid symbol
10645           clashes with ffmpeg.
10646
10647 2004-01-20  Julien MOUTTE  <julien@moutte.net>
10648
10649         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10650         (gst_switch_init): Fixed switch element : proxying link and setting
10651         caps from src to sink on request.
10652
10653 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10654
10655         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10656         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10657         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10658         fix element_error
10659
10660 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10661
10662         * sys/v4l/v4l_calls.h:
10663         * sys/v4l2/v4l2_calls.h:
10664           element_error fixes
10665
10666 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10667
10668         * gst-libs/gst/gst-i18n-plugin.h:
10669           add locale.h
10670           remove config.h inclusion
10671
10672 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * autogen.sh:
10675           adding autopoint invocation
10676         * Makefile.am:
10677         * configure.ac:
10678         * gst-libs/gst/gettext.h:
10679           adding gettext bits
10680         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10681         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10682         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10683         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10684         (gst_gnomevfssink_close_file):
10685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
10686         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
10687         * gst-libs/gst/gst-i18n-plugin.h:
10688         * gst/avi/gstavi.c: (plugin_init):
10689         * sys/dxr3/dxr3init.c: (plugin_init):
10690         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
10691         * sys/oss/gstossaudio.c: (plugin_init):
10692         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10693         * sys/v4l/gstv4l.c: (plugin_init):
10694         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10695         * sys/v4l2/gstv4l2.c: (plugin_init):
10696         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10697         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
10698         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
10699         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
10700         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
10701         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
10702           make sure locale and translation domain are set
10703           fix translated strings 
10704         * po/.cvsignore:
10705         * po/LINGUAS:
10706         * po/Makevars:
10707         * po/POTFILES.in:
10708         * po/nl.po:
10709           put translation files into place
10710         * sys/xvideo/imagetest.c: (main):
10711         * ext/dv/demo-play.c: (main):
10712           fix unnecessary translations
10713
10714 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10715
10716         * ext/sndfile/gstsf.c:
10717         * gst/avi/gstavimux.c:
10718         * ext/audiofile/gstafsink.c:
10719         * ext/audiofile/gstafsrc.c:
10720         * ext/gnomevfs/gstgnomevfssink.c:
10721         * ext/gnomevfs/gstgnomevfssrc.c:
10722         * sys/oss/gstosselement.c:
10723         * sys/v4l/v4l_calls.h:
10724           fix i18n include
10725
10726 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10727
10728         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10729         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10730         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10731         (gst_v4l2_get_output), (gst_v4l2_set_output),
10732         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10733         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10734         (gst_v4l2_set_attribute):
10735         update to new error handling
10736
10737 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10738
10739         * ext/sidplay/gstsiddec.cc:
10740         * gst/modplug/gstmodplug.cc:
10741           parenthese NULL because C++ seems angry about it
10742
10743 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10744
10745         * gst-libs/gst/gst-i18n-plugin.h:
10746           add skeleton i18n stuff, but needs to be further implemented
10747
10748 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10749
10750         * examples/gstplay/player.c: (main):
10751         * ext/aalib/gstaasink.c: (gst_aasink_open):
10752         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10753         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10754         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10755         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10756         (gst_afsink_close_file):
10757         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10758         (gst_afsrc_close_file):
10759         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10760         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10761         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10762         * ext/esd/esdmon.c: (gst_esdmon_get):
10763         * ext/esd/esdsink.c: (gst_esdsink_chain):
10764         * ext/faac/gstfaac.c: (gst_faac_chain):
10765         * ext/faad/gstfaad.c: (gst_faad_chain):
10766         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10767         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10768         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10769         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10770         (gst_flacdec_loop):
10771         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10772         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10773         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10774         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10775         (gst_gnomevfssink_close_file):
10776         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10777         (gst_gnomevfssrc_open_file):
10778         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10779         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10780         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10781         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10782         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10783         * ext/mad/gstmad.c: (gst_mad_chain):
10784         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10785         * ext/mpeg2dec/gstmpeg2dec.c:
10786         * ext/mpeg2enc/gstmpeg2enc.cc:
10787         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10788         * ext/mplex/gstmplex.cc:
10789         * ext/mplex/gstmplexibitstream.cc:
10790         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10791         (gst_ogg_demux_push), (gst_ogg_pad_push):
10792         * ext/raw1394/gstdv1394src.c:
10793         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10794         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10795         * ext/sidplay/gstsiddec.cc:
10796         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10797         (gst_sf_loop):
10798         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10799         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10800         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10801         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10802         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10803         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10804         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10805         * gst-libs/gst/Makefile.am:
10806         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10807         (gst_riff_read_element_data), (gst_riff_read_seek),
10808         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10809         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10811         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10812         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10813         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10814         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10815         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10816         * gst/goom/gstgoom.c: (gst_goom_chain):
10817         * gst/id3/gstid3types.c: (gst_id3types_loop):
10818         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10819         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10820         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10821         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10822         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10823         (gst_ebml_read_float), (gst_ebml_read_header):
10824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10825         (gst_matroska_demux_parse_blockgroup):
10826         * gst/modplug/gstmodplug.cc:
10827         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10828         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10829         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10830         * gst/silence/gstsilence.c: (gst_silence_get):
10831         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10832         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10833         * gst/speed/gstspeed.c: (speed_loop):
10834         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10835         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10836         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10837         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10838         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10839         (gst_wavparse_loop):
10840         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10841         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10842         (dxr3audiosink_close):
10843         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10844         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10845         (dxr3videosink_close), (dxr3videosink_write_data):
10846         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10847         * sys/oss/gstosselement.h:
10848         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10849         (gst_osssink_chain):
10850         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10851         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10852         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10854         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10855         (gst_v4l_enable_overlay):
10856         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10857         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10858         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10859         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10860         (gst_v4l_set_audio):
10861         * sys/v4l/v4l_calls.h:
10862         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10863         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10864         (gst_v4lmjpegsink_playback_init),
10865         (gst_v4lmjpegsink_playback_start):
10866         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10867         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10868         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10869         (gst_v4lmjpegsrc_requeue_frame):
10870         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10871         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10872         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10873         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10874         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10875         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10876         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10877         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10878         (gst_v4l2src_capture_stop):
10879         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10880         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10881         (gst_ximagesink_chain):
10882         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10883         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10884         (gst_xvideosink_xwindow_new):
10885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10886         (gst_xvimagesink_chain):
10887         use new error signal, function and categories
10888
10889 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
10890
10891         * configure.ac:
10892         * ext/Makefile.am:
10893         * ext/musicbrainz/gsttrm.c:
10894         * ext/musicbrainz/gsttrm.h:
10895         * ext/musicbrainz/Makefile.am:
10896         Add a trm plugin 
10897
10898 2004-01-18  Julien MOUTTE  <julien@moutte.net>
10899
10900         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10901         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
10902         synchronous property for debugging.
10903         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10905         (gst_xvimagesink_set_property): Moving a pointer declaration to a
10906         smaller block, fixing indent.
10907
10908 2004-01-16  David Schleef  <ds@schleef.org>
10909
10910         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10911         property affects the video stream.
10912         * sys/xvimage/xvimagesink.c: 
10913         * sys/xvimage/xvimagesink.h:
10914         Add synchronous property for debugging.  Should probably be
10915         disabled in non-CVS builds.  Make sure that the Xv attribute
10916         exists before we set it (crash!).  Fix a silly float bug that
10917         caused colorbalance to just not work.
10918
10919 2004-01-17  Christian Schaller <Uraeus@gnome.org>
10920
10921         * tools/gst-launch-ext.in - update for new plugins
10922
10923 2004-01-16  David Schleef  <ds@schleef.org>
10924
10925         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10926         already-freed caps.
10927
10928 2994-01-16  Christian Schaller <Uraeus@gnome.org>
10929
10930         * Update spec for new colorspace plugin and libcaca plugin
10931         * Fix compilation of libcaca plugin (clock -> id)
10932
10933 2004-01-16  Julien MOUTTE <julien@moutte.net>
10934
10935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10936         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10937         (gst_xvimagesink_set_xwindow_id),
10938         (gst_xvimagesink_colorbalance_set_value),
10939         (gst_xvimagesink_colorbalance_get_value),
10940         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10941         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10942         correct colorbalance properties. They can now be set when the element
10943         is still in NULL state. The values will be committed to the Xv Port
10944         when xcontext is initialized.
10945         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10946         brightness int values in the GstXvImagesink structure.
10947
10948 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10949
10950         * gst-libs/gst/Makefile.am:
10951           restructure so having local patches works easier.
10952
10953 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10954
10955         * ext/mpeg2enc/Makefile.am:
10956         * ext/mpeg2enc/gstmpeg2enc.cc:
10957         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10958           Bugfix with respect to EOS handling.
10959
10960 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10961
10962         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10963           Link with right caps (else, it segfaults).
10964         * ext/mplex/gstmplexjob.cc:
10965           Fix for slight API change in 1.6.1.93 release of mjpegtools.
10966
10967 2004-01-15  David Schleef  <ds@schleef.org>
10968
10969         * gst-libs/gst/audio/Makefile.am:
10970         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10971         from the template.
10972         * gst-libs/gst/audio/gstaudiofilter.c:
10973         * gst-libs/gst/audio/gstaudiofilter.h:
10974         Add bytes_per_sample and size and n_samples calculation.
10975         * gst-libs/gst/audio/gstaudiofilterexample.c:
10976         Remove, now autogenerated.
10977         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10978         Moved from gstaudiofilterexample, object name changed, code added
10979         so that it actually works.
10980         * gst-libs/gst/audio/make_filter:
10981         Script to build an audiofilter subclass from the template.
10982         * gst/colorspace/Makefile.am:
10983         * gst/colorspace/yuv2yuv.c:
10984         Remove file, since it's GPL, and we don't use it.
10985
10986 2004-01-15  Julien MOUTTE  <julien@moutte.net>
10987
10988         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
10989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10990         them use the buffer free function to test how the buffer was allocated.
10991
10992 2004-01-15  David Schleef  <ds@schleef.org>
10993
10994         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10995         that handles osssink fallback.
10996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10997         (gst_audio_convert_getcaps):
10998         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10999         Add audio/x-qdm2 for QDM2 audio.
11000         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11001         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
11002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11003         Decrease minimum size to 16x16.
11004         * gst/wavparse/gstwavparse.c:
11005         Convert disabled pad template caps to new caps.
11006         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11008         (gst_xvimagesink_chain): Throw element error when display cannot
11009         be opened.  Increase minimum framerate to 1.0.  Check the data
11010         free function on a buffer to make sure it is the type we expect
11011         before manipulating it.
11012
11013 2004-01-15  Julien MOUTTE <julien@moutte.net>
11014
11015         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
11016         (gst_videobalance_colorbalance_set_value): Implement passthru if
11017         settings are in the middle.
11018         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
11019
11020 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11021
11022         * gst/videofilter/Makefile.am:
11023         * gst/volume/Makefile.am:
11024           Since we use videofilter symbols, link to it.
11025
11026 2004-01-15  Julien MOUTTE <julien@moutte.net>
11027
11028         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
11029         mixer interface type to HARDWARE.
11030         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
11031         type to SOFTWARE.
11032         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
11033         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
11034         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
11035         (gst_volume_interface_init), (gst_volume_list_tracks),
11036         (gst_volume_set_volume), (gst_volume_get_volume),
11037         (gst_volume_set_mute), (gst_volume_mixer_init),
11038         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
11039         (volume_init): Implementing mixer interface.
11040         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
11041         * sys/oss/gstosselement.c: (gst_osselement_get_type),
11042         (gst_osselement_change_state): Removing some trailing commas in
11043         structures.
11044         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
11045         interface type to HARDWARE.
11046         * sys/v4l/gstv4lcolorbalance.c:
11047         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
11048         type to HARDWARE.
11049         * sys/v4l2/gstv4l2colorbalance.c:
11050         (gst_v4l2_color_balance_interface_init): Setting colorbalance
11051         interface type to HARDWARE.
11052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
11053         same code than ximagesink for event handling.
11054
11055 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11056
11057         * ext/snapshot/Makefile.am:
11058         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
11059         (gst_snapshot_chain):
11060         * ext/snapshot/gstsnapshot.h:
11061           This has to be a joke... Snapshot should be connected to a tee,
11062           colorspace element before it and EOS after that, where the other
11063           src of the tee receives normal data.
11064           The current way is *wrong*.
11065
11066 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11067
11068         * ext/hermes/gsthermescolorspace.c:
11069           Fix another compile error. Same as below.
11070
11071 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * gst/colorspace/gstcolorspace.c:
11074         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
11075         (gst_colorspace_i420_to_yv12):
11076           Fix compiling... Didn't test if it actually works.
11077
11078 2004-01-15  David Schleef  <ds@schleef.org>
11079
11080         * configure.ac:
11081         * gst/colorspace/Makefile.am:
11082         * gst/colorspace/gstcolorspace.c:
11083         * gst/colorspace/gstcolorspace.h:
11084         * gst/colorspace/yuv2rgb.c:
11085         * gst/colorspace/yuv2rgb.h:
11086         Duplicate the ext/hermes colorspace plugin, and remove Hermes
11087         code and GPL code.  Fix for new caps negotiation.  Rewrite
11088         much of the format handling code, and some of the conversion
11089         code.  Basically, rewrote almost everything.  This element
11090         handles I420, YV12 to RGB conversions.
11091         * ext/hermes/Makefile.am:
11092         * ext/hermes/gsthermescolorspace.c:
11093         Rename colorspace to hermescolorspace.  Fix negotiation issues.
11094         Remove non-Hermes related code.  This element handles lots of
11095         RGB to RGB conversions, but no YUV.
11096         * ext/hermes/gstcolorspace.c:
11097         * ext/hermes/gstcolorspace.h:
11098         * ext/hermes/rgb2yuv.c:
11099         * ext/hermes/yuv2rgb.c:
11100         * ext/hermes/yuv2rgb.h:
11101         * ext/hermes/yuv2rgb_mmx16.s:
11102         * ext/hermes/yuv2yuv.c:
11103         * ext/hermes/yuv2yuv.h:
11104         Remove old code.
11105
11106 2004-01-14  Colin Walters  <walters@verbum.org>
11107
11108         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
11109         they've already been.
11110
11111 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11112
11113         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
11114           assume tag mode when pad is not connected
11115
11116 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11117
11118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11119           Don't update the time of the clock
11120         (gst_alsa_sink_loop):
11121           sync to the clock given to alsasink, not the own clock
11122         * sys/oss/gstosssink.c: (gst_osssink_chain):
11123           sync to the clock
11124         (gst_osssink_change_state):
11125           activate the clock
11126         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11128           remove bogus code that made DISCONT events unhandled
11129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
11130           explicitly case to double in _set_simple. (fixes 2nd warning in bug
11131           #131502)
11132         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
11133         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
11134         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
11135           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
11136           2nd warning in bug #131502)
11137
11138 2004-01-14  Julien MOUTTE  <julien@moutte.net>
11139
11140         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
11141         (gst_videobalance_colorbalance_set_value),
11142         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
11143         for colorbalance interface implementation.
11144         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11145         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11146         (gst_ximagesink_dispose), (gst_ximagesink_init),
11147         (gst_ximagesink_class_init): Adding DISPLAY property.
11148         * sys/ximage/ximagesink.h: Adding display_name to store display.
11149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11150         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11151         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
11152         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
11153         properties (they still need polishing though for gst-launch use : no
11154         xcontext yet, i ll do that tomorrow).
11155         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
11156
11157 2004-01-14  Julien MOUTTE  <julien@moutte.net>
11158
11159         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11160         (gst_play_set_location), (gst_play_set_visualization): Preparing 
11161         switch integration, adding videobalance in the pipeline.
11162
11163 2004-01-14  Julien MOUTTE <julien@moutte.net>
11164
11165         * gst-libs/gst/colorbalance/colorbalance.c:
11166         (gst_color_balance_class_init): Adding a default type.
11167         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
11168         the type.
11169         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
11170         (gst_videobalance_dispose), (gst_videobalance_class_init),
11171         (gst_videobalance_init), (gst_videobalance_interface_supported),
11172         (gst_videobalance_interface_init),
11173         (gst_videobalance_colorbalance_list_channels),
11174         (gst_videobalance_colorbalance_set_value),
11175         (gst_videobalance_colorbalance_get_value),
11176         (gst_videobalance_colorbalance_init): Implementing colorbalance
11177         interface.
11178         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
11179         list.
11180         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
11181         bug which was triggering a BadAccess X error when setting an overlay
11182         before pad was really negotiated.
11183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
11184         Using the colorbalance type macro.
11185
11186 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11187
11188         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
11189         (gst_flacenc_chain):
11190           handle tags correctly
11191         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11192           extract ID3v1 tags correctly
11193
11194 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11195
11196         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
11197         (plugin_init):
11198           Improve matroska typefinding for odd-typed headers...
11199
11200 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11201
11202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11203           Fix for using incremental number on padnames.
11204
11205 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11206
11207         * ext/divx/gstdivxdec.c:
11208         * ext/divx/gstdivxenc.c:
11209           Set category to divx4linux instead of divx (too generic).
11210         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11211         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
11212         (gst_wavparse_loop), (gst_wavparse_change_state):
11213         * gst/wavparse/gstwavparse.h:
11214           fix parsing of WAV files with non-standard fmt-tag size and fix
11215           skipping of unrecognized chunks... Someone please fix this thing
11216           to use rifflib so all this is automated.
11217         * sys/v4l/Makefile.am:
11218         * sys/v4l2/Makefile.am:
11219           Add X_CFLAGS because we depend on X (for overlay).
11220
11221 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
11222
11223         * ext/mpeg2dec/gstmpeg2dec.c:
11224           Don't issue a timestamp unless we tagged the frame
11225           with a PTS.
11226
11227 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11228
11229         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
11230           Query the audio element to get the time, not the clock. We're
11231           interested in the element's time here.
11232
11233 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11234
11235         * ext/aalib/gstaasink.c: (gst_aasink_chain):
11236         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11237         * ext/esd/esdsink.c: (gst_esdsink_chain):
11238         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
11239         * ext/mas/massink.c: (gst_massink_chain):
11240         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
11241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
11242         (gst_matroska_demux_parse_metadata):
11243         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
11244         (gst_mpeg_parse_release_locks):
11245         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
11246         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
11247         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11248         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11249         (gst_osssink_change_state):
11250         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11251         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11252         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
11253         (gst_xvideosink_release_locks):
11254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11255           use element time.
11256         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
11257         (gst_alsa_clock_stop):
11258         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
11259         (gst_audio_clock_get_internal_time):
11260           simplify for use with new clocking code.
11261         * testsuite/alsa/Makefile.am:
11262         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
11263           fix testsuite for new caps system
11264
11265 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11266
11267         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11268         * ext/flac/gstflacenc.c: (add_one_tag):
11269           length is already host endian, no need to convert. Fixes playback of
11270           tagged files on PPC. (bug #128384)
11271
11272 2004-01-13  Julien MOUTTE <julien@moutte.net>
11273
11274         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
11275         colorbalance interface stating if it is hardware based or software
11276         based.
11277         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
11278         Removing a trailing comma.
11279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11280         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
11281         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
11282         the documentation seems to be wrong on the -1000 to 1000 interval.
11283
11284 2004-01-12  David Schleef  <ds@schleef.org>
11285
11286         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
11287         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
11288         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
11289         Fix negotiation.  Add a bufferalloc function for the sink pad,
11290         and generally clean up some of the code.
11291
11292 2004-01-12  Julien MOUTTE <julien@moutte.net>
11293
11294         * gst-libs/gst/colorbalance/colorbalancechannel.c:
11295         (gst_color_balance_channel_dispose): Adding safety check in dispose
11296         method.
11297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11298         (gst_xvimagesink_xcontext_clear),
11299         (gst_xvimagesink_interface_supported),
11300         (gst_xvimagesink_colorbalance_list_channels),
11301         (gst_xvimagesink_colorbalance_set_value),
11302         (gst_xvimagesink_colorbalance_get_value),
11303         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
11304         Adding colorbalance interface support to set XV parameters such as
11305         HUE, BRIGHTNESS, CONTRAST, SATURATION.
11306         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
11307         interface.
11308
11309 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11310
11311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
11312         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
11313         (gst_audio_convert_init), (gst_audio_convert_set_property),
11314         (gst_audio_convert_get_property), (gst_audio_convert_chain),
11315         (gst_audio_convert_link),
11316         (gst_audio_convert_buffer_to_default_format),
11317         (gst_audio_convert_buffer_from_default_format), (plugin_init):
11318           - implement _getcaps and use it
11319           - improve linking
11320           - remove float caps since no float conversion is actually done
11321           - remove properties and arguments that were to be used for rate
11322             conversion
11323
11324 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11325
11326         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
11327         (gst_audio_structure_set_int):
11328         * gst-libs/gst/audio/audio.h:
11329           add helper functions for _getcaps matching the standard audio
11330           templates
11331
11332 2004-01-12  David Schleef  <ds@schleef.org>
11333
11334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11335         Test that pad is negotiated before getting its caps.
11336
11337 2004-01-12  Julien MOUTTE <julien@moutte.net>
11338
11339         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
11340         analyzing the pads of an element the bin is mostly in READY state so
11341         no caps were negotiated. This helper function needs to work with
11342         _get_caps directly then. I was not freeing them though, added that to
11343         fix the mem leak.
11344
11345 2004-01-12  Julien MOUTTE <julien@moutte.net>
11346
11347         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
11349         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
11350         than the free_func.
11351
11352 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11353
11354         * sys/oss/gstossaudio.c: (plugin_init):
11355         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
11356         * sys/oss/gstosselement.h:
11357           make an oss debugging category
11358           make failure more descriptive
11359
11360 2004-01-11  David Schleef  <ds@schleef.org>
11361
11362         * ext/ffmpeg/gstffmpeg.c:
11363         * ext/ffmpeg/gstffmpegcodecmap.c:
11364         * ext/ffmpeg/gstffmpegdec.c:
11365         * ext/ffmpeg/gstffmpegenc.c:
11366         * ext/ffmpeg/gstffmpegprotocol.c:
11367         * ext/gdk_pixbuf/gstgdkanimation.c:
11368         * ext/jpeg/gstjpeg.c:
11369         * ext/libpng/gstpng.c:
11370         * ext/mpeg2dec/perftest.c:
11371         * ext/speex/gstspeex.c:
11372         * gst-libs/gst/resample/dtos.c:
11373         * gst/intfloat/gstintfloatconvert.c:
11374         * gst/oneton/gstoneton.c:
11375         * gst/rtjpeg/RTjpeg.c:
11376         * gst/rtp/gstrtp.c:
11377         * sys/dxr3/dxr3init.c:
11378         * sys/glsink/gstgl_nvimage.c:
11379         * sys/glsink/gstgl_pdrimage.c:
11380         * sys/glsink/gstglsink.c:
11381         * testsuite/gst-lint:
11382         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
11383
11384 2004-01-11  David Schleef  <ds@schleef.org>
11385
11386         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
11387         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
11388         * ext/gdk_pixbuf/gstgdkanimation.c:
11389         (gst_gdk_animation_iter_create_pixbuf):
11390         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11391         (gst_gdk_pixbuf_chain):
11392         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11393         * ext/jack/gstjack.c: (gst_jack_change_state):
11394         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
11395         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
11396         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
11397         * gst/videofilter/gstvideofilter.c:
11398         (gst_videofilter_set_output_size):
11399         Remove all usage of gst_pad_get_caps(), and replace it with
11400         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
11401
11402 2004-01-11  David Schleef  <ds@schleef.org>
11403
11404         * configure.ac:
11405         * ext/Makefile.am: Fixes to make ext/libcaca compile.
11406         * ext/divx/gstdivxdec.c:
11407         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11408         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
11409         handle images that span multiple buffers.  Now work with both
11410         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
11411         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11412         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
11413         video/video.h changes
11414         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
11415         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11416         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
11417         of GstData free function.
11418         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11419         same.
11420
11421 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11422
11423         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
11424         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
11425         (gst_v4l2element_get_property):
11426         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
11427           add norm, channel and frequency properties.
11428         * sys/v4l2/gstv4l2tuner.c:
11429           fixes for tuner interface changes
11430         * sys/v4l2/gstv4l2element.h:
11431         * sys/v4l2/gstv4l2src.c: 
11432         * sys/v4l2/gstv4l2src.h:
11433         * sys/v4l2/v4l2src_calls.c: 
11434         * sys/v4l2/v4l2src_calls.h:
11435           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
11436
11437 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11438
11439         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
11440         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
11441         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
11442         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
11443         * gst-libs/gst/tuner/tuner.h:
11444           GObjects aren't const.
11445           Add find_by_name functions.
11446           Add checks to _changed functions.
11447         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
11448         (gst_v4l_tuner_get_norm):
11449           Fixes for above.
11450
11451 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11452
11453         * gst-libs/gst/video/video.h:
11454           Fix caps template names to be understandable.
11455           Prefix everything with GST_VIDEO.
11456         * ext/aalib/gstaasink.c:
11457         * ext/divx/gstdivxdec.c:
11458         * ext/divx/gstdivxenc.c:
11459         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11460         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
11461         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
11462         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
11463         * ext/libcaca/gstcacasink.c:
11464         * ext/libpng/gstpngenc.c: (raw_caps_factory):
11465         * ext/snapshot/gstsnapshot.c:
11466         * ext/swfdec/gstswfdec.c:
11467         * ext/xvid/gstxviddec.c:
11468         * ext/xvid/gstxvidenc.c:
11469         * gst/chart/gstchart.c:
11470         * gst/deinterlace/gstdeinterlace.c:
11471         * gst/effectv/gsteffectv.c:
11472         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11473         * gst/goom/gstgoom.c:
11474         * gst/median/gstmedian.c:
11475         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11476         (gst_monoscope_srcconnect), (gst_monoscope_chain):
11477         * gst/overlay/gstoverlay.c:
11478         * gst/smooth/gstsmooth.c:
11479         * gst/smpte/gstsmpte.c:
11480         * gst/synaesthesia/gstsynaesthesia.c:
11481         * gst/videocrop/gstvideocrop.c:
11482         * gst/videodrop/gstvideodrop.c:
11483         * gst/y4m/gsty4mencode.c:
11484         * sys/qcam/gstqcamsrc.c:
11485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
11486           Make them work with new video.h file.
11487         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11488         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11490         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11491           Make it work with new buffer allocation system.
11492
11493 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11494
11495         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
11496         pad_alloc_buffer implementation to use ->srcpad
11497         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
11498         pad_alloc_buffer implementation to use ->srcpad
11499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
11500         pad_alloc_buffer implementation to use ->srcpad
11501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11502         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11503         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11504         a reference to everything we need.
11505         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
11506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11507         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11508         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11509         a reference to everything we need.
11510         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
11511
11512 2004-01-11  David Schleef  <ds@schleef.org>
11513
11514         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
11515         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
11516         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
11517         structure members.
11518         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
11519         value during a resize/renegotiation.
11520         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
11521         gst_pad_alloc_buffer();
11522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11523         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
11524         structure members.
11525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11526         Fix for rename of buffer private structure members.
11527         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11528         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11529         Fix for rename of buffer private structure members.
11530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11531         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11532         Fix for rename of buffer private structure members.
11533
11534 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
11535
11536         reviewed by: David Schleef <ds@schleef.org>
11537
11538         * gst/videofilter/Makefile.am:
11539         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
11540         from the patch by ds to fit in with recent make_filter changes.
11541
11542 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11543
11544         * configure.ac: Adding examples/switch/Makefile
11545         * examples/Makefile.am: Adding examples/switch
11546         * examples/switch/Makefile.am: Adding switcher example.
11547         * examples/switch/switcher.c: (got_eos), (idle_iterate),
11548         (switch_timer), (main): Adding an example demonstrating switch usage
11549         with 2 videotestsrc showing different patterns.
11550         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11551         (gst_switch_init): Fixing switch with the new caps system.
11552
11553 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11554
11555         * gst-libs/gst/video/video.h:
11556           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
11557           They should probably be like
11558           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
11559
11560 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11561
11562         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11563         (qtdemux_parse_trak):
11564           fix audio chunk size/timestamp calculation
11565
11566 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11567
11568         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11569           fix SVQ3 caps
11570
11571 2004-01-11  Steve Baker  <steve@stevebaker.org>
11572
11573         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
11574         (gst_agingtv_base_init), (gst_agingtv_class_init),
11575         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
11576         (gst_agingtv_set_property), (gst_agingtv_get_property):
11577         Port agingTV to videofilter
11578
11579 2004-01-09  Julien MOUTTE <julien@moutte.net>
11580
11581         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
11582         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11583
11584 2004-01-09  Julien MOUTTE <julien@moutte.net>
11585
11586         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
11587         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11588         * gst-libs/gst/xoverlay/xoverlay.c:
11589         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
11590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11591         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11592         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11593         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11594         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11595         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11596         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
11597         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11598         interface implementation to handle xid being 0 and fix some bugs
11599         triggered by Benjamin's testcase.
11600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11601         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11602         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
11603         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11604         interface implementation to handle xid being 0 and fix some bugs
11605         triggered by Benjamin's testcase.
11606
11607 2004-01-09  David Schleef  <ds@schleef.org>
11608
11609         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
11610         mouse pointer events.  It works.
11611
11612 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11613
11614         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11615           Use explicit caps - fix capsnego.
11616         * ext/xvid/gstxviddec.c:
11617         * ext/xvid/gstxvidenc.c:
11618           Remove macro-inside-macro which caused compile errors.
11619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
11620           Error out if it's not a RIFF file. Else we error out without
11621           gst_element_error() which is not good...
11622
11623 2004-01-08  David Schleef  <ds@schleef.org>
11624
11625         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11626         Fix pad_link function to handle formats that ffmpeg returns
11627         as multiple caps structures.
11628         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
11629         Only complain if source buffer is _smaller_ than expected.
11630         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11631         (gst_videoscale_handle_src_event): Resize navigation events
11632         when passing them upstream.
11633         * gst/videotestsrc/gstvideotestsrc.c:
11634         * gst/videotestsrc/gstvideotestsrc.h:
11635         * gst/videotestsrc/videotestsrc.c:
11636         * gst/videotestsrc/videotestsrc.h:
11637         Rewrite many of the buffer painting functions to handle odd
11638         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
11639         been verified to work with my video card.
11640         * testsuite/gst-lint:  Add check for elements calling
11641         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
11642
11643 2004-01-08  David Schleef  <ds@schleef.org>
11644
11645         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11646         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
11647
11648 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11649
11650         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
11651         configure event is not emiting the desired size signal. That fixes
11652         aspect ratio issues with gst-player.
11653
11654 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11655
11656         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
11657           Fix capsnego.
11658
11659 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11660
11661         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
11662         public method to fire size signal.
11663
11664 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11665
11666         * examples/gstplay/Makefile.am: Adding the interface library.
11667         * gst-libs/gst/play/Makefile.am: Adding the interface library.
11668         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
11669         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
11670         GST_IS_X_OVERLAY before signal connect.
11671         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
11672         Removing the have_video_size signal.
11673         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
11674         and associated public method.
11675         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11676         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
11677         signal.
11678         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
11679         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
11680         signal.
11681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
11682         Using XOverlay public method to fire size signal.
11683
11684 2004-01-07  David Schleef  <ds@schleef.org>
11685
11686         * gst/videofilter/Makefile.am:
11687         * gst/videofilter/gstvideotemplate.c:
11688         * gst/videofilter/make_filter:
11689         Create gstvideoexample.c in a srcdir!=builddir friendly way.
11690         Convert make_filter to /bin/sh script.
11691
11692 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11693
11694         * gst/modplug/gstmodplug.cc: fix element description
11695
11696 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11697
11698         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11699         (got_video_size): Adding some new lines in g_print calls.
11700         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11701         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
11702         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
11703         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
11704         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
11705         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
11706         Complete code review, reverting some stuff i disagree with, adding
11707         some fixes : time synchronization on invalid timestamps, renegotiation
11708         of private window.
11709         * sys/ximage/ximagesink.h:
11710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
11711         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
11712         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11713         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
11714         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
11715         (gst_xvimagesink_buffer_new),
11716         (gst_xvimagesink_navigation_send_event),
11717         (gst_xvimagesink_set_xwindow_id),
11718         (gst_xvimagesink_get_desired_size),
11719         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
11720         stuff i disagree with, adding some fixes : Renegotiation of private
11721         window, implementing get_desired_size.
11722
11723 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11724
11725         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
11726         (gst_afsink_handle_event):
11727         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11728         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
11729         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
11730         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11731         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11732           Fix for instantiate-test (see core). Also remove dead code from
11733           jpegenc (which still needs fixing, but that's lower on my TODO
11734           list...).
11735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11736           Never return NULL as caps.
11737
11738 2004-01-07  David Schleef  <ds@schleef.org>
11739
11740         * configure.ac:
11741         * ext/Makefile.am:
11742         * ext/librfb/Makefile.am:
11743         * ext/librfb/gstrfbsrc.c:
11744         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
11745         is the protocol used by VNC.
11746
11747 2004-01-07  David Schleef  <ds@schleef.org>
11748
11749         * gst/videofilter/gstvideotemplate.c:
11750         * gst/videofilter/gstvideotemplate.h:
11751         * gst/videofilter/make_filter:
11752         Merge videotemplate header into source file.
11753         * gst/effectv/Makefile.am:
11754         * gst/effectv/gsteffectv.c: (plugin_init):
11755         * gst/effectv/gstwarp.c:
11756         Make warpTV a subclass of videofilter.
11757
11758 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11759
11760         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11761           Add guard against invalid utf-8 conversions in mad. Just in case.
11762
11763 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11764
11765         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11766           Fix for bug shown by poisoning
11767
11768 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11769
11770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11771         (gst_v4lmjpegsrc_buffer_free):
11772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11773         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
11774         (gst_v4lsrc_buffer_free):
11775           Fix for removed bufferpools.
11776
11777 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11778
11779         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11780         Fix caps negotiation.
11781
11782         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11783         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11784         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11785         (dvdnavsrc_event):
11786         * ext/mpeg2dec/gstmpeg2dec.c:
11787         * gst-libs/gst/navigation/navigation.c:
11788         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11789         * gst-libs/gst/navigation/navigation.h:
11790         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11791         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11793         Super-simple first version of mouse and keyboard events. Clicking
11794         on a DVD menu now works, although it may not take you where you
11795         expected.
11796
11797         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11798         * gst/videotestsrc/gstvideotestsrc.c:
11799         (gst_videotestsrc_src_fixate):
11800         These fixate functions were broken - they never actually
11801         fixated :)
11802         
11803 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11804
11805         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11806         (gst_icecastsend_init):
11807           fix for new caps system.
11808         * gst-libs/gst/mixer/mixertrack.h:
11809         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11810           Add 'master track' flag (for tools like ACME that only want to
11811           change the main volume).
11812
11813 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11814
11815         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11816         (gst_xvid_csp_to_caps):
11817         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11818         * ext/xvid/gstxvidenc.c:
11819         ifdef out ARGB type when it isn't available 
11820         in xvidcore 1.0.0beta2
11821
11822 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11823
11824         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11825           When we have received a new SCR right in the first buffer after
11826           a seek (so in the same cycle that handles the discont), we should
11827           handle the buffer instead of unreffing it, else we lose data.
11828
11829 2004-01-06  Iain <iain@prettypeople.org>
11830
11831         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
11832           buffer-frames caps too.
11833
11834         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11835           caps that we need, don't destroy them all and rebuild them. And when
11836           creating src pads, use the src pad template rather than the sink...
11837
11838 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11839
11840         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11841           Add pad to element *after* setting functions such as event handler.
11842           Without this, the scheduler (opt) will link pads, set the event
11843           handler from the default event function (dispatcher in gstpad.c)
11844           and *after* that, we will set our own event function, which will
11845           thus never be used (and thus mpegdemux doesn't handle events).
11846
11847 2004-01-04  David Schleef  <ds@schleef.org>
11848
11849         Fix the fixate functions to handle new prototype:
11850         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11851         * gst/videotestsrc/gstvideotestsrc.c:
11852         (gst_videotestsrc_src_fixate):
11853         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11854         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11856
11857 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11858
11859         * sys/ximage/ximagesink.h:
11860         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11861         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11862         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11863         (gst_ximagesink_xoverlay_init):
11864           assorted fixes to make (re)embedding work
11865         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11866         (gst_ximagesink_get_desired_size):
11867           implement desired size additions to XOverlay
11868
11869 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11870
11871         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11872         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11873         (gst_x_overlay_got_desired_size):
11874         * gst-libs/gst/xoverlay/xoverlay.h:
11875           Add optional "desired size" signal and querying.
11876
11877 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11878
11879         * gst/matroska/matroska-demux.c:
11880         (gst_matroska_demux_parse_blockgroup):
11881           Fix EBML-laced block parsing. Diffs are relative to previous
11882           lace, not the first lace. Thanks to Mosu from the Matroska
11883           team for detecting this.
11884         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11885         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11886         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11887         (gst_wavparse_change_state):
11888         * gst/wavparse/gstwavparse.h:
11889           Quickfix for capsnego.
11890
11891 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11892
11893         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11894           Fix indenting, fix pad creation.
11895
11896 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11897
11898         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11899         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11900         (gst_xviddec_sink_link):
11901           Implement src_getcaps() so proper size caps is negotiated.
11902
11903 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11904
11905         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11906           Finish flac decoder on EOS. See #116178.
11907
11908 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11909
11910         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11911         (gst_matroska_demux_add_stream):
11912         * gst/matroska/matroska-ids.h:
11913           Add getcaps() function to fix capsnego...
11914
11915 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11916
11917         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11918         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11919         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11920           Fix more integer overflows. Again, see #126967.
11921
11922 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11923
11924         * ext/mpeg2dec/gstmpeg2dec.c:
11925           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11926           #130416.
11927
11928 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11929
11930         * configure.ac:
11931         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11932         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11933         * ext/xvid/gstxvid.h:
11934         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11935         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11936         (gst_xviddec_src_link), (gst_xviddec_sink_link),
11937         (gst_xviddec_change_state):
11938         * ext/xvid/gstxviddec.h:
11939         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11940         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11941         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11942         (gst_xvidenc_link), (gst_xvidenc_set_property),
11943         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11944         * ext/xvid/gstxvidenc.h:
11945           Update xvid plugin to latest xvid (1.0.0-beta3) API.
11946
11947 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11948
11949         * gst/rtp/rtp-packet.c:
11950           Add sys/types.h include, since OS X doesn't define in_addr_t
11951           in netinet/in.h, like it does on Linux (see #129600).
11952
11953 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
11954
11955         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11956
11957         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11958           Correct logic of dispose function (see #129306).
11959
11960 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11961
11962         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11963         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11964         (gst_mpeg_parse_init):
11965         * gst/mpegstream/gstmpegparse.h:
11966           Remove clock (which was never provided, i.e. dead code), and
11967           also fix integer overflows at high PTS values (see #126967).
11968
11969 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11970
11971         * ext/flac/gstflacdec.c:
11972         * ext/libpng/gstpngenc.h:
11973         * ext/mikmod/gstmikmod.h:
11974           OS X fixes (see #126628).
11975
11976 2004-01-02  David Schleef  <ds@schleef.org>
11977
11978         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11979         (gst_alsa_src_base_init): Remove bogus "src" request pad.
11980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11981         (gst_mpeg_parse_class_init): Move pad template registration
11982         to class_init, since the derived class (mpegdemux) doesn't
11983         want them.
11984
11985 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11986
11987         * sys/ximage/Makefile.am:
11988         * sys/xvideo/Makefile.am:
11989         * sys/xvimage/Makefile.am:
11990           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11991           after installation (see #127664).
11992
11993 2004-01-02  David Schleef  <ds@schleef.org>
11994
11995         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11996         (gst_ffmpegenc_connect):  Negotiation fixes.
11997         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11998         Remove inappropriate gst_caps_free().
11999         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12000         Reenable Ronald's internal resize code, since the core handles
12001         it correctly now.
12002
12003 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12004
12005         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12006         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12007         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
12008           Fix pad template stuff.
12009
12010 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12011
12012         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
12013         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
12014           fix signed integer reading/writing.
12015
12016 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12017
12018         * ext/alsa/README:
12019           Remove outdated document
12020
12021 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
12022
12023         * gst/cutter/gstcutter.c: (gst_cutter_init):
12024           src pad was being created twice - oops.
12025
12026 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12027
12028         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12029           Comment out internal resize. It doesn't handle the resulting
12030           XEvent internally, does another try_set_caps() which leads to
12031           a really nice loop.
12032           Real fix will come when Julien and Dave are awake. ;).
12033
12034 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12035
12036         * ext/mpeg2enc/gstmpeg2enc.cc:
12037           fix const/nonconst compile issue.
12038
12039 2004-01-02  David Schleef  <ds@schleef.org>
12040
12041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
12042         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
12043         Add fixate function and a check for bad formats.
12044
12045 2004-01-01  David Schleef  <ds@schleef.org>
12046
12047         Negotiation fixes:
12048         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12049         (gst_audiofilter_init):
12050         * gst/debug/efence.c: (gst_efence_init):
12051         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12052         (gst_deinterlace_init):
12053         * gst/volume/gstvolume.c: (volume_connect):
12054
12055 2004-01-01  David Schleef  <ds@schleef.org>
12056
12057         Convert elements to use gst_pad_use_explicit_caps() where
12058         appropriate:
12059         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
12060         * ext/audiofile/gstafparse.c: (gst_afparse_init),
12061         (gst_afparse_open_file):
12062         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
12063         (gst_afsrc_open_file):
12064         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
12065         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
12066         (gst_ffmpegdec_chain):
12067         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
12068         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
12069         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
12070         (gst_gdk_pixbuf_chain):
12071         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
12072         (gst_jpegdec_chain):
12073         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
12074         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
12075         (gst_mikmod_negotiate):
12076         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
12077         (gst_mpeg2dec_negotiate_format):
12078         * ext/mpeg2enc/gstmpeg2enc.cc:
12079         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12080         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
12081         (gst_speexdec_sinkconnect):
12082         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
12083         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
12084         (gst_vorbisfile_new_link):
12085         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
12086         (gst_ac3parse_chain):
12087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
12088         (gst_asf_demux_setup_pad):
12089         * gst/auparse/gstauparse.c: (gst_auparse_init),
12090         (gst_auparse_chain):
12091         * gst/id3/gstid3types.c: (gst_id3types_loop):
12092         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12093         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
12094         (mp1videoparse_parse_seq):
12095         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
12096         (bpf_from_header):
12097         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12098         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
12099         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
12100         (gst_mpeg_parse_send_data):
12101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12102         (gst_qtdemux_add_stream):
12103         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12104         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12105         (gst_wavparse_parse_fmt):
12106
12107 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12108
12109         * configure.ac:
12110           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
12111           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
12112           it therefore uses the wrong include paths. Too bad... Note
12113           that 1.6.1.93 is not release yet. ;).
12114           Also add a check for mplex, which is now using the lib'ified
12115           mplex from mjpegtools, too.
12116         * ext/ffmpeg/gstffmpegcodecmap.c:
12117           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
12118           issues. I don't think ffmpeg handles 3ivx correctly, so this
12119           probably won't work. But it won't hurt either.
12120         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
12121         (gst_ffmpegdec_chain):
12122         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
12123         (gst_ffmpegenc_chain_audio):
12124           Fix memleak in audio encoding. Close codec if open fails, this
12125           calls the cleanup routines so we can re-use the context.
12126         * ext/mpeg2enc/gstmpeg2enc.cc:
12127           Fix pad template names/types, fix memory issue with getcaps().
12128         * ext/mpeg2enc/gstmpeg2encoder.cc:
12129         * ext/mpeg2enc/gstmpeg2encoder.hh:
12130           Fix compile issue with new caps system (const thingy).
12131         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12132         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
12133           We read a first frame right on initing, so that we have a caps
12134           when we init the output. This caps is cached in padprivate and
12135           read as first frame.
12136         * ext/mplex/Makefile.am:
12137         * ext/mplex/gstmplex.cc:
12138         * ext/mplex/gstmplex.h:
12139         * ext/mplex/gstmplex.hh:
12140         * ext/mplex/gstmplexibitstream.cc:
12141         * ext/mplex/gstmplexibitstream.hh:
12142         * ext/mplex/gstmplexjob.cc:
12143         * ext/mplex/gstmplexjob.hh:
12144         * ext/mplex/gstmplexoutputstream.cc:
12145         * ext/mplex/gstmplexoutputstream.hh:
12146           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
12147           had issues, didn't do capsnego, supported only a subset of the
12148           mplex features and required a mplex fork in our local CVS. Plus
12149           that it worked agaist a very old mplex version. Rewriting was
12150           faster than updating it.
12151         * gst-libs/ext/Makefile.am:
12152         * gst-libs/ext/mplex/INSTRUCT:
12153         * gst-libs/ext/mplex/Makefile.am:
12154         * gst-libs/ext/mplex/README:
12155         * gst-libs/ext/mplex/TODO:
12156         * gst-libs/ext/mplex/ac3strm_in.cc:
12157         * gst-libs/ext/mplex/audiostrm.hh:
12158         * gst-libs/ext/mplex/audiostrm_out.cc:
12159         * gst-libs/ext/mplex/aunit.hh:
12160         * gst-libs/ext/mplex/bits.cc:
12161         * gst-libs/ext/mplex/bits.hh:
12162         * gst-libs/ext/mplex/buffer.cc:
12163         * gst-libs/ext/mplex/buffer.hh:
12164         * gst-libs/ext/mplex/fastintfns.h:
12165         * gst-libs/ext/mplex/format_codes.h:
12166         * gst-libs/ext/mplex/inputstrm.cc:
12167         * gst-libs/ext/mplex/inputstrm.hh:
12168         * gst-libs/ext/mplex/lpcmstrm_in.cc:
12169         * gst-libs/ext/mplex/mjpeg_logging.cc:
12170         * gst-libs/ext/mplex/mjpeg_logging.h:
12171         * gst-libs/ext/mplex/mjpeg_types.h:
12172         * gst-libs/ext/mplex/mpastrm_in.cc:
12173         * gst-libs/ext/mplex/mpegconsts.cc:
12174         * gst-libs/ext/mplex/mpegconsts.h:
12175         * gst-libs/ext/mplex/mplexconsts.hh:
12176         * gst-libs/ext/mplex/multplex.cc:
12177         * gst-libs/ext/mplex/outputstream.hh:
12178         * gst-libs/ext/mplex/padstrm.cc:
12179         * gst-libs/ext/mplex/padstrm.hh:
12180         * gst-libs/ext/mplex/stillsstream.cc:
12181         * gst-libs/ext/mplex/stillsstream.hh:
12182         * gst-libs/ext/mplex/systems.cc:
12183         * gst-libs/ext/mplex/systems.hh:
12184         * gst-libs/ext/mplex/vector.cc:
12185         * gst-libs/ext/mplex/vector.hh:
12186         * gst-libs/ext/mplex/videostrm.hh:
12187         * gst-libs/ext/mplex/videostrm_in.cc:
12188         * gst-libs/ext/mplex/videostrm_out.cc:
12189         * gst-libs/ext/mplex/yuv4mpeg.cc:
12190         * gst-libs/ext/mplex/yuv4mpeg.h:
12191         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
12192         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
12193           We don't fork mjpegtools' mplex in our CVS anymore.
12194         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
12195         (gst_avi_demux_add_stream):
12196         * gst/avi/gstavidemux.h:
12197           Add getcaps() function for proper caps nego. This makes some
12198           parts of AVI playback/reading work.
12199         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12200           Resize window on new capsnego. This is probably wrong, but
12201           I'm still committing it because with current capsnego, the
12202           first successfull capsnego is auto-fixated, therefore rounded
12203           down to the lowest values in the caps. this results in a 16x16
12204           XWindow that is not reized when real capsnego finishes.
12205           Dave, I see more cases of this, do you know a proper solution?
12206         * tools/gst-launch-ext.in:
12207           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
12208
12209 2003-12-31  David Schleef  <ds@schleef.org>
12210
12211         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
12212         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
12213           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
12214
12215 2003-12-30  David Schleef  <ds@schleef.org>
12216
12217         * ext/ffmpeg/gstffmpegcolorspace.c:
12218         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12219         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
12220         (gst_ffmpegcsp_chain): Negotiation fixes
12221         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
12222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12223         (gst_audio_convert_link), (gst_audio_convert_channels):
12224         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
12225         (gst_audioscale_link), (gst_audioscale_get_buffer),
12226         (gst_audioscale_chain): Negotiation fixes
12227         * gst/audioscale/gstaudioscale.h:
12228         * gst/videofilter/gstvideofilter.c:
12229         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
12230         (gst_videofilter_link), (gst_videofilter_init),
12231         (gst_videofilter_set_output_size), (gst_videofilter_setup),
12232         (gst_videofilter_find_format_by_structure):
12233         * gst/videofilter/gstvideofilter.h: Negotiation fixes
12234         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12235         (gst_videoscale_link):
12236         * gst/videoscale/videoscale.c: (videoscale_get_structure),
12237         (videoscale_find_by_structure), (gst_videoscale_setup):
12238         * gst/videoscale/videoscale.h: Negotiation fixes
12239         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12240         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
12241         function, restrict resizing to a multiple of 4 (hack until
12242         everyone supports odd sizes correctly).
12243
12244 2003-12-29  Colin Walters  <walters@verbum.org>
12245
12246         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
12247         signed.
12248
12249 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
12250
12251         * ext/sndfile/gstsf.c: (gst_sf_loop):
12252           Fix warning about discarding const qualifier
12253
12254 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
12255
12256         * gst/cutter/gstcutter.c:
12257         * gst/videoscale/gstvideoscale.c:
12258         * gst/volenv/gstvolenv.c:
12259         * gst-libs/gst/audio/audio.c:
12260         * gst-libs/gst/video/video.c:
12261           Fix warnings
12262
12263 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12264
12265         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12266           Don't send ALSA debugging to stderr.
12267         * ext/alsa/gstalsa.h:
12268           Use GST_WARNING instead of g_warning when ALSA functions fail.
12269
12270 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12271
12272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12273           Free XVAdapterInfo correctly.
12274
12275 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12276
12277         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
12278         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
12279           Make id3tag use correct caps nego.
12280
12281 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
12282
12283         * ext/ivorbis/vorbis.c: 
12284         * ext/ivorbis/vorbisenc.h:
12285         * ext/ivorbis/vorbisfile.c:
12286           Modify so that it uses the new caps things
12287
12288 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12289
12290         * testsuite/spider/spider1.c: (main):
12291         * testsuite/spider/spider2.c: (main):
12292         * testsuite/spider/spider3.c: (main):
12293           Make tests compile again. They probably don't work.
12294
12295 2003-12-24  Colin Walters  <walters@verbum.org>
12296
12297         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
12298         we can't fixate the caps anymore.
12299
12300 2003-12-23  David Schleef  <ds@schleef.org>
12301
12302         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
12303         * sys/oss/gstosssink.c: (gst_osssink_init),
12304         (gst_osssink_sink_fixate): Add fixate function.
12305
12306 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12307
12308         * ext/ffmpeg/gstffmpegcodecmap.c:
12309         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
12310         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
12311         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
12312         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12313         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12314         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12315         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
12316           fix typo in RGB masks, and move back to "old" colorspace
12317           capsnego code until whoever wrote this new crap has actually
12318           tested it so that it works.
12319           And yes, this works, keep it that way please.
12320
12321 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12322
12323         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
12324         (gst_divxdec_init), (gst_divxdec_negotiate):
12325         * ext/divx/gstdivxdec.h:
12326         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
12327         (gst_divxenc_init):
12328         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
12329         (gst_faac_sinkconnect), (gst_faac_srcconnect):
12330         * ext/mpeg2enc/gstmpeg2enc.cc:
12331         * ext/mpeg2enc/gstmpeg2encoder.cc:
12332         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12333         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
12334         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
12335         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
12336         (dxr3spusink_init):
12337         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
12338         (dxr3videosink_init):
12339           Fix caps breakage after Dave's caps branch merge.
12340
12341 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12342
12343         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12344           Fix for 24bpp display.
12345
12346 2003-12-23  Colin Walters  <walters@verbum.org>
12347
12348         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
12349         a GnomeVFSHandle directly.
12350
12351 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12352
12353         * gst/volume/Makefile.am:
12354         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
12355         (volume_base_init), (volume_init):
12356           Reenable volume element and fix to work with new caps stuff.
12357           Rhythmbox needs this.
12358
12359 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12360
12361         * gst/qtdemux/qtdemux.c: (plugin_init):
12362           qtdemux requires bytestream
12363
12364 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12365
12366         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
12367           Fix remaining caps handling errors due to CAPS merge.
12368
12369 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12370
12371         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
12372         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
12373         (gst_faad_srcconnect): 
12374           Port to new caps system.
12375
12376 2003-12-21  Julien MOUTTE  <julien@moutte.net>
12377
12378         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12379         (got_video_size), (main): using g_print instead of g_message.
12380         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
12381         signal which was not emitted because of "switch" element added to the
12382         bin but not connected. (Removing from the bin temporarily)
12383
12384 2003-12-21  Julien MOUTTE  <julien@moutte.net>
12385
12386         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
12387         find X development files. I don't understand the previous tests and
12388         they fail on my debian/ppc unstable. This one works.
12389         * examples/gstplay/player.c: (main): Set the pipeline to READY before
12390         exiting.
12391         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
12392         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12393         (gst_play_set_visualization): Add some safety checks in set_ methods
12394         and state_change. This was throwing some ugly CRITICAL messages when
12395         pipeline was getting disposed and casts were failing.
12396
12397 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12398
12399         * configure.ac:
12400           Improve mpeg2enc detection. This is for distributions that do
12401           ship mjpegtools, but without mpeg2enc. Also does object check
12402           for might there ever be ABI incompatibility.
12403         * ext/mpeg2enc/gstmpeg2enc.cc:
12404           Add Andrew as second maintainer (he's helping me), and also add
12405           an error if no caps was set. This happens if I pull before capsnego
12406           and that's something I should solve sometime else.
12407         * gst/matroska/matroska-demux.c:
12408         (gst_matroska_demux_parse_blockgroup):
12409           Fix time parsing.
12410         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
12411         (gst_matroska_mux_track_header):
12412           Add caps to templates.
12413         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
12414           Add mpegversion=1 to prevent confusion with MPEG/AAC.
12415         * gst/mpegstream/gstmpegdemux.c:
12416           Remove layer since it causes warnings about unfixed caps.
12417         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12418           Fix obvious typo (we error out if caps were set, we should of
12419           course error out if *no* caps were set).
12420         * sys/oss/gstosselement.c: (gst_osselement_convert):
12421           Fix format conversion, we confused bits/bytes.
12422         * sys/oss/gstosselement.h:
12423           Improve documentation for 'bps'.
12424         * sys/v4l/TODO:
12425           Remove stuff about plugins that need removing - this was done
12426           ages ago.
12427         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
12428         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
12429         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
12430         (gst_v4lsrc_src_query):
12431         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12432         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
12433           Add get_query_types(), get_formats() and query() functions.
12434
12435 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12436
12437         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
12438         * moved CVS to freedesktop.org
12439