add italian (Luca Feretti)
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         Submitted by: Luca Ferretti <elle.uca@infinito.it>
4         * po/LINGUAS:
5         * po/it.po:
6           Add Italian
7
8 2004-11-08  Wim Taymans  <wim@fluendo.com>
9
10         * gst/playback/README:
11         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12         * gst/playback/gstplaybasebin.c: (probe_triggered),
13         (gst_play_base_bin_change_state):
14         Updated README, added more comments for fixmes etc..
15
16 2004-11-08  Wim Taymans  <wim@fluendo.com>
17
18         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19         We can remove this hack now.
20
21 2004-11-08  Wim Taymans  <wim@fluendo.com>
22
23         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
24         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
25         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
26         Only mix AYUV for maximum quality.
27
28 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29
30         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
31         (gst_ogg_demux_push), (gst_ogg_pad_push):
32           Let's act as if we're synchronized now! :).
33         * ext/theora/theoradec.c: (theora_dec_chain):
34           Add some debug.
35
36 2004-11-08  Wim Taymans  <wim@fluendo.com>
37
38         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
39         (gst_alpha_set_property), (gst_alpha_sink_link),
40         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
41         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
42         (gst_alpha_init_params), (gst_alpha_chain):
43         Implement alpha functions for AYUV too, this increases
44         accuracy quite a bit.
45
46 2004-11-08  Wim Taymans  <wim@fluendo.com>
47
48         * gst/ffmpegcolorspace/avcodec.h:
49         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
50         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
51         (gst_ffmpegcsp_avpicture_fill):
52         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
53         (gst_ffmpegcsp_caps_remove_format_info):
54         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
55         (shrink12), (img_get_alpha_info), (deinterlace_line),
56         (deinterlace_line_inplace):
57         * gst/ffmpegcolorspace/imgconvert_template.h:
58         Added AYUV colorspace and handle RGBA a bit more respectful.
59
60 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
61
62         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
63           Actually always send a discont (cornercase when resending the
64           same serial-tagged chain twice).
65
66 2004-11-08  Julien MOUTTE  <julien@moutte.net>
67
68         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
69         (gst_ximagesink_finalize):
70         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
71         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
72
73 2004-11-08  Wim Taymans  <wim@fluendo.com>
74
75         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
76         Don't segfault on NULL data.
77
78 2004-11-08  Wim Taymans  <wim@fluendo.com>
79
80         * gst/playback/gstdecodebin.c: (unlinked):
81         * gst/playback/gstplay-marshal.list:
82         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
83         (gst_play_base_bin_init), (group_create), (get_active_group),
84         (get_building_group), (group_destroy), (group_commit),
85         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
86         (add_element_stream), (no_more_pads), (probe_triggered),
87         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
88         (state_change), (setup_source), (gst_play_base_bin_get_property),
89         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
90         (gst_play_base_bin_link_stream),
91         (gst_play_base_bin_get_streaminfo):
92         * gst/playback/gstplaybasebin.h:
93         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
94         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
95         Add support for chained ogg files. Prepare for playlist
96         support. This patch introduces the concept of pad groups, which
97         together compose one playable media file.
98
99 2004-11-07  David Schleef  <ds@schleef.org>
100
101         * testsuite/gst-lint: Check for pad templates that aren't statically
102         scoped.
103
104 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
105
106         * configure.ac:
107         * ext/Makefile.am:
108         * ext/musepack/Makefile.am:
109         * ext/musepack/gstmusepackdec.cpp:
110         * ext/musepack/gstmusepackdec.h:
111         * ext/musepack/gstmusepackreader.cpp:
112         * ext/musepack/gstmusepackreader.h:
113           Add musepack decoder.
114         * ext/faad/gstfaad.c: (gst_faad_base_init):
115           Make pad templates static.
116         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
117         (plugin_init):
118           Add musepack typefinder, make mp3 typefinding work halfway stream,
119           which doesn't actually work yet because id3demux doesn't implement
120           _get_length().
121
122 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
123
124         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
125         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
126           Fix interrupt event handling (#144436).
127
128 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
129
130         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
131           Hide unused glory.
132
133 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
134
135         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
136
137         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
138           Fix weird caps (#157548).
139
140 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
141
142         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
143
144         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
145           Add missing NULL terminator (#157543).
146
147 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
148
149         * gst/tcp/gsttcp.h:
150         * gst/tcp/gsttcpclientsink.c:
151         * gst/tcp/gsttcpclientsrc.c:
152         * gst/tcp/gsttcpserversink.c:
153         * gst/tcp/gsttcpserversrc.c:
154           ports can go up to 65535.  Move common defines to gsttcp.h
155
156 2004-11-05  Wim Taymans  <wim@fluendo.com>
157
158         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
159         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
160         Added two more colorspaces.
161
162 2004-11-05  Wim Taymans  <wim@fluendo.com>
163
164         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
165         (gst_ffmpegcsp_avpicture_fill):
166         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
167         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
168         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
169         More stride fixes.
170
171 2004-11-05  Wim Taymans  <wim@fluendo.com>
172
173         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
174         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
175         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
176         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
177         (gst_videomixer_loop):
178         More stride fixes.
179
180 2004-11-05  Benjamin Otte  <otte@gnome.org>
181
182         * ext/mad/gstmad.c: (gst_mad_chain):
183           don't overflow data buffer. Flush not needed sync data when syncing
184           failed.
185
186 2004-11-04  Wim Taymans  <wim@fluendo.com>
187
188         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
189         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
190         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
191         (gst_alpha_init_params), (gst_alpha_chain),
192         (gst_alpha_change_state):
193         Updated the chroma keying algorithm with something more 
194         sophisticated.
195
196 2004-11-03  Wim Taymans  <wim@fluendo.com>
197
198         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
199         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
200         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
201         Fix stride issues. Does not completely work for odd
202         heights.
203
204 2004-11-03  Wim Taymans  <wim@fluendo.com>
205
206         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
207         (gst_alpha_chroma_key), (gst_alpha_chain):
208         Fix stride issues. Does not completely work for odd
209         heights.
210
211 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
212
213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
214         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
215         leak fixes
216
217 2004-11-03  Wim Taymans  <wim@fluendo.com>
218
219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
220         (gst_ffmpegcsp_avpicture_fill):
221         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
222         (avpicture_alloc):
223         * gst/ffmpegcolorspace/imgconvert_template.h:
224         Use correct _fill function to get correct strides.
225
226 2004-11-02  David Schleef  <ds@schleef.org>
227
228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
229         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
230         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
231         Change all g_print()s to debugging.  Add a bunch of consistency
232         checks.
233
234 2004-11-02  Wim Taymans  <wim@fluendo.com>
235
236         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
237         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
238         (unlinked), (no_more_pads), (close_link):
239         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
240         (unknown_type), (add_element_stream), (new_decoded_pad),
241         (removed_decoded_pad), (setup_source):
242         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
243         (gst_stream_info_class_init), (gst_stream_info_init),
244         (gst_stream_info_new), (gst_stream_info_dispose),
245         (stream_info_mute_pad), (gst_stream_info_set_property),
246         (gst_stream_info_get_property):
247         * gst/playback/gststreaminfo.h:
248         Fix playback of multiple files.
249         a slightly different approach to handling dynamic pad removals.
250         This one only looks at pads that we have linked.
251
252 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
253
254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
255         free" warning from libc.
256
257 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
258
259         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
260         (get_unconnected_element), (remove_starting_from), (pad_removed),
261         (close_link):
262           Implement support for dynamic pad changing. We listen to "live"
263           pad removals (i.e. while playing) and re-setup autoplugging
264           after that. Playbasebin/playbin need some more work for this
265           to finally work, but decodebin supports (and replugs) chained
266           ogg now.
267
268 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
269         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
270         (gst_alsa_finalize):
271         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
272         (gst_cdaudio_finalize):
273         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
274         (cdparanoia_finalize):
275         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
276         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
277         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
278         (dvdreadsrc_finalize):
279         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
280         (gst_flacdec_finalize):
281         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
282         (gst_flacenc_finalize):
283         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
284         (gst_gnomevfssink_finalize):
285         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
286         (gst_gnomevfssrc_finalize):
287         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
288         (gst_fameenc_finalize):
289         * ext/nas/nassink.c: (gst_nassink_class_init),
290         (gst_nassink_finalize):
291         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
292         (gst_sdlvideosink_class_init):
293         * ext/sndfile/gstsf.c: (gst_sf_dispose):
294         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
295         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
296         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
297         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
298         (gst_x_window_listener_dispose):
299         * gst/audioscale/gstaudioscale.c:
300         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
301         (play_on_demand_finalize):
302         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
304         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
305         (cdplayer_finalize):
306         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
307         (gst_glimagesink_class_init):
308         * sys/oss/gstosselement.c: (gst_osselement_class_init),
309         (gst_osselement_finalize):
310         * sys/oss/gstosssink.c: (gst_osssink_dispose):
311         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
312         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
313           Fixes a bunch of problems with finalize and dispose functions,
314           either assumptions that dispose is only called once, or not calling
315           the parent class dispose/finalize function
316
317 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
318
319         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
320           added two api precondition guards
321       use g_strdup with getenv to fix crash when using ENVVAR
322
323 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
324         * ext/esd/esdsink.c: (gst_esdsink_class_init),
325         (gst_esdsink_finalize):
326         Use a finalize function, not dispose, and more importantly,
327         call the parent class finalize function too
328
329 2004-11-01  Johan Dahlin  <johan@gnome.org>
330
331         * ext/ogg/gstoggdemux.c:
332         * gst/tags/gstvorbistag.c:
333         Plug leaks.
334
335 2004-10-31  Benjamin Otte  <otte@gnome.org>
336
337         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
338           lotsa memleaks today. But they're all small...
339
340 2004-10-31  Benjamin Otte  <otte@gnome.org>
341
342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
343           another memleak crushed
344
345 2004-10-31  Benjamin Otte  <otte@gnome.org>
346
347         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
348           fix memleak
349
350 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
351
352         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
353           Hack to prevent crash when going to READY inside signal handler
354           while this function is active.
355
356 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
357
358         * gst/ffmpegcolorspace/Makefile.am:
359         * gst/ffmpegcolorspace/avcodec.h:
360         * gst/ffmpegcolorspace/common.h:
361         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
362         * gst/ffmpegcolorspace/dsputil.h:
363         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
364         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
365         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
366         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
367         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
368         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
369         (gst_ffmpegcsp_avpicture_fill):
370         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
372         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
373         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
374         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
375         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
376         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
377         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
378         * gst/ffmpegcolorspace/imgconvert.c:
379         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
380         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
381         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
382         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
383         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
384         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
385         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
386         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
387         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
388         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
389         (grow21), (grow22), (grow41), (grow44), (conv411),
390         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
391         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
392         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
393         (avpicture_free), (is_yuv_planar), (img_convert),
394         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
395         (deinterlace_line_inplace), (deinterlace_bottom_field),
396         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
397         * gst/ffmpegcolorspace/imgconvert_template.h:
398         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
399         * gst/ffmpegcolorspace/mmx.h:
400         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
401         (av_fast_realloc), (av_mallocz_static), (av_free_static),
402         (av_freep), (avcodec_get_context_defaults),
403         (avcodec_alloc_context), (avcodec_init):
404           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds pallette
405           handling plus update from ffmpeg CVS. Large clean-up.
406
407 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
408
409         * gst/playback/Makefile.am:
410           We need the marshallers for decodebin, too.
411
412 2004-10-30  David Schleef  <ds@schleef.org>
413
414         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
415           quicktime typefinding work with 64-bit offsets.
416
417 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
418
419         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
420           Set EOS on the element when processing an EOS event.
421         * ext/speex/gstspeexdec.h:
422         * ext/speex/gstspeexenc.h:
423           Only keep a const ptr to the mode
424         * gst-libs/gst/riff/riff-media.c:
425         (gst_riff_create_audio_caps_with_data),
426         (gst_riff_create_audio_template_caps):
427           Allow WMAV3, with up to 6 channels. 
428         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
429           Don't call gst_pad_set_event_function on a sink pad.
430         * gst/mpegstream/gstdvddemux.c:
431         (gst_dvd_demux_get_subpicture_stream),
432         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
433           Copy the explicit caps that were set across to the cur_* pads,
434           instead of trying to use a possibly non-existent negotiated caps.
435           Reset the type of subpicture pads to UNKNOWN after calling init_stream, 
436           so that the caps get set.
437
438 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
439
440         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
441
442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
443           Don't touch buffer if it is of size 0 (fixes #151064).
444
445 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
446
447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
448           Synchronized discont handling.
449
450 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
451
452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
453         (gst_ogg_demux_push):
454           Make seeking sort-of exact again (fixes #156387).
455
456 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
457
458         * gst/playback/gstplaybasebin.c: (unknown_type),
459         (add_element_stream), (new_decoded_pad),
460         (gst_play_base_bin_change_state):
461         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
462         (gst_stream_info_init), (gst_stream_info_new),
463         (gst_stream_info_dispose), (gst_stream_info_get_property):
464         * gst/playback/gststreaminfo.h:
465           Make caps explicitely available. Makes testing for unsupported
466           types possible. Improves error reporting.
467
468 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
469
470         * gst/audioconvert/gstaudioconvert.c:
471         (gst_audio_convert_buffer_to_default_format):
472           Really don't touch read-only buffers (#156563).
473
474 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
475
476         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
477
478         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
479           Fix memleak (#155223).
480
481 2004-10-29  Wim Taymans  <wim@fluendo.com>
482
483         * gst/tcp/.cvsignore:
484         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
485         (gst_multifdsink_class_init), (gst_multifdsink_init),
486         (gst_multifdsink_add), (gst_multifdsink_remove),
487         (gst_multifdsink_remove_client_link), (is_sync_frame),
488         (gst_multifdsink_new_client),
489         (gst_multifdsink_handle_client_write),
490         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
491         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
492         (gst_multifdsink_get_property):
493         * gst/tcp/gstmultifdsink.h:
494         Added burst on connect sync_method, deprecated sync_clients,
495         streamlined the sync code some more.
496
497 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
498
499         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
500         (gst_play_base_bin_change_state):
501           Improve error reporting.
502
503 2004-10-28  Wim Taymans  <wim@fluendo.com>
504
505         * gst/tcp/Makefile.am:
506         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
507         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
508         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
509         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
510         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
511         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
512         (gst_fdset_wait):
513         Added more locks around fdset structures. Fixed/reworked
514         the poll array resizing code.
515         Added stress test for fdset.
516
517 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
518
519         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
520         fix build
521
522 2004-10-28  Benjamin Otte  <otte@gnome.org>
523
524         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
525           fix link function to always query channels and query width for
526           floats
527         * configure.ac:
528           add equalizer dir
529         * gst/equalizer/Makefile.am:
530         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
531         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
532         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
533         (arg_to_scale), (setup_filter),
534         (gst_iir_equalizer_compute_frequencies),
535         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
536         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
537         (plugin_init):
538           add an equalizer  
539
540 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
541
542         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
543
544         * po/LINGUAS:
545         * po/nb.po:
546           Added Norwegian Bokmaal translation
547
548 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
549
550         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
551           Don't break on options (fixes #156488).
552
553 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
554
555         * configure.ac:
556         * ext/cdaudio/Makefile.am:
557         * sys/Makefile.am:
558           fix build on older automake
559
560 2004-10-26  Wim Taymans  <wim@fluendo.com>
561
562         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
563         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
564         Allow a little margin when negotiating the framerate.
565
566 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
567
568         * gst/level/gstlevel.c:
569           synchonised naming of pads and pad-templates
570
571 2004-10-26  Wim Taymans  <wim@fluendo.com>
572
573         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
574         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
575         (_find_streams_check), (gst_ogg_demux_push):
576         Fix EOS again. Needs to be done in a better way. We should not
577         remove the pad if there is no new chained stream.
578
579 2004-10-26 Iain <iaingnome@gmail.com>
580
581         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
582         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
583         of the caps.
584         * gst/interleave/interleave.c (interleave_class_init): Hook up release
585         pad.
586         (interleave_release_pad): Remove the pad.
587         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
588         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
589         the set device.
590         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
591         attrs
592         (gst_xvimagesink_xcontext_clear): Free the xcontext.
593         (gst_xvimagesink_finalize): Free the par.
594
595 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
596
597         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
598         (gst_avimux_stop_file):
599           First calculate the rate, and only then use it. Hdr.rate is a
600           multiple and not a derivative of hdr.scale. Scale is not the
601           same as blockalign but is solely related to rate.
602
603 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
604
605         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
606         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
607           Implement seeking.
608
609 2004-10-25  James Henstridge  <james@jamesh.id.au>
610
611         Reviewed by:  David Schleef  <ds@schleef.org>
612
613         * examples/gstplay/player.c: (got_stream_length), (main):
614         * examples/seeking/cdplayer.c: (update_scale):
615         * examples/seeking/seek.c: (format_value), (update_scale):
616         * examples/seeking/spider_seek.c: (format_value), (update_scale),
617         (stop_seek):
618         Build fixes on AMD64.
619
620 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
621
622         reviewed by: Ronald Bultje <rbultje at gnome dot org>
623
624         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
625         Fix for some v4l cards which hang in v4lsrc
626
627 2004-10-25  Wim Taymans  <wim@fluendo.com>
628
629         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
630         (gst_ogg_demux_push), (gst_ogg_chains_clear):
631         Make sure to remove the pad when a new chain is
632         encountered. Set some vars to NULL so we don't try
633         to reference freed memory.
634
635 2004-10-25  Wim Taymans  <wim@fluendo.com>
636
637         * examples/seeking/Makefile.am:
638         * examples/seeking/cdplayer.c: (update_scale):
639         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
640         * examples/seeking/playbin.c: (make_playerbin_pipeline),
641         (format_value), (update_scale), (iterate), (start_seek),
642         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
643         (print_usage), (main):
644         Added some more examples, update others.
645
646 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
647
648         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
649         * ext/speex/gstspeexdec.c: (speex_dec_chain):
650         * ext/theora/theoradec.c: (theora_dec_chain):
651         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
652           Add codec-name metadata.
653
654 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
655
656         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
657
658         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
659         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
660         * ext/alsa/gstalsamixertrack.h:
661         * po/POTFILES.in:
662           ALSA mixer track label internationalization (#154054).
663
664 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
665
666         * ext/theora/theoradec.c: (theora_dec_chain):
667           Export bitrate as metadata.
668
669 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
670
671         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
672         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
673         * ext/alsa/gstalsamixertrack.h:
674           Fix names, fix loop.
675
676 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
677
678         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
679         (speex_dec_convert):
680           sinkconvert function so oggdemux can get the file length (totem).
681
682 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
683
684         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
685
686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
687           Don't push incomplete packets.
688         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
689           Fix MPEG-4 audio typefinding.
690
691 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
692
693         * sys/v4l/Makefile.am:
694         * sys/v4l/gstv4l.c: (plugin_init):
695         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
696         (gst_v4lelement_init), (gst_v4lelement_dispose),
697         (gst_v4lelement_change_state):
698         * sys/v4l/gstv4lelement.h:
699         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
700         (gst_v4l_xoverlay_close), (idle_refresh),
701         (gst_v4l_xoverlay_set_xwindow_id):
702         * sys/v4l/gstv4lxoverlay.h:
703         * sys/v4l/v4l-overlay_calls.c:
704         * sys/v4l/v4l_calls.h:
705         * sys/v4l2/Makefile.am:
706         * sys/v4l2/gstv4l2.c: (plugin_init):
707         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
708         (gst_v4l2element_init), (gst_v4l2element_dispose),
709         (gst_v4l2element_change_state):
710         * sys/v4l2/gstv4l2element.h:
711         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
712         (gst_v4l2_xoverlay_close), (idle_refresh),
713         (gst_v4l2_xoverlay_set_xwindow_id):
714         * sys/v4l2/gstv4l2xoverlay.h:
715         * sys/v4l2/v4l2-overlay_calls.c:
716         * sys/v4l2/v4l2_calls.h:
717           Remove client-side overlay handling, use the X-server v4l plugin
718           for that. Nicer overlay, less code. Also make the plugin
719           compileable without X (but then without overlay, obviously).
720           Makes xwindowlistener obsolete, should we remove that?
721
722 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
723
724         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
725         (gst_osssrc_src_query):
726         * sys/oss/gstosssrc.h:
727           OK, so people want offset in DEFAULT. This time, actually fix all
728           cases.
729         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
730           Add FPS properly.
731
732 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
733
734         * gst/asfdemux/gstasfmux.c:
735         * gst/avi/gstavimux.c:
736           Framerate.
737
738 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
739
740         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
741           Fix properties (channel, norm, frequency).
742
743 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
744
745         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
746           Flag typo.
747         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
748           No warnings.
749
750 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
751
752         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
753           Fix hang.
754
755 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
756
757         * sys/v4l2/gstv4l2element.h:
758           Yet Another Hack (tm) for kernel header borkedness.
759         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
760         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
761         (gst_v4l2src_link), (gst_v4l2src_getcaps),
762         (gst_v4l2src_change_state):
763         * sys/v4l2/gstv4l2src.h:
764         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
765         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
766           Fix caps, keep track of state, work.
767
768 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
769
770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
771           Quiet.
772
773 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
774
775         * sys/oss/gstosssrc.c: (gst_osssrc_get):
776           Don't mix bytes and samples.
777
778 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
779
780         * ext/ogg/gstoggmux.c:
781           Basic pad template which accepts OGM tracks, speex, flac, vorbis
782           and theora. Any is incorrect.
783         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
784           Fix caps.
785         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
786         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
787         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
788         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
789         * sys/v4l/gstv4lmjpegsrc.h:
790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
791         (gst_v4lsrc_change_state):
792         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
793         (gst_v4lmjpegsrc_capture_stop):
794           Fix caps. Keep track of internal state. Work.
795
796 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
797
798         * ext/Makefile.am:
799           Fix the build fixes.
800
801 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
802
803         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
804         (gst_ogg_demux_src_event), (_find_chain_seek),
805         (gst_ogg_pad_push):
806           Check for pad availability before using it.
807         * ext/ogg/gstoggdemux.c: (_find_chain_process):
808           Fix parsing of chained ogg. Needs more work on the decoder side.
809
810 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
811
812         * gst/spectrum/Makefile.am:
813         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
814         (idle_func):
815           Fix demo and reenable it. Yes, I'm currently playing with audio
816           analysis tools
817
818 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
819
820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
821           We love it if files that start at zero work too...
822
823 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
824
825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
826           Handle files with missing EOS headers.
827
828 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
829
830         * gst/tcp/gsttcpserversink.c:
831         (gst_tcpserversink_handle_server_read),
832         (gst_tcpserversink_init_send):
833         Zero some variables first (need for accept not to return EINVAL)
834
835 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
836
837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
838         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
839         * ext/theora/theoradec.c: (theora_dec_sink_convert),
840         (theora_dec_chain):
841         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
842         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
843           Seeking and querying finetune.
844
845 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
846
847         * configure.ac:
848         * ext/Makefile.am:
849         * ext/raw1394/Makefile.am:
850           fix the build
851
852 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
853
854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
855           Wrong return.
856         * gst/playback/Makefile.am:
857         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
858         * gst/playback/gstplay-marshal.list:
859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
860           Fix marshallers.
861
862 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
863
864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
865           Silence.
866
867 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
868
869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
870         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
871         (gst_ogg_pad_push):
872           Yay for non-lineair granulepos in theora.
873
874 2004-10-18  Wim Taymans  <wim@fluendo.com>
875
876         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
877         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
878         * ext/dv/gstdvdec.h:
879         Make sure we renegotiate aspect ratio when the camera switches.
880
881 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
882
883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
884         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
885           Start at zero.
886         * ext/theora/theoradec.c: (theora_dec_chain):
887           Skip headers. Bad idea for chained ogg, but fixes seeking.
888
889 2004-10-18  Wim Taymans  <wim@fluendo.com>
890
891         * configure.ac:
892         I swear, this is the last time I touch this.
893
894 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
895
896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
897         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
898         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
899           Faster seeking.
900         * ext/theora/theoradec.c: (theora_dec_sink_convert):
901           Time-to-default conversion.
902         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
903           Don't error on unknown packets, just skip. We should probably
904           read them if we want to support chained ogg.
905
906 2004-10-18  Wim Taymans  <wim@fluendo.com>
907
908         * configure.ac:
909         Added cdaudio to wrong list.
910
911 2004-10-18  Wim Taymans  <wim@fluendo.com>
912
913         * configure.ac:
914         Revive cdaudio.
915
916 2004-10-18  Wim Taymans  <wim@fluendo.com>
917
918         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
919         (gst_dvdec_video_link), (gst_dvdec_push):
920         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
921         (gst_smokeenc_resync), (gst_smokeenc_chain):
922         Fix mimetype on smoke encoder.
923         Add aspect ratio to dvdec. Not sure if these
924         values are correct though....
925
926 2004-10-18  Wim Taymans  <wim@fluendo.com>
927
928         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
929         Fix vorbis property descriptions and ranges.
930
931 2004-10-18  Wim Taymans  <wim@fluendo.com>
932
933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
934         Really do nothing when no data is available.
935         Go to the playing state when the stream is not seekable
936         instead of failing.
937
938 2004-10-18  Wim Taymans  <wim@fluendo.com>
939
940         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
941         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
942         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
943         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
944         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
945         Added uri handler for cd://
946         Port to new API.
947
948 2004-10-18  Wim Taymans  <wim@fluendo.com>
949
950         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
951         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
952         (try_to_link_1), (no_more_pads), (close_link), (type_found):
953         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
954         (remove_prerolls), (unknown_type), (add_element_stream),
955         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
956         (gst_play_base_bin_remove_element),
957         (gst_play_base_bin_link_stream):
958         * gst/playback/gstplaybin.c: (gen_video_element),
959         (gen_vis_element), (remove_sinks), (setup_sinks):
960         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
961         (gst_stream_info_get_type), (gst_stream_info_class_init),
962         (gst_stream_info_init), (gst_stream_info_new),
963         (gst_stream_info_dispose), (stream_info_mute_pad),
964         (gst_stream_info_set_property), (gst_stream_info_get_property):
965         * gst/playback/gststreaminfo.h:
966         Add sink padtemplate to decodebin.
967         Added some more comments.
968         Make queue size configurable in playbasebin.
969         Added possibility to use elements as sinks (ex cdaudio).
970
971 2004-10-15  Wim Taymans  <wim@fluendo.com>
972
973         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
974         (gst_speexenc_chain):
975         Fix speex timestamps so that it gets muxed properly.
976
977 2004-10-15  Wim Taymans  <wim@fluendo.com>
978
979         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
980         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
981         (gst_dv1394src_init), (gst_dv1394src_dispose),
982         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
983         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
984         (gst_dv1394src_event), (gst_dv1394src_get_formats),
985         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
986         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
987         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
988         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
989         * ext/raw1394/gstdv1394src.h:
990         Added conversion/query functions.
991         Update buffer timestamps,
992         Added signals. 
993         Added uri dv:// so it might play from the firewire in playbin. 
994         Fix a possible leak. 
995         Added debugging.
996
997 2004-10-15  Wim Taymans  <wim@fluendo.com>
998
999         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
1000         (gst_dv1394src_init), (gst_dv1394src_set_property),
1001         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
1002         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
1003         * ext/raw1394/gstdv1394src.h:
1004         Added AV/C VTR control support needed for some cameras.
1005         Added automatic port detection.
1006         Added properties for selecting the channel.
1007         The configure.ac script is not yet updated to reflect the
1008         new libavc1394 and librom1394 dependencies.
1009
1010 2004-10-15  Wim Taymans  <wim@fluendo.com>
1011
1012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
1013         (qtdemux_parse), (gst_qtdemux_handle_esds):
1014         An esds box is not a container.
1015         Fix parsing of mp4v boxes.
1016         Do not try to renegotiate fps for each frame. Need to
1017         find a better method. This should fix mp4 playback.
1018
1019 2004-10-14  David Schleef  <ds@schleef.org>
1020
1021         * configure.ac: update for swfdec-0.3 and liboil-0.2
1022         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
1023         * ext/swfdec/gstswfdec.h: same
1024         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
1025         * gst/videotestsrc/videotestsrc.c: same
1026
1027 2004-10-14  Wim Taymans  <wim@fluendo.com>
1028
1029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1030         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1031         (is_sync_frame), (gst_multifdsink_new_client),
1032         (gst_multifdsink_handle_client_write),
1033         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1034         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1035         Turn warnings into info.
1036         Don't allow a state change in the streaming thread.
1037
1038 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1039
1040         * ext/vorbis/oggvorbisenc.c:
1041         * ext/vorbis/vorbisdec.c:
1042           fix template sample rate
1043
1044 2004-10-13  Wim Taymans  <wim@fluendo.com>
1045
1046         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
1047         Decoding the header first fixes some problems in resyncing
1048         in more mp3s.
1049
1050 2004-10-12  Wim Taymans  <wim@fluendo.com>
1051
1052         * gst/playback/gstplaybin.c: (gen_video_element),
1053         (gen_vis_element), (remove_sinks), (setup_sinks):
1054         Added vis plugin support, need to configure the vis
1055         element to activate it.
1056
1057 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1058
1059         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
1060         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
1061           Some debug.
1062         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1063         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
1064         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
1065         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
1066         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1067         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
1068         * gst/avi/gstavidemux.h:
1069           Support for openDML-2.0 indx/ix## chunks. Support for broken index
1070           recovery (where, if part of the index is broken, we will still read
1071           the rest of the index and recover the broken part by stream
1072           scanning). More broken media support. EOS workarounds. General AVI
1073           braindamage headache recovery. Aspirin included.
1074
1075 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1076
1077         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
1078         (cdparanoia_event), (cdparanoia_query):
1079           Get rid of hideous lead-in.
1080
1081 2004-10-11  Wim Taymans  <wim@fluendo.com>
1082
1083         * gst/playback/gstplaybasebin.c: (setup_source):
1084         Wrong var used to get g_list_next.
1085
1086 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1087
1088         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
1089         (cdparanoia_get), (cdparanoia_open):
1090           Report discid as metadata, add duration.
1091
1092 2004-10-11  Wim Taymans  <wim@fluendo.com>
1093
1094         * gst/playback/gstplaybasebin.c: (setup_source):
1095         Cleanup the previous pipeline a little earlier for the
1096         case that a source element provides raw data.
1097
1098 2004-10-11  Benjamin Otte  <otte@gnome.org>
1099
1100         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1101           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
1102           consuming the last 128 bytes, even though it was valid mp3 data.
1103
1104 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1105
1106         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
1107         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
1108         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
1109         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
1110
1111 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1112
1113         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
1114         Fix for webcams that support only specific width or height
1115
1116 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1117
1118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1119
1120         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
1121           Fix wrong discont event setup (fixes #154967).
1122
1123 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
1124
1125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1126
1127         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1128           Error out on invalid data (fixes #154807).
1129
1130 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
1131
1132         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1133
1134         * ext/dvdread/dvdreadsrc.c: (_read):
1135           Make titles > 0 work again (fixes #154834).
1136
1137 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1138
1139         * gst-libs/gst/riff/riff-media.c:
1140         (gst_riff_create_video_template_caps):
1141           WMV3 missing in template caps.
1142
1143 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1144
1145         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1146           OK, so the original code was too strict. It makes random AVI files
1147           hang for seconds upon opening, which is unacceptable and is far
1148           beyond the original goal of getting multiple chunks for one-chunk
1149           sounc stream files. So now do just that.
1150
1151 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1152
1153         * gst/playback/gstplaybasebin.c: (setup_source),
1154         (gst_play_base_bin_change_state):
1155           Actually clean up streaminfo if output fails. This would trigger
1156           if, for example, there was no CD in the drive. No preroll, so
1157           a streaminfo structure is created, but the subsequent state change
1158           of the thread fails.
1159         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
1160           Don't change state if parent failed.
1161
1162 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1163
1164         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1165         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
1166         (gen_video_element), (remove_sinks):
1167           Add small bits of code for screenshot handling.
1168
1169 2004-10-08  Wim Taymans  <wim@fluendo.com>
1170
1171         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
1172         (gen_video_element), (gen_audio_element), (setup_sinks):
1173         Don't assume the user provided sinks are named "sink"...
1174
1175 2004-10-08  Wim Taymans  <wim@fluendo.com>
1176
1177         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
1178         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
1179         (gst_play_base_bin_link_stream):
1180         Do not try to autoplug sources that generate raw streams like
1181         cdparanoia.
1182         disconnect the preroll overrun signal when we don't need it anymore.
1183
1184 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
1185
1186         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1187         Added reworked patch from #154903 from milosz derezynski (deadchip).
1188
1189 2004-10-08  Wim Taymans  <wim@fluendo.com>
1190
1191         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1192         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
1193         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
1194         (cdparanoia_convert), (cdparanoia_uri_get_type),
1195         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
1196         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
1197         * ext/cdparanoia/gstcdparanoia.h:
1198         This adds the cdda://<tracknum> uri.
1199
1200 2004-10-08  Wim Taymans  <wim@fluendo.com>
1201
1202         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1203         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1204         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1205         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1206         (unknown_type), (gst_play_base_bin_remove_element),
1207         (gst_play_base_bin_link_stream):
1208         * gst/playback/gstplaybasebin.h:
1209         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1210         (gst_play_bin_set_property), (gen_video_element),
1211         (gen_audio_element), (setup_sinks):
1212         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1213         (gst_stream_info_get_type), (gst_stream_info_class_init),
1214         (gst_stream_info_init), (gst_stream_info_new),
1215         (gst_stream_info_dispose), (stream_info_mute_pad),
1216         (gst_stream_info_set_property), (gst_stream_info_get_property):
1217         * gst/playback/gststreaminfo.h:
1218         Reuse the audio and video bins.
1219         Some internal cleanups in the stream selection code.
1220
1221 2004-10-08  Julien MOUTTE  <julien@moutte.net>
1222
1223         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1224         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1225         * sys/ximage/ximagesink.h:
1226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1227         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1228         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
1229         not coming from those elements. Moreover these elements should not keep
1230         the xid they have been given when in NULL state.
1231
1232 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1233
1234         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1235         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1236         * sys/ximage/ximagesink.h:
1237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1238         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1239         * sys/xvimage/xvimagesink.h:
1240           Actually only create a new toplevel window if we're not gonna
1241           embed it right after.
1242
1243 2004-10-07  Wim Taymans  <wim@fluendo.com>
1244
1245         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
1246         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
1247         * gst/playback/gstplaybin.c: (setup_sinks):
1248         Implement muting/unmuting of streams, mute streams that are not
1249         used.
1250
1251 2004-10-07  Wim Taymans  <wim@fluendo.com>
1252
1253         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
1254         (plugin_init):
1255         Added lame audio/x-ac3 typefind function.
1256
1257 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1258
1259         * configure.ac:
1260           bump nano to cvs
1261
1262 === release 0.8.5 ===
1263
1264 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1265
1266         * NEWS:
1267         * RELEASE:
1268         * configure.ac:
1269           releasing 0.8.5, "Take You On"
1270
1271 2004-10-06  Wim Taymans  <wim@fluendo.com>
1272
1273         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1274         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1275         (no_more_pads), (close_link), (type_found):
1276         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1277         * gst/playback/gstplaybin.c: (gen_video_element):
1278         Do not signal the no_more_pads after the first pad when
1279         we are plugging a non dynamic element with multiple
1280         output pads (like swfdec, dvdec, ...).
1281
1282 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1283
1284         * configure.ac:
1285           bump for prerelease
1286
1287 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1288
1289         * gst/wavparse/gstwavparse.c:
1290           add ATRAC3 to STATIC CAPS to fix a warning
1291
1292         * gst/matroska/ebml-read.c:
1293         * gst-libs/gst/riff/riff-read.c:
1294           fix typos
1295
1296 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1297
1298         * gst-libs/gst/riff/riff-media.c:
1299           generate caps for ATRAC3 audio streams
1300
1301         * gst/realmedia/rmdemux.c:
1302           generate caps for ATRAC3 audio streams
1303
1304 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1305
1306         * gst/wavparse/Makefile.am
1307         * gst/wavparse/riff.h
1308         * gst/wavparse/wavparse.vcproj
1309           riff.h removal (unused and duplication with riff-ids.h)
1310
1311 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1312
1313         * gst/wavparse/gstwavparse.h
1314           remove duplicated defines for audio codec codes
1315
1316         * gst-libs/gst/riff/riff-ids.h
1317         * gst/wavenc/riff.h:
1318           add "4CC" code for ATRAC3 audio streams
1319           add "4CC" code for ITU_G721_ADPCM (unused for now)
1320
1321 2004-10-06  Wim Taymans  <wim@fluendo.com>
1322
1323         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
1324         Actually _do_ negotiation. Pass gdouble as arg instead
1325         of guint64 for the framerate.
1326
1327 2004-10-06  Wim Taymans  <wim@fluendo.com>
1328
1329         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1330         (find_compatibles), (close_pad_link), (try_to_link_1),
1331         (no_more_pads), (close_link), (type_found):
1332         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1333         * gst/playback/gstplaybin.c: (gen_video_element),
1334         (gen_audio_element):
1335         Set state on newly added element to READY so that negotiation
1336         can happen ASAP.
1337         Addes some more debug info.
1338         Do not try to plug pads with multiple caps structures or ANY
1339         because it is too dangerous since we do not do dynamic 
1340         replugging.
1341
1342 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1343
1344         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
1345
1346         * po/LINGUAS:
1347         * po/or.po:
1348           add Oriya translation
1349
1350 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1351
1352         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1353           Prevent overwrite of size member. Makes audio sound crappy.
1354
1355 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1356
1357         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1358         Add rmvb to the list of known RealMedia extensions
1359
1360 2004-10-05  Wim Taymans  <wim@fluendo.com>
1361
1362         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
1363         (mngdec_openstream), (mngdec_closestream),
1364         (mngdec_handle_sink_event), (mngdec_readdata),
1365         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
1366         (mngdec_getcanvasline), (mngdec_refresh),
1367         (gst_mngdec_change_state):
1368         Set the framerate correctly.
1369
1370 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1371
1372         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1373           There was something wrong with the index massaging.
1374
1375 2004-10-04  Wim Taymans  <wim@fluendo.com>
1376
1377         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
1378         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
1379         (gst_smokedec_chain):
1380         * ext/jpeg/gstsmokedec.h:
1381         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1382         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
1383         * ext/jpeg/gstsmokeenc.h:
1384         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
1385         (smokecodec_decode_new), (smokecodec_info_free),
1386         (smokecodec_set_quality), (smokecodec_get_quality),
1387         (smokecodec_set_threshold), (smokecodec_get_threshold),
1388         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
1389         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
1390         (smokecodec_encode), (smokecodec_parse_id),
1391         (smokecodec_parse_header), (smokecodec_decode):
1392         * ext/jpeg/smokecodec.h:
1393         * ext/jpeg/smokeformat.h:
1394         Updated smoke, new bitstream, allows embedding in ogg.
1395
1396 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1397
1398         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
1399           Fix seeking in some files. All this code is no longer needed (and
1400           actually breaks stuff) because we now synchronize the full index
1401           right when reading the header.
1402
1403 2004-10-04  Wim Taymans  <wim@fluendo.com>
1404
1405         * configure.ac:
1406         configure update for libmng.
1407
1408 2004-10-04  Wim Taymans  <wim@fluendo.com>
1409
1410         * ext/libmng/Makefile.am:
1411         * ext/libmng/gstmng.c: (plugin_init):
1412         * ext/libmng/gstmng.h:
1413         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
1414         (gst_mngdec_base_init), (gst_mngdec_class_init),
1415         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
1416         (gst_mngdec_loop), (gst_mngdec_get_property),
1417         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
1418         (mngdec_closestream), (mngdec_handle_sink_event),
1419         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
1420         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1421         (gst_mngdec_change_state):
1422         * ext/libmng/gstmngdec.h:
1423         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
1424         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
1425         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
1426         (gst_mngenc_chain), (gst_mngenc_get_property),
1427         (gst_mngenc_set_property):
1428         * ext/libmng/gstmngenc.h:
1429         Added basic MNG decoder. Needs more work. The encoder does
1430         not work yet.
1431
1432 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1433
1434         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
1435         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
1436         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
1437           Don't hang on length=0 chunks. Some negotiation fixes. Signal
1438           no-more-pads.
1439
1440 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1441
1442         * configure.ac:
1443           you need at least 1.0.4 of speex
1444
1445 2004-10-04 Iain <iaingnome@gmail.com>
1446
1447         * ext/speex/gstspeexdec.h: Revert the includes changes.
1448                 
1449         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
1450
1451 2004-09-30 Iain <iaingnome@gmail.com>
1452
1453         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
1454         found during init or set as a property instead of hardcoding /dev/audio
1455
1456 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1457
1458         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1459         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
1460         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
1461         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
1462         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
1463         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
1464         (gst_rmdemux_dump_data):
1465           Use debug category, fix EOS handling. filesrc ! rmdemux now
1466           works.
1467
1468 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1469
1470         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1471         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
1472         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
1473           Improve allocation, cutting and sorting of the index. How takes a
1474           few seconds instead of minutes.
1475
1476 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
1477
1478         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
1479           fixed compilation
1480
1481 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1482
1483         * gst-libs/gst/riff/riff-media.c:
1484         (gst_riff_create_video_caps_with_data),
1485         (gst_riff_create_video_template_caps):
1486           Add wing commander format mimetype/fourccs.
1487         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1488           Don't crash if some value is 0.
1489
1490 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1491
1492         * gst-libs/gst/riff/riff-media.c:
1493         (gst_riff_create_video_caps_with_data),
1494         (gst_riff_create_video_template_caps):
1495           Add DIB fourcc (raw, palettized 8-bit RGB).
1496         * gst-libs/gst/riff/riff-read.c:
1497         (gst_riff_read_strf_vids_with_data):
1498           Oops, fix strf_data reading bug.
1499         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1500           Use a non-NULL tag.
1501         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1502           Time for hacks. Sorry Dave. At least one quicktime movie (a
1503           trailer) that I've encountered contains multiple video tracks.
1504           One of those is the actual video track, the other are one-frame
1505           tracks (images). Unfortunately, the number of frames according
1506           to the trak header is 1 for each, so that doesn't help. So
1507           instead, I look at the duration and discard tracks with a
1508           duration shorter than 20% of the length of the stream. Better
1509           than nothing.
1510
1511 2004-10-01  Christian Schaller <christian@fluendo.com>
1512
1513         * ext/ivorbis/vorbis.c:
1514           Patch from Phil Blundell (Bug 152341)
1515
1516 2004-10-01  Wim Taymans  <wim@fluendo.com>
1517
1518         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
1519         (speex_dec_get_formats), (speex_dec_convert),
1520         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
1521         (speex_dec_chain), (gst_speexdec_get_property),
1522         (gst_speexdec_set_property):
1523         Small cleanups.
1524
1525 2004-10-01  Wim Taymans  <wim@fluendo.com>
1526
1527         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1528         (gst_wavparse_stream_init), (gst_wavparse_fmt),
1529         (gst_wavparse_other), (gst_wavparse_loop),
1530         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1531         (gst_wavparse_srcpad_event):
1532         * gst/wavparse/gstwavparse.h:
1533         Added some more debugging info.
1534         Fix the case where the length of the file is 0.
1535         Make sure we seek to sample borders.
1536
1537 2004-10-01  Wim Taymans  <wim@fluendo.com>
1538
1539         * gst/playback/README:
1540         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1541         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1542         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1543         Add some debug info to decodebin, update README
1544
1545 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1546
1547         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
1548           Don't use g_print(); use GST_DEBUG().
1549
1550 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1551
1552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1553         (gst_ogg_mux_queue_pads):
1554           Handle EOS properly.
1555
1556 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1557
1558         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1559
1560         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
1561         (gst_faad_chain), (gst_faad_change_state):
1562         * ext/faad/gstfaad.h:
1563           Allow playback of raw (unframed) MPEG AAC files (#148993).
1564
1565 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1566
1567         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1568
1569         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1570           Throw error if we didn't recognize the stream. Fixes #152289.
1571
1572 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1573
1574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1575           Fix negotiation.
1576
1577 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
1578
1579         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1580
1581         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1582           Fix memleak.
1583
1584 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
1585
1586         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1587
1588         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
1589           Solve #152805.
1590         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
1591           Solve 152806.
1592
1593 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1594
1595         * gst-libs/gst/riff/riff-media.c:
1596         (gst_riff_create_video_caps_with_data),
1597         (gst_riff_create_audio_caps_with_data):
1598           Add codec_data handling (like asfdemux used to do).
1599         * gst/asfdemux/gstasf.c: (plugin_init):
1600         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1601         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
1602           Use riff-media for caps creation instead of our own (mostly
1603           broken) copy of its functions.
1604
1605 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1606
1607         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
1608           Don't actually error out if we get another return value than
1609           -EINVAL. Opposite to what I first thought, drivers have random
1610           return values for this, although -EINVAL is the expected return
1611           value. Since this is not fatal, we shouldn't use
1612           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
1613
1614 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1615
1616         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1617         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
1618         (dvdreadsrc_get_property), (_open), (_seek), (_read),
1619         (dvdreadsrc_get), (dvdreadsrc_open_file),
1620         (dvdreadsrc_change_state):
1621           Fix. Don't do one big huge loop around the whole DVD, that will
1622           cache all data and thus eat sizeof(dvd) (several GB) before we
1623           see something.
1624         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1625           Actually NULL'ify event after using it.
1626         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
1627         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
1628         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1629         (gst_ebml_read_seek), (gst_ebml_read_skip):
1630           Handle events.
1631         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
1632         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
1633         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
1634           Fix timing (this will probably break if I seek using menus, but
1635           I didn't get there yet). VOBs and normal DVDs should now work.
1636           Add a mpeg2-only pad with high rank so this get autoplugged for
1637           MPEG-2 movies.
1638         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
1639         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
1640         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
1641         (gst_mpeg_demux_get_audio_stream),
1642         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
1643         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
1644           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
1645           MPEG-1 but use dvddemux for MPEG-2.
1646         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
1647         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
1648         (gst_mpeg_parse_parse_packhead):
1649           Timing. Only add pad template if it exists. Add sink template from
1650           class and not from ourselves. This means we will always use the
1651           correct sink template even if it is not the one defined in this
1652           file.
1653
1654 2004-09-29  Wim Taymans  <wim@fluendo.com>
1655
1656         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
1657         (gst_mpeg_demux_parse_pes):
1658         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1659         Fix playback of mpeg again, timestamps where screwed up by
1660         patch 1.61.
1661
1662 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1663
1664         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
1665           Only return true if we actually filled something in. Prevents
1666           player applications from showing a random length for flac files.
1667         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1668         (gst_riff_read_use_event), (gst_riff_read_handle_event),
1669         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
1670         (gst_riff_read_strf_vids_with_data),
1671         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
1672           OK, ok, so I implemented event handling. Apparently it's normal
1673           that we receive random events at random points without asking
1674           for it.
1675         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1676         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1677         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
1678         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1679         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
1680         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
1681         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1682         * gst/avi/gstavidemux.h:
1683           Implement non-lineair chunk handling and subchunk processing.
1684           The first solves playback of AVI files where the audio and video
1685           data of individual buffers that we read are not synchronized.
1686           This should not happen according to the wonderful AVI specs, but
1687           of course it does happen in reality. It is also a prerequisite for
1688           the second. Subchunk processing allows us to cut chunks in small
1689           pieces and process each of these pieces separately. This is
1690           required because I've seen several AVI files with incredibly large
1691           audio chunks, even some files with only one audio chunk for the
1692           whole file. This allows for proper playback including seeking.
1693           This patch is supposed to fix all AVI A/V sync issues.
1694         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1695         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
1696           Work.
1697         * gst/modplug/gstmodplug.cc:
1698           Proper return value setting for the query() function.
1699         * gst/playback/gstplaybasebin.c: (setup_source):
1700           Being in non-playing state (after, e.g., EOS) is not necessarily
1701           a bad thing. Allow for that. This fixes playback of short files.
1702           They don't actually playback fully now, because the clock already
1703           runs. This means that small files (<500kB) with a small length
1704           (<2sec) will still not or barely play. Other files, such as mod
1705           or flx, will work correctly, however.
1706
1707 2004-09-28  Wim Taymans  <wim@fluendo.com>
1708
1709         * ext/speex/gstspeex.c: (plugin_init):
1710         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
1711         (gst_speex_dec_class_init), (speex_dec_get_formats),
1712         (speex_get_event_masks), (speex_get_query_types),
1713         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
1714         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
1715         (gst_speexdec_get_property), (gst_speexdec_set_property),
1716         (speex_dec_change_state):
1717         * ext/speex/gstspeexdec.h:
1718         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
1719         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
1720         (gst_speexenc_base_init), (gst_speexenc_class_init),
1721         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
1722         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
1723         (gst_speexenc_src_query), (gst_speexenc_init),
1724         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
1725         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
1726         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
1727         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
1728         (gst_speexenc_chain), (gst_speexenc_get_property),
1729         (gst_speexenc_set_property), (gst_speexenc_change_state):
1730         * ext/speex/gstspeexenc.h:
1731         Rewrote speex encoder, make sure it can be embedded in ogg.
1732         Implemented speex decoder.
1733
1734 2004-09-28  Christian Schaller <christian@fluendo.com>
1735
1736         * configure.ac:
1737         Remove kioslave plugin. Markey is brewing a new working one
1738         * ext/Makefile.am: Remove kioslave plugin
1739         * ext/kio: remove
1740         * gst-plugins.spec.in: remove kio plugin from spec
1741
1742 2004-09-27  Wim Taymans  <wim@fluendo.com>
1743
1744         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1745         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1746         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1747         (gst_multifdsink_new_client),
1748         (gst_multifdsink_handle_client_write),
1749         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1750         (gst_multifdsink_handle_clients):
1751         * gst/tcp/gstmultifdsink.h:
1752         Make syncing to keyframes actually work for new clients and lagging
1753         clients.
1754
1755 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1756
1757         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1758         (gst_navigationtest_handle_src_event), (draw_box_planar411),
1759         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1760         * gst/debug/gstnavigationtest.h:
1761           make navigationtest display button-press and button-release events
1762
1763 2004-09-26 Iain <iaingnome@gmail.com>
1764
1765         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1766         the channels have received a new media event.
1767         (interleave_buffered_loop): Compresses a new media event on all 
1768         channels into one.
1769
1770 2004-09-26 Iain <iaingnome@gmail.com>
1771
1772         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1773         call the sinkpad's default event handler and not the srcpads. He also
1774         says this is confusing :)
1775         (gst_wavenc_stop_file): Company says that seek events only go upstream
1776         we should send a discontinuous downstream instead.
1777
1778 2004-09-25  Christian Schaller <christian@fluendo.com>
1779
1780         * Update SPEC file to be usable in conjunction with Fedora Core,
1781           Fedora.us and freshrpms packages
1782         * Fix typo in multifilesrc test Makefile
1783         
1784 2004-09-24  Wim Taymans  <wim@fluendo.com>
1785
1786         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1787         Only signal the no_more_pads signal when we have
1788         added the stream to our list.
1789
1790 2004-09-24  Wim Taymans  <wim@fluendo.com>
1791
1792         * gst/playback/gstplaybasebin.c: (remove_prerolls),
1793         (new_decoded_pad):
1794         * gst/playback/gstplaybasebin.h:
1795         * gst/playback/gstplaybin.c: (setup_sinks):
1796         Don't try to preroll or decode more than one audio/video
1797         track.
1798
1799 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1800
1801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1802           Throw error if we failed to find a suitable output. This should
1803           throw an error if we successfully set up a pipeline (e.g. because
1804           we recognized a media file) but found no decodable streams in it
1805           (e.g. because it contains only media stream types for which we
1806           have no decoders, or because it's not a media type).
1807
1808 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1809
1810         * ext/dirac/Makefile.am:
1811         * ext/dirac/gstdirac.cc:
1812         * ext/dirac/gstdiracdec.cc:
1813         * ext/dirac/gstdiracdec.h:
1814           Do something. Don't actually know if this works because I don't
1815           have a demuxer yet.
1816         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1817           Add channels=1 to caps returned from _getcaps().
1818         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1819         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1820         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1821         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1822         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1823         (gst_ogm_parse_change_state):
1824           Separate between audio/video so ogmaudioparse actually uses the
1825           audio pad templates. Both audio and video work now, including
1826           autoplugging. Also use sometimes-srcpad hack.
1827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1828           Handle events better. Don't hang on infinite loops.
1829         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1830         (gst_avi_demux_init), (gst_avi_demux_reset),
1831         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1832         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1833         (gst_avi_demux_change_state):
1834         * gst/avi/gstavidemux.h:
1835           Improve A/V sync. Still not perfect.
1836         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1837         (gst_ebml_read_skip):
1838           Handle events better.
1839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1840         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1841         (qtdemux_audio_caps):
1842           Add IMA4. Improve event handling. Save offset after a seek when
1843           the headers are at the end of the file so that we don't end up in
1844           an infinite loop.
1845         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1846           Add low-priority typefind support for files with no length.
1847
1848 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1849
1850         * testsuite/multifilesink/Makefile.am:
1851         fix typo
1852
1853 2004-09-22  Julien MOUTTE  <julien@moutte.net>
1854
1855         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
1857         mistakes from thaytan's patches.
1858
1859 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1860
1861         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1862           For completeness, XSync in the destroy function as xvimage does.
1863
1864 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1865
1866         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1867            Correct caps negotiation
1868         * gst/volume/gstvolume.c: (volume_chain_float),
1869         (volume_chain_int16):
1870            Modify debug output to be little more informative
1871         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1873         (gst_xvimagesink_xvimage_destroy):
1874           Add XSync calls after detaching from the shared memory segment to
1875           avoid a crash.
1876
1877 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1878
1879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1880         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1881         * ext/vorbis/vorbis.c: (plugin_init):
1882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1883         (gst_vorbisenc_chain):
1884         * ext/vorbis/vorbisenc.h:
1885         remove explicit newmedia support from oggmux and vorbisenc
1886         add debug category to vorbisenc
1887         * gst/multifilesink/gstmultifilesink.c:
1888         (gst_multifilesink_class_init), (gst_multifilesink_init),
1889         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1890         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1891         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1892         (plugin_init):
1893         * gst/multifilesink/gstmultifilesink.h:
1894         add support for streamheader in multifilesink
1895
1896 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1897
1898         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1899         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1900         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1901           Prevent infinite loops. More correct error reporting.
1902         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1903           Error out if negotiation fails.
1904         * gst/playback/gstplaybasebin.c: (setup_source),
1905         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1906         (gst_play_base_bin_found_tag):
1907           Error/tag forwarding. Pre-roll fixes for source errors on state
1908           changes (e.g. "file does not exist") to prevent hangs.
1909
1910 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1911
1912         * testsuite/multifilesink/Makefile.am:
1913         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1914         (gst_newmedia_class_init), (gst_newmedia_init),
1915         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1916         (newfile_signal), (test_signal), (main):
1917         * testsuite/multifilesink/multifilesrc_test.c: (main):
1918         * testsuite/multifilesink/oggtheora_test.c:
1919         (gst_newmedia_base_init), (gst_newmedia_class_init),
1920         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1921         (test_format), (newfile_signal), (test_signal), (main):
1922         * testsuite/multifilesink/oggvorbis_test.c:
1923         (gst_newmedia_base_init), (gst_newmedia_class_init),
1924         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1925         (test_format), (newfile_signal), (test_signal), (main):
1926         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1927         (gst_newmedia_class_init), (gst_newmedia_init),
1928         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1929         (newfile_signal), (test_signal), (main):
1930         New media tests
1931
1932 2004-09-20  Christian Schaller <christian@fluendo.com>
1933
1934         * Fix mikmod license to LGPL as they have relicensed
1935         * Move Dirac and Effectv into LGPL section of README_license
1936
1937 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1938
1939         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1940         (gst_mad_change_state):
1941           Allow for mp3 rate/channels changes. However, only very
1942           conservatively. Reason that we *have* to enable this is smiply
1943           because the mad find_sync() function is not good enough, it will
1944           regularly sync on random data as valid frames and therefore make
1945           us provide random caps as *final* caps of the stream. The best fix
1946           I could think of is to simply require several of the same stream
1947           changes in a row before we change caps.
1948           The actual testcase that works now is #
1949         * ext/ogg/Makefile.am:
1950         * ext/ogg/gstogg.c: (plugin_init):
1951         * ext/ogg/gstogmparse.c:
1952           OGM support (video only for now; I need an audio sample file).
1953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1954         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1955         (gst_asf_demux_add_video_stream):
1956           WMV extradata.
1957         * gst/playback/gstplaybasebin.c: (unknown_type):
1958           Don't error out on single unknown-types after all. It's wrong.
1959           If we found type of video and audio but not of a subtitle stream,
1960           it will still error out (which is unwanted). Will find a better fix
1961           later on.
1962         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
1963         (ogmaudio_type_find), (plugin_init):
1964           OGM support.
1965
1966 2004-09-20  Johan Dahlin  <johan@gnome.org>
1967
1968         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
1969         after setting caps.
1970
1971 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1972
1973         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
1974         * gst/wavenc/gstwavenc.h:
1975         Added newmedia support to wavenc
1976
1977 2004-09-17  Wim Taymans  <wim@fluendo.com>
1978
1979         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
1980         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1981         (gst_fdset_fd_can_write), (gst_fdset_wait):
1982         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1983         (gst_multifdsink_init), (gst_multifdsink_add),
1984         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
1985         (gst_multifdsink_remove_client_link),
1986         (gst_multifdsink_client_queue_buffer),
1987         (gst_multifdsink_handle_client_write),
1988         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
1989         (gst_multifdsink_close), (gst_multifdsink_change_state):
1990         * gst/tcp/gstmultifdsink.h:
1991         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1992         (gst_tcpserversink_removed):
1993         Small cleanups in fdset.c
1994         Use a hastable to map fd to the client structure for faster
1995         lookup in _remove and get_stats.
1996         Added virtual function to close the fds.
1997         Handle clients even when the select/poll call was unblocked because
1998         of a command.
1999         Implement syncing to keyframe in the recovery procedure.
2000
2001 2004-09-16 Iain <iaingnome@gmail.com>
2002
2003         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
2004         try caps.
2005
2006 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2007
2008         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
2009           Caps are only set if the type of the stream is unknown, but this
2010           is initialized in ->init_stream(), so set to UNKNOWN after calling
2011           ->init_stream() so that capsnego starts.
2012
2013 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2014
2015         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2016         (gst_avi_demux_stream_data):
2017           Just hardcode for raw audio then. AVI audio sucks.
2018
2019 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
2020
2021         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2022         * gst/matroska/matroska-mux.c: (audiosink_templ),
2023         (gst_matroska_mux_audio_pad_link):
2024         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
2025         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
2026
2027 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2028
2029         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2030         (gst_avi_demux_stream_data):
2031           Try to fix a/v sync issues.
2032
2033 2004-09-15  David Schleef  <ds@schleef.org>
2034
2035         * configure.ac: remove NASM check, since we don't use it.  Update
2036         dirac check to 0.4
2037         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
2038         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2039         Initialized variables.
2040         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2041         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
2042         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
2043         SVQ3 format
2044
2045 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2046
2047         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
2048         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
2049         * gst/avi/gstavidemux.h:
2050           Fix for compressed audio (mp3) timestamp generation. How did this
2051           ever work?
2052
2053 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2054
2055         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2056           Volume is a double not a float.
2057
2058 2004-09-15  Wim Taymans  <wim@fluendo.com>
2059
2060         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
2061         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
2062         Don't close the fd in multifdsink as we didn't open it in the
2063         first place. Some cleanups.
2064
2065 2004-09-15  Wim Taymans  <wim@fluendo.com>
2066
2067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
2068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2069         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2070         Fix the case where the muxer would mark pages as delta
2071         frames when they are not (vorbis only ogg).
2072
2073 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2074
2075         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
2076         (gst_play_base_bin_change_state):
2077           Handle the case where we failed to setup a clear pipeline. This
2078           will throw an error (or EOS, another nice case) and if you don't
2079           catch that, the app will wait for the signal forever (and thus
2080           hang).
2081
2082 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2083
2084         * ext/gnomevfs/gstgnomevfssink.c:
2085         (gst_gnomevfssink_uri_get_protocols):
2086         * ext/gnomevfs/gstgnomevfssrc.c:
2087         (gst_gnomevfssrc_uri_get_protocols):
2088         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2089         * ext/gnomevfs/gstgnomevfsuri.h:
2090           Use _uri_new() instead of _open(), so it doesn't take as long and
2091           Christophe's computer won't hang.
2092         * gst/playback/gstplaybasebin.c: (unknown_type):
2093           Throw error on unknown media type, so apps actually display it.
2094
2095 2004-09-14  Brian Cameron  <brian.cameron@sun.com
2096
2097         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
2098           this script to work on Solaris since bash shell handles echo
2099           differenly than bash.
2100
2101 2004-09-17  Wim Taymans  <wim@fluendo.com>
2102
2103         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
2104         (setup_source), (gst_play_base_bin_set_property),
2105         (gst_play_base_bin_add_element):
2106         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2107         Some more work on making sure seeking pauses the pipeline and
2108         that changing the uri actually does something.
2109
2110 2004-09-17  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst/tcp/gstfdset.c: (gst_fdset_wait):
2113         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
2114         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
2115         (gst_tcpserversink_close):
2116         Be a bit more paranoid when freeing memory.
2117
2118 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2119
2120         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2121         (qtdemux_parse_trak):
2122           Don't crash by dividing by zero (see sample movie in #126922).
2123
2124 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2125
2126         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2127           Don't touch non-existing data (fixes crash on file in #140147).
2128
2129 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2130
2131         * gst/playback/gstplaybasebin.c:
2132         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
2133           Handle double disposals, and proper change of URIs.
2134
2135 2004-09-13  Martin Eikermann <meiker@upb.de>
2136
2137         * gst/mpegstream/gstmpegparse.c:
2138           fix synchronistation for streams recorded from digital PCR
2139           fixes bug #119376
2140
2141 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2142
2143         * ext/gnomevfs/Makefile.am:
2144         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2145         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
2146         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
2147         (gst_gnomevfssink_uri_get_type),
2148         (gst_gnomevfssink_uri_get_protocols),
2149         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
2150         (gst_gnomevfssink_uri_handler_init),
2151         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
2152         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
2153         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
2154         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
2155         (gst_gnomevfssrc_uri_get_type),
2156         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
2157         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
2158         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
2159         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
2160         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2161         * ext/gnomevfs/gstgnomevfsuri.h:
2162           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
2163           of fake URIs to see which this version of Gnome-VFS likes, and
2164           uses that for the Gst-URI interface. Makes playbin support http://
2165           streams. Also fix up some stupid behaviour in gnomevfssrc.
2166
2167 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2168
2169         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
2170         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2171         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2172         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2173           Update mixer (to sync with other sessions) if we try to obtain
2174           a new value. This makes alsamixer work accross applications.
2175         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
2176           Only call sync functions if we're running, else alsalib asserts.
2177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
2178           Sometimes fails to compile. Possibly a gcc bug.
2179         * gst/playback/gstplaybin.c: (gen_video_element),
2180         (gen_audio_element):
2181           Add a reference to an application-provided object, because we lose
2182           this same reference if we add it to the bin. If we don't do this,
2183           we can only use this object once and thus crash if we go from
2184           ready to playing, back to ready and back to playing again.
2185           Also add an audioscale element because several cheap soundcards -
2186           like mine - don't support all samplerates.
2187         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2188         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
2189           Fix wrong order or PAR calls. Makes automatically obtained PAR
2190           from the X server atually being used.
2191
2192 2004-09-12  David Schleef  <ds@schleef.org>
2193
2194         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
2195         #151887, #152102, #152247.
2196         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
2197         * examples/seeking/cdparanoia.c: same
2198         * examples/seeking/cdplayer.c: same
2199         * examples/seeking/seek.c: same
2200         * examples/seeking/spider_seek.c: same
2201         * examples/seeking/vorbisfile.c: same
2202         * examples/stats/mp2ogg.c: same
2203         * ext/esd/esdsink.c: (gst_esdsink_class_init),
2204         (gst_esdsink_dispose): Dispose of element properly.
2205         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
2206         fixes.
2207         * ext/nas/nassink.c: (gst_nassink_class_init),
2208         (gst_nassink_dispose): Dispose of element correctly.
2209         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
2210         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2211         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2212         Fix 64-bit warning.
2213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2214         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
2215         Fix 64-bit warning.
2216
2217 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2218
2219         * configure.ac : change speex detection as 1.1.6 now uses
2220           .pc/pkg-config and they changed their headers location.
2221
2222 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
2223
2224         * gst/matroska/matroska-mux.h:
2225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2226         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2227         (gst_matroska_mux_write_data):
2228           Write multiple blocks/frames per cluster.
2229                 Write meta-seek information (seek heads).
2230
2231 2004-09-09  Scott Wheeler <wheeler@kde.org>
2232
2233         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
2234         (gst_play_bin_set_property), (gst_play_bin_get_property),
2235         (gen_audio_element), (gen_audio_element):
2236           Add a volume element / property to the pipeline.
2237
2238 2004-09-07  Wim Taymans  <wim@fluendo.com>
2239
2240         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
2241         Copy timestamps from the master pad to the output buffers.
2242
2243 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2244
2245         * ext/raw1394/gstdv1394src.c:
2246           throw errors when applicable
2247
2248 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
2249
2250         * gst/matroska/ebml-ids.h:
2251         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
2252         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
2253         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
2254           automatically convert unix time <-> ebml time when reading/writing
2255           a date, use gst_ebml_write_uint to write CUETIME,
2256           not gst_ebml_write_date.
2257         * gst/matroska/matroska-ids.h:
2258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2259         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
2260         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2261         (gst_matroska_mux_write_data):
2262           Write track and segment UIDs, write muxing date, write
2263           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
2264           Create cues for audio only files.
2265
2266 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2267
2268         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2269         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2270           Re-commit ALSA switches.
2271         * gst/adder/gstadder.c: (gst_adder_loop):
2272           64-bit fix (#151416).
2273         * gst/debug/progressreport.c: (gst_progressreport_report):
2274           64-bit fix (#151419).
2275         * gst/matroska/matroska-demux.c:
2276         (gst_matroska_demux_parse_contents):
2277           64-bit fix (#151420).
2278         * gst/playback/test3.c: (update_scale):
2279           64-bit fix (#151421).
2280
2281 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2282
2283         * configure.ac:
2284           bump nano to cvs
2285
2286 === release 0.8.4 ===
2287
2288 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2289
2290         * configure.ac: releasing 0.8.4, "Alias"
2291
2292 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2293
2294         * ext/theora/Makefile.am:
2295           fix makefile.  Fixes #151462.
2296
2297 2004-08-30  Wim Taymans  <wim@fluendo.com>
2298
2299         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
2300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2301         (gst_multifdsink_remove_client_link),
2302         (gst_multifdsink_client_queue_buffer),
2303         (gst_multifdsink_handle_client_write):
2304         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2305         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2306         Fix some memory leaks.
2307
2308 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2309
2310         Patch by: David Schleef
2311
2312         * configure.ac:
2313         * sys/Makefile.am:
2314           rename our detection macro for V4L2.  Fixes #151236.
2315
2316 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2317
2318         Patch by: David Schleef
2319
2320         * configure.ac:
2321           check to define LAMEPRESET.  Fixes #151232.
2322
2323 2004-08-27  David Schleef  <ds@schleef.org>
2324
2325         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
2326         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
2327         (gst_glimagesink_fixate):  Move local variable declarations to
2328         make gcc-2.95 happy.
2329
2330 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2331
2332         * configure.ac:
2333           bump nano for prerelease
2334
2335 2004-08-27  David Schleef  <ds@schleef.org>
2336
2337         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
2338         * sys/sunaudio/gstsunaudiosrc.c: 
2339         * sys/sunaudio/gstsunaudiosrc.h:
2340
2341 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
2342
2343         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
2344         handle EOS correctly
2345         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
2346         * gst/matroska/matroska-mux.h:
2347         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
2348         VFW compatibility mode
2349
2350 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2351
2352         patch by: Zaheer Abbas Merali
2353
2354         * ext/ogg/gstoggmux.c:
2355         * ext/vorbis/vorbisenc.c:
2356         * ext/vorbis/vorbisenc.h:
2357           handle NEWMEDIA
2358
2359 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
2360
2361         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
2362         fix byte order reversion on little endian machines.
2363         * gst/matroska/matroska-mux.c: (audiosink_templ),
2364         (gst_matroska_mux_audio_pad_link):
2365         add TTA codec to the list of supported codecs.
2366         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
2367         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2368         (gst_matroska_mux_write_data):
2369         * gst/matroska/matroska-mux.h:
2370         write segment duration correctly, write muxing app string, fixes bugs
2371         #140897 and #140898.
2372         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
2373         wait for all pads to be negotiated before starting to mux.
2374
2375 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2376
2377         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
2378         * ext/lame/gstlame.h:
2379         Added new media support to lame
2380
2381 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
2382
2383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
2384         send vorbis headers at the beginning of a stream, fixes bug #141554.
2385         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
2386         bug #148950.
2387         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
2388         (gst_matroska_demux_plugin_init):
2389         * gst/matroska/matroska-ids.h:
2390         enable demuxing of TTA audio streams, fixes bug #148951.
2391         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
2392         enable typefinding for TTA audio files, fixes bug #148711.
2393         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
2394         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
2395         fixes playback of packed bitstream and xvid with bframes, bug #135407.
2396
2397 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
2398  
2399         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2400         (gst_riff_read_element_data), (gst_riff_read_seek),
2401         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
2402         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
2403         <teuf@gnome.org>
2404
2405 2004-08-23 Iain <iaingnome@gmail.com>
2406
2407         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
2408         tags. They appear to be handled differently to normal.
2409         (tag_list_to_id3_tag_foreach): Ditto.
2410
2411 2004-08-22  Wim Taymans  <wim@fluendo.com>
2412
2413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2414         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2415         Make sure we never send -1 granulepos.
2416
2417 2004-08-20  Wim Taymans  <wim@fluendo.com>
2418
2419         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2420         (gst_ogg_mux_loop):
2421         I will accept bitchslappings with non sharp objects.
2422
2423 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2424
2425         * configure.ac:
2426         Clean up the test for lame presets
2427
2428 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2429
2430         * configure.ac:
2431         * ext/lame/Makefile.am:
2432         * ext/lame/gstlame.c: (gst_lame_class_init),
2433         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2434         Only enable lame presets if version of lame has presets in API
2435
2436 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
2437         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
2438         * gst/udp/gstudpsrc.h:
2439           Don't call gst_pad_push in a get function. Fixes #150449
2440
2441 2004-08-18  Wim Taymans  <wim@fluendo.com>
2442
2443         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
2444         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
2445         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2446         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2447         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2448         (gst_fdset_wait):
2449         * gst/tcp/gstfdset.h:
2450         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2451         (gst_multifdsink_client_queue_buffer),
2452         (gst_multifdsink_handle_client_write):
2453         * gst/tcp/gstmultifdsink.h:
2454         Some extra checks in gstfdset.
2455         Only use send() when the fd is a socket. Don't try to
2456         read from write only fds.
2457
2458 2004-08-18  Wim Taymans  <wim@fluendo.com>
2459
2460         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
2461         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2462         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2463         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2464         (gst_fdset_wait):
2465         Add more locking and bounds checking.
2466
2467 2004-08-18  Wim Taymans  <wim@fluendo.com>
2468
2469         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
2470         Realloc test fdset in the lock and right before starting
2471         the poll call. Bump the limit to 4096.
2472
2473 2004-08-17  David Schleef  <ds@schleef.org>
2474
2475         * sys/sunaudio/Makefile.am:
2476         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
2477         of rates and channels.  Make debugging less obnoxious.
2478
2479         Patch from Balamurali Viswanathan implementing a mixer for
2480         Sun audio.  (bug #144091):
2481         * sys/sunaudio/gstsunelement.c:
2482         * sys/sunaudio/gstsunelement.h:
2483         * sys/sunaudio/gstsunmixer.c:
2484         * sys/sunaudio/gstsunmixer.h:
2485
2486 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2487
2488         * gst/audioscale/gstaudioscale.c:
2489         * gst/audioscale/gstaudioscale.h:
2490         made audioscale resample from any sample rate to any sample rate
2491
2492 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2493
2494         * ext/libpng/gstpngdec.c:
2495           error out on unsupported types
2496
2497 2004-08-17  Iain <iaingnome@gmail.com>
2498
2499         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
2500         mid_side and loose_mid_side properties if its a stereo stream.
2501
2502 2004-08-17  Wim Taymans  <wim@fluendo.com>
2503
2504         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2505         (theora_get_formats), (theora_dec_src_convert),
2506         (theora_dec_sink_convert), (theora_dec_src_query),
2507         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2508         Add a debug line.
2509
2510 2004-08-17  Wim Taymans  <wim@fluendo.com>
2511
2512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
2513         (gst_ogg_pad_push):
2514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2515         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2516         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
2517         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2518         Mark delta units in the muxer.
2519         Try to decode the packet after an out-of-sync error from
2520         libogg.
2521
2522 2004-08-17  Wim Taymans  <wim@fluendo.com>
2523
2524         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2525         (gst_multifdsink_init), (gst_multifdsink_add),
2526         (gst_multifdsink_client_queue_buffer),
2527         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2528         * gst/tcp/gstmultifdsink.h:
2529         Added option to send a keyframe to clients as the first buffer.
2530         Make timeout property writable.
2531
2532 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2533
2534         patch by: Wim Taymans
2535
2536         * gst/tcp/gstfdset.c:
2537         * gst/tcp/gstmultifdsink.c:
2538           fix index comparison, should include 0
2539
2540 2004-08-16  Wim Taymans  <wim@fluendo.com>
2541
2542         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
2543         (gst_fdset_add_fd), (gst_fdset_remove_fd),
2544         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2545         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2546         (gst_fdset_wait):
2547           copy when reallocing for poll so the select arguments don't get
2548           changed during the call
2549
2550 2004-08-16  Wim Taymans  <wim@fluendo.com>
2551
2552         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2553         (gst_theora_enc_class_init), (theora_enc_sink_link),
2554         (theora_buffer_from_packet), (theora_enc_chain):
2555         Fix bug where buffers were not marked as keyframes
2556         correctly.
2557
2558 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2559
2560         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2561         (gst_lame_preset_get_type), (gst_lame_class_init):
2562         describe the enum values for vbr mode and presets more verbosely
2563
2564 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2565
2566         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
2567         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
2568         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
2569         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2570         * ext/lame/gstlame.h:
2571         add preset property to lame so it can use lame presets
2572
2573 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2574
2575         * ext/lame/gstlame.c: (gst_lame_get_property):
2576         whoops forgot break, thanks teuf
2577
2578 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2579
2580         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2581         (gst_lame_class_init), (gst_lame_src_getcaps),
2582         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
2583         (gst_lame_get_property), (gst_lame_setup):
2584         * ext/lame/gstlame.h:
2585         fix lame's broken vbr stuff, allow it to resample if need be, and also 
2586         make xing header optional
2587
2588 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2589
2590         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
2591         added getcaps function so samplerate doesnt get fixated to silly values
2592
2593 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2594
2595         * ext/lame/gstlame.c: (gst_lame_src_link):
2596         revert previous fix
2597
2598 2004-08-12  Johan Dahlin  <johan@gnome.org>
2599
2600         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
2601         checks. Doesn't matter what state we are in. Interfaces are a
2602         compile time thing, not runtime. It also broke the python bindings.
2603
2604 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2605
2606         * ext/lame/gstlame.c: (gst_lame_src_link):
2607         made source pad link function check if sinkpad is ok..fixes the problem
2608         where core fixates the output rate of lame stupidly
2609
2610 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2611
2612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
2613         * sys/v4l/v4l_calls.c:
2614         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
2615           fix fixate function to handle nonsimple caps.
2616           remove bogus check in _link
2617           cleanups
2618
2619 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2620
2621         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
2622         set default compression ratio parameter to 0.0 so bitrate parameter
2623         works :)
2624
2625 2004-08-11  David Schleef  <ds@schleef.org>
2626
2627         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
2628
2629 2004-08-11  David Schleef  <ds@schleef.org>
2630
2631         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
2632         before.
2633
2634 2004-08-11  David Schleef  <ds@schleef.org>
2635
2636         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2637
2638 2004-08-11  David Schleef  <ds@schleef.org>
2639
2640         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
2641           license field
2642         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
2643         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
2644           LGPL.
2645         * gst/auparse/gstauparse.c: Fix plugin license field.
2646         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
2647         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
2648         * gst/rtp/gstrtp.c: Fix plugin license field.
2649
2650 2004-08-11  Wim Taymans  <wim@fluendo.com>
2651
2652         * gst/tcp/Makefile.am:
2653         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
2654         (ensure_size), (gst_fdset_new), (gst_fdset_free),
2655         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
2656         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
2657         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
2658         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2659         (gst_fdset_fd_can_write), (gst_fdset_wait):
2660         * gst/tcp/gstfdset.h:
2661         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2662         (gst_multifdsink_class_init), (gst_multifdsink_init),
2663         (gst_multifdsink_add), (gst_multifdsink_remove),
2664         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2665         (gst_multifdsink_remove_client_link),
2666         (gst_multifdsink_handle_client_read),
2667         (gst_multifdsink_client_queue_data),
2668         (gst_multifdsink_client_queue_caps),
2669         (gst_multifdsink_client_queue_buffer),
2670         (gst_multifdsink_handle_client_write),
2671         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2672         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2673         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2674         (gst_multifdsink_close):
2675         * gst/tcp/gstmultifdsink.h:
2676         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2677         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2678         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
2679         (gst_tcpserversink_close):
2680         * gst/tcp/gsttcpserversink.h:
2681         Abstracted away the select call, implemented poll (yes we ran into
2682         the 1024 limit in production).
2683
2684 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2685
2686         * gst/tcp/gsttcp.c:
2687         * gst/tcp/gsttcpplugin.c:
2688           improve debuggging, remove assert
2689
2690 2004-08-10  Wim Taymans  <wim@fluendo.com>
2691
2692         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2693         (gst_client_status_get_type), (gst_multifdsink_class_init),
2694         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2695         (gst_multifdsink_handle_client_read),
2696         (gst_multifdsink_handle_client_write),
2697         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2698         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2699         (gst_multifdsink_get_property):
2700         * gst/tcp/gstmultifdsink.h:
2701         * gst/tcp/gsttcp-marshal.list:
2702         Starting to prepare for specifying buffer time in other units
2703         than buffers. Expose remove reason in signal.
2704
2705 2004-08-10  Wim Taymans  <wim@fluendo.com>
2706
2707         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2708         (gst_multifdsink_remove), (gst_multifdsink_clear),
2709         (gst_multifdsink_remove_client_link),
2710         (gst_multifdsink_handle_client_read),
2711         (gst_multifdsink_client_queue_data),
2712         (gst_multifdsink_client_queue_buffer),
2713         (gst_multifdsink_handle_client_write),
2714         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2715         (gst_multifdsink_chain), (gst_multifdsink_close):
2716         * gst/tcp/gstmultifdsink.h:
2717         Added more debugging info. Changed the way clients are 
2718         removed from the lists. Fixed a bug where a bad file descriptor
2719         could cause many clients to be removed.
2720
2721 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2722
2723         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
2724           allow all pixel-aspect-ratios, not just 1:1
2725
2726 2004-08-09  David Schleef  <ds@schleef.org>
2727
2728         * sys/glsink/ARB_multitexture.h:  Remove old files.
2729         * sys/glsink/EXT_paletted_texture.h:
2730         * sys/glsink/NV_register_combiners.h:
2731         * sys/glsink/gstgl_nvimage.c:
2732         * sys/glsink/gstgl_pdrimage.c:
2733         * sys/glsink/gstgl_rgbimage.c:
2734         * sys/glsink/gstglsink.c:
2735         * sys/glsink/gstglsink.h:
2736         * sys/glsink/gstglxwindow.c:
2737         * sys/glsink/regcomb_yuvrgb.c:
2738
2739 2004-08-09  David Schleef  <ds@schleef.org>
2740
2741         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2742         GL sink plugin.  (Bug #147302)
2743
2744         * configure.ac: Test for OpenGL
2745         * sys/Makefile.am: Use test for OpenGL
2746         * sys/glsink/Makefile.am:
2747         * sys/glsink/glimagesink.c: rewrite
2748         * sys/glsink/glimagesink.h: rewrite
2749
2750 2004-08-09  David Schleef  <ds@schleef.org>
2751
2752         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
2753         sane framerates.
2754         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2756         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2757
2758 2004-08-09  Wim Taymans  <wim@fluendo.com>
2759
2760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2761         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2762         (gst_multifdsink_client_remove),
2763         (gst_multifdsink_handle_client_read),
2764         (gst_multifdsink_handle_client_write),
2765         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2766         Do a bit more logging, make the client_read code more robust.
2767
2768 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2769
2770         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2771         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2772         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2773         (gst_jpegdec_init), (gst_jpegdec_chain):
2774         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2775         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2776           cleanups, debugging fixes and memleak plugging
2777
2778 2004-08-09  Wim Taymans  <wim@fluendo.com>
2779
2780         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2781         (theora_get_formats), (theora_dec_src_convert),
2782         (theora_dec_sink_convert), (theora_dec_src_query),
2783         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2784         (theora_dec_change_state):
2785         Don't crash on missing header packets.
2786
2787 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2788
2789         * po/LINGUAS:
2790         * po/sq.po:
2791           Added Albanian translation (Laurent Dhima)
2792         * po/cs.po:
2793           updated
2794
2795 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2796
2797         * ext/lame/gstlame.c:
2798           fix/add debugging
2799
2800 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2801
2802         * sys/ximage/ximagesink.c:
2803         * sys/xvimage/xvimagesink.c:
2804           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
2805
2806 2004-08-06  Wim Taymans  <wim@fluendo.com>
2807
2808         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2809         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2810         (gst_multifdsink_client_remove),
2811         (gst_multifdsink_handle_client_read),
2812         (gst_multifdsink_handle_client_write),
2813         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2814         Make sure we don't try to read more from a client that what 
2815         ioctl says us or we deadlock.
2816
2817 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2818
2819         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2820         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2821         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2822           decouple running_time and n_frames so it can handle changing
2823           framerate while running
2824
2825 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2826
2827         * po/nl.po:
2828         * po/sv.po:
2829           updated translations
2830
2831 2004-08-04  Benjamin Otte  <otte@gnome.org>
2832
2833         * gst/videotestsrc/gstvideotestsrc.c:
2834         (gst_videotestsrc_get_capslist), (generate_capslist),
2835         (plugin_init):
2836           generate the list of supported caps at startup and reuse it instead
2837           of always generating it
2838
2839 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2840
2841         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2842           whoops, last checkin broke normal build
2843
2844 2004-08-03  Benjamin Otte  <otte@gnome.org>
2845
2846         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2847         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2848         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2849         (gst_alsa_mixer_get_option):
2850         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2851         (dvdnavsrc_print_event):
2852         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2854         (gst_ogg_mux_pad_unlink):
2855         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2856         (gst_multipart_mux_pad_unlink):
2857         * gst/videofilter/gstvideobalance.c:
2858         (gst_videobalance_colorbalance_set_value):
2859         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2860         (gst_videomixer_pad_unlink):
2861         * po/uk.po:
2862         * sys/oss/gstossmixer.c:
2863         * sys/v4l/gstv4lcolorbalance.c:
2864         * sys/v4l/gstv4ltuner.c:
2865         * sys/v4l/v4lsrc_calls.c:
2866         * sys/v4l2/gstv4l2colorbalance.c:
2867         * sys/v4l2/gstv4l2tuner.c:
2868           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2869
2870 2004-08-03  Benjamin Otte  <otte@gnome.org>
2871
2872         * examples/dynparams/filter.c: (ui_control_create):
2873         * examples/gstplay/player.c: (print_tag):
2874         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2875         * ext/gdk_pixbuf/gstgdkanimation.c:
2876         (gst_gdk_animation_iter_may_advance):
2877         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2878         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2879         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2880         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2882         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2883         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2884         * gst/sine/demo-dparams.c: (main):
2885         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2886         * testsuite/alsa/formats.c: (create_pipeline):
2887         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2888           fixes for G_DISABLE_ASSERT and friends
2889         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2890         (mp3_type_frame_length_from_header), (mp3_type_find),
2891         (plugin_init):
2892           require mp3 typefinding to have at least MIN_HEADERS valid headers
2893           add typefinding for AAC adts files
2894
2895 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
2896
2897         * sys/ximage/ximagesink.c:
2898         (gst_ximagesink_calculate_pixel_aspect_ratio):
2899         * sys/xvimage/xvimagesink.c:
2900         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2901         Make sure we calculate pixel-aspect-ratio using floating point maths
2902
2903 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2904
2905         * po/uk.po:
2906           updated translation
2907
2908 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2909
2910         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2912           add debugging for display PAR calculation
2913
2914 2004-08-02  David Schleef  <ds@schleef.org>
2915
2916         * configure.ac: Fix mikmod CFLAGS.
2917
2918 2004-07-27  Benjamin Otte  <otte@gnome.org>
2919
2920         * gst/audioscale/gstaudioscale.c:
2921         - fix templates to only support S16, it's the only format that works
2922         - make caps nego code use try_set_caps_nonfixed and fixation instead
2923         of try_set_caps twice, which is not nice for autopluggers
2924         - change rank to secondary, so autopluggers can pick it up after
2925         audioconvert
2926
2927 2004-08-02  Iain <iain@prettypeople.org>
2928
2929         * gst/interleave/interleave.c (interleave_init),
2930         (interleave_request_new_pad),
2931         (interleave_pad_removed),
2932         (interleave_buffered_loop): Use the real pad count, not the artificial
2933         one.
2934
2935 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2936
2937         * configure.ac: bump nano back to development
2938
2939 === release 0.8.3 ===
2940
2941 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2942
2943         * configure.ac: releasing 0.8.3, "Water"
2944
2945 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2946
2947         * sys/xvimage/xvimagesink.c:
2948         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2949         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2950         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2951         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2952         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2953         * sys/xvimage/xvimagesink.h:
2954           apply similar PAR fixes as to ximagesink
2955
2956 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2957
2958         patch from: Benjamin Otte
2959
2960         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
2961           add link function to lame.  Fixes #148986.
2962
2963 2004-08-02  Johan Dahlin  <johan@gnome.org>
2964
2965         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
2966         fix debugging log
2967
2968 2004-07-30  David Schleef  <ds@schleef.org>
2969
2970         * gst/videomixer/Makefile.am: Fix things that should have been
2971         fixed in the last checkin.
2972
2973 2004-07-30  David Schleef  <ds@schleef.org>
2974
2975         * gst/multipart/Makefile.am: Fix things that should have been
2976         fixed in the last checkin.
2977
2978 2004-07-30  David Schleef  <ds@schleef.org>
2979
2980         * testsuite/multifilesink/Makefile.am: Fix unused variable.
2981
2982 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2983
2984         * configure.ac:
2985           bump nano for prerelease
2986         * po/af.po:
2987         * po/az.po:
2988         * po/cs.po:
2989         * po/en_GB.po:
2990         * po/hu.po:
2991         * po/nl.po:
2992         * po/sr.po:
2993         * po/sv.po:
2994         * po/uk.po:
2995           updates
2996
2997 2004-07-30  Wim Taymans  <wim@fluendo.com>
2998
2999         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3000         (gst_multifdsink_add), (gst_multifdsink_remove),
3001         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3002         (gst_multifdsink_client_remove),
3003         (gst_multifdsink_handle_client_write),
3004         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
3005         * gst/tcp/gstmultifdsink.h:
3006         Recover from a select with a bad file descriptor by removing
3007         the client.
3008
3009 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3010
3011         * configure.ac:
3012           fix requirement of core
3013         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
3014         (gst_play_pipeline_setup):
3015           don't use colorspace element.  do use hermescolorspace element.
3016           make macro to get a colorspace element.
3017           mark strings for translation.
3018         * po/POTFILES.in:
3019           add play.c
3020         * po/af.po:
3021         * po/az.po:
3022         * po/cs.po:
3023         * po/en_GB.po:
3024         * po/hu.po:
3025         * po/nl.po:
3026         * po/sr.po:
3027         * po/sv.po:
3028         * po/uk.po:
3029           update translations
3030
3031 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3032
3033         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
3034         fix default for newmedia flag
3035
3036 2004-07-30  Wim Taymans  <wim@fluendo.com>
3037
3038         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3039         (gst_theora_dec_init), (theora_get_formats),
3040         (theora_dec_src_convert), (theora_dec_sink_convert),
3041         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3042         (theora_dec_chain), (theora_dec_set_property),
3043         (theora_dec_get_property):
3044         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
3045         (gst_theora_enc_class_init), (gst_theora_enc_init),
3046         (theora_enc_sink_link), (theora_enc_chain),
3047         (theora_enc_set_property), (theora_enc_get_property):
3048         Added cropping option to theora decoder.
3049         Added border option to theora encoder.
3050
3051 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3052
3053         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3054         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3055         (gst_pngenc_set_property):
3056         * ext/libpng/gstpngenc.h:
3057         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
3058
3059 2004-07-30  Wim Taymans  <wim@fluendo.com>
3060
3061         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3062         (theora_enc_sink_link), (theora_enc_chain),
3063         (theora_enc_set_property), (theora_enc_get_property):
3064         Fix encoding of non-multiple-of-16 video.
3065
3066 2004-07-29  David Schleef  <ds@schleef.org>
3067
3068         * configure.ac: make test for audiofile more strict
3069
3070 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
3071
3072         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3073           give different names to typefind functions
3074
3075 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3076
3077         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3078         (gst_ximagesink_calculate_pixel_aspect_ratio),
3079         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
3080         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3081         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
3082         (gst_ximagesink_get_property), (gst_ximagesink_init):
3083         * sys/ximage/ximagesink.h:
3084           allocate PAR's dynamically.
3085           use autodetected PAR if no object-set PAR is given.
3086           add workaround for directfb's X not setting physical size.
3087           fix to xvimagesink will follow tomorrow.
3088
3089 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3090
3091         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
3092         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
3093         (gst_shout2send_get_type), (gst_shout2send_set_clock),
3094         (gst_shout2send_class_init), (gst_shout2send_init),
3095         (set_shout_metadata), (gst_shout2send_set_metadata),
3096         (gst_shout2send_chain), (gst_shout2send_set_property),
3097         (gst_shout2send_get_property), (gst_shout2send_connect),
3098         (gst_shout2send_change_state):
3099         * ext/shout2/gstshout2.h:
3100         - fix for sending mp3 audio to icecast2 server, if pad link function not
3101         called before PAUSED state
3102         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
3103         - added tagging support for mp3 audio broadcasted
3104         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
3105         debug info
3106
3107 2004-07-28  Wim Taymans  <wim@fluendo.com>
3108
3109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
3110         (gst_ogg_demux_push):
3111         Return query failure when we don't know the length of
3112         an ogg stream insteda of returning TRUE with a bogus value.
3113
3114 2004-07-28  Wim Taymans  <wim@fluendo.com>
3115
3116         * ext/theora/theoradec.c: (theora_get_formats),
3117         (theora_dec_src_convert), (theora_dec_sink_convert),
3118         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3119         (theora_dec_chain):
3120         Don't screw up the 1 Chroma for 1 luma sample situation when we
3121         have an odd offset/width by adding a black border in those cases.
3122
3123 2004-07-28  Wim Taymans  <wim@fluendo.com>
3124
3125         * ext/theora/theoradec.c: (theora_get_formats),
3126         (theora_dec_src_convert), (theora_dec_sink_convert),
3127         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3128         (theora_dec_chain):
3129         * ext/theora/theoraenc.c: (theora_enc_sink_link):
3130         Added first attempt at cropping of the image as required by the 
3131         theora spec. We need more properties in the caps (offset_x,
3132         offset_y,stride) to implement this correctly.
3133
3134 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3135
3136         * ext/dvdnav/README:
3137           Update the README to use dvddemux
3138         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
3139           Ensure getcaps returns a subset of the template caps
3140         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
3141         (gst_mpeg2subt_init):
3142           Ensure getcaps returns a subset of the template caps
3143         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
3144         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
3145         (gst_dvd_demux_get_subpicture_stream),
3146         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
3147         * gst/mpegstream/gstdvddemux.h:
3148           Set the explicit caps on the current_video pad before pushing
3149           anything
3150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3151         (gst_mpeg_demux_get_audio_stream):
3152           Free caps used to gst_pad_set_explicit_caps, which takes a const
3153           GstCaps *
3154
3155 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3156
3157         * configure.ac: update GStreamer requirement to 0.8.4 because of
3158           GstFraction.
3159
3160 2004-07-28  Wim Taymans  <wim@fluendo.com>
3161
3162         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
3163         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
3164         Add the pad to the element after setting up the caps. This
3165         makes it a lot easier to autoplug.
3166
3167 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3168
3169         * gst/median/gstmedian.c:
3170         * gst/mpeg2subt/gstmpeg2subt.c:
3171         * gst/mpegaudioparse/gstmpegaudioparse.c:
3172         * gst/mpegstream/gstdvddemux.c:
3173         * gst/mpegstream/gstmpegdemux.c:
3174         * gst/mpegstream/gstmpegpacketize.c:
3175         * gst/rtjpeg/gstrtjpeg.c:
3176         * gst/rtjpeg/gstrtjpegdec.c:
3177         * gst/rtjpeg/gstrtjpegenc.c:
3178         * gst/sine/gstsinesrc.c:
3179         * gst/smooth/gstsmooth.c:
3180         * gst/smpte/gstsmpte.c:
3181         * gst/smpte/gstsmpte.h:
3182         * gst/stereo/gststereo.c:
3183         * gst/videofilter/gstgamma.c:
3184         * gst/videofilter/gstvideobalance.c:
3185         * gst/videofilter/gstvideofilter.c:
3186         * gst/videofilter/gstvideoflip.c:
3187         * gst/videoscale/gstvideoscale.c:
3188         * gst/videoscale/videoscale.c:
3189         * gst/videotestsrc/gstvideotestsrc.c:
3190         * gst/videotestsrc/videotestsrc.c:
3191         * gst/wavenc/gstwavenc.c:
3192         * gst/wavparse/gstwavparse.c:
3193           fix local includes and 64 bits constants
3194
3195 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3196
3197         * win32/gst.sln:
3198         * gst-libs/gst/*/*.vcproj:
3199         * gst/*/*.vcproj:
3200           more working plugins
3201
3202 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3203
3204         * testsuite/alsa/Makefile.am:
3205         * testsuite/alsa/srcstate.c:
3206         add test for alsasrc changing state
3207
3208 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3209
3210         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
3211         (gst_silence_get):
3212         * gst/silence/gstsilence.h:
3213         fix silence generation for 16bit raw audio
3214
3215 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3216
3217         * gst/matroska/matroska-demux.c:
3218         (gst_matroska_demux_parse_metadata),
3219         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
3220         * gst/mpegaudio/common.c:
3221         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3222         (gst_videoscale_getcaps), (gst_videoscale_link),
3223         (gst_videoscale_src_fixate), (gst_videoscale_init),
3224         (gst_videoscale_finalize):
3225         * gst/videoscale/gstvideoscale.h:
3226         * gst/videotestsrc/gstvideotestsrc.c:
3227         (gst_videotestsrc_get_capslist):
3228         * gst/wavenc/gstwavenc.c:
3229         * sys/oss/gstossmixer.c: (fill_labels):
3230         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3231         (gst_ximagesink_handle_xevents),
3232         (gst_ximagesink_calculate_pixel_aspect_ratio),
3233         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
3234         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
3235         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3236         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3237         (gst_ximagesink_init), (gst_ximagesink_class_init):
3238         * sys/ximage/ximagesink.h:
3239         * sys/xvimage/xvimagesink.c:
3240         (gst_xvimagesink_calculate_pixel_aspect_ratio),
3241         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
3242         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3243         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3244         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3245         * sys/xvimage/xvimagesink.h:
3246           first batch of pixel aspect ratio commits.
3247
3248 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3249
3250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3251         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
3252         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
3253           handle stride, needs work if we want to move stride handling
3254           upstream, but works correctly for our purposes.
3255
3256 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3257
3258         * gst/videoscale/README:
3259           add testing examples
3260         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
3261         (gst_videoscale_chain):
3262         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3263         (gst_videoscale_get_size):
3264           add get_size function that handles stride like videotestsrc.
3265           fixes conversion for YUV formats for as much as I can test them.
3266
3267 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3268
3269         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3270         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3272         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3273         (gst_xvimagesink_xvimage_put):
3274           further cleanups, logging, error handling and synchronizing
3275
3276 2004-07-27  Wim Taymans  <wim@fluendo.com>
3277
3278         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3279         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3280         (gst_videomixer_pad_set_property),
3281         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3282         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3283         (gst_videomixer_class_init), (gst_videomixer_init),
3284         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
3285         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
3286         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
3287         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3288         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3289         (gst_videomixer_loop), (plugin_init):
3290         Be a nicer negotiation citizen and provide a getcaps function on
3291         the srcpad. This also fixes a crash when resizing.
3292
3293 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3294
3295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3296         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
3297
3298 2004-07-27  Wim Taymans  <wim@fluendo.com>
3299
3300         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
3301         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3302         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3303         (gst_pngenc_set_property):
3304         * ext/libpng/gstpngenc.h:
3305         Added snapshot property to pngenc.
3306         removed g_print from pngdec
3307
3308 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3309
3310         * gst/ac3parse/ac3parse.vcproj
3311         * gst/adder/adder.vcproj
3312         * gst/alpha/alpha.vcproj
3313         * gst/alpha/alphacolor.vcproj
3314         * gst/asfdemux/asf.vcproj
3315         * gst/audioconvert/audioconvert.vcproj
3316         * gst/audiorate/audiorate.vcproj
3317         * gst/audioscale/audioscale.vcproj
3318         * gst/auparse/auparse.vcproj
3319         * gst/avi/avi.vcproj
3320         * gst/cdxaparse/cdxaparse.vcproj
3321         * gst/chart/chart.vcproj
3322         * gst/colorspace/colorspace.vcproj
3323         * gst/cutter/cutter.vcproj
3324         * gst/debug/debug.vcproj
3325         * gst/debug/efence.vcproj
3326         * gst/debug/navigationtest.vcproj
3327         * gst/deinterlace/deinterlace.vcproj
3328         * gst/effectv/effectv.vcproj
3329         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3330         * gst/filter/filter.vcproj
3331         * gst/flx/flxdec.vcproj
3332         * gst/goom/goom.vcproj
3333         * gst/interleave/interleave.vcproj
3334         * gst/law/alaw.vcproj
3335         * gst/law/mulaw.vcproj
3336         * gst/matroska/matroska.vcproj
3337         * gst/median/median.vcproj
3338         * gst/mixmatrix/mixmatrix.vcproj
3339         * gst/mpeg1sys/mpeg1systemencode.vcproj
3340         * gst/mpeg1videoparse/mp1videoparse.vcproj
3341         * gst/mpeg2sub/mpeg2subt.vcproj
3342         * gst/mpegaudio/mpegaudio.vcproj
3343         * gst/mpegaudioparse/mpegaudioparse.vcproj
3344         * gst/mpegstream/mpegstream.vcproj
3345         * gst/multifilesink/multifilesink.vcproj
3346         * gst/multipart/multipart.vcproj
3347         * gst/oneton/oneton.vcproj
3348         * gst/overlay/overlay.vcproj
3349         * gst/passthrough/passthrough.vcproj
3350         * gst/qtdemux/qtdemux.vcproj
3351         * gst/realmedia/rmdemux.vcproj
3352         * gst/rtjpeg/rtjpeg.vcproj
3353         * gst/rtp/rtp.vcproj
3354         * gst/silence/silence.vcproj
3355         * gst/sine/sinesrc.vcproj
3356         * gst/smooth/smooth.vcproj
3357         * gst/smpte/smpte.vcproj
3358         * gst/spectrum/spectrum.vcproj
3359         * gst/speed/speed.vcproj
3360         * gst/stereo/stereo.vcproj
3361         * gst/switch/switch.vcproj
3362         * gst/tags/tagedit.vcproj
3363         * gst/tcp/tcp.vcproj
3364         * gst/typefind/typefindfunctions.vcproj
3365         * gst/udp/udp.vcproj
3366         * gst/videobox/videobox.vcproj
3367         * gst/videocrop/videocrop.vcproj
3368         * gst/videodrop/videodrop.vcproj
3369         * gst/videofilter/gamma.vcproj
3370         * gst/videofilter/videobalance.vcproj
3371         * gst/videofilter/videofilter.vcproj
3372         * gst/videofilter/videoflip.vcproj
3373         * gst/videoflip/videoflip.vcproj
3374         * gst/videomixer/videomixer.vcproj
3375         * gst/videorate/videorate.vcproj
3376         * gst/videoscale/videoscale.vcproj
3377         * gst/videotestsrc/videotestsrc.vcproj
3378         * gst/virtualdub/virtualdub.vcproj
3379         * gst/volenv/volenv.vcproj
3380         * gst/volume/volume.vcproj
3381         * gst/wavenc/wavenc.vcproj
3382         * gst/wavparse/wavparse.vcproj
3383         * gst/y4m/y4menc.vcproj
3384         * gst-libs/gst/audio/audio.vcproj
3385         * gst-libs/gst/audio/audiofilter.vcproj
3386         * gst-libs/gst/colorbalance/colorbalance.vcproj
3387         * gst-libs/gst/idct/idtc.vcproj
3388         * gst-libs/gst/media-info/media-info.vcproj
3389         * gst-libs/gst/mixer/mixer.vcproj
3390         * gst-libs/gst/navigation/navigation.vcproj
3391         * gst-libs/gst/play/play.vcproj
3392         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
3393         * gst-libs/gst/resample/resample.vcproj
3394         * gst-libs/gst/riff/riff.vcproj
3395         * gst-libs/gst/tuner/tuner.vcproj
3396         * gst-libs/gst/video/video.vcproj
3397         * gst-libs/gst/xoverlay/xoverlay.vcproj
3398           avoid problems with math.h, fix release dependancy
3399           rename GStreamer-0.8.lib to libgstreamer.lib
3400
3401 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3402
3403         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
3405         the atom is not available we have to unlock the mutex. Fixes #148023
3406
3407 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3408
3409         * gst-libs/gst/media-info/media-info.h:
3410           issue for a vararg macro with MSVC
3411
3412 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3413
3414         * gst/effectv/effectv.vcproj
3415         * gst-libs/gst/idct/idct.vcproj:
3416         * gst-libs/gst/media-info/media-info.vcproj:
3417         * gst-libs/gst/navigation/navigation.vcproj:
3418         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3419         * gst-libs/gst/video/video.vcproj:
3420         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3421           fixes for build problems
3422
3423 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3424
3425         * gst-libs/gst/audio/audio.def:
3426         * gst-libs/gst/audio/riff.def:
3427           add some definitions needed by plugins
3428
3429 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3430
3431         * gst/asfdemux/gstasfmux.c
3432           Fix some 64 bits constants to be glib friendly
3433
3434 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3435
3436         * gst/ac3parse/gstac3parse.c
3437         * gst/audioscale/gstaudioscale.c
3438         * gst/auparse/gstauparse.c
3439         * gst/colorspace/gstcolorspace.c
3440         * gst/colorspace/yuv2rgb.h
3441           local include fixes
3442
3443 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3444
3445         * win32/gst.sln
3446           add more plugins to the build
3447
3448 2004-07-26  Julien MOUTTE  <julien@moutte.net>
3449
3450         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3451         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
3452
3453 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3454
3455         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3456         (gst_level_set_property), (gst_level_get_property),
3457         (gst_level_base_init), (gst_level_class_init):
3458           add debugging categories.  cleanups.
3459
3460 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3461
3462         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3463         (gst_videoscale_planar411), (gst_videoscale_planar400),
3464         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
3465         (gst_videoscale_scale_nearest_str1),
3466         (gst_videoscale_scale_nearest_str2),
3467         (gst_videoscale_scale_nearest_str4),
3468         (gst_videoscale_scale_nearest_16bit),
3469         (gst_videoscale_scale_nearest_24bit):
3470           fixed stride issues
3471           tested with 320x240 -> 321, 322, 324 x240
3472           tested with YV12, I420, YUY2, UYVY
3473           fixed packed422rev (don't think it could have worked before)
3474           by testing with UYVY
3475
3476 2004-07-26  Benjamin Otte  <otte@gnome.org>
3477
3478         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
3479         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
3480         (plugin_init):
3481           add debugging category, add error checks like checking return values
3482           of setup calls, make sure it still works after
3483           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
3484
3485 2004-07-26  Wim Taymans  <wim@fluendo.com>
3486
3487         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3488         (gst_mpeg_demux_get_audio_stream),
3489         (gst_mpeg_demux_process_private):
3490         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
3491         Check for error codes from the negotiation functions. Make sure
3492         we really set the pad caps when a new pad is created.
3493
3494 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3495
3496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3497         (gst_ffmpeg_caps_to_pix_fmt):
3498         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3499         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3500         (gst_ffmpegcolorspace_pad_link):
3501           don't make function do two things at the same time without reason.
3502
3503 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3504
3505         * gst/ac3parse/ac3parse.vcproj
3506         * gst/adder/adder.vcproj
3507         * gst/alpha/alpha.vcproj
3508         * gst/alpha/alphacolor.vcproj
3509         * gst/asfdemux/asf.vcproj
3510         * gst/audioconvert/audioconvert.vcproj
3511         * gst/audiorate/audiorate.vcproj
3512         * gst/audioscale/audioscale.vcproj
3513         * gst/auparse/auparse.vcproj
3514         * gst/avi/avi.vcproj
3515         * gst/cdxaparse/cdxaparse.vcproj
3516         * gst/chart/chart.vcproj
3517         * gst/colorspace/colorspace.vcproj
3518         * gst/cutter/cutter.vcproj
3519         * gst/debug/debug.vcproj
3520         * gst/debug/efence.vcproj
3521         * gst/debug/navigationtest.vcproj
3522         * gst/deinterlace/deinterlace.vcproj
3523         * gst/effectv/effectv.vcproj
3524         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3525         * gst/filter/filter.vcproj
3526         * gst/flx/flxdec.vcproj
3527         * gst/goom/goom.vcproj
3528         * gst/interleave/interleave.vcproj
3529         * gst/law/alaw.vcproj
3530         * gst/law/mulaw.vcproj
3531         * gst/matroska/matroska.vcproj
3532         * gst/median/median.vcproj
3533         * gst/mixmatrix/mixmatrix.vcproj
3534         * gst/mpeg1sys/mpeg1systemencode.vcproj
3535         * gst/mpeg1videoparse/mp1videoparse.vcproj
3536         * gst/mpeg2sub/mpeg2subt.vcproj
3537         * gst/mpegaudio/mpegaudio.vcproj
3538         * gst/mpegaudioparse/mpegaudioparse.vcproj
3539         * gst/mpegstream/mpegstream.vcproj
3540         * gst/multifilesink/multifilesink.vcproj
3541         * gst/multipart/multipart.vcproj
3542         * gst/oneton/oneton.vcproj
3543         * gst/overlay/overlay.vcproj
3544         * gst/passthrough/passthrough.vcproj
3545         * gst/qtdemux/qtdemux.vcproj
3546         * gst/realmedia/rmdemux.vcproj
3547         * gst/rtjpeg/rtjpeg.vcproj
3548         * gst/rtp/rtp.vcproj
3549         * gst/silence/silence.vcproj
3550         * gst/sine/sinesrc.vcproj
3551         * gst/smooth/smooth.vcproj
3552         * gst/smpte/smpte.vcproj
3553         * gst/spectrum/spectrum.vcproj
3554         * gst/speed/speed.vcproj
3555         * gst/stereo/stereo.vcproj
3556         * gst/switch/switch.vcproj
3557         * gst/tags/tagedit.vcproj
3558         * gst/tcp/tcp.vcproj
3559         * gst/typefind/typefindfunctions.vcproj
3560         * gst/udp/udp.vcproj
3561         * gst/videobox/videobox.vcproj
3562         * gst/videocrop/videocrop.vcproj
3563         * gst/videodrop/videodrop.vcproj
3564         * gst/videofilter/gamma.vcproj
3565         * gst/videofilter/videobalance.vcproj
3566         * gst/videofilter/videofilter.vcproj
3567         * gst/videofilter/videoflip.vcproj
3568         * gst/videoflip/videoflip.vcproj
3569         * gst/videomixer/videomixer.vcproj
3570         * gst/videorate/videorate.vcproj
3571         * gst/videoscale/videoscale.vcproj
3572         * gst/videotestsrc/videotestsrc.vcproj
3573         * gst/virtualdub/virtualdub.vcproj
3574         * gst/volenv/volenv.vcproj
3575         * gst/volume/volume.vcproj
3576         * gst/wavenc/wavenc.vcproj
3577         * gst/wavparse/wavparse.vcproj
3578         * gst/y4m/y4menc.vcproj
3579           more plugins supported under windows
3580
3581 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3582
3583         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3584         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
3585         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
3586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3587         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
3588           Add debugging statements.  Use the sizes as returned by the
3589           *CreateImage calls.
3590
3591 2004-07-26  Johan Dahlin  <johan@gnome.org>
3592
3593         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
3594         the pad is negotiated.
3595
3596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
3597
3598 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3599
3600         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3601         * gst-libs/gst/idct/idct.vcproj:
3602         * gst-libs/gst/media-info/media-info.vcproj:
3603         * gst-libs/gst/mixer/mixer.vcproj:
3604         * gst-libs/gst/navigation/navigation.vcproj:
3605         * gst-libs/gst/play/play.vcproj:
3606         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3607         * gst-libs/gst/resample/resample.vcproj:
3608         * gst-libs/gst/tuner/tuner.vcproj:
3609         * gst-libs/gst/video/video.vcproj:
3610         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3611           more plugins supported under windows
3612
3613 2004-07-25 Iain <iain@prettypeople.org>
3614
3615         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
3616         pad now rather than when the pad is created because state changes wipe
3617         explicit caps (fixes #148043).
3618
3619 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
3620
3621         reviewed by Benjamin Otte  <otte@gnome.org>
3622
3623         * ext/mad/gstmad.c:
3624           fix mad plugin crashing on Sun (fixes #148289)
3625
3626 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3627
3628         * gst/avi/avi.def:
3629         * gst/avi/avi.vcproj:
3630         * gst/matroska/matroska.def:
3631         * gst/matroska/matroska.vcproj:
3632           remove unused .def files
3633
3634 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3635
3636         * gst-libs/gst/audio/gstaudiofilter.c:
3637           Clean the local include
3638
3639 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3640
3641         * win32/gst.sln:
3642         * gst-libs/gst/audio/audio.def:
3643         * gst-libs/gst/audio/audio.vcproj:
3644         * gst-libs/gst/audio/audiofilter.vcproj:
3645         * gst-libs/gst/audio/riff.def:
3646         * gst-libs/gst/audio/riff.vcproj:
3647         * gst-libs/gst/gst-libs.def:
3648         * gst-libs/gst/gst-libs.vcproj:
3649         * gst/avi/avi.vcproj:
3650         * gst/avi/avi.vcproj:
3651           Copy the files where needed after building, cleaner projects
3652
3653 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3654
3655         * gst/matroska/ebml-write.c:
3656           Fix some 64 bits constants to be glib friendly
3657
3658 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3659
3660         * win32/gst.sln:
3661         * gst-libs/gst/gst-libs.def:
3662         * gst-libs/gst/gst-libs.vcproj:
3663         * gst/matroska/matroska.def:
3664         * gst/matroska/matroska.vcproj:
3665           Add the preliminary canvas to build plugins on Win32
3666
3667 2004-07-23  Benjamin Otte  <otte@gnome.org>
3668
3669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3670           don't enfore negotiation from source side, it breaks 
3671           sinesrc ! audioconvert ! osssink
3672
3673 2004-07-22  David Schleef  <ds@schleef.org>
3674
3675         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
3676         for ELF files, since they can easily be recognized as audio/mpeg.
3677         (bug #147441)
3678
3679 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3680
3681         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3682         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
3683         (gst_videoscale_scale_nearest_24bit),
3684         (gst_videoscale_scale_nearest_16bit):
3685           fix 16bit and 24bit for stride (24bit might need testing)
3686           don't pretend we do more than one algorithm
3687
3688 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3689
3690         * configure.ac:
3691         * gst/Makefile.am:
3692         * gst/multifilesink/Makefile.am:
3693         * gst/multifilesink/gstmultifilesink.c:
3694         (gst_multifilesink_get_formats),
3695         (gst_multifilesink_get_query_types), (_do_init),
3696         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
3697         (gst_multifilesink_init), (gst_multifilesink_dispose),
3698         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
3699         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
3700         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
3701         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
3702         (gst_multifilesink_chain), (gst_multifilesink_change_state),
3703         (gst_multifilesink_uri_get_type),
3704         (gst_multifilesink_uri_get_protocols),
3705         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
3706         (gst_multifilesink_uri_handler_init), (plugin_init):
3707         * gst/multifilesink/gstmultifilesink.h:
3708         * testsuite/Makefile.am:
3709         * testsuite/multifilesink/Makefile.am:
3710         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
3711         (gst_newmedia_class_init), (gst_newmedia_init),
3712         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3713         (newfile_signal), (test_signal), (main):
3714         multifilesink plugin for creating new files every time a new media
3715         discontinuity event occurs
3716
3717 2004-07-22  Wim Taymans  <wim@fluendo.com>
3718
3719         * gst/alpha/Makefile.am:
3720         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
3721         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
3722         (gst_alpha_color_init), (gst_alpha_color_set_property),
3723         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
3724         (transform), (gst_alpha_color_chain),
3725         (gst_alpha_color_change_state), (plugin_init):
3726         Stupid plugin to to RGBA to AYUV conversion because none of
3727         the colorspace plugins can handle that yet.
3728
3729 2004-07-22  Wim Taymans  <wim@fluendo.com>
3730
3731         * examples/seeking/seek.c: (update_scale), (main):
3732         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3733         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3734         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3735         (gst_decode_bin_init), (gst_decode_bin_dispose),
3736         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3737         (no_more_pads), (close_link), (type_found),
3738         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3739         (plugin_init):
3740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3741         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3742         (gst_play_base_bin_dispose), (queue_overrun),
3743         (gen_preroll_element), (remove_prerolls), (unknown_type),
3744         (no_more_pads), (new_stream), (setup_source),
3745         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3746         (play_base_eos), (gst_play_base_bin_change_state),
3747         (gst_play_base_bin_add_element),
3748         (gst_play_base_bin_remove_element),
3749         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3750         (gst_play_base_bin_unlink_stream),
3751         (gst_play_base_bin_get_streaminfo):
3752         * gst/playback/gstplaybin.c: (gen_video_element),
3753         (gen_audio_element):
3754         * gst/playback/gststreaminfo.h:
3755         More playback updates, attempt to fix things after the state change
3756         breakage.
3757
3758 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3759
3760         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3761         (gst_videoscale_scale_nearest_16bit):
3762           comment algorithm
3763
3764 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3765
3766         * gst/videotestsrc/gstvideotestsrc.c:
3767         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3768         (gst_videotestsrc_init), (gst_videotestsrc_get),
3769         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3770         (gst_videotestsrc_get_property):
3771         * gst/videotestsrc/gstvideotestsrc.h:
3772         * gst/videotestsrc/videotestsrc.c:
3773         * gst/videotestsrc/videotestsrc.h:
3774           cleanup and commenting
3775
3776 2004-07-21  Wim Taymans  <wim@fluendo.com>
3777
3778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3779         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3780         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3781         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3782         (_find_chain_get_unknown_part), (_find_streams_check),
3783         (gst_ogg_demux_push), (gst_ogg_pad_push):
3784         * ext/theora/theoradec.c: (theora_get_formats),
3785         (theora_dec_src_convert), (theora_dec_sink_convert),
3786         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3787         (theora_dec_chain):
3788         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3789         (vorbis_dec_convert), (vorbis_dec_src_query),
3790         (vorbis_dec_src_event), (vorbis_dec_event):
3791         More seeking fixes, oggdemux now supports seeking to time and
3792         uses the downstream element to convert granulepos to time.
3793         Seeking in theora-only ogg files now works.
3794
3795 2004-07-21  Wim Taymans  <wim@fluendo.com>
3796
3797         * ext/theora/theoradec.c: (gst_theora_dec_init),
3798         (theora_get_formats), (theora_get_event_masks),
3799         (theora_get_query_types), (theora_dec_src_convert),
3800         (theora_dec_sink_convert), (theora_dec_src_query),
3801         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3802         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3803         (vorbis_get_event_masks), (vorbis_get_query_types),
3804         (gst_vorbis_dec_init), (vorbis_dec_convert),
3805         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3806         Added query/convert/formats functions to vorbis and theora decoders
3807         so that the outside world can use them too. Fixed seeking on an
3808         ogg/theora/vorbis file by disabling the seeking seeking on the 
3809         theora srcpad.
3810
3811 2004-07-21  Julien MOUTTE  <julien@moutte.net>
3812
3813         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3814         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3815         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3816         images creation for both elements. We don't create the image on caps
3817         nego or renego, we just destroy the internal one if present if it does
3818         not match the needs. The chain function takes care of creating a new
3819         image when needed.
3820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3821         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3822         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3823         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3824         the image format information. The buffer pool checks for the context
3825         image format and discard images with different formats.
3826         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3827
3828 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3829
3830         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3831         (gst_ffmpegcolorspace_chain):
3832           no point in doing any chaining if the pad we want to push from
3833           isn't usable.
3834
3835 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3836
3837         * gst-libs/gst/riff/riff-media.c:
3838         (gst_riff_create_audio_caps_with_data):
3839           Fix double end-to-native symbol conversion (#148021).
3840
3841 2004-07-20  David Schleef  <ds@schleef.org>
3842
3843         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3844         Don't use an Atom that doesn't exist.
3845
3846 2004-07-20  Wim Taymans  <wim@fluendo.com>
3847
3848         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3849         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3850         (gst_multifdsink_client_remove),
3851         (gst_multifdsink_handle_client_write),
3852         (gst_multifdsink_queue_buffer):
3853         * gst/tcp/gstmultifdsink.h:
3854         More multifdsink stats. Avoid deadlock by releasing locks
3855         before sending out a signal.
3856
3857 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3858
3859         * po/LINGUAS:
3860         * po/hu.po:
3861           added Hungarian translation (Laszlo Dvornik)
3862
3863 2004-07-20  Wim Taymans  <wim@fluendo.com>
3864
3865         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3866         (gst_multifdsink_add), (gst_multifdsink_client_remove),
3867         (gst_multifdsink_handle_client_write),
3868         (gst_multifdsink_queue_buffer):
3869         * gst/tcp/gsttcp-marshal.list:
3870         Fixed the stupid marshal definition.
3871
3872 2004-07-20  Wim Taymans  <wim@fluendo.com>
3873
3874         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3875         (gst_multifdsink_init), (gst_multifdsink_add),
3876         (gst_multifdsink_client_remove),
3877         (gst_multifdsink_handle_client_write),
3878         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3879         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3880         (gst_multifdsink_init_send):
3881         * gst/tcp/gstmultifdsink.h:
3882         Added more stats, added timeout for a client, fixed some typos
3883         and added some comments.
3884
3885 2004-07-20  Wim Taymans  <wim@fluendo.com>
3886
3887         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3888         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3889         (gst_multifdsink_client_remove),
3890         (gst_multifdsink_handle_client_write):
3891         * gst/tcp/gstmultifdsink.h:
3892         * gst/tcp/gsttcp-marshal.list:
3893         Added get_stats method that returns a GValueArray of
3894         stats values.
3895
3896 2004-07-19  Benjamin Otte  <otte@gnome.org>
3897
3898         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3899           make sure longname, description and author are valid UTF-8
3900
3901 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3902
3903         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3904         (gst_ximagesink_set_property):
3905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3906         (gst_xvimagesink_set_property):
3907           make sure SYNCHRONOUS is respected after getting the X context
3908
3909 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3910
3911         * gst/matroska/matroska-demux.c:
3912         (gst_matroska_demux_handle_src_event),
3913         (gst_matroska_demux_parse_blockgroup):
3914         * gst/matroska/matroska-ids.h:
3915           add BlockReference tag and ignore it to clear out log.
3916           ignore NAVIGATION events to clear out log.
3917
3918 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3919
3920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3921         (gst_matroska_demux_add_stream):
3922         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3923           add debug categories
3924
3925 2004-07-16  Wim Taymans  <wim@fluendo.com>
3926
3927         * ext/libpng/Makefile.am:
3928         * ext/libpng/gstpng.c: (plugin_init):
3929         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3930         (gst_pngdec_get_type), (gst_pngdec_base_init),
3931         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3932         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3933         * ext/libpng/gstpngdec.h:
3934         Added png decoder.
3935
3936 2004-07-16  Julien MOUTTE  <julien@moutte.net>
3937
3938         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3939         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3940         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3941         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3942         (gst_ximagesink_buffer_alloc):
3943         * sys/ximage/ximagesink.h:
3944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3945         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3946         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3947         (gst_xvimagesink_buffer_alloc):
3948         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3949         again. Using internal data pointer of the x(v)image to store image's
3950         data to be coherent with the buffer alloc mechanism. Investigated the
3951         image destruction code to be sure that everything gets freed correctly.
3952
3953 2004-07-16  Wim Taymans  <wim@fluendo.com>
3954
3955         * gst-libs/gst/riff/riff-read.c:
3956         (gst_riff_read_strf_vids_with_data),
3957         (gst_riff_read_strf_auds_with_data):
3958         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3959         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3960         Make sure we don't create 0 sized subbuffers in riff-read.
3961         Signal the no more pads signal after reading the avi header.
3962
3963 2004-07-16  Wim Taymans  <wim@fluendo.com>
3964
3965         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3966         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3967         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3968         (gst_decode_bin_init), (gst_decode_bin_dispose),
3969         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3970         (no_more_pads), (close_link), (type_found),
3971         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3972         (gst_decode_bin_change_state), (plugin_init):
3973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3974         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3975         (gst_play_base_bin_dispose), (queue_overrun),
3976         (gen_preroll_element), (remove_prerolls), (unknown_type),
3977         (no_more_pads), (new_stream), (setup_source),
3978         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3979         (play_base_eos), (gst_play_base_bin_change_state),
3980         (gst_play_base_bin_add_element),
3981         (gst_play_base_bin_remove_element),
3982         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3983         (gst_play_base_bin_unlink_stream),
3984         (gst_play_base_bin_get_streaminfo):
3985         * gst/playback/gstplaybasebin.h:
3986         Better error recovery. Added configurable preroll queue size. Faster
3987         detection of no-more-pads.
3988
3989 2004-07-16  Wim Taymans  <wim@fluendo.com>
3990
3991         * gst-libs/gst/video/video.h:
3992         Added 32 bits RGBA. Not sure if we should use another mime-type
3993         for alpha rgb. Currently the presence of the alpha_mask property
3994         signals an alpha channel.
3995
3996 2004-07-16  Wim Taymans  <wim@fluendo.com>
3997
3998         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4000         FPS seems to be 0.0 to MAX everywhere else.
4001
4002 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4003
4004         * gst-libs/gst/riff/riff-media.c:
4005         (gst_riff_create_video_caps_with_data):
4006           mp42/mp43 (no caps) exist too.
4007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
4008           Set pixel_width/height; we've got them in-caps.
4009         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4010         * gst/wavparse/gstwavparse.c: (plugin_init):
4011           Both are valid primary.
4012         * sys/oss/gstossmixer.c:
4013           Remove i18n hack and enable translations.
4014
4015 2004-07-15  Benjamin Otte  <otte@gnome.org>
4016
4017         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4018         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
4019           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
4020
4021 2004-07-15  Benjamin Otte  <otte@gnome.org>
4022
4023         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4024         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
4025         (gst_alsa_close_audio):
4026           disable some of the debugging code for now. Writing debugging to a
4027           buffer is broken in current alsalib releases.
4028
4029 2004-07-12  Benjamin Otte  <otte@gnome.org>
4030
4031         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
4032           use bufferpools
4033
4034 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4035
4036         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4037         (theora_dec_src_query), (theora_dec_event):
4038         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4039           add debugging categories.  Remove \n's.
4040
4041 2004-07-13  Johan Dahlin  <johan@gnome.org>
4042
4043         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
4044         (gst_play_bin_get_property): Impl.
4045
4046 2004-07-13  Wim Taymans  <wim@fluendo.com>
4047
4048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
4049         When trying to find the stream length, seek back N pages
4050         instead of just one, where N is the number of streams in 
4051         the current chain.
4052
4053 2004-07-13  Wim Taymans  <wim@fluendo.com>
4054
4055         * gst-libs/gst/riff/riff-media.c:
4056         (gst_riff_create_audio_caps_with_data),
4057         (gst_riff_create_audio_caps),
4058         (gst_riff_create_audio_template_caps):
4059         * gst-libs/gst/riff/riff-media.h:
4060         * gst-libs/gst/riff/riff-read.c:
4061         (gst_riff_read_strf_vids_with_data),
4062         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
4063         * gst-libs/gst/riff/riff-read.h:
4064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4065         (gst_avi_demux_add_stream):
4066         Set codec_data on caps for avidemuxer.
4067
4068 2004-07-12  David Schleef  <ds@schleef.org>
4069
4070         * configure.ac: Fix test for Objective C
4071
4072 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
4073         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
4074         (gst_gdk_pixbuf_chain):
4075           Add svg and pcx to template caps, and ensure that getcaps returns a
4076           subset of the template caps.
4077           Copy each row manually for output, as gdkpixbuf may pad the
4078           rowstride to a 32-bit word boundary.
4079
4080 2004-07-12  Wim Taymans  <wim@fluendo.com>
4081
4082         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4083         (gst_riff_create_video_template_caps):
4084         Fix the template caps to include some more media types.
4085
4086 2004-07-12  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4089         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4090         (compare_ranks), (print_feature), (gst_decode_bin_init),
4091         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4092         (try_to_link_1), (new_pad), (close_link), (type_found),
4093         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4094         (gst_decode_bin_change_state), (plugin_init):
4095         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4096         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4097         (gst_play_base_bin_dispose), (queue_overrun),
4098         (gen_preroll_element), (remove_prerolls), (no_more_pads),
4099         (new_stream), (setup_source), (gst_play_base_bin_set_property),
4100         (gst_play_base_bin_get_property), (play_base_eos),
4101         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4102         (gst_play_base_bin_remove_element),
4103         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4104         (gst_play_base_bin_unlink_stream),
4105         (gst_play_base_bin_get_streaminfo):
4106         * gst/playback/gstplaybasebin.h:
4107         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4108         (gst_play_bin_class_init), (gst_play_bin_init),
4109         (gst_play_bin_dispose), (gst_play_bin_set_property),
4110         (gst_play_bin_get_property), (gen_video_element),
4111         (gen_audio_element), (remove_sinks), (setup_sinks),
4112         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4113         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4114         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4115         (gst_play_bin_query), (plugin_init):
4116         * gst/playback/test4.c: (main):
4117         More fixes on reusing of the element.
4118
4119 2004-07-11  Benjamin Otte  <otte@gnome.org>
4120
4121         * ext/mad/gstmad.c: (normal_seek):
4122           allow seeking for other methods than just SET
4123
4124 2004-07-11  Andy Wingo  <wingo@pobox.com>
4125
4126         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
4127         float, "any" caps -> buffer_frames=[0,MAX].
4128
4129         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
4130         doesn't intersect our caps with the template any more. Do it
4131         ourselves.
4132         (interleave_buffered_loop): Use g_newa instead of malloc/free.
4133
4134 2004-07-09  Wim Taymans  <wim@fluendo.com>
4135
4136         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4137         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4138         (compare_ranks), (print_feature), (gst_decode_bin_init),
4139         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4140         (try_to_link_1), (new_pad), (close_link), (type_found),
4141         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4142         (gst_decode_bin_change_state), (plugin_init):
4143         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4144         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4145         (gst_play_base_bin_dispose), (queue_overrun),
4146         (gen_preroll_element), (remove_prerolls), (no_more_pads),
4147         (new_stream), (setup_source), (gst_play_base_bin_set_property),
4148         (gst_play_base_bin_get_property), (play_base_eos),
4149         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
4150         (gst_play_base_bin_remove_element),
4151         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4152         (gst_play_base_bin_unlink_stream),
4153         (gst_play_base_bin_get_streaminfo):
4154         * gst/playback/gstplaybasebin.h:
4155         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4156         (gst_play_bin_class_init), (gst_play_bin_init),
4157         (gst_play_bin_dispose), (gst_play_bin_set_property),
4158         (gst_play_bin_get_property), (gen_video_element),
4159         (gen_audio_element), (remove_sinks), (setup_sinks),
4160         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4161         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4162         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4163         (gst_play_bin_query), (plugin_init):
4164         * gst/playback/test4.c: (main):
4165         Work on object reuse and seeking.
4166
4167 2004-07-09  Wim Taymans  <wim@fluendo.com>
4168
4169         * examples/seeking/seek.c: (iterate):
4170         Don't consume all CPU in the idle loop.
4171
4172 2004-07-09  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
4175         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
4176         Add pad to element *after* setting the pad functions so that
4177         the scheduler can use the correct ones.
4178
4179 2004-07-09  Wim Taymans  <wim@fluendo.com>
4180
4181         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4182         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
4183         Sync to keyframe after seek
4184
4185 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4186
4187         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4188         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4189         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
4190         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
4191         * ext/libvisual/visual.c: (gst_visual_change_state):
4192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
4193         * ext/theora/theoradec.c: (theora_dec_change_state):
4194         * ext/theora/theoraenc.c: (theora_enc_change_state):
4195         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
4196         * gst-libs/gst/navigation/navigation.c:
4197         * gst/adder/gstadder.c: (gst_adder_change_state):
4198         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4199         (gst_audio_convert_get_buffer):
4200         * gst/multipart/multipartdemux.c:
4201         (gst_multipart_demux_change_state):
4202         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4204         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4205         * gst/videoscale/gstvideoscale.c:
4206         (gst_videoscale_handle_src_event):
4207         * gst/volume/gstvolume.c: (volume_chain_int16):
4208           don't assert in state change, this should be done by the base
4209           GstElement class.
4210           various debugging fixes.
4211
4212 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4213
4214         * configure.ac:
4215         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4216         (gst_play_dispose), (gst_play_set_location),
4217         (gst_play_set_data_src), (gst_play_set_video_sink),
4218         (gst_play_set_audio_sink), (gst_play_set_visualization),
4219         (gst_play_connect_visualization), (gst_play_get_sink_element),
4220         (gst_play_get_all_by_interface):
4221         * gst-libs/gst/play/play.h:
4222           add new method to get elements implementing an interface.
4223           add various error logging
4224
4225 2004-07-08  Wim Taymans  <wim@fluendo.com>
4226
4227         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
4228         (make_mpeg_pipeline), (make_mpegnt_pipeline),
4229         (make_playerbin_pipeline), (query_durations_elems),
4230         (query_durations_pads), (query_positions_elems),
4231         (query_positions_pads), (update_scale), (iterate), (stop_seek),
4232         (main):
4233         Added playbin seeking example.
4234
4235 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4236
4237         * gst-libs/gst/play/play.c: (gst_play_set_location),
4238         (gst_play_set_data_src), (gst_play_set_video_sink),
4239         (gst_play_set_audio_sink), (gst_play_set_visualization),
4240         (gst_play_connect_visualization), (gst_play_get_framerate):
4241           use a macro to look up elements from hash table
4242
4243 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4244
4245         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4246         (gst_play_get_length_callback), (gst_play_set_location),
4247         (gst_play_seek_to_time), (gst_play_set_data_src),
4248         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4249         (gst_play_set_visualization), (gst_play_connect_visualization),
4250         (gst_play_get_sink_element):
4251         - add debugging info
4252         - fix looking up sink elements by iterating over complete caps
4253         - put everything except for source and autoplugger in a complete bin
4254
4255 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4256
4257         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
4258         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
4259         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
4260         (gst_alsa_sink_write), (gst_alsa_sink_loop):
4261         * ext/alsa/gstalsasink.h:
4262         - add debugging info
4263         - clean up schizophrenia of data/buffer/event
4264         - fix double event unref error
4265
4266 2004-07-08  Wim Taymans  <wim@fluendo.com>
4267
4268         * gst/playback/Makefile.am:
4269         Add headers to noinst
4270
4271 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4272
4273         * tools/gst-launch-ext-m.m:
4274         * tools/gst-launch-ext.1.in:
4275           convert to the third millenium
4276
4277 2004-07-07  David Schleef  <ds@schleef.org>
4278
4279         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
4280
4281 2004-07-07  Wim Taymans  <wim@fluendo.com>
4282
4283         * gst/playback/Makefile.am:
4284         * gst/playback/README:
4285         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4286         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4287         (compare_ranks), (print_feature), (gst_decode_bin_init),
4288         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4289         (try_to_link_1), (new_pad), (close_link), (type_found),
4290         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4291         (plugin_init):
4292         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4293         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4294         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
4295         (gen_preroll_element), (no_more_pads), (new_stream),
4296         (setup_source), (gst_play_base_bin_set_property),
4297         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
4298         (gst_play_base_bin_add_element),
4299         (gst_play_base_bin_remove_element),
4300         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4301         (gst_play_base_bin_unlink_stream),
4302         (gst_play_base_bin_get_streaminfo):
4303         * gst/playback/gstplaybasebin.h:
4304         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4305         (gst_play_bin_class_init), (gst_play_bin_init),
4306         (gst_play_bin_dispose), (gst_play_bin_set_property),
4307         (gst_play_bin_get_property), (gen_video_element),
4308         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
4309         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4310         (gst_play_bin_get_formats), (gst_play_bin_convert),
4311         (gst_play_bin_get_query_types), (gst_play_bin_query),
4312         (plugin_init):
4313         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4314         (gst_stream_info_get_type), (gst_stream_info_class_init),
4315         (gst_stream_info_init), (gst_stream_info_new),
4316         (gst_stream_info_dispose), (gst_stream_info_set_property),
4317         (gst_stream_info_get_property):
4318         * gst/playback/gststreaminfo.h:
4319         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4320         (main):
4321         * gst/playback/test2.c: (main):
4322         * gst/playback/test3.c: (update_scale), (main):
4323         More playbin fixes. Added README. Do better element filtering.
4324         Added base class to preroll media. Added test apps.
4325
4326 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4327
4328         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
4329         * ext/mpeg2dec/gstmpeg2dec.h:
4330           various debugging improvements.  Reset stream to next picture
4331           instead of sequence header, otherwise seeks cannot work.
4332
4333 2004-07-07  Wim Taymans  <wim@fluendo.com>
4334
4335         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4336         (gst_video_box_class_init), (gst_video_box_set_property),
4337         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
4338         Use pad_alloc where possible.
4339
4340 2004-07-07  Wim Taymans  <wim@fluendo.com>
4341
4342         * sys/oss/gstosselement.c: (gst_osselement_reset),
4343         (gst_osselement_parse_caps):
4344         * sys/oss/gstosselement.h:
4345         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4346         Fix offset on osssrc.
4347
4348 2004-07-07  Wim Taymans  <wim@fluendo.com>
4349
4350         * ext/theora/theora.c: (plugin_init):
4351         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4352         (theora_dec_src_query), (theora_dec_chain):
4353         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4354         (theora_enc_sink_link), (theora_buffer_from_packet),
4355         (theora_push_packet), (theora_enc_chain):
4356         Fix theora granulepos calculation.
4357         Fix overflow in duration/position calculation.
4358         Bump rank to PRIMARY for theoradec.
4359         Use granulepos of last packet to calculate position.
4360         Set keyframe flag on buffers when needed.
4361
4362 2004-07-06  David Schleef  <ds@schleef.org>
4363
4364         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
4365         serious?  (Fixed, obviously.)
4366
4367 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4368
4369         * po/LINGUAS:
4370         * po/cs.po:
4371           added Czech translation (Miloslav Trmac)
4372
4373 2004-07-05  Wim Taymans  <wim@fluendo.com>
4374
4375         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4376         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4377         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4378         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4379         (close_link), (type_found), (gst_decode_bin_set_property),
4380         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
4381         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
4382         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
4383         (gst_decode_bin_query), (plugin_init):
4384         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4385         (gst_play_bin_class_init), (gst_play_bin_init),
4386         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
4387         (get_video_element), (new_pad), (setup_source),
4388         (gst_play_bin_set_property), (gst_play_bin_get_property),
4389         (gst_play_bin_change_state), (gst_play_bin_add_element),
4390         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4391         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4392         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4393         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4394         * gst/playback/test.c: (main):
4395         More fixes, cleaned up playbin, make it use decodebin. Added
4396         threaded property to playbin.
4397
4398 2004-07-05  Wim Taymans  <wim@fluendo.com>
4399
4400         * configure.ac:
4401         * gst/playback/Makefile.am:
4402         * gst/playback/decodetest.c: (main):
4403         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4404         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4405         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4406         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4407         (close_link), (type_found), (gst_decode_bin_set_property),
4408         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
4409         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
4410         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
4411         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
4412         (plugin_init):
4413         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4414         (gst_play_bin_class_init), (gst_play_bin_init),
4415         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
4416         (collect_sink_pads), (find_compatibles), (close_pad_link),
4417         (try_to_link_1), (new_pad), (close_link), (type_found),
4418         (setup_source), (gst_play_bin_set_property),
4419         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
4420         (compare_ranks), (gst_play_bin_collect_factories),
4421         (gst_play_bin_change_state), (gst_play_bin_add_element),
4422         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4423         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4424         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4425         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4426         * gst/playback/test.c: (main):
4427         Added some playback helper elements and some test apps, very alpha
4428         still.
4429
4430 2004-07-04  Benjamin Otte  <otte@gnome.org>
4431
4432         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4433           only restart audio when we indeed have an xrun to fix repeated
4434           xruns. Fix suggested by Giuliano Pochini.
4435
4436 2004-07-03  David Schleef  <ds@schleef.org>
4437
4438         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
4439         call to gst_debug_log() if debugging is disabled (bug #145118)
4440
4441 2004-07-03  Benjamin Otte  <otte@gnome.org>
4442
4443         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4444           use our own functions for restarting the alsa device.
4445         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4446           I should apply patches myself - use MIN for the third argument, not
4447           the second, this fixes seeking
4448
4449 2004-07-02  David Schleef  <ds@schleef.org>
4450
4451         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
4452         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
4453         do with the logic.
4454
4455 2004-07-02  David Schleef  <ds@schleef.org>
4456
4457         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
4458         output buffers.  Fix logic mistake.  (bug #144866)
4459
4460 2004-07-02  David Schleef  <ds@schleef.org>
4461
4462         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
4463         on X.  (bug #144753)
4464
4465 2004-07-02  David Schleef  <ds@schleef.org>
4466
4467         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
4468         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
4469         (bug #144624)
4470         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4471         (gst_osselement_rate_probe_check): Add another workaround for
4472         buggy drivers (bug #145336)
4473
4474 2004-07-02  David Schleef  <ds@schleef.org>
4475
4476         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
4477         Most systems don't have MSG_NOSIGNAL.
4478
4479 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4480
4481         * Makefile.am:
4482         * gst-libs/gst/colorbalance/Makefile.am:
4483         * gst-libs/gst/mixer/Makefile.am:
4484         * gst-libs/gst/play/Makefile.am:
4485         * gst-libs/gst/tuner/Makefile.am:
4486           (hopefully) fix both install and dist and make error message useful.
4487           needs testing across automakes.
4488
4489 2004-07-02  Benjamin Otte  <otte@gnome.org>
4490
4491         * ext/ogg/gstogg.c: (plugin_init):
4492           we require bytestream now
4493         * ext/ogg/gstoggdemux.c: 
4494           huge diff to implement chain setup in a fast and generic way. This
4495           improves tag reading and startup of huge files (read: Theora videos)
4496           quite a bit. It probably contains bugs, too, so please test.
4497           Seeking is not improved to the fast method.
4498
4499 2004-06-29  Wim Taymans  <wim@fluendo.com>
4500
4501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4502         * ext/ogg/gstoggmux.c:
4503         Fix memleak in oggdemux when running unconnected pads.
4504         doc update in mux, start working on keyframe mode.
4505
4506 2004-06-29  Benjamin Otte  <otte@gnome.org>
4507
4508         * sys/oss/gstosssink.c:
4509         * sys/oss/gstosssrc.c:
4510           advertise correct template caps - we indeed do non-native endianness
4511           and 8bit audio has no endianness
4512         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
4513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
4514           avoid (wrong) duplications in getcaps function and return
4515           template caps
4516
4517 2004-06-29  Wim Taymans  <wim@fluendo.com>
4518
4519         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4520         (gst_multifdsink_class_init), (gst_multifdsink_add),
4521         (gst_multifdsink_remove), (gst_multifdsink_clear),
4522         (gst_multifdsink_client_remove),
4523         (gst_multifdsink_handle_client_read),
4524         (gst_multifdsink_client_queue_data),
4525         (gst_multifdsink_client_queue_caps),
4526         (gst_multifdsink_client_queue_buffer),
4527         (gst_multifdsink_handle_client_write),
4528         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4529         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4530         (gst_multifdsink_init_send), (gst_multifdsink_close):
4531         Fix wrong GList iteration that could crash the server when
4532         more then 2 clients disconnect at the same time. Read all the
4533         pending commands in one batch to recover from command storms under
4534         very heavy load.
4535
4536 2004-06-28  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4539         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4540         (gst_videomixer_pad_set_property),
4541         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4542         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4543         (gst_videomixer_class_init), (gst_videomixer_init),
4544         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
4545         (pad_zorder_compare), (gst_videomixer_sort_pads),
4546         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4547         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
4548         (gst_videomixer_update_queues), (gst_videomixer_loop),
4549         (plugin_init):
4550         Avoid divide by zero, choose masterpad as the pad with the highest
4551         framerate.
4552
4553 2004-06-27  Julien Moutte  <julien@moutte.net>
4554
4555         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4556         (gst_ximagesink_xwindow_new):
4557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4558         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
4559         function directly. We might want to call it from somewhere else one day.
4560
4561 2004-06-27  Julien Moutte  <julien@moutte.net>
4562
4563         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4564         (gst_ximagesink_xwindow_new):
4565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4566         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
4567         window decorations.
4568
4569 2004-06-27  Wim Taymans  <wim@fluendo.com>
4570
4571         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
4572         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4573         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
4574         (gst_dvdec_set_property), (gst_dvdec_get_property):
4575         * ext/dv/gstdvdec.h:
4576         Implement drop_factor property to lower the framerate with
4577         a factor.
4578
4579 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4580
4581         * gst-libs/gst/colorbalance/Makefile.am:
4582         * gst-libs/gst/mixer/Makefile.am:
4583         * gst-libs/gst/play/Makefile.am:
4584         * gst-libs/gst/tuner/Makefile.am:
4585           unbreak Company's fix that didn't install the -enum.h files
4586
4587 2004-06-27  Wim Taymans  <wim@fluendo.com>
4588
4589         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
4590         (gst_dvdec_change_state):
4591         * ext/dv/gstdvdec.h:
4592         Fix timestamp, duration and offset of the buffers.
4593
4594 2004-06-27  Wim Taymans  <wim@fluendo.com>
4595
4596         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4597         (gst_multifdsink_class_init), (gst_multifdsink_add),
4598         (gst_multifdsink_remove), (gst_multifdsink_clear),
4599         (gst_multifdsink_client_remove),
4600         (gst_multifdsink_handle_client_read),
4601         (gst_multifdsink_client_queue_data),
4602         (gst_multifdsink_client_queue_caps),
4603         (gst_multifdsink_client_queue_buffer),
4604         (gst_multifdsink_handle_client_write),
4605         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4606         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4607         (gst_multifdsink_init_send), (gst_multifdsink_close):
4608         * gst/tcp/gstmultifdsink.h:
4609         * gst/tcp/gsttcpserversink.c:
4610         (gst_tcpserversink_handle_server_read),
4611         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
4612         More multifdsink fixes, more recovery policy fixes.
4613         Removed stupid g_print
4614
4615 2004-06-26  Wim Taymans  <wim@fluendo.com>
4616
4617         * gst/tcp/Makefile.am:
4618         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4619         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
4620         (gst_multifdsink_class_init), (gst_multifdsink_init),
4621         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
4622         (gst_multifdsink_handle_client_read),
4623         (gst_multifdsink_client_queue_data),
4624         (gst_multifdsink_client_queue_caps),
4625         (gst_multifdsink_client_queue_buffer),
4626         (gst_multifdsink_handle_client_write),
4627         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4628         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4629         (gst_multifdsink_chain), (gst_multifdsink_set_property),
4630         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
4631         (gst_multifdsink_close), (gst_multifdsink_change_state):
4632         * gst/tcp/gstmultifdsink.h:
4633         * gst/tcp/gsttcpplugin.c: (plugin_init):
4634         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
4635         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
4636         (gst_tcpserversink_handle_server_read),
4637         (gst_tcpserversink_handle_select),
4638         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
4639         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4640         * gst/tcp/gsttcpserversink.h:
4641         Added multifdsink, made tcpserversink a subclass of fdsink, removed
4642         one of the locks, added recovery policy to multifdsink.
4643
4644 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4645
4646         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4647           fix decision for when getting frames with same timestamp
4648         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4649         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4650         (gst_v4lsrc_get_property):
4651         * sys/v4l/gstv4lsrc.h:
4652           add latency offset property 
4653
4654 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4655
4656         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
4657         (plugin_init):
4658           fix debugging. add category.
4659
4660 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4661
4662         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4663           fix wrong offsets
4664
4665 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4666
4667         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4668         (gst_alsa_src_get_time), (gst_alsa_src_loop),
4669         (gst_alsa_src_change_state):
4670           return a time that is in sync with the element's processing
4671
4672 2004-06-25  Wim Taymans  <wim@fluendo.com>
4673
4674         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4675         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4676         (gst_tcpserversink_client_remove),
4677         (gst_tcpserversink_handle_client_read),
4678         (gst_tcpserversink_client_queue_data),
4679         (gst_tcpserversink_client_queue_caps),
4680         (gst_tcpserversink_client_queue_buffer),
4681         (gst_tcpserversink_handle_client_write),
4682         (gst_tcpserversink_queue_buffer),
4683         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
4684         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
4685         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
4686         (gst_tcpserversink_close):
4687         * gst/tcp/gsttcpserversink.h:
4688         Serversink rewrite. Really do non blocking writes to clients and
4689         maintain an internal queue to handle slower clients while not
4690         disturbing fast clients.
4691
4692 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4693
4694         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4695           better debug, don't override OFFSET and OFFSET_END
4696
4697 2004-06-25  Iain <iain@prettypeople.org>
4698
4699         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
4700         name=source for the wavparse pipeline.
4701
4702 2004-06-24  Johan Dahlin  <johan@gnome.org>
4703
4704         * ext/theora/theoraenc.c (theora_enc_chain): Call
4705         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
4706         streamheader caps are set correctly.
4707
4708 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4709
4710         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4711         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
4712           respect minimum bitrate; same could be done for max bitrate
4713
4714 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4715
4716         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4717         (gst_vorbisenc_setup):
4718           fix sample rate range
4719
4720 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4721
4722         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
4723         (gst_oggvorbisenc_setup):
4724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4725         (gst_vorbisenc_setup):
4726           resolve ambiguities in code and description
4727
4728 2004-06-24  Wim Taymans  <wim@fluendo.com>
4729
4730         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
4731         * ext/alsa/gstalsa.h:
4732         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4733         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
4734         Use alsa trigger_tstamp to get the timestamp of the first
4735         sample in the buffer for more precise sync. Some cleanups.
4736
4737 2004-06-24  Wim Taymans  <wim@fluendo.com>
4738
4739         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
4740         (gst_audiorate_init), (gst_audiorate_chain),
4741         (gst_audiorate_set_property), (gst_audiorate_get_property):
4742         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4743         (gst_videorate_chain):
4744         Added some logging, fixed an overflow bug in videorate.
4745
4746 2004-06-24  Benjamin Otte  <otte@gnome.org>
4747
4748         * ext/kio/Makefile.am:
4749           fix for builddir != srcdir and distcheck
4750
4751 2004-06-24  Benjamin Otte  <otte@gnome.org>
4752
4753         * gst-libs/gst/colorbalance/Makefile.am:
4754         * gst-libs/gst/mixer/Makefile.am:
4755         * gst-libs/gst/play/Makefile.am:
4756         * gst-libs/gst/tuner/Makefile.am:
4757         * gst/tcp/Makefile.am:
4758         * sys/dxr3/Makefile.am:
4759           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4760           tarball.
4761           Also add all *.list files that were missing.
4762         * Makefile.am:
4763           add a distcheck hook to ensure the above doesn't happen again.
4764
4765 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
4766
4767         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4768
4769 2004-06-23  Colin Walters  <walters@redhat.com>
4770
4771         * m4/Makefile.am: Distribute gst-fionread.m4.
4772
4773 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4774
4775         * configure.ac: back to dev
4776
4777 2004-06-23  Wim Taymans  <wim@fluendo.com>
4778
4779         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4780         (gst_alsa_xrun_recovery):
4781         * ext/alsa/gstalsa.h:
4782         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4783         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4784         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4785         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4786         (gst_alsa_src_loop):
4787         Add clock to alsasrc. Take new capture timestamp when
4788         restarting after an overrun. Split up some functions between
4789         alsasrc and alsasink.
4790
4791 === release 0.8.2 ===
4792
4793 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4794
4795         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4796         (gst_alsa_change_state), (gst_alsa_update_avail),
4797         (gst_alsa_xrun_recovery):
4798         * ext/alsa/gstalsa.h:
4799         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4800           merge back changes from release
4801
4802 2004-06-23  Wim Taymans  <wim@fluendo.com>
4803
4804         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4805         (gst_audiorate_init), (gst_audiorate_chain),
4806         (gst_audiorate_set_property), (gst_audiorate_get_property):
4807         Implement sample dropping and notify
4808
4809 2004-06-22  Wim Taymans  <wim@fluendo.com>
4810
4811         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4812         (theora_enc_sink_link), (theora_buffer_from_packet),
4813         (theora_push_packet), (theora_enc_chain):
4814         Some cleanups, make sure the timestamps are correct.
4815
4816 2004-06-22  Wim Taymans  <wim@fluendo.com>
4817
4818         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4819         (gst_alsa_change_state), (gst_alsa_update_avail),
4820         (gst_alsa_xrun_recovery):
4821         * ext/alsa/gstalsa.h:
4822         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4823         Cleanups, take queued samples into account when reporting
4824         the time.
4825
4826 2004-06-22  Wim Taymans  <wim@fluendo.com>
4827
4828         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4829         (gst_videorate_init):
4830         Initialize the property as well.
4831
4832 2004-06-22  Wim Taymans  <wim@fluendo.com>
4833
4834         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4835         (gst_videorate_init), (gst_videorate_chain),
4836         (gst_videorate_set_property), (gst_videorate_get_property):
4837         Add property to make videorate silent.
4838         Add property to prefer new frames over old ones.
4839
4840 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4841
4842         * sys/osxvideo/Makefile.am:
4843         Workaround so that the osxvideo .so file gets linked with the
4844         Cocoa, OpenGL and QuickTime frameworks
4845
4846 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4847
4848         * sys/osxaudio/Makefile.am:
4849         Workaround so that the osxaudio .so file gets linked with the
4850         CoreAudio framework
4851  
4852 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4853
4854         * configure.ac:
4855         Whoops, my fault...fixed build issues
4856
4857 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4858
4859         * configure.ac:
4860         Add objective-c support if running in Darwin/Mac OS X
4861         * sys/Makefile.am:
4862         * sys/osxvideo:
4863         * sys/osxvideo/Makefile.am:
4864         * sys/osxvideo/osxvideosink.h:
4865         * sys/osxvideo/osxvideosink.m:
4866         * sys/osxvideo/cocoawindow.h:
4867         * sys/osxvideo/cocoawindow.m:
4868         Add osxvideosink, a cocoa-based osx video sink
4869         
4870
4871 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4872         * ext/dvdnav/gst-dvd:
4873         Grab the gconf key from the right spot
4874         * gst/debug/gstnavseek.c: (gst_navseek_init),
4875         (gst_navseek_segseek), (gst_navseek_handle_src_event),
4876         (gst_navseek_chain):
4877         * gst/debug/gstnavseek.h:
4878           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4879           and loop parameters of a segment seek.
4880         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4881         (gst_videotestsrc_get_event_masks),
4882         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4883         * gst/videotestsrc/gstvideotestsrc.h:
4884           Add seeking support to videotestsrc
4885           Initialise the timestamp_offset variable.
4886
4887 2004-06-18  Wim Taymans  <wim@fluendo.com>
4888
4889         * ext/sidplay/gstsiddec.cc:
4890         Fix negotiation and set correct end offset.
4891
4892 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4893
4894         * configure.ac: branch and prerelease
4895
4896 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4897
4898         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4899         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4900         (gst_tcpclientsrc_init_receive):
4901         * gst/tcp/gsttcpclientsrc.h:
4902           read caps when connecting to server for GDP so we set them correctly
4903
4904 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4907           notify drops and duplicates
4908         * gst/videoscale/videoscale.c: (videoscale_get_structure):
4909           no good reason to limit ourselves to 100x100
4910
4911 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4912
4913         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4914         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4915         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4916         (gst_v4lsrc_get_property):
4917         * sys/v4l/gstv4lsrc.h:
4918         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4919         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4920         (gst_v4l_set_audio):
4921         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4922         (gst_v4lsrc_try_capture):
4923         * sys/v4l/v4lsrc_calls.h:
4924           change try_palette to more general try_capture
4925           add autoprobe option so we can turn off autoprobing
4926           various fixes
4927
4928 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4929
4930         * configure.ac:
4931           add videorate
4932         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4933         (gst_ximagesink_class_init):
4934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4935         (gst_xvimagesink_class_init):
4936           run them as finalize, not dispose, since dispose can be invoked
4937           multiple times
4938
4939 2004-06-17  Wim Taymans  <wim@fluendo.com>
4940
4941         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4942         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4943         * ext/alsa/gstalsa.h:
4944         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4946         (gst_alsa_src_change_state):
4947         * ext/alsa/gstalsasrc.h:
4948         Make the xrun code timestamp and offset the buffers correctly.
4949         moved the clock to the base class, use alsa methods to get time.
4950         Do correct timestamping on outgoing buffers.
4951
4952 2004-06-17  Wim Taymans  <wim@fluendo.com>
4953
4954         * gst/audiorate/Makefile.am:
4955         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4956         (gst_audiorate_base_init), (gst_audiorate_class_init),
4957         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4958         (gst_audiorate_set_property), (gst_audiorate_get_property),
4959         (gst_audiorate_change_state), (plugin_init):
4960         Added an audiorate converter that fills in gaps.
4961
4962 2004-06-17  Johan Dahlin  <johan@gnome.org>
4963
4964         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
4965
4966 2004-06-16  Wim Taymans  <wim@fluendo.com>
4967
4968         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
4969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4970         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4971         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4972         (gst_v4lsrc_get_property):
4973         * sys/v4l/gstv4lsrc.h:
4974         Added a copy mode to v4lsrc where it will output a copied version
4975         of its internal hardware buffer.
4976         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
4977         can't | them.
4978
4979 2004-06-16  Wim Taymans  <wim@fluendo.com>
4980
4981         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4982         Timestamp fixes.
4983
4984 2004-06-16  Wim Taymans  <wim@fluendo.com>
4985
4986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4987         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4988         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4989         (gst_v4lsrc_get_property):
4990         * sys/v4l/gstv4lsrc.h:
4991         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4992         Added a sync mode enum property to control v4lsrc timestamp method
4993         Removed the use-fixed-fps property and moved functionality in
4994         the enum. 
4995         Don't error on an error value from v4l-conf, it might not always
4996         be a real error.
4997
4998 2004-06-16  Wim Taymans  <wim@fluendo.com>
4999
5000         * gst/videorate/Makefile.am:
5001         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
5002         (gst_videorate_base_init), (gst_videorate_class_init),
5003         (gst_videorate_getcaps), (gst_videorate_link),
5004         (gst_videorate_init), (gst_videorate_chain),
5005         (gst_videorate_set_property), (gst_videorate_get_property),
5006         (gst_videorate_change_state), (plugin_init):
5007         Added a video timestamp corrector.
5008
5009 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
5010
5011         fixed a potential leak with previous commit
5012         
5013         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5014
5015 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
5016
5017         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5018         Added missing refcount, fixes bug #144425
5019         Cheers Tim for finding the bug
5020
5021 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5022
5023         * sys/v4l/gstv4l.c: (plugin_init):
5024         * sys/v4l/gstv4lcolorbalance.c:
5025         * sys/v4l/gstv4lcolorbalance.h:
5026         * sys/v4l/gstv4lelement.c:
5027         * sys/v4l/gstv4lelement.h:
5028         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
5029         * sys/v4l/gstv4lmjpegsink.h:
5030         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
5031         * sys/v4l/gstv4lmjpegsrc.h:
5032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5033         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5034         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
5035         * sys/v4l/gstv4lsrc.h:
5036         * sys/v4l/gstv4ltuner.c:
5037         * sys/v4l/gstv4ltuner.h:
5038         * sys/v4l/gstv4lxoverlay.c:
5039         * sys/v4l/gstv4lxoverlay.h:
5040         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
5041         (gst_v4l_set_window), (gst_v4l_enable_overlay):
5042         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5043         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
5044         (gst_v4l_set_audio):
5045         * sys/v4l/v4l_calls.h:
5046         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
5047         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
5048         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
5049         (gst_v4lmjpegsink_playback_init),
5050         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
5051         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
5052         (gst_v4lmjpegsink_playback_stop),
5053         (gst_v4lmjpegsink_playback_deinit):
5054         * sys/v4l/v4lmjpegsink_calls.h:
5055         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
5056         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
5057         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
5058         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
5059         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
5060         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
5061         * sys/v4l/v4lmjpegsrc_calls.h:
5062         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5063         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
5064         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
5065         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
5066         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
5067         (gst_v4lsrc_try_palette):
5068         * sys/v4l/v4lsrc_calls.h:
5069           bunch of paranoia cleanups
5070
5071 2004-06-14  David Schleef  <ds@schleef.org>
5072
5073         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
5074         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
5075         Send discont events and change timestamps appropriately when
5076         we get a seek event.  (bug #144240)
5077         * ext/cdparanoia/gstcdparanoia.h:
5078
5079 2004-06-14  Benjamin Otte  <otte@gnome.org>
5080
5081         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
5082           snd_pcm_hw_params_set_rate  since the latter fails for no good 
5083           reason on some setups.
5084
5085 2004-06-14  David Schleef  <ds@schleef.org>
5086
5087         * gst/volume/demo.c: (value_changed_callback): exp10() is not
5088         standard.  Thank you for playing.
5089
5090 2004-06-14  Wim Taymans  <wim@fluendo.com>
5091
5092         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
5093         Patch 1.3 broke the ordering of the colorspace info and
5094         made the plugin basically work by coincidence, reordered
5095         the info.
5096
5097 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5098
5099         * ext/lame/gstlame.c:
5100         * ext/mad/gstmad.c:
5101           sync caps.  Make sure mad can only output a list of rates, not
5102           a full range.  In the future, have three caps lists for each of the
5103           mpeg versions.  Change mpegversion to a double as well.
5104
5105 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5106
5107         * gst/volume/.cvsignore:
5108         * gst/volume/Makefile.am:
5109         * gst/volume/demo.c: (value_changed_callback), (idler),
5110         (setup_gui), (main):
5111           added small demo app
5112
5113 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
5114         * ext/esd/esdsink.c: (gst_esdsink_change_state):
5115         * ext/esd/esdsink.h:
5116         Close the esd connection on pause, because esd will just wait -  
5117         blocking all other esd clients indefinitely.
5118
5119 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
5120
5121         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
5122           previous commit with GST_DEBUG
5123
5124 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5125
5126         * configure.ac:
5127           add a header check for a dvdread header in dvdnav.  Fixes #133002
5128
5129 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
5130
5131         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
5132         * gst/tcp/gsttcpclientsink.h:
5133         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
5134         * gst/tcp/gsttcpclientsrc.h:
5135         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
5136         (gst_tcpserversink_handle_server_read),
5137         (gst_tcpserversink_init_send):
5138         * gst/tcp/gsttcpserversink.h:
5139         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5140         * gst/tcp/gsttcpserversrc.h:
5141         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
5142         version of IP)
5143
5144 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
5145
5146         * configure.ac:
5147         Added ogg library so that OSX detects libtheora properly
5148         
5149 2004-06-11  Wim Taymans  <wim@fluendo.com>
5150
5151         * ext/theora/theoradec.c: (theora_dec_chain),
5152         (theora_dec_change_state):
5153         Don't try to decode frames before we received a keyframe.
5154
5155 2004-06-11  Wim Taymans  <wim@fluendo.com>
5156
5157         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5158         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5159         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5160         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5161         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5162         Added property to set the maximum delay of a page.
5163
5164 2004-06-10  Wim Taymans  <wim@fluendo.com>
5165
5166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5167         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5168         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5169         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5170         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5171         Added max-delay property to control the maximum amount
5172         of data to put in one page.
5173
5174 2004-06-10  Wim Taymans  <wim@fluendo.com>
5175
5176         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5177         (gst_theora_enc_init), (theora_enc_sink_link),
5178         (theora_buffer_from_packet), (theora_enc_set_property),
5179         (theora_enc_get_property):
5180         Set duration on encoded buffer, added some more properties
5181
5182 2004-06-10  Wim Taymans  <wim@fluendo.com>
5183
5184         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5185         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5186         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5187         * ext/theora/theoraenc.c: (theora_enc_chain):
5188         Fix refcounting bugs
5189
5190 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5191
5192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
5193         (gst_asf_demux_loop), (gst_asf_demux_process_file),
5194         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
5195         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
5196         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
5197         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
5198         (gst_asf_demux_change_state):
5199         * gst/asfdemux/gstasfdemux.h:
5200           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
5201           feels like. I think we should set a new requirement for demuxers
5202           from now on to implement sane loop functions, data loops, query
5203           and seek functions before first commit into CVS. And this commit
5204           fixes all of the above.
5205
5206 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
5207
5208         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
5209           vorbis comments are properly encoded in UTF-8 before adding them
5210           to a GstTagList
5211
5212 2004-06-09  Benjamin Otte  <otte@gnome.org>
5213
5214         * ext/alsa/gstalsa.c: (add_channels):
5215           handle min <= max correctly
5216         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
5217         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
5218           add fixation functions so we fixate correctly. No preferring of alaw
5219           anymore because it's the first structure.
5220         * ext/alsa/gstalsa.h:
5221         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
5222         (gst_alsa_hw_params_dump):
5223           add functions to ease debugging in alsalib
5224         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
5225         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
5226         (gst_alsa_start_audio):
5227           only specify hw params if we really setup a format (fixes #134007 -
5228           or at least works around it)
5229
5230 2004-06-09  Wim Taymans  <wim@fluendo.com>
5231
5232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5233         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5234         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
5235         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
5236         (gst_ogg_mux_loop):
5237         Use stream caps to setup the initial pages in the ogg stream.
5238         Correctly set the streamheader caps on the srcpad.
5239
5240 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5241
5242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5243         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5244         (gst_v4lsrc_getcaps):
5245         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5246         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
5247           add querying of fps lists for webcams.  Negotiating to a framerate
5248           now works.
5249
5250 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5251
5252         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5253         (theora_push_buffer), (theora_push_packet),
5254         (theora_set_header_on_caps), (theora_enc_chain):
5255           mark buffers and put on streamheader, raw theora streaming
5256           now works too, whee
5257
5258 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5259
5260         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5261         (gst_tcp_gdp_read_caps):
5262           do a looping read for caps and GDP headers too
5263
5264 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5265
5266         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5267         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
5268           return EOS instead of NULL in _get
5269
5270 2004-06-08  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5273         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
5274         (gst_tcp_gdp_write_caps):
5275         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5277         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
5278         Memory leak fixes
5279
5280 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5281
5282         * ext/vorbis/Makefile.am:
5283         * ext/vorbis/vorbis.c: (plugin_init):
5284         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
5285         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
5286         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
5287         (vorbis_parse_change_state):
5288         * ext/vorbis/vorbisparse.h:
5289           adding a vorbisparse element that marks the buffers, streaming
5290           raw vorbis using GDP now works, whee
5291
5292 2004-06-08  Wim Taymans  <wim@fluendo.com>
5293
5294         * ext/jpeg/Makefile.am:
5295         * ext/jpeg/README:
5296         * ext/jpeg/gstjpeg.c: (plugin_init):
5297         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
5298         (gst_smokedec_base_init), (gst_smokedec_class_init),
5299         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
5300         * ext/jpeg/gstsmokedec.h:
5301         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
5302         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
5303         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
5304         (gst_smokeenc_resync), (gst_smokeenc_chain),
5305         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
5306         * ext/jpeg/gstsmokeenc.h:
5307         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
5308         (smokecodec_flush_destination), (smokecodec_term_destination),
5309         (smokecodec_init_source), (smokecodec_fill_input_buffer),
5310         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
5311         (smokecodec_term_source), (smokecodec_encode_new),
5312         (smokecodec_decode_new), (smokecodec_info_free),
5313         (smokecodec_set_quality), (smokecodec_get_quality),
5314         (smokecodec_set_threshold), (smokecodec_get_threshold),
5315         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
5316         (find_best_size), (abs_diff), (put), (smokecodec_encode),
5317         (smokecodec_parse_header), (smokecodec_decode):
5318         * ext/jpeg/smokecodec.h:
5319         Added a new simple jpeg based codec
5320
5321 2004-06-08  Wim Taymans  <wim@fluendo.com>
5322
5323         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5324         (gst_multipart_mux_loop):
5325         Fix memory leak
5326
5327 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5328
5329         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5330         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
5331         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
5332         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
5333         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5334         * gst/tcp/gsttcpserversink.h:
5335           take streamheader into account
5336
5337 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5338
5339         * gst/level/Makefile.am:
5340         * gst/level/gstlevel.c: (gst_level_class_init):
5341           clean up marshal generation
5342
5343 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5344
5345         * gst/tcp/Makefile.am:
5346         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
5347         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
5348         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
5349         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5350         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
5351         (gst_tcpclientsrc_get_property):
5352         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5353         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5354         (gst_tcpserversink_handle_client_read),
5355         (gst_tcpserversink_handle_client_write),
5356         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
5357         * gst/tcp/gsttcpserversink.h:
5358           add signals client-added and client-removed
5359         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5360         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
5361         (gst_tcpserversrc_get_property):
5362         uniformized, change default protocol to NONE
5363         * gst/tcp/gsttcp-marshal.list: added
5364 2004-06-07  Benjamin Otte  <otte@gnome.org>
5365
5366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5367           handle discont events if they happen before caps nego
5368
5369 2004-06-07  Wim Taymans  <wim@fluendo.com>
5370
5371         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5372         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5373         (gst_multipart_demux_plugin_init):
5374         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5375         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5376         (gst_multipart_mux_change_state):
5377         Small updates, fix a memleak
5378
5379 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5380
5381         * configure.ac: OSS portability
5382         * ext/arts/gst_arts.c: idem
5383         * sys/oss/gstosselement.c: idem
5384         * sys/oss/gstossmixer.c: idem
5385         * sys/oss/gstosssink.c: idem
5386         * sys/oss/gstosssrc.c: idem
5387         * sys/oss/oss_probe.c: idem
5388           - check for soundcard.h in different places for some BSD
5389
5390 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
5391
5392         * AUTHORS:
5393         Add me to the authors file
5394         * configure.ac:
5395         Increase the libdv requirement to >= version 0.100
5396         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
5397         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
5398         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
5399         * ext/dv/gstdvdec.h:
5400         Add support for the new_media flag when sending DISCONT events
5401         Make the querying work when video pad is not linked
5402
5403 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5404
5405         reviewed by Benjamin Otte  <otte@gnome.org>
5406
5407         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
5408           create a NULL-initialized array of pads, so we don't think they
5409           exist already. (fixes #143130)
5410
5411 2004-06-07  Benjamin Otte  <otte@gnome.org>
5412
5413         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
5414         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
5415         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
5416           don't use // coments
5417
5418 2004-06-07  Benjamin Otte  <otte@gnome.org>
5419
5420         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
5421           cast to GstClockTime to get higher granularity
5422         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5423           use gst_element_set_time_delay to get the exact time
5424         * ext/mad/gstmad.c: (gst_mad_chain):
5425           use the negotiated rate instead of the current frame's rate which
5426           might be wrong because of bit errors. This avoids emitting totally
5427           bogus timestamps and screwing sync.
5428         (fixes #143454)
5429
5430 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5431
5432         reviewed by Benjamin Otte  <otte@gnome.org>
5433
5434         * gst/adder/gstadder.c: (gst_adder_loop):
5435           properly error out when no negotiation has happened yet. (fixes
5436           #143032)
5437
5438 2004-06-06  Benjamin Otte  <otte@gnome.org>
5439
5440         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5441           forward correctly transformed offset in discont events. Based on
5442           patch by Arwed v. Merkatz. (fixes #142851)
5443
5444 2004-06-06  David Schleef  <ds@schleef.org>
5445
5446         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
5447         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
5448         problems on several systems.
5449
5450 2004-06-06  Benjamin Otte  <otte@gnome.org>
5451
5452         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5453           use explicit caps on the srcpad
5454         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5455           properly error out if caps couldn't be set (fixes #142764)
5456
5457 2004-06-06  Benjamin Otte  <otte@gnome.org>
5458
5459         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
5460         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
5461         (gst_alsa_start_audio):
5462           - don't call set_periods_integer anymore, it breaks the
5463           configuration randomly
5464           - call snd_pcm_hw_params_set_access directly instead of using masks
5465           - don't fail if the sw_params can't be set, just use the default
5466           params and hope it works. Alsalib has weird issues when you touch
5467           sw_params and does no proper error reporting about what failed.
5468         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5469         (gst_alsa_close_audio):
5470           make our alsa debugging go via gst debugging and not conditionally
5471           defined
5472         * ext/alsa/gstalsa.h:
5473           add ALSA_DEBUG_FLUSH macro
5474         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
5475         (plugin_init):
5476           wrap alsa errors to be printed via the gst debugging system and not
5477           spammed to stderr
5478
5479 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5480
5481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
5482         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
5483         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
5484         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
5485         (qtdemux_parse_trak):
5486         * gst/qtdemux/qtdemux.h:
5487           Bitch. Also known as seeking, querying & co.
5488         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5489         (gst_osssink_change_state):
5490         * sys/oss/gstosssink.h:
5491           Resyncing is for weenies, this hack is no longer needed and was
5492           broken anyway (since it - unintendedly - always leaves resync to
5493           TRUE).
5494
5495 2004-06-05  Andrew Turner <zxombie@hotpop.com>
5496
5497         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
5498         * gst/tcp/gsttcpclientsrc.h: idem
5499           - define MSG_NOSIGNAL if not done
5500           - include unistd.h for off_t
5501           (fixes #143749)
5502
5503 2004-06-05  Benjamin Otte  <otte@gnome.org>
5504
5505         * configure.ac:
5506         * ext/kio/Makefile.am:
5507           check for qt's moc preprocessor explicitly and use it
5508
5509 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5510
5511         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5512           don't get a signal for EPIPE on socket writes
5513           (somebody check if this works on other platforms)
5514
5515 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5516
5517         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
5518         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5519           check error condition on available samples correctly
5520
5521 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5522
5523         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
5524           avoid a segfault
5525         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5526         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
5527         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5528         (gst_tcpserversrc_gdp_read_header):
5529          use ssize_t over size_t since the former is signed and thus the
5530          check for error codes can work
5531
5532 2004-06-02  Wim Taymans  <wim@fluendo.com>
5533
5534         reviewed by: Johan
5535
5536         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5537         (gst_multipart_mux_loop):
5538         Oops
5539
5540 2004-06-02  Wim Taymans  <wim@fluendo.com>
5541
5542         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5543         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5544         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5545         (gst_multipart_mux_change_state):
5546         Added configurable boundary specifier, added the value as a
5547         caps field as well.
5548
5549 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
5550
5551         * gst/tcp/gsttcp.c:
5552         * gst/tcp/gsttcpclientsrc.c:
5553         * gst/tcp/gsttcpclientsrc.h:
5554         * gst/tcp/gsttcpserversrc.c:
5555           - portability fix, to compile on OSX
5556             (fixes #143146)
5557
5558         * sys/osxaudio/gstosxaudioelement.c:
5559         * sys/osxaudio/gstosxaudiosink.c:
5560         * sys/osxaudio/gstosxaudiosrc.c:
5561           - compilation warnings on OSX
5562             (fixes #143153)
5563
5564 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5565
5566         * ext/vorbis/vorbisdec.c : sign warning fixes
5567
5568         * gst-libs/gst/mixer/mixertrack.c :
5569           do no use defines which are glib 2.4 specific
5570
5571 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
5572
5573         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
5574           buffer since libflac doesn't expect it (reports a sync error when 
5575           it encounters that)
5576
5577         
5578 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
5579
5580         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
5581         * gst-libs/gst/mixer/mixertrack.c:
5582         (gst_mixer_track_get_property), (get_mixer_track_init),
5583         (get_mixer_track_get_property): Added property accessors
5584         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
5585         * gst-libs/gst/mixer/mixeroptions.c:
5586         (gst_mixer_options_get_values): Added   
5587         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
5588         * gst-libs/gst/mixer/mixer.c: Fixed comment
5589
5590
5591 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5592
5593         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5594           improve error messages on open
5595
5596
5597 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5598
5599         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5600           check if v4l-conf is in path
5601
5602 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5603
5604         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5605           change assert to a more readable error message
5606
5607 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5608
5609         * gst-libs/gst/tuner/tunerchannel.h:
5610           - add a freq_multiplicator field to make the conversion
5611             between internal frequency unit and Hz
5612         * sys/v4l/gstv4lelement.c:
5613         * sys/v4l2/gstv4l2element.c:
5614           - change default video device to /dev/video0
5615         * sys/v4l/v4l_calls.c:
5616         * sys/v4l2/v4l2_calls.c:
5617           - we only expose frequency to the user in Hz instead of
5618             bastard v4lX unit (either 62.5kHz or 62.5Hz)
5619
5620 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5621         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5622           Initialise b_o_s and e_o_s variables
5623         * gst-libs/gst/riff/riff-media.c:
5624         (gst_riff_create_video_caps_with_data):
5625           Add some unusual fourcc's from mplayer avi's
5626         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
5627           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
5628           autoplugging.
5629
5630 2004-05-28  Wim Taymans  <wim@fluendo.com>
5631
5632         * configure.ac:
5633         * gst/alpha/Makefile.am:
5634         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5635         (gst_alpha_get_type), (gst_alpha_base_init),
5636         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5637         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
5638         (gst_alpha_chroma_key), (gst_alpha_chain),
5639         (gst_alpha_change_state), (plugin_init):
5640         A plugin to add an alpha channel to I420 video. Can optionally do
5641         chroma keying.
5642         * gst/multipart/Makefile.am:
5643         * gst/multipart/multipart.c: (plugin_init):
5644         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5645         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5646         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
5647         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5648         (gst_multipart_demux_change_state),
5649         (gst_multipart_demux_plugin_init):
5650         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
5651         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
5652         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
5653         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
5654         (gst_multipart_mux_pad_unlink),
5655         (gst_multipart_mux_request_new_pad),
5656         (gst_multipart_mux_handle_src_event),
5657         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
5658         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
5659         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5660         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
5661         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
5662         send multipart jpeg images to a browser.
5663         * gst/videobox/Makefile.am:
5664         * gst/videobox/README:
5665         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5666         (gst_video_box_get_type), (gst_video_box_base_init),
5667         (gst_video_box_class_init), (gst_video_box_init),
5668         (gst_video_box_set_property), (gst_video_box_get_property),
5669         (gst_video_box_sink_link), (gst_video_box_i420),
5670         (gst_video_box_ayuv), (gst_video_box_chain),
5671         (gst_video_box_change_state), (plugin_init):
5672         Crops or adds borders around an image. can do alpha channel
5673         borders as well.
5674         * gst/videomixer/Makefile.am:
5675         * gst/videomixer/README:
5676         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5677         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
5678         (gst_videomixer_pad_get_sink_event_masks),
5679         (gst_videomixer_pad_get_property),
5680         (gst_videomixer_pad_set_property),
5681         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
5682         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
5683         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5684         (gst_videomixer_base_init), (gst_videomixer_class_init),
5685         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5686         (gst_videomixer_handle_src_event),
5687         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
5688         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
5689         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
5690         (gst_videomixer_loop), (gst_videomixer_get_property),
5691         (gst_videomixer_set_property), (gst_videomixer_change_state),
5692         (plugin_init):
5693         Generic video mixer plugin, can handle multiple inputs all with
5694         different framerates and video sizes. Is fully alpha channel
5695         aware.
5696
5697 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5698
5699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5700           Select first track as master track. Not sure how else to handle
5701           that...
5702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
5703           Discard discont events. Should fix #142962.
5704
5705 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5706
5707         * ext/alsa/Makefile.am:
5708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
5709         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
5710         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5711         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
5712         (gst_alsa_mixer_get_option):
5713         * ext/alsa/gstalsamixer.h:
5714         * ext/alsa/gstalsamixeroptions.c:
5715         (gst_alsa_mixer_options_get_type),
5716         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
5717         (gst_alsa_mixer_options_new):
5718         * ext/alsa/gstalsamixeroptions.h:
5719         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5720         * ext/alsa/gstalsamixertrack.h:
5721           Add enumerations (as GstMixerOptions). Make correct distinction
5722           between input/output tracks. Add capture/playback private flag.
5723           Use flag to decide on whether to set capture or playback volumes
5724           or switches. Use playback and record switches.
5725         * gst-libs/gst/mixer/Makefile.am:
5726         * gst-libs/gst/mixer/mixer-marshal.list:
5727         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
5728         (gst_mixer_set_option), (gst_mixer_get_option),
5729         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
5730         (gst_mixer_volume_changed), (gst_mixer_option_changed):
5731         * gst-libs/gst/mixer/mixer.h:
5732         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
5733         (gst_mixer_options_class_init), (gst_mixer_options_init),
5734         (gst_mixer_options_dispose):
5735         * gst-libs/gst/mixer/mixeroptions.h:
5736           Add GstMixerOptions.
5737         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5738           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
5739           broken device detection on computers with multiple OSS sound
5740           cards.
5741
5742 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5743
5744         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5745           fixate nicely even when the peer is not negotiating
5746
5747 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5748
5749         * gst/audioconvert/gstaudioconvert.c:
5750         (gst_audio_convert_parse_caps):
5751           make sure we don't allow depth > width
5752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5753           fixate endianness to G_BYTE_ORDER as default
5754         * gst/audioscale/gstaudioscale.c:
5755           we don't handle another endianness as host-endianness
5756
5757 2004-05-25  David Schleef  <ds@schleef.org>
5758
5759         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
5760
5761 2004-05-24  Benjamin Otte  <otte@gnome.org>
5762
5763         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5764         (gst_oggvorbisenc_setup):
5765           properly fail when we can't setup the vorbis encoder due to
5766           unsupported settings
5767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5768         (gst_vorbisenc_setup):
5769           same
5770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5771           fix case where warnings occured when one pad was unlinked while the
5772           other's link function was called
5773
5774 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5775
5776         * gst/tcp/Makefile.am:
5777           use GST_ENABLE_NEW
5778
5779 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5780
5781         * gst-libs/gst/resample/private.h:
5782           don't use optimizations that are #if 0'ed
5783
5784 2004-05-24  Wim Taymans  <wim@fluendo.com>
5785
5786         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5787         Fix potential division by zero error and hopefully get
5788         the position query right to get correct timestamps on avi
5789         audio.
5790
5791 2004-05-24  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5794         (gst_videoscale_scale_nearest_str2),
5795         (gst_videoscale_scale_nearest_str4),
5796         (gst_videoscale_scale_nearest_32bit),
5797         (gst_videoscale_scale_nearest_24bit),
5798         (gst_videoscale_scale_nearest_16bit):
5799         Fix the scaling algorithm and avoid a buffer overflow.
5800         removed the while loop in the scaling function as it
5801         was used for point sampling only.
5802
5803 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5804
5805         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5806         (gst_id3_tag_class_init), (gst_id3_tag_init),
5807         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5808         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5809         (gst_id3_tag_send_tag_event):
5810           lots of fixes to make id3mux work and id3demux work correctly
5811
5812 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5813
5814         * ext/Makefile.am:
5815           add rules to build shout2send (was removed by accident
5816           when this module was no more marked experimental/broken)
5817
5818 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
5819
5820         * ext/shout2/gstshout2.c:
5821         * ext/shout2/gstshout2.h:
5822           adding a "connection problem" signal to shout2send
5823           (fixes #142954)
5824
5825 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5826
5827         * ext/kio/kioreceiver.cpp:
5828         * ext/kio/kioreceiver.h:
5829           fix sign comparison issues
5830
5831 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5832
5833         * gst/cdxaparse/gstcdxaparse.c:
5834         * gst/cdxaparse/gstcdxaparse.h:
5835           some renaming
5836           add some checks/sanity
5837           prepare for seek addition
5838
5839         * sys/sunaudio/gstsunaudio.c:
5840           remove exported dupe init function
5841
5842 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5843
5844         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5845         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5846           Fix format conversion and position querying.
5847         * gst/debug/progressreport.c: (gst_progressreport_report):
5848           Don't output a bogus total value that we didn't query.
5849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5850           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5851           only a blank window after xine has been used.
5852
5853 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5854
5855         * m4/as-arts.m4:
5856           sync with upstream version to fix test on FC2
5857           readd with -ko to preserve Id header
5858
5859 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5860
5861         * configure.ac:
5862           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5863         * gst/tcp/gsttcpclientsrc.c: idem
5864         * gst/tcp/gsttcpserversink.c: idem
5865         * gst/tcp/gsttcpserversrc.c: idem
5866         * m4/gst-fionread.m4: idem
5867
5868         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5869
5870         * configure.ac: enable speex plugin for speex 1.1.5+
5871         * ext/speex/gstspeexenc.c: fix cast warning
5872
5873         * ext/esd/README: fix typo
5874
5875 2004-05-20  David Schleef  <ds@schleef.org>
5876
5877         * configure.ac: Minor cosmetic change to convince the buildbot to
5878         reautogen.
5879         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5880         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5881         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5882         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5883         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5884         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5885         More hacking.  Plays audio now.
5886
5887 2004-05-20  David Schleef  <ds@schleef.org>
5888
5889         * configure.ac:
5890         * sys/Makefile.am:
5891
5892 2004-05-20  David Schleef  <ds@schleef.org>
5893
5894         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
5895         * sys/osxaudio/gstosxaudio.c:
5896         * sys/osxaudio/gstosxaudioelement.c:
5897         * sys/osxaudio/gstosxaudioelement.h:
5898         * sys/osxaudio/gstosxaudiosink.c:
5899         * sys/osxaudio/gstosxaudiosink.h:
5900         * sys/osxaudio/gstosxaudiosrc.c:
5901         * sys/osxaudio/gstosxaudiosrc.h:
5902
5903 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5904
5905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5906         (gst_vorbisenc_chain):
5907           put the codec headers on the caps as streamheader as well as
5908           pushing them out
5909
5910 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5911
5912         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5913         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5914         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5915         split up push_packet into two functions
5916
5917 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5918
5919         * gst/tcp/.cvsignore:
5920           ignore enums
5921         * gst/tcp/Makefile.am:
5922         * gst/tcp/README:
5923         * gst/tcp/gsttcp.c:
5924         * gst/tcp/gsttcp.h:
5925         * gst/tcp/gsttcpclientsink.c:
5926         * gst/tcp/gsttcpclientsink.h:
5927         * gst/tcp/gsttcpclientsrc.c:
5928         * gst/tcp/gsttcpclientsrc.h:
5929         * gst/tcp/gsttcpplugin.c:
5930         * gst/tcp/gsttcpserversink.c:
5931         * gst/tcp/gsttcpserversink.h:
5932         * gst/tcp/gsttcpserversrc.c:
5933         * gst/tcp/gsttcpserversrc.h:
5934           add new tcp elements
5935
5936 2004-05-19  Wim Taymans  <wim@fluendo.com>
5937
5938         * gst/law/mulaw-conversion.c: (mulaw_encode):
5939         Fix overflow bug in ulaw encoding.
5940
5941 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5942
5943         * ext/mad/gstmad.c: (gst_mad_handle_event):
5944           don't unref the event twice
5945
5946 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5947
5948         * configure.ac:
5949           remove -Wno-sign-compare
5950
5951 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5952
5953         * configure.ac:
5954           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5955           if you want to work against glib 2.2 and 2.4
5956
5957 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5958
5959         * gst/tcp/Makefile.am:
5960         * gst/tcp/gsttcp.c:
5961         * gst/tcp/gsttcp.h:
5962         * gst/tcp/gsttcpsink.h:
5963         * gst/tcp/gsttcpsrc.h:
5964           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
5965
5966 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5967
5968         * gst/debug/tests.c: (md5_get_value):
5969           fix segfault on gst-inspect
5970
5971 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5972
5973         * gst/debug/testplugin.c: 
5974         * gst/debug/tests.c: 
5975         * gst/debug/tests.h:
5976           add new extensible and configurable testing element. Current tests
5977           include buffer count, stream length, timestamp/duration matching and
5978           md5.
5979         * gst/debug/Makefile.am:
5980         * gst/debug/gstdebug.c: (plugin_init):
5981           add infrastructure for new element
5982
5983 2004-05-19  Johan Dahlin  <johan@gnome.org>
5984
5985         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
5986         ending of the array. Fixes gst-inspect segfault on ppc.
5987
5988 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5989
5990         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
5991
5992         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
5993
5994 2004-05-18  David Schleef  <ds@schleef.org>
5995
5996         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
5997         warnings (bugs, actually) noticed by gcc but not forte.
5998
5999 2004-05-18  David Schleef  <ds@schleef.org>
6000
6001         * sys/sunaudio/Makefile.am:
6002         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
6003
6004 2004-05-18  David Schleef  <ds@schleef.org>
6005
6006         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6007         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
6008         to allow qtdemux to use non-seekable streams. (bug #142272)
6009
6010 2004-05-18  David Schleef  <ds@schleef.org>
6011
6012         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
6013         (gst_resample_sinc_ft_float): Remove use of static temporary
6014         buffer.  This code was obviously not supposed to last long, but
6015         it's stuck in our ABI, so it required a little hack to make it
6016         ABI-compatible.  Fixes #142585.
6017         * gst-libs/gst/resample/resample.h: same.
6018
6019 2004-05-18  David Schleef  <ds@schleef.org>
6020
6021         * configure.ac: Add sunaudio
6022         * examples/Makefile.am: make gstplay depend on gconf
6023         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
6024         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
6025         (convert_table_lookup), (img_convert): remove c99-isms
6026         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
6027           unsigned, to fix a warning on Solaris
6028         * gst/mpeg1sys/systems.c: bcopy->memcpy
6029         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
6030         * sys/Makefile.am: Add sunaudio
6031
6032 2004-05-18  Wim Taymans  <wim@fluendo.com>
6033
6034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
6035         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
6036         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
6037         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
6038         (gst_ogg_mux_loop):
6039         Fix an ugly memleak where the muxer didn't flush enough ogg
6040         pages. This also resulted in badly muxed ogg files.
6041
6042 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6043
6044         * gst/asfdemux/asfheaders.c :
6045         * gst/asfdemux/asfheaders.h :
6046         * gst/asfdemux/gstasfdemux.c :
6047           - fix ASF_OBJ_PADDING guid
6048           - add 3 new object guids (language list, metadata, 
6049             extended stream properties)
6050           - add a function to parse extended header objects
6051
6052 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6053
6054         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6055           remove leftover debugging g_print
6056
6057 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6058
6059         * ext/mad/gstmad.c: (gst_mad_handle_event):
6060           Fix for when the first format in a discont event is not a
6061           byte-based one. Should fix #137710.
6062
6063 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6064
6065         * m4/a52.m4 : fix compilation with -Wall -Werror
6066         * m4/libfame.m4 : idem
6067         * m4/libmikmod.m4 : idem
6068
6069 2004-05-17  Benjamin Otte  <otte@gnome.org>
6070
6071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6072           signal the new tags before giving up the reference
6073
6074 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6075
6076         * ext/shout2/gstshout2.c:
6077           use application/ogg instead of application/x-ogg (patch by Patrick
6078           Guimond, fixes #142432)
6079         * sys/oss/gstosselement.c: (gst_osselement_reset),
6080         (gst_osselement_sync_parms):
6081           don't set fragment size unless specified (fixes #142493)
6082
6083 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6084
6085         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
6086           fixes #142664
6087
6088 2004-05-17  Benjamin Otte  <otte@gnome.org>
6089
6090         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
6091           compute offsets correctly for internal buffers so timestamps are set
6092           correctly when we can't seek. Also handle cases where there are no
6093           offsets. (based on a patch by David Moore, fixes #142507)
6094
6095 2004-05-17  Benjamin Otte  <otte@gnome.org>
6096
6097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6098           use correct variable when determining amount of data to skip so we
6099           don't skip into the void and segfault
6100
6101 2004-05-16  Benjamin Otte  <otte@gnome.org>
6102
6103         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6104           Hi, I'm a memleak
6105
6106 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6107
6108         * gst/asfdemux/gstasfdemux.c:
6109           - fix a mem leak and always propagate tags
6110           - add WMV3 to known video codecs (but no decoder yet)
6111           - replace "surplus data" at end of audio header for what
6112             it is : codec specific data
6113           - fix a typo
6114
6115 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
6116
6117         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
6118
6119         * gst-libs/gst/audio/audioclock.c:
6120           Fix wrong return type (#142205).
6121
6122 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6123
6124         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
6125           Ignore CRCs by default (fixes #142566).
6126
6127 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6128
6129         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
6130         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
6131         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
6132         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
6133         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
6134         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
6135           Fix for cases where we fail to attach to a mixer.
6136
6137 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6138
6139         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
6140           Don't touch events after not owning them anymore.
6141         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
6142         (gst_wavparse_fmt), (gst_wavparse_other),
6143         (gst_wavparse_handle_seek), (gst_wavparse_loop),
6144         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6145         (gst_wavparse_srcpad_event):
6146         * gst/wavparse/gstwavparse.h:
6147           Add seeking, fix querying.
6148
6149 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6150
6151         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6152           - process comments even if they don't end with \0\0
6153             g_convert would ignore them if present and works well without them
6154
6155 2004-05-16  Benjamin Otte  <otte@gnome.org>
6156
6157         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
6158           simplify caps
6159
6160 2004-05-16  Benjamin Otte  <otte@gnome.org>
6161
6162         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6163           don't write to memory we might not write to - g_convert does that
6164           for us anyway (fixes #142613)
6165         (gst_asf_demux_audio_caps):
6166           comment out gst_util_dump_mem
6167
6168 2004-05-16  Benjamin Otte  <otte@gnome.org>
6169
6170         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6171           compute correct expected timestamps after seek (broken since
6172           last commit)
6173         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
6174           rename element and debugging category to gdkpixbufscale
6175
6176 2004-05-16  Benjamin Otte  <otte@gnome.org>
6177
6178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6179           add error checking to snd_pcm_delay and remove duplicate call to
6180           snd_pcm_delay that caused issues (see inline code comments)
6181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6182           make more readable and fix return value when snd_pcm_delay fails
6183         (fixes #142586)
6184
6185 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
6186         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
6187         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
6188         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
6189         (gst_pixbufscale_link), (gst_pixbufscale_init),
6190         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
6191         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
6192         (gst_pixbufscale_get_property), (pixbufscale_init):
6193         * ext/gdk_pixbuf/pixbufscale.h:
6194         Add these files I forgot earlier
6195
6196 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
6197         * ext/gdk_pixbuf/Makefile.am:
6198         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6199         * ext/gdk_pixbuf/gstgdkpixbuf.h:
6200         Add new pixbufscale element to scale RGB video
6201         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
6202         and HYPER interpolation correctly.
6203         * ext/theora/theoraenc.c: (theora_enc_chain),
6204         Discard buffer and return if explicit caps could not be set
6205         (theora_enc_get_property):
6206         Make _get return kbps for the bitrate consistent with
6207         the _set function.
6208
6209
6210 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6211
6212         * ext/libvisual/visual.c: (gst_visual_chain):
6213           add missing visual_audio_analyze
6214
6215 2004-05-14  David Schleef  <ds@schleef.org>
6216
6217         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
6218         is killed while we're playing.
6219         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
6220         gst_element_no_more_pads().
6221
6222 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6223
6224         * gst-libs/gst/riff/riff-read.c :
6225           - fix INFO tag extraction in RIFF/AVI files
6226             because gst_event_unref (event) also freed taglist
6227           - avoid a mem leak
6228
6229 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6230
6231         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
6232         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
6233
6234         * gst/auparse/gstauparse.c :
6235           - add code (commented for now) to support audio/x-adpcm on src pad
6236             (we have no decoder for those layout yet)
6237
6238         * gst/cdxaparse/gstcdxaparse.c :
6239         * gst/cdxaparse/gstcdxaparse.h :
6240           - partial rewrite using RiffRead (ripped iain's wavparse code)
6241
6242         * gst/rtp/gstrtpL16enc.c : typo
6243         * gst/rtp/gstrtpgsmenc.c : typo
6244
6245 2004-05-13  Benjamin Otte  <otte@gnome.org>
6246
6247         * configure.ac:
6248           check for exact version of libvisual, it's not supposed to be
6249           API/ABI stable yet
6250
6251 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6252
6253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6254           signal no-more-pads
6255
6256 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6257
6258         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
6259         Report which format was used for GST_FORMAT_DEFAULT
6260         * gst/debug/Makefile.am:
6261         * gst/debug/gstdebug.c: (plugin_init):
6262         * gst/debug/progressreport.c: (gst_progressreport_base_init),
6263         (gst_progressreport_class_init), (gst_progressreport_init),
6264         (gst_progressreport_report), (gst_progressreport_set_property),
6265         (gst_progressreport_get_property), (gst_progressreport_chain),
6266         (gst_progressreport_plugin_init):
6267         Add progressreport element for testing.
6268
6269 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6270
6271         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
6272         * sys/v4l/gstv4lsrc.h:
6273         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6274         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6275         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
6276         (gst_v4lsrc_grab_frame):
6277           add more debugging
6278           send a discont at start
6279
6280 2004-05-12  Colin Walters  <walters@redhat.com>
6281
6282         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
6283         inflooping if we can't find a chunk.  Or in other words, don't blow
6284         chunks if we don't have a chunk to blow.
6285
6286 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6287         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
6288         Remove old debug output
6289         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
6290         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
6291         (gst_dvdec_set_property), (gst_dvdec_get_property):
6292         Change the quality setting to an enum, so it works from gst-launch
6293         Don't renegotiate a non-linked pad. Allows audio only decoding.
6294         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
6295         (gst_deinterlace_link), (gst_deinterlace_init):
6296         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6297         (gst_videodrop_link):
6298         Some caps negotiation fixes
6299
6300 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6301
6302         * ext/tarkin/gsttarkin.c :
6303           - Change RANK from NONE to PRIMARY
6304         * ext/gdk_pixbuf/gstgdkpixbuf.c :
6305           - Change RANK from NONE to MARGINAL
6306         * ext/divx/gstdivxenc.c :
6307           - Change RANK from PRIMARY to NONE (encoder/spider issue)
6308
6309 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6310
6311         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
6312         (gst_vorbisenc_push_packet):
6313           copy a function that was added between 1.0 and 1.0.1 until we
6314           depend on worthwhile features of post-1.0
6315
6316 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6317
6318         * configure.ac:
6319           enable shout2 by default
6320         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6321         (gst_shout2send_base_init), (gst_shout2send_init),
6322         (gst_shout2send_connect), (gst_shout2send_change_state):
6323         * ext/shout2/gstshout2.h:
6324           make this work again. Based on a patch by Zaheer Merali (fixes
6325           #142262)
6326         * ext/theora/theora.c: (plugin_init):
6327           don't set rank on encoders
6328
6329 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
6330
6331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6332           Use codec_data property instead of flag1 and flag2 for wma
6333
6334 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6335
6336         * gst/cdxaparse/gstcdxaparse.c :
6337           - Add mpegversion to CAPS to make it link
6338           - Rank is as GST_RANK_SECONDARY instead of NONE
6339         * gst/auparse/gstauparse.c :
6340           - Document all audio encoding we can encounter from Solaris 9
6341             headers and libsndfile information.
6342           - Increase max. rate from 48000 to 192000 (to match other elements)
6343           - Don't try to play junk data between header and samples
6344
6345 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6346
6347         * ext/libvisual/visual.c: (gst_visual_getcaps):
6348           use the right caps depending on endianness (I hope)
6349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
6350           use GST_RANK_NONE for all non-decoding elements or spider gets
6351           mighty confused
6352
6353 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6354
6355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6356           Fix some odd cases and fix BE metadata parsing of unicode16 text.
6357
6358 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6359
6360         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6361         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6362         (gst_switch_loop), (gst_switch_get_type):
6363           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
6364           HEADERS. Had to be said.
6365
6366 2004-05-10  David Schleef  <ds@schleef.org>
6367
6368         * configure.ac: Add prototype Dirac support.
6369         * ext/Makefile.am:
6370         * ext/dirac/Makefile.am:
6371         * ext/dirac/gstdirac.cc:
6372         * ext/dirac/gstdiracdec.cc:
6373
6374 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6375
6376         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
6377         (gst_auparse_init), (gst_auparse_chain),
6378         (gst_auparse_change_state):
6379           Hack around spider. Remove me some day please.
6380
6381 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6382
6383         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6384           Fix for some uninitialized variables in previous patch, also
6385           makes it work. Fixes #142286 while we're at it.
6386
6387 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6388
6389         * gst/auparse/gstauparse.c:
6390                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
6391                 only unsupported formats are ADPCM/CCITT G.72x
6392                 reviewed by Ronald
6393         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
6394
6395 2004-05-10  Wim Taymans  <wim@fluendo.com>
6396
6397         * ext/vorbis/Makefile.am:
6398         * ext/vorbis/README:
6399         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
6400         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
6401         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
6402         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
6403         (gst_oggvorbisenc_convert_sink),
6404         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
6405         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
6406         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
6407         (get_constraints_string), (update_start_message),
6408         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
6409         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
6410         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
6411         * ext/vorbis/oggvorbisenc.h:
6412         * ext/vorbis/vorbis.c: (plugin_init):
6413         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
6414         (raw_caps_factory), (gst_vorbisenc_class_init),
6415         (gst_vorbisenc_init), (gst_vorbisenc_setup),
6416         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
6417         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
6418         * ext/vorbis/vorbisenc.h:
6419         Added a raw vorbis encoder to be used with the oggmuxer.
6420         We still need the old encoder for some gnome applications, 
6421         read the README to find out how that works.
6422         The raw encoder is called "rawvorbisenc" until 0.9.
6423
6424 2004-05-10  Wim Taymans  <wim@fluendo.com>
6425
6426         * ext/ogg/gstogg.c: (plugin_init):
6427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
6428         (gst_ogg_print):
6429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
6430         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
6431         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
6432         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
6433         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
6434         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
6435         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
6436         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
6437         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
6438         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
6439         Added an ogg muxer.
6440         Small typo fixes in the demuxer.
6441
6442 2004-05-10  Wim Taymans  <wim@fluendo.com>
6443
6444         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6445         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6446         (theora_enc_change_state), (theora_enc_set_property),
6447         (theora_enc_get_property):
6448         Mark the last packet with an EOS flag which is not really needed
6449         in gstreamer.
6450         Do some better video framerate initialisation.
6451         Update the buffer timestamp.
6452
6453 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
6454
6455         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
6456         Return the result of the parent state change call
6457
6458 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6459
6460         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
6461         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
6462         * gst/law/alaw-encode.c : (idem)
6463         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
6464         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
6465         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
6466
6467 2004-05-09  Benjamin Otte  <otte@gnome.org>
6468
6469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6470           don't use a fixed buffer size when writing variable length data to
6471           it. Fixes memory corruption and makes alsasrc work
6472
6473 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6474
6475         * ext/gnomevfs/gstgnomevfssink.c:
6476         (_gst_boolean_allow_overwrite_accumulator),
6477         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
6478           Run glib's default signal handler (??) in RUN_CLEANUP rather than
6479           RUN_LAST, and don't use that to set the accumulator value because
6480           then it's always FALSE.
6481
6482 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6483
6484         * gst-libs/gst/riff/riff-media.c:
6485         (gst_riff_create_video_caps_with_data),
6486         (gst_riff_create_audio_caps),
6487         (gst_riff_create_audio_template_caps):
6488         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6489           Fix for unaligned RIFF files (i.e. where all the chunks together
6490           in a LIST chunk are not of the same size as the size given in
6491           the LIST chunk header). Fixes several odd WAVE files. Also fix
6492           ADPCM (block_align property) in audio, so that wavparse based
6493           on this works now as it used to stand-alone.
6494
6495 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
6496
6497         reviewed by Benjamin Otte  <otte@gnome.org>
6498
6499         * ext/a52dec/gsta52dec.c:
6500         * ext/divx/gstdivxdec.c:
6501         * ext/divx/gstdivxenc.c:
6502         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
6503         * ext/faac/gstfaac.c: (gst_faac_base_init):
6504         * ext/faad/gstfaad.c: (gst_faad_base_init):
6505         * ext/ivorbis/vorbisfile.c:
6506         * ext/lame/gstlame.c:
6507         * ext/libfame/gstlibfame.c:
6508         * ext/mpeg2enc/gstmpeg2enc.cc:
6509         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
6510         * ext/sidplay/gstsiddec.cc:
6511         * ext/speex/gstspeexdec.c:
6512         * ext/speex/gstspeexenc.c:
6513         * ext/xvid/gstxviddec.c:
6514         * ext/xvid/gstxvidenc.c:
6515           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
6516           (fixes #142193)
6517
6518 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6519
6520         * ext/alsa/gstalsa.c: (device_list),
6521         (gst_alsa_class_probe_devices):
6522         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6523           Fix alsa oddness in mixer after the combination of using mixer
6524           in source/sink elements and using hw:x,y instead of just hw:x.
6525
6526 2004-05-09  Benjamin Otte  <otte@gnome.org>
6527
6528         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
6529         (gst_wavparse_create_sourcepad):
6530           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
6531           sourcepads
6532
6533 2004-05-09  Benjamin Otte  <otte@gnome.org>
6534
6535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6536           allow discont events before caps nego
6537
6538 2004-05-08  Benjamin Otte  <otte@gnome.org>
6539
6540         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6541           don't leak events
6542
6543 2004-05-08  Benjamin Otte  <otte@gnome.org>
6544
6545         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6546         (gst_level_change_state), (gst_level_init):
6547         * gst/level/gstlevel.h:
6548           figure out if we're initialized directly instead of keeping a
6549           variable that's wrong in 90% of cases
6550           don't initialize pads and then leak them and use a new unitialized
6551           pad. (fixes #142084)
6552           these were bugs so n00bish I didn't find them for an hour :/
6553
6554 2004-05-08 Iain <iain@prettypeople.org>
6555
6556         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
6557         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
6558         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
6559         return the length that was read.
6560         (gst_riff_read_strf_auds): Allow fmt tags as well.
6561
6562 2004-05-07  David Schleef  <ds@schleef.org>
6563
6564         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
6565         signed char assumption in faad.h.
6566
6567 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6568
6569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
6570           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
6571
6572 2004-05-07  Colin Walters  <walters@redhat.com>
6573
6574         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
6575         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
6576         function.
6577         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
6578         Add dispose function.
6579
6580 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
6581         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
6582           Fix caps nego and pad templates. RGB mode caps should
6583           work now.
6584         * ext/dvdnav/gst-dvd:
6585           Move mpeg2dec inside the thread because otherwise the
6586           queue rejects cap changes mid-stream
6587         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6588         (gst_mpeg2dec_flush_decoder):
6589           For mpeg2dec > 0.4.0, call the flush function instead of
6590           manually extracting all in-flight frames.
6591         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
6592         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
6593           Change mime type video/dv go video/x-dv to match the
6594           rest of gst-plugins
6595
6596 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6597
6598         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6599         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
6600         (gst_alsa_sink_class_init):
6601         * ext/alsa/gstalsasink.h:
6602         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
6603         (gst_alsa_src_class_init):
6604         * ext/alsa/gstalsasrc.h:
6605           Make alsasink/src a subclass of alsamixer so that mixer stuff
6606           shows up in gst-rec. Needs some finetuning.
6607
6608 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6609
6610         * ext/lame/gstlame.c: (gst_lame_chain):
6611           simplify
6612         * ext/mad/gstmad.c: (gst_mad_handle_event):
6613           fix event leak
6614         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6615           be able to detect mp3 files < 4096 bytes
6616
6617 2004-05-06  Wim Taymans  <wim@fluendo.com>
6618
6619         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6620         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6621         (theora_enc_set_property), (theora_enc_get_property):
6622         Also encode the first frame, cleanup some code.
6623
6624 2004-05-06  Wim Taymans  <wim@fluendo.com>
6625
6626         * ext/mpeg2enc/gstmpeg2enc.cc:
6627         Forward events first before deciding that negotiation was
6628         not performed.
6629
6630 2004-05-06  Wim Taymans  <wim@fluendo.com>
6631
6632         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6633         First process the events before deciding that negotiation
6634         was not performed.
6635
6636 2004-05-06  Wim Taymans  <wim@fluendo.com>
6637
6638         * ext/theora/Makefile.am:
6639         * ext/theora/theora.c: (plugin_init):
6640         * ext/theora/theoradec.c: (theora_dec_change_state):
6641         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
6642         (gst_theora_enc_class_init), (gst_theora_enc_init),
6643         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
6644         (theora_enc_chain), (theora_enc_change_state),
6645         (theora_enc_set_property), (theora_enc_get_property):
6646         Added a theora encoder, grouped the encoder and decoder into the
6647         same plugin.
6648
6649 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6650
6651         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6652         (gst_jpegenc_chain):
6653         fix DURATION on outgoing buffers
6654         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6655         debug using time formats
6656         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6658         (gst_xvimagesink_sink_link):
6659         windows with width/height 0 generate X errors, so don't allow them
6660
6661 2004-05-05  Wim Taymans  <wim@fluendo.com>
6662
6663         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
6664         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
6665         (gst_mpeg2dec_negotiate_format):
6666         * ext/mpeg2dec/gstmpeg2dec.h:
6667           removed the static pad template so that we can add the
6668           more accurate framerate value to the caps.
6669           
6670
6671 2004-05-04  Benjamin Otte  <otte@gnome.org>
6672
6673         * configure.ac:
6674           check for kdemacros.h, too (should fix #141821)
6675         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6676           don't crash if no header was sent, but nicely error out (fixes part
6677           of #141554)
6678
6679 2004-05-04  Wim Taymans  <wim@fluendo.com>
6680
6681         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
6682         parent dispose function to avoid segfault on destroy.
6683
6684 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6685
6686         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6687         (plugin_init):
6688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6689         (gst_xvimagesink_sink_link):
6690         clean up debugging caps
6691         also recreate xvimage when format has changed
6692
6693 2004-05-04  Benjamin Otte  <otte@gnome.org>
6694
6695         * ext/libvisual/Makefile.am:
6696         * ext/libvisual/visual.c: (gst_visual_class_init),
6697         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
6698         (gst_visual_srclink), (gst_visual_chain),
6699         (gst_visual_change_state), (plugin_init):
6700           use a GstAdapter to correctly adapt buffer sizes - allows using a
6701           framerate
6702
6703 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6704
6705         * sys/v4l/gstv4lelement.h:
6706         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6707         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
6708         (gst_v4lsrc_buffer_free):
6709         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
6710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6711         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
6712         (gst_v4lsrc_requeue_frame):
6713         move some debugging categories around
6714         query for fps index and set accordingly if found
6715
6716 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6717
6718         * ext/lame/gstlame.c:
6719         correct defaults that lame_init puts out of range
6720
6721 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6722
6723         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
6724         (gst_divxenc_class_init):
6725         fix range since -1 is the default
6726         * gst/mpeg1sys/gstmpeg1systemencode.c:
6727         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
6728         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
6729         (gst_rtjpegdec_chain):
6730         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
6731         (gst_rtjpegenc_chain):
6732         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
6733         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
6734         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
6735         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
6736         * sys/v4l/gstv4lsrc.c:
6737         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6738         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6739         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6740         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
6741         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6742           remove gst_info calls
6743
6744 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6745
6746         * Makefile.am:
6747         * po/af.po:
6748         * po/az.po:
6749         * po/en_GB.po:
6750         * po/nl.po:
6751         * po/sr.po:
6752         * po/sv.po:
6753           Updated translations
6754
6755 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6756
6757         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6758           refactor/comment code
6759
6760 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6761
6762         * gst/asfdemux/Makefile.am:
6763         * gst/asfdemux/asfheaders.c:
6764         * gst/asfdemux/asfheaders.h:
6765         * gst/asfdemux/gstasf.c: (plugin_init):
6766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6767         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6768         (gst_asf_demux_setup_pad):
6769         * gst/asfdemux/gstasfdemux.h:
6770         * gst/asfdemux/gstasfmux.c:
6771         * gst/asfdemux/gstasfmux.h:
6772           Add tagging support to demuxer, split out registration in its own
6773           file instead of in demux (hacky), and prevent having some tables
6774           in our memory multiple times (in asfheaders.h).
6775
6776 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6777
6778         * gst/matroska/matroska-demux.c:
6779         (gst_matroska_demux_parse_metadata):
6780         * gst/matroska/matroska-ids.h:  
6781           Basic tag reading support.
6782
6783 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6784
6785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6786           Really detect ac-3 audio.
6787         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6788           really detect matroska files (off-by-1).
6789
6790 2004-04-30  David Schleef  <ds@schleef.org>
6791
6792         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6793         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6794         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6795         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6796         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6797         hackage -- parse a lot more atoms, extract a few tags.  One might even
6798         mistake this for tag support.  Maybe it is.
6799         * gst/qtdemux/qtdemux.h:
6800
6801 2004-04-30  Colin Walters  <walters@verbum.org>
6802
6803         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6804
6805 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6806
6807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6808         (gst_ffmpegcolorspace_getcaps):
6809           remove broken nego fix
6810
6811 2004-04-30  Benjamin Otte  <otte@gnome.org>
6812
6813         * configure.ac:
6814         * ext/Makefile.am:
6815         * ext/libvisual/Makefile.am:
6816         * ext/libvisual/visual.c: 
6817           add initial support for libvisual (http://libvisual.sourceforge.net)
6818           libvisual is still quite alpha, so expect crashes in there :)
6819
6820 2004-04-29  David Schleef  <ds@schleef.org>
6821
6822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6823         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6824         up qtdemux to make it spit out codec_data.  Do _not_ look at this
6825         code; you will no longer respect me.
6826
6827 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6828
6829         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6830         * ext/alsa/gstalsa.h :
6831         change alsa pcm device discovery to find more than 1 device
6832         per card. code review by Ronald.
6833
6834 2004-04-29  David Schleef  <ds@schleef.org>
6835
6836         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6837         Add a check for a driver bug on FreeBSD.  (bug #140565)
6838
6839 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6840
6841         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6842         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6843         (gst_jpegenc_getcaps):
6844           move format setting to inner loop
6845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6846         (gst_ffmpegcolorspace_getcaps):
6847           use GST_PAD_CAPS if available so that we use already negotiated
6848           caps
6849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6850         (qtdemux_parse_moov), (qtdemux_parse):
6851           extra debugging
6852         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6853         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6854           move hardcoded path to DEFINE
6855
6856 2004-04-28  David Schleef  <ds@schleef.org>
6857
6858         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
6859         (bug #140064)
6860
6861 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6862
6863         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6864           Don't probe for playback device if we're a source element. Fixes
6865           #139658.
6866
6867 2004-04-29  Benjamin Otte  <otte@gnome.org>
6868
6869         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6870         (gst_id3_tag_chain):
6871           rewrite buffer offset
6872
6873 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6874
6875         * configure.ac:
6876         * ext/Makefile.am:
6877         * ext/dts/Makefile.am:
6878         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6879         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6880         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6881         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6882         (gst_dtsdec_loop), (gst_dtsdec_change_state),
6883         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6884         (plugin_init):
6885         * ext/dts/gstdtsdec.h:
6886           New DTS decoder.
6887         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6888         (gst_faad_srcconnect):
6889           Add ESDS atom handling (.m4a).
6890
6891 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6892
6893         * ext/divx/gstdivxdec.c: (plugin_init):
6894           Remove comment that makes no sense.
6895         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6896           Fix for obvious typo that resulted in warnings during gst-register.
6897         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6898         (gst_xviddec_sink_link):
6899           Fix caps negotiation a bit better.
6900         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6901           We call this 'codec_data', not 'esds'.
6902
6903 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6904
6905         * gst/monoscope/gstmonoscope.c:
6906           make sure we only provide 256x128
6907         * gst/monoscope/monoscope.c: (monoscope_init):
6908           assert size of 256x128
6909
6910 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6911
6912         * Makefile.am:
6913         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6914         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6915           fixate to max width and height of device
6916
6917 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6918
6919         * Makefile.am:
6920         * sys/v4l/gstv4l.c:
6921         * sys/v4l/gstv4lsrc.c:
6922         * sys/v4l/v4l_calls.c:
6923         * sys/v4l/v4lsrc_calls.c:
6924           fix for qc-usb driver which fakes having more than one buffer
6925           by handing the same buffer twice, which confused GStreamer's/v4lsrc
6926           buffer_free override
6927           add debugging
6928
6929 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6930
6931         * Makefile.am:
6932         * gst/videotestsrc/gstvideotestsrc.c:
6933         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6934         (gst_videotestsrc_init), (gst_videotestsrc_get),
6935         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6936         * gst/videotestsrc/gstvideotestsrc.h:
6937           add num-buffers property
6938
6939         2004-04-26  Benjamin Otte  <otte@gnome.org>
6940
6941         * ext/mad/gstid3tag.c: (plugin_init):
6942           set id3mux rank to NONE so it doesn't confuse spider
6943           require audio/mpeg,mpegversion=1 in id3mux
6944
6945 2004-04-26  Benjamin Otte  <otte@gnome.org>
6946
6947         * configure.ac:
6948           detect faad correctly as non-working if it's indeed non-working
6949
6950 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6951
6952         * Makefile.am:
6953         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6954         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6955         fix _getcaps so it only negotiates to its supported format
6956
6957 2004-04-25  Benjamin Otte  <otte@gnome.org>
6958
6959         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6960           fix memleak
6961
6962 2004-04-23  Benjamin Otte  <otte@gnome.org>
6963
6964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6965           audio/x-raw-int with height rules! not. Now it's depth.
6966
6967 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6968
6969         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
6970         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6971         (gst_wavparse_loop):
6972           Missing variable initialization. Add handling of DVI ADPCM. Fix
6973           mis-parsing of LIST chunks. This works around a bug where we mis-
6974           parse non-aligning LIST chunks (so LIST chunks where the contents
6975           don't align with the actual LIST size). The correct fix is to use
6976           rifflib, I'm not going to fix wavparse - too much work. All this
6977           fixes #104878.
6978
6979 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
6980
6981         reviewed by Benjamin Otte  <otte@gnome.org>
6982
6983         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
6984           fix shoutcast not working (fixes #140844)
6985
6986 2004-04-22  Benjamin Otte  <otte@gnome.org>
6987
6988         * ext/hermes/gsthermescolorspace.c:
6989         (gst_hermes_colorspace_caps_remove_format_info):
6990         * gst/colorspace/gstcolorspace.c:
6991         (gst_colorspace_caps_remove_format_info):
6992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6993         (gst_ffmpegcolorspace_caps_remove_format_info):
6994           s/gst_caps_simplify/gst_caps_do_simplify/
6995
6996 2004-04-22  Benjamin Otte  <otte@gnome.org>
6997
6998         * gst-libs/gst/riff/riff-media.c:
6999         (gst_riff_create_video_caps_with_data):
7000           mpegversion is an int
7001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
7002           don't try to create pad templates with NULL caps, use any caps
7003           instead.
7004
7005 2004-04-20  David Schleef  <ds@schleef.org>
7006
7007         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
7008         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
7009         (bug #140384)
7010
7011 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
7012
7013         reviewed by David Schleef
7014
7015         * ext/mad/gstid3tag.c: Add stdlib.h
7016         * gst/rtp/gstrtpgsmenc.c: same
7017         * gst/tags/gstid3tag.c: same
7018         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
7019         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
7020         GST_DISABLE_LOADSAVE use.
7021         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
7022         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
7023         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
7024         atol(3)).
7025         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
7026         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
7027         strtoul(3)).
7028         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
7029         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
7030         $(ID3_CFLAGS).
7031         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
7032         $(LIBFAME_CFLAGS).
7033
7034 2004-04-20  David Schleef  <ds@schleef.org>
7035
7036         * gst/realmedia/rmdemux.c:  This was supposed to part of the
7037         last checkin.  Same idea.
7038
7039 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
7040
7041         reviewed by David Schleef
7042
7043         * configure.ac: bump required gstreamer version to 0.8.1.1
7044         because of following changes [--ds]
7045
7046         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
7047         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
7048         (gst_riff_read_header):  Use GST_READ_UINT*
7049         macros to access possibly unaligned memory.
7050
7051         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
7052         (mp3_type_find):  Use GST_READ_UINT*
7053         macros to access possibly unaligned memory.
7054         (mp3_type_find, mpeg1_parse_header, qt_type_find)
7055         (speex_type_find): Likewise
7056
7057         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
7058
7059         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
7060         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
7061         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
7062         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
7063         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
7064         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
7065         macros to access possibly unaligned memory.
7066
7067         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
7068         Likewise.
7069
7070         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
7071         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
7072
7073         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7074         Likewise.
7075
7076         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
7077         (gst_mpeg2subt_chain_subtitle): Likewise.
7078
7079         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
7080         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
7081         Likewise.
7082
7083         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
7084         Likewise.
7085
7086         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
7087         Likewise.
7088
7089         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
7090         Likewise.
7091
7092 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7093
7094         * configure.ac:
7095           update required version of GStreamer because of GST_TIME_FORMAT
7096
7097 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7098
7099         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
7100           remove leftover g_print
7101         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
7102           don't try setting only a subset of the caps. We don't want to kill
7103           autoplugging on purpose
7104
7105 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7106
7107         * sys/ximage/ximagesink.c: (plugin_init):
7108         * sys/xvimage/xvimagesink.c: (plugin_init):
7109           add debugging categories
7110
7111 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7112
7113         * po/en_GB.po:
7114         * po/LINGUAS:
7115           Adding en_GB translation (Gareth Owen)
7116
7117 2004-04-20  David Schleef  <ds@schleef.org>
7118
7119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7120         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
7121         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
7122         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
7123         A number of new features and hacks to extract the esds atom and
7124         put it into the caps.  (bug #137724)
7125
7126 2004-04-19  David Schleef  <ds@schleef.org>
7127
7128         * gconf/Makefile.am: Fix for non-GNU make
7129         * gst-libs/gst/Makefile.am: Change directory order to handle
7130         GstPlay linking with gstinterfaces
7131         * gst-libs/gst/audio/make_filter: make use of tr portable
7132         * gst-libs/gst/play/Makefile.am: Add intended \
7133         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7134         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
7135         function prototype instead of void *.
7136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
7137         macro.
7138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7139         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
7140         * gst/videofilter/make_filter: make use of tr portable
7141         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
7142
7143 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7144                                                                                 
7145         * po/LINGUAS:
7146         * po/uk.po:
7147           Added Ukrainian translation (Maxim V. Dziumanenko)
7148                                                                                 
7149 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7150
7151         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
7152         (gst_gsmdec_link), (gst_gsmdec_chain):
7153           Fix capsnego, simplify chain function slightly.
7154         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
7155           Add GSM.
7156
7157 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7158
7159         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7160         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
7161         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
7162           Hack to make wavparse work with spider (always -> sometimes pad).
7163           Fixes #135862 && #140411.
7164
7165 2004-04-18  Benjamin Otte  <otte@gnome.org>
7166
7167         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7168         (gst_osselement_rate_probe_check),
7169         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
7170           get rid of \n in debug output
7171
7172 2004-04-17  Iain <iain@prettypeople.org>
7173
7174         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
7175         not just EOS.
7176
7177 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7178
7179         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
7180         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
7181         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
7182         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
7183         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7184         (gst_id3_tag_change_state), (plugin_init):
7185           deprecate id3tag element and replace with id3demux/id3mux.
7186           great side effect: this ugly file is now even uglier, yay!
7187         * ext/mad/gstmad.h:
7188           remove non-available function
7189           update for new get_type
7190
7191 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7192
7193         * configure.ac:
7194           require mpeg2dec >= 0.4.0
7195
7196 2004-04-17  Benjamin Otte  <otte@gnome.org>
7197
7198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7199         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
7200         (gst_xvimagesink_set_xwindow_id):
7201           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
7202           assorted cleanup fixes.
7203
7204 2004-04-16  David Schleef  <ds@schleef.org>
7205
7206         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
7207         * sys/xvimage/xvimagesink.h: same
7208
7209 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7210
7211         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7212           Fix GST_ELEMENT_ERROR with (NULL)
7213
7214 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7215
7216         * gst-libs/gst/riff/riff-media.c:
7217         (gst_riff_create_video_caps_with_data):
7218           Add div[3456] as fourccs for DivX 3 (fixes #140137).
7219
7220 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7221
7222         * gst-libs/gst/riff/riff-media.c:
7223         (gst_riff_create_video_caps_with_data),
7224         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
7225         (gst_riff_create_video_template_caps),
7226         (gst_riff_create_audio_template_caps):
7227         * gst-libs/gst/riff/riff-media.h:
7228         * gst-libs/gst/riff/riff-read.c:
7229         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
7230         * gst-libs/gst/riff/riff-read.h:
7231         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7232           Add MS RLE support. I added some functions to read out strf chunks
7233           into strf chunks and the data behind it. This is usually color
7234           palettes (as in RLE, but also in 8-bit RGB). Also use those during
7235           caps creation. Lastly, add ADPCM (similar to wavparse - which
7236           should eventually be rifflib based).
7237         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7238         (gst_matroska_demux_init), (gst_matroska_demux_reset):
7239         * gst/matroska/matroska-demux.h:
7240           Remove placeholders for some prehistoric tagging system. Didn't add
7241           support for any tag system really anyway.
7242         * gst/qtdemux/qtdemux.c:
7243           Add support for audio/x-m4a (MPEG-4) through spider.
7244         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7245         (gst_wavparse_loop):
7246           ADPCM support (#135862). Increase max. buffer size because we
7247           cannot split buffers for ADPCM (screws references) and I've seen
7248           files with 2048 byte chunks. 4096 seems safe for now.
7249
7250 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7251
7252         * configure.ac: bump nano to 1
7253
7254 === release 0.8.1 ===
7255
7256 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7257
7258         * configure.ac: releasing 0.8.1, "Comforting Sounds"
7259
7260 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7261
7262         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7263           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
7264           Fixes #140058
7265
7266 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7267
7268         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
7269           lower rank of dvddemux so that it's not used for mpeg playback.
7270
7271 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7272
7273         * configure.ac:
7274           save libs correctly when checking mad
7275
7276 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7277
7278         * ext/mad/gstid3tag.c: (plugin_init):
7279           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
7280
7281 2004-04-13  David Schleef  <ds@schleef.org>
7282
7283         * common/m4/gst-feature.m4: Call -config scripts with
7284         --plugin-libs if it is supported.
7285         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
7286         JPEG images are image/jpeg.
7287         * gst/debug/Makefile.am:
7288         * gst/debug/negotiation.c: (gst_negotiation_class_init),
7289         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
7290         (gst_negotiation_update_caps), (gst_negotiation_get_property),
7291         (gst_negotiation_plugin_init): Add a property that acts like
7292         filter caps.
7293         * testsuite/gst-lint:  Move license checking to be a standard
7294         test.
7295
7296 2004-04-13  David Schleef  <ds@schleef.org>
7297
7298         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
7299         patch from Sebastien Cote (bug #139958)
7300
7301 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7302
7303         * examples/gstplay/Makefile.am:
7304         * examples/gstplay/player.c: (main):
7305           make the commandline player example use gconf settings
7306
7307 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7308
7309         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
7310         (gst_cacasink_sinkconnect), (gst_cacasink_init),
7311         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
7312           init/end library during state transition, not object
7313           creation/disposal.  get rid of custom dispose handler.
7314          
7315
7316 2004-04-12  Christian Schaller <Uraeus@gnome.org>
7317
7318         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
7319         be a symlink
7320
7321 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7322
7323         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
7324           Handle JUNK chunks inside data section. Prevents warnings.
7325
7326 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7327
7328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7329         (gst_riff_create_video_template_caps):
7330           Add MS video v1.
7331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7332         (gst_avi_demux_stream_data):
7333           Add support for "rec-list" chunks.
7334
7335 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7336
7337         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7338           Fix another codecname mismatch.
7339
7340 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7341
7342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7343           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
7344           so that MJPEG plays back.
7345
7346 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7347
7348         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7349         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
7350         * gst/mpeg1videoparse/gstmp1videoparse.h:
7351           Fix for some slight mis-cuts in buffer parsing, and for some
7352           potential overflows or faults-causers. Adds disconts. Also fixes
7353           #139105 while we're at it.
7354
7355 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7356
7357         * configure.ac:
7358         * sys/v4l2/gstv4l2element.h:
7359           Workaround for missing struct v4l2_buffer declaration in Suse 9
7360           and Mandrake 10 linux/videodev2.h header file (#135919).
7361
7362 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7363
7364         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7365           Bail out if no filename was given.
7366
7367 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7368
7369         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
7370         (gst_v4l2_fourcc_from_structure):
7371           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
7372           Y41B somewhere).
7373
7374 2004-04-09  Benjamin Otte  <otte@gnome.org>
7375
7376         * ext/gnomevfs/gstgnomevfssink.c:
7377         (_gst_boolean_allow_overwrite_accumulator),
7378         (gst_gnomevfssink_class_init):
7379           fix erase signal - if any handler returns false the file will not be
7380           overwritten. If no handler is connected, the file will not be
7381           overwritten either.
7382           renamed signal to "allow-overwrite"
7383         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
7384           free string when adding it to ID3 failed
7385         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7386           unref event when done
7387         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7388           free caps
7389         * gst/typefind/gsttypefindfunctions.c:
7390         (mpeg_video_stream_type_find):
7391           fix invalid read 
7392
7393 2004-04-08  David Schleef  <ds@schleef.org>
7394
7395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7396         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
7397
7398 2004-04-08  David Schleef  <ds@schleef.org>
7399
7400         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
7401         we don't support (bug #139532)
7402
7403 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7404
7405         * ext/mad/gstmad.c: (gst_mad_handle_event),
7406         (gst_mad_check_caps_reset), (gst_mad_chain),
7407         (gst_mad_change_state):
7408           only set explicit caps if they haven't been set before for
7409           this stream.  MPEG-audio sample rate/channels aren't allowed
7410           to change in-stream.
7411           Fixes #139382
7412
7413 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7414
7415         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
7416         (_gst_boolean_did_something_accumulator),
7417         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
7418         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
7419         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
7420         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
7421         (gst_gnomevfssink_change_state):
7422           Fix erase signal. Don't erase by default. Remove handoff signal.
7423           Remove erase property. Don't segfault. General cleanup.
7424
7425 2004-04-07  Benjamin Otte  <otte@gnome.org>
7426
7427         * gst-libs/gst/gconf/test-gconf.c: (main):
7428           add missing gst_init
7429
7430 2004-04-07  Benjamin Otte  <otte@gnome.org>
7431
7432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7433           free the mutexes, too
7434
7435 2004-04-07  Benjamin Otte  <otte@gnome.org>
7436
7437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7438           actually free the URI string
7439         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
7440           compute offset correctly when passing discont events
7441         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7442           don't leak discont events
7443         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
7444           add some missing breaks so caps aren't copied randomly
7445         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
7446           if we realloc memory, we better use it
7447
7448 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7449
7450         * ext/mad/gstmad.c: (normal_seek):
7451           fix GST_FORMAT_TIME usage
7452
7453 2004-04-05  David Schleef  <ds@schleef.org>
7454
7455         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
7456         a deprecated function (hack!)
7457
7458 2004-04-05  Benjamin Otte  <otte@gnome.org>
7459
7460         * ext/esd/esdmon.c: (gst_esdmon_get):
7461           fix nonterminated vararg and memleak
7462
7463 2004-04-05  Benjamin Otte  <otte@gnome.org>
7464
7465         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
7466         (gst_ladspa_init), (gst_ladspa_force_src_caps),
7467         (gst_ladspa_set_property), (gst_ladspa_get_property),
7468         (gst_ladspa_instantiate), (gst_ladspa_activate),
7469         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
7470           clean up debugging
7471
7472 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
7473
7474         reviewed by Benjamin Otte  <otte@gnome.org>
7475
7476         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
7477           check for broken LADSPA parameters (fixes #138635)
7478         
7479 2004-04-05  Benjamin Otte  <otte@gnome.org>
7480
7481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
7482           advertise buffer-frames correctly on sinkpads
7483
7484 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7485
7486         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
7487         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
7488         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
7489         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
7490         (gst_mad_check_caps_reset), (gst_mad_chain):
7491         add more debugging, only reset caps when we're not in error state
7492
7493 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7494
7495         * ext/mad/gstmad.c: add debugging category, comment + cleanups
7496
7497 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7498
7499         reviewed by Benjamin Otte  <otte@gnome.org>
7500
7501         * configure.ac:
7502           fix == in test(1) operator
7503
7504 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7505
7506         reviewed by Benjamin Otte  <otte@gnome.org>
7507
7508         * configure.ac:
7509           fix --export-symblos-regex to a working regex.
7510
7511 2004-04-04  Benjamin Otte  <otte@gnome.org>
7512
7513         * sys/oss/.cvsignore:
7514           add for oss_probe
7515
7516 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
7517
7518         reviewed by Benjamin Otte  <otte@gnome.org>
7519
7520         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7521           add missing 'new_media' argument (fixes #138168)
7522         * gst/matroska/matroska-demux.c:
7523         (gst_matroska_demux_handle_seek_event):
7524           add vararg terminator (fixes #138169)
7525
7526 2004-04-02  David Schleef  <ds@schleef.org>
7527
7528         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
7529         disted (bug #138914)
7530
7531 2004-04-01  Benjamin Otte  <otte@gnome.org>
7532
7533         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
7534         (gst_alsa_close_audio):
7535           handle case better where a soundcard can't pause
7536         * ext/ogg/gstoggdemux.c:
7537           don't crash when we get events but don't have pads yet
7538
7539 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7540
7541         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7542           throw an error if we couldn't probe any caps.
7543
7544 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7545
7546         * ext/dvdnav/gst-dvd:
7547         Add a really simple sample DVD player
7548
7549 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7550
7551         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
7552         (gst_a52dec_push), (gst_a52dec_handle_event),
7553         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
7554         (gst_a52dec_change_state):
7555         * ext/a52dec/gsta52dec.h:
7556           Use a debug category, Output timestamps correctly
7557           Emit tag info, Handle events, tell liba52dec about cpu
7558           capabilities so it can use MMX etc.
7559         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
7560           Fix a crasher accessing invalid memory
7561         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
7562         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
7563         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7564         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
7565         (dvdnavsrc_query):
7566           Some support for byte-format seeking.
7567           Small fixes for still frames and menu button overlays
7568         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7569         (gst_mpeg2dec_alloc_buffer):
7570           Use a debug category. Adjust the report level of several items to
7571           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
7572           so it doesn't lose the GstBuffer pointer
7573         * gst/debug/Makefile.am:
7574         * gst/debug/gstdebug.c: (plugin_init):
7575         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
7576         (gst_navseek_base_init), (gst_navseek_class_init),
7577         (gst_navseek_init), (gst_navseek_seek),
7578         (gst_navseek_handle_src_event), (gst_navseek_set_property),
7579         (gst_navseek_get_property), (gst_navseek_chain),
7580         (gst_navseek_plugin_init):
7581         * gst/debug/gstnavseek.h:
7582           Add the navseek debug element for seeking back and forth in a 
7583           video stream using arrow keys.
7584         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
7585         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
7586         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
7587         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
7588         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
7589         (gst_mpeg2subt_parse_header), (gst_get_nibble),
7590         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
7591         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
7592         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
7593         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
7594         * gst/mpeg2sub/gstmpeg2subt.h:
7595           Pretty much a complete rewrite. Now a loopbased element. May still
7596           require work to properly synchronise subtitle buffers.
7597         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
7598         (gst_dvd_demux_send_subbuffer):
7599         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
7600           Don't attempt to create subbuffers of size 0
7601           Reduce a couple of error outputs to warnings.
7602         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
7603         (gst_y4mencode_chain):
7604         Output the y4m frame header correctly.
7605
7606 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7607
7608         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7609           throw errors instead of allowing SIGFPE
7610
7611 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7612
7613         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
7614         (gst_gconf_render_bin_from_key):
7615           leak plugging and style fixing
7616
7617 2004-03-31  David Schleef  <ds@schleef.org>
7618
7619         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
7620         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
7621         (bug #138225)
7622         * gst/debug/Makefile.am:
7623         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
7624         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
7625         plugin.
7626         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
7627         (gst_negotiation_base_init), (gst_negotiation_class_init),
7628         (gst_negotiation_init), (gst_negotiation_getcaps),
7629         (gst_negotiation_pad_link), (gst_negotiation_chain),
7630         (gst_negotiation_set_property), (gst_negotiation_get_property),
7631         (gst_negotiation_plugin_init):  New element to talk about random
7632         negotiation things happening in a pipeline.
7633
7634 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7635
7636         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7637           fix integer addition with help of Stefan Kost
7638
7639 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7640
7641         * po/nl.po: updated Dutch translation (Elros Cyriatan)
7642
7643 2004-03-30  David Schleef  <ds@schleef.org>
7644
7645         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
7646         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
7647         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
7648         (bug #137504)
7649         * ext/mpeg2dec/gstmpeg2dec.h:
7650
7651 2004-03-30  David Schleef  <ds@schleef.org>
7652
7653         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
7654
7655 2004-03-30  David Schleef  <ds@schleef.org>
7656
7657         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
7658         Michael Petullo) to handle .mov
7659
7660 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7661
7662         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7663         (gst_osselement_rate_check_rate):
7664           probe caps correctly for sound cards that only support one format
7665
7666 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7667
7668         * ext/kio/kiosrc.cpp: (process_events):
7669           update handling event processing if inside KDE - untested
7670
7671 2004-03-29  David Schleef  <ds@schleef.org>
7672
7673         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
7674         by 2 to not interfere with other colorspaces.
7675         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
7676         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
7677         one to not interfere with ffmpeg_colorspace.
7678
7679 2004-03-29  David Schleef  <ds@schleef.org>
7680
7681         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
7682         aren't in the caps.
7683         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
7684         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
7685
7686 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7687
7688         * gst-libs/gst/riff/riff-media.c:
7689           fail on error, don't try to set stuff on NULL caps
7690
7691 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7692
7693         * configure.ac:
7694         * ext/Makefile.am:
7695         * ext/kio/Makefile.am:
7696         * ext/kio/kioreceiver.cpp:
7697         * ext/kio/kioreceiver.h:
7698         * ext/kio/kiosrc.cpp:
7699         * ext/kio/kiosrc.h:
7700           add experimental kiosrc plugin
7701         * ext/alsa/gstalsaplugin.c: (plugin_init):
7702           initialize debugging category only when we're sure registering the
7703           plugins worked.
7704
7705 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7706
7707         * examples/gstplay/player.c: (main):
7708         * gst-libs/gst/play/play.c: (gst_play_class_init),
7709         (gst_play_set_location), (gst_play_set_data_src),
7710         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7711         (gst_play_set_visualization), (gst_play_connect_visualization):
7712           check return values of element_set_state and return FALSE where
7713           failed
7714
7715 2004-03-29  Benjamin Otte  <otte@gnome.org>
7716
7717         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7718           try harder to check if an event is really a discont
7719
7720 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7721
7722         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
7723         * po/az.po:
7724
7725 2004-03-28  Benjamin Otte  <otte@gnome.org>
7726
7727         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7729         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7730           get rid of non-standard "..." ranges in case statements.
7731
7732 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
7733
7734         * gst/mpegstream/gstmpegdemux.c: 
7735         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
7736         specific functionality split to the new dvddemux element.
7737         * gst/mpegstream/gstdvddemux.c:
7738         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
7739         streams, derived from mpegdemux.
7740         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
7741         up. SCR based timestamp rewriting can be turned off (will probably
7742         completely disappear soon).
7743         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7744         hacking. General cleanup. All printf statements replaced by
7745         debugging messages. Almost complete libdvdnav support.
7746         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7747         by events. New properties for audio and subpicture languages.
7748         (dvdnavsrc_update_highlight): Now uses events.
7749         (dvdnavsrc_user_op): Cleaned up.
7750         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7751         based). Lots of cleanup, and propper support for most libdvdnav
7752         events.
7753         (dvdnavsrc_make_dvd_event): New function.
7754         (dvdnavsrc_make_dvd_nav_packet_event): New function.
7755         (dvdnavsrc_make_clut_change_event): New function.
7756
7757 2004-03-26  Benjamin Otte  <otte@gnome.org>
7758
7759         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7760           fix bug where typefinding would claim it's theora whenever less then
7761           7 bytes of data were available
7762
7763 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7764
7765         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7766         (gst_alawdec_base_init), (gst_alawdec_class_init),
7767         (gst_alawdec_init), (gst_alawdec_chain):
7768         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7769         (gst_alawenc_base_init), (gst_alawenc_class_init),
7770         (gst_alawenc_init), (gst_alawenc_chain):
7771         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7772         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7773         (gst_mulawdec_init), (gst_mulawdec_chain):
7774         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7775         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7776         (gst_mulawenc_init), (gst_mulawenc_chain):
7777           Fix capsnego in all four, remove the unused property functions and
7778           simplify the chain functions slightly. I guess we could use macros
7779           or something similar for those, since the code is so similar, but
7780           I'm currently too lazy...
7781
7782 2004-03-24  David Schleef  <ds@schleef.org>
7783
7784         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7785         (gst_osselement_close_audio), (gst_osselement_probe_caps),
7786         (gst_osselement_get_format_structure),
7787         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7788         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7789         (gst_osselement_rate_int_compare): Add code to handle rate probing
7790         (bug #120883)
7791         * sys/oss/gstosselement.h: same
7792         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7793         Use rate probing provided by osselement.
7794         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7795
7796 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7797
7798         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7799         (gst_xvidenc_get_property):
7800           ulong/int mess-up.
7801
7802 2004-03-24  David Schleef  <ds@schleef.org>
7803
7804         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7805         (gst_speexdec_init):
7806         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7807         (gst_speexenc_init):  Create the pad template correctly (from
7808         the static pad template, not a NULL pointer.)
7809
7810 2004-03-25  Benjamin Otte  <otte@gnome.org>
7811
7812         * gst/debug/Makefile.am:
7813         * gst/debug/breakmydata.c: 
7814           add element that quasi-randomly changes bytes in the stream.
7815           Intended use is robustness checking of demuxers and decoders in
7816           media tests.
7817
7818 2004-03-24  Benjamin Otte  <otte@gnome.org>
7819
7820         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7821         (gst_alsa_probe_hw_params):
7822         * ext/alsa/gstalsa.h:
7823           debugging output fixes
7824
7825 2004-03-24  Benjamin Otte  <otte@gnome.org>
7826
7827         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7828           don't g_return_if_fail if element is PLAYING, fail silently as every
7829           other element.
7830         * gst/effectv/gstquark.c: (gst_quarktv_chain):
7831           only fix needed for cast lvalue issues in gst-plugins
7832         * gst/volenv/gstvolenv.c: (gst_volenv_init):
7833           add proxy_getcaps
7834
7835 2004-03-24  Benjamin Otte  <otte@gnome.org>
7836
7837         * gst/level/gstlevel.c: (gst_level_init):
7838           add proxying getcaps function, so level doesn't advertise impossible
7839           caps
7840
7841 2004-03-24  David Schleef  <ds@schleef.org>
7842
7843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7844         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7845         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7846         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7847         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7848         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7849         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7850         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7851         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
7852         messages.  Divide the chunk size by the compression ratio
7853         (needed for MACE audio)
7854
7855 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7856
7857         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7858           Fix buffer overflow read error.
7859
7860 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7861
7862         * ext/alsa/gstalsa.h:
7863           Remove unused entry.
7864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7865           Add cinepak.
7866         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7867         (gst_videodrop_link), (gst_videodrop_chain):
7868           Fix, sort of. Was horribly broken with new capsnego. Bah...
7869
7870 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
7871
7872         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7873         (plugin_init):
7874         Add a monkeysaudio typefind function
7875
7876 2004-03-23  Johan Dahlin  <johan@gnome.org>
7877
7878         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
7879         (gst_play_video_fixate): Check so the structure has the field
7880         before trying to fixate them, this makes it possible to have
7881         fakesinks for video and audio output without printing errors on
7882         the output console.
7883
7884 2004-03-22  David Schleef  <ds@schleef.org>
7885
7886         * sys/oss/Makefile.am:
7887         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7888         (check_rate), (add_rate):  Rate probing test app.
7889
7890 2004-03-21  Benjamin Otte  <otte@gnome.org>
7891
7892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7893         (_fixate_caps_to_int), (gst_audio_convert_fixate):
7894           add a fixation function that pretty much does the right thing (fixes
7895           #137556)
7896
7897 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
7898
7899         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7900
7901 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
7902
7903         reviewed by: Benjamin Otte  <otte@gnome.org>
7904
7905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7906           terminate gst_event_new_discontinuous correctly (fixes parts of
7907           #137711)
7908
7909 2004-03-19  David Schleef  <ds@schleef.org>
7910
7911         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
7912         since it doesn't depend on X, and it's part of our ABI.
7913
7914 2004-03-19  Iain <iain@prettypeople.org>
7915
7916         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
7917         is_int in the structure, not the local variable.
7918
7919 2004-03-19  David Schleef  <ds@schleef.org>
7920
7921         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7922         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7923         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7924         Improvements in caps negotiation.
7925
7926 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7927
7928         * po/LINGUAS:
7929         * po/af.po:
7930           adding Afrikaans (Petri Jooste)
7931
7932 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7933
7934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7935         (gst_ffmpegcolorspace_chain):
7936         throw error instead of g_critical (#137588)
7937
7938 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7939
7940         * Makefile.am:
7941         * configure.ac:
7942           dist common and m4 correctly
7943         * po/sv.po:
7944
7945 2004-03-17  David Schleef  <ds@schleef.org>
7946
7947         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
7948         (bug #137348)
7949
7950 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7951
7952         * po/LINGUAS:
7953         * po/sv.po:
7954           adding Swedish translation (Christian Rose)
7955
7956 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7957
7958         * Makefile.am: use release.mak
7959
7960 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7961
7962         * common/ChangeLog:
7963         * common/gst-autogen.sh:
7964           add some explanation about the version detection
7965         * configure.ac:
7966           fix X check
7967
7968 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * configure.ac: bump nano to 1
7971
7972 === release 0.8.0 ===
7973
7974 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7975
7976         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
7977
7978 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7979
7980         * configure.ac:
7981           update libtool version
7982         * gst-libs/gst/media-info/Makefile.am:
7983           actually use libtool version
7984
7985 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7986
7987         * configure.ac: fix speex detection to work with 1.0 but not 1.1
7988
7989 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7990
7991         * configure.ac:
7992         * gst-plugins.spec.in:
7993         * pkgconfig/Makefile.am:
7994         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7995         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7996         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7997         * pkgconfig/gstreamer-libs.pc.in:
7998         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7999         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8000         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
8001         * pkgconfig/gstreamer-plugins.pc.in:
8002           remove @VERSION@ from some of the pc files since core and plugins
8003           are decoupled.
8004           created gstreamer-plugins.pc as it's a better name, but keeping
8005           -libs around for now to get fixes upstream done first.
8006
8007 2004-03-15  Julien MOUTTE <julien@moutte.net>
8008
8009         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
8010         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
8011         * gst-libs/gst/play/play.h:
8012
8013 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8014
8015         * *.c, *.cc: don't mix tabs and spaces
8016
8017 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8018
8019         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8020           use the new ffmpegcolorspace
8021         * gst-plugins.spec.in:
8022           package new colorspace and media-info
8023         * configure.ac:
8024         * pkgconfig/Makefile.am:
8025           fix some more disting issues
8026         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8027         * pkgconfig/gstreamer-media-info.pc.in:
8028           generate media-info pc files
8029
8030 2004-03-15  Johan Dahlin  <johan@gnome.org>
8031         
8032         * *.h: Revert indenting
8033
8034 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8035
8036         * configure.ac:
8037           adding ffmpegcolorspace element
8038         * gst/ffmpegcolorspace/Makefile.am:
8039         * gst/ffmpegcolorspace/avcodec.h:
8040         * gst/ffmpegcolorspace/common.h:
8041         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
8042         * gst/ffmpegcolorspace/dsputil.h:
8043         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
8044         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8045         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
8046         (gst_ffmpeg_caps_to_pix_fmt):
8047         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
8048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8049         (gst_ffmpegcolorspace_caps_remove_format_info),
8050         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
8051         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
8052         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
8053         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
8054         (gst_ffmpegcolorspace_set_property),
8055         (gst_ffmpegcolorspace_get_property),
8056         (gst_ffmpegcolorspace_register):
8057         * gst/ffmpegcolorspace/imgconvert.c:
8058         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8059         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
8060         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
8061         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
8062         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
8063         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
8064         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
8065         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
8066         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
8067         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
8068         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
8069         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
8070         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
8071         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
8072         (img_get_alpha_info), (deinterlace_line),
8073         (deinterlace_line_inplace), (deinterlace_bottom_field),
8074         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
8075         * gst/ffmpegcolorspace/imgconvert_template.h:
8076         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
8077         * gst/ffmpegcolorspace/mmx.h:
8078         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
8079           adding ffmpegcolorspace element supplied by Ronald after cleaning
8080           up and pulling in the right bits of upstream source. 
8081           I'm sure a better C/compiler wizard could do some cleaning up (for
8082           example use GLIB's malloc stuff), but as a first pass this
8083           works very well
8084
8085 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8086
8087         * ext/alsa/gstalsa.h:
8088           I assume Ronald forgot to commit the change to have cardname
8089           as a struct member.  Expect some public spanking at the next
8090           opportunity.
8091
8092 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8093
8094         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
8095         (gst_alsa_open_audio), (gst_alsa_close_audio):
8096         * ext/alsa/gstalsa.c:
8097           Don't open the device if we're a mixer (= padless).
8098         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
8099         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
8100         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
8101           Open mixer during state change rather than during object
8102           initialization. Also, get a device name. Currently in a somewhat
8103           hackish fashion, but I didn't really find something better.
8104
8105 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8106
8107         * *.c, *.h: run gst-indent
8108
8109 2004-03-14  Benjamin Otte  <otte@gnome.org>
8110
8111         * gst/modplug/gstmodplug.cc:
8112         * gst/modplug/gstmodplug.h:
8113           set correct timestamps on outgoing buffers
8114
8115 2004-03-14  Benjamin Otte  <otte@gnome.org>
8116
8117         * gst/modplug/gstmodplug.cc:
8118           handle events - don't do crap when a discont arrives that's not
8119           necessary
8120           This allows correct loading and playback of mods in Rhythmbox
8121
8122 2004-03-14  Benjamin Otte  <otte@gnome.org>
8123
8124         * configure.ac:
8125         * gst-libs/gst/gconf/Makefile.am:
8126         * pkgconfig/Makefile.am:
8127           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
8128           they get rebuilt properly
8129         * configure.ac:
8130           when checking for vorbis, try pkgconfig first.
8131         * gst/modplug/gstmodplug.cc:
8132           add fixate function
8133
8134 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8135
8136         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8137           Fix for obvious mistake, where we first shift the offset and then
8138           read a samplesize element assuming the old offset. Note that this
8139           part still has something weird, i.e. my movies containing those
8140           don't actually play well, but at least there's something that looks
8141           like sound now.
8142
8143 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
8144         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
8145         (plugin_init):
8146         Add a typefind function for speex format
8147
8148 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8149
8150         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
8151         (gst_asf_demux_setup_pad):
8152           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
8153           instead of 0. Reason is simple: some elements have a fps range
8154           of 1-max instead of 0-max. So now ASF video actually works.
8155
8156 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8157
8158         * po/LINGUAS:
8159         * po/sr.po:
8160           adding serbian as a language
8161
8162 2004-03-13  Benjamin Otte  <otte@gnome.org>
8163
8164         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8165           return taglist correctly from _get function, don't gst_pad_push it.
8166           (fixes #137042)
8167
8168 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
8169         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8170
8171 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
8174         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
8175         (gst_alsa_mixer_track_new):
8176         * ext/alsa/gstalsamixertrack.h:
8177           Fix ancient leftovers... MixerTrack is a GObject.
8178
8179 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8180
8181         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8182         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8183           Don't block during probing...
8184
8185 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
8188         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
8189         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
8190         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
8191         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
8192         (gst_alsa_open_audio), (gst_alsa_close_audio):
8193         * ext/alsa/gstalsa.h:
8194           Add propertyprobe interface implementation, add some device-name
8195           property, all this so that it looks good in gnome-volume-control.
8196
8197 2004-03-12  David Schleef  <ds@schleef.org>
8198
8199         * configure.ac: the Hermes library controls hermescolorspace, not
8200         colorspace.
8201         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8202         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
8203         not /* */
8204         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
8205         * ext/sdl/sdlvideosink.h: ditto.
8206         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
8207
8208 2004-03-12  Benjamin Otte  <otte@gnome.org>
8209
8210         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
8211         (gst_x_overlay_got_xwindow_id):
8212         * gst-libs/gst/xoverlay/xoverlay.h:
8213           replace XID with unsigned long to get rid of the xlibs dependency in
8214           XOverlay (fixes #137004)
8215
8216 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
8217         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
8218         (gst_agingtv_setup):
8219         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
8220         (gst_dicetv_base_init), (gst_dicetv_class_init),
8221         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
8222         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
8223         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
8224         (gst_edgetv_setup), (gst_edgetv_rgb32):
8225         * gst/effectv/gsteffectv.c:
8226         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
8227         (gst_quarktv_set_property):
8228         * gst/effectv/gstrev.c: (gst_revtv_get_type),
8229         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
8230         (gst_revtv_setup), (gst_revtv_rgb32):
8231         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
8232         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
8233         (gst_shagadelictv_init), (gst_shagadelictv_setup),
8234         (gst_shagadelictv_rgb32):
8235         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
8236         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
8237         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
8238         * gst/effectv/gstwarp.c:
8239         Port everything that can be ported to videofilter and fix up the caps.
8240         Can someone with a big-endian machine please check these?
8241
8242 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8243
8244         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
8245         (gst_osssink_chain), (gst_osssink_change_state):
8246           Latest fixes for A/V sync, audio playback and such. This is about
8247           all... MPEG playback issues are mostly related to the async build-
8248           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
8249
8250 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8251
8252         patch from: Stephane Loeuillet
8253
8254         * configure.ac:
8255           use pkg-config for some libraries, falling back to the old .m4 way
8256           (fixes #131270)
8257         * m4/libdv.m4:
8258           removed
8259
8260 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8261
8262         * configure.ac:
8263         * tools/Makefile.am:
8264         * tools/Makefile.in:
8265         * tools/gst-launch-ext-m.m:
8266         * tools/gst-launch-ext.1.in:
8267         * tools/gst-visualise-m.m:
8268         * tools/gst-visualise.1:
8269         * tools/gst-visualise.1.in:
8270           reorganizing generation of script tools
8271
8272 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8273
8274         * ext/divx/gstdivxdec.c:
8275           Downgrade priority. We prefer ffdec_mpeg4.
8276         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
8277         (gst_faad_chain), (gst_faad_change_state):
8278           Fix capsnego. Doesn't work for some sounds because we don't have
8279           a 5:1 to stereo element.
8280         * ext/xvid/gstxvid.c: (plugin_init):
8281           Add priority.
8282         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8283         (gst_osssink_change_state):
8284           Add discont handling.
8285
8286 2004-03-09  Colin Walters  <walters@verbum.org>
8287
8288         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
8289         conversion.
8290
8291 2004-03-09  Benjamin Otte  <otte@gnome.org>
8292
8293         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8294           the signals take 2 arguments
8295
8296 2004-03-09  David Schleef  <ds@schleef.org>
8297
8298         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
8299         (gst_alsa_fixate): Add fixate function.  (bug #136686)
8300         * ext/alsa/gstalsa.h:
8301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
8302
8303 2004-03-09  Benjamin Otte  <otte@gnome.org>
8304
8305         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
8306         (gst_mikmod_change_state):
8307         * ext/mikmod/gstmikmod.h:
8308           make mikmod's loop function not loop infinitely and call
8309           gst_element_yield anymore
8310         * gst/modplug/gstmodplug.cc:
8311           fix pad negotiation (fixes #136590)
8312
8313 2004-03-09  David Schleef  <ds@schleef.org>
8314
8315         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
8316         doesn't conflict with the internal colorspace plugin.
8317         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
8318         satisfy the crappy-ass shell shipped by a certain vendor.
8319         * gst/videofilter/make_filter: same (bug #135299)
8320
8321 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8322
8323         * configure.ac: bump nano to 1
8324
8325 === release 0.7.6 ===
8326
8327 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8328
8329         * configure.in: releasing 0.7.6, "There"
8330
8331 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8332
8333         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8334         * pkgconfig/gstreamer-play.pc.in:
8335           synchronize the two
8336
8337 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8338
8339         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
8340         (cdparanoia_open), (cdparanoia_event):
8341           fix/add error handling
8342         * po/POTFILES.in:
8343           add cdparanoia source
8344         * tools/Makefile.am:
8345           make scripts executable
8346
8347 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8348
8349         * configure.ac:
8350         * ext/vorbis/Makefile.am:
8351         * sys/Makefile.am:
8352           remove id3types, vorbisfile and xvideosink from the build (#133783)
8353
8354 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8355
8356         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8357           Fix metadata read crash (#136537).
8358
8359 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8360
8361         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8362         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
8363           adding mime types, fixing the one-stop function
8364
8365 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8366
8367         * ext/nas/nassink.c and /ext/nas/nassink.h:
8368         More NAS love from Arwed von Merkatz
8369         So lets all sing 'Can you feel the NAS tonight' 
8370
8371 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8372
8373         * tools/gst-launch-ext.in: 
8374         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
8375
8376 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8377
8378         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8379         (gst_mpeg2dec_init):
8380         remove the user_data pad for now, because it is being used in
8381         fixating causing MPEG playback to fixate on 1000 Hz for playback.
8382         If someone knows how to fix this properly, please do.
8383
8384 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8385
8386         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8387         (gst_osssink_get_time):
8388         add a warning, IMO this won't get triggered anymore, remove later
8389
8390 2004-03-07  David Schleef  <ds@schleef.org>
8391
8392         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
8393         format (bug #136470)
8394
8395 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8396
8397         * gst-libs/Makefile.am:
8398         * gst-libs/gst/media-info/Makefile.am:
8399         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
8400         (error_callback), (gst_media_info_error_create),
8401         (gst_media_info_error_element), (gmip_init), (gmip_reset),
8402         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
8403         * gst-libs/gst/media-info/media-info-priv.h:
8404         * gst-libs/gst/media-info/media-info-test.c: (main):
8405         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
8406         (gst_media_info_class_init), (gst_media_info_instance_init),
8407         (gst_media_info_set_source), (gst_media_info_read_with_idler),
8408         (gst_media_info_read_idler), (gst_media_info_read):
8409         * gst-libs/gst/media-info/media-info.h:
8410         fixed, should work now
8411
8412 2004-03-07  Christian Schaller <Uraeus@gnome.org>
8413
8414         * ext/nas/nassink.c:
8415         A bunch of NAS fixes from Arwed von Merkatz
8416
8417 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8418
8419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8420         (qtdemux_parse_trak):
8421           Fix crash (j might be greater than n_samples, in which case we're
8422           writing outside the allocated space for the array) and memleak.
8423
8424 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8425
8426         * sys/oss/gstosssink.c: (gst_osssink_chain):
8427           And another caller that couldn't handle delay < 0 (unsigned
8428           integer overflow). Video now continues playing on an audio
8429           buffer underrun, and the clock continues working. Audio still
8430           stalls.
8431
8432 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8433
8434         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8435         (gst_osssink_get_time):
8436           get_delay() may return values lower than 0. In those cases, we
8437           should not actually cast to *unsigned* int64, that will break
8438           stuff horribly. In my case, it screwed up A/V sync in movies
8439           in totem rather badly.
8440
8441 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8442
8443         * ext/faac/gstfaac.c: (gst_faac_chain):
8444         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8445         * ext/libpng/gstpngenc.c: (user_write_data):
8446         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8447         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8448         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8449         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8450         Fix several misuse of gst_buffer_merge (it doesn't take ownership
8451         of any buffer), should fix some leaks. I hope I didn't unref buffers
8452         that shouldn't be...
8453         
8454 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8455
8456         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
8457         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
8458         (error_callback), (gmi_reset), (gmi_seek_to_track),
8459         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
8460         (gmip_find_type_post), (gmip_find_stream_post),
8461         (gmip_find_track_streaminfo_post):
8462         * gst-libs/gst/media-info/media-info-priv.h:
8463         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
8464         (info_print), (main):
8465         * gst-libs/gst/media-info/media-info.c:
8466         (gst_media_info_error_create), (gst_media_info_error_element),
8467         (gst_media_info_instance_init), (gst_media_info_get_property),
8468         (gst_media_info_new), (gst_media_info_set_source),
8469         (gst_media_info_read_idler), (gst_media_info_read):
8470         * gst-libs/gst/media-info/media-info.h:
8471           first pass at making this work again.  This seems to work on
8472           tagged ogg/vorbis and mp3 files.
8473
8474 2004-03-06  Benjamin Otte  <otte@gnome.org>
8475
8476         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8477           fix huge leak: gst_buffer_merge doesn't unref the first argument
8478           itself.
8479
8480 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8481
8482         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
8483           report layer/mode/emphasis
8484
8485 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8486
8487         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
8488
8489 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8492           signal serial
8493
8494 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8495
8496         * ext/vorbis/vorbis.c: (plugin_init):
8497         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8498         (gst_vorbis_dec_init), (vorbis_dec_event):
8499         add debug category
8500         make vorbisdec handle _BYTE and _TIME queries
8501
8502 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8503
8504         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
8505           from the xing header
8506
8507 2004-03-06  Benjamin Otte  <otte@gnome.org>
8508
8509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
8510         (gst_audio_convert_link), (gst_audio_convert_change_state),
8511         (gst_audio_convert_buffer_from_default_format):
8512           do conversions from/to float correctly, fix some caps nego errors,
8513           export correct supported caps in template and getcaps, use correct
8514           caps in try_set_caps functions
8515
8516 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8517
8518         For some reason, I only committed a ChangeLog entry yesterday and 
8519         not the corresponding code...
8520         * ext/mad/gstmad.c: Fix detection of Xing headers
8521         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8522
8523 2004-03-06  Benjamin Otte  <otte@gnome.org>
8524
8525         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
8526         (gst_ogg_demux_src_query):
8527           make sure to handle the case where there's no current chain
8528           gracefully.
8529
8530 2004-03-05  David Schleef  <ds@schleef.org>
8531
8532         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
8533         Add fixate function. (bug #131128)
8534         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8535         (gst_sdlvideosink_fixate):  Add fixate function.
8536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8537         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
8538         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
8539         Fix missing break that was causing ulaw to be interpreted as
8540         raw int.
8541
8542 2004-03-05  David Schleef  <ds@schleef.org>
8543
8544         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8545         Fix code that ignores return value of gst_buffer_merge().
8546         (bug #114560)
8547         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
8548         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
8549         * testsuite/gst-lint:  Check for above.
8550
8551 2004-03-05  David Schleef  <ds@schleef.org>
8552
8553         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
8554         caps and throw an element error.  (bug #136334)
8555
8556 2004-03-05  David Schleef  <ds@schleef.org>
8557
8558         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
8559         (gst_faad_chain): Fix negotiation.
8560         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
8561         key and button events.
8562         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
8563         dung heap of code.
8564         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
8565         depends on gconf
8566         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
8567         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8568         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
8569         function to encourage better negotiation, particularly between
8570         audioconvert and osssink.
8571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8572         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
8573         more important.
8574         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
8575         typefinding.
8576         * gst/vbidec/vbiscreen.c:  Add glib header
8577         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
8578
8579 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
8580
8581         * ext/mad/gstmad.c: Fix detection of Xing headers
8582         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8583
8584 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8585
8586         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8587         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
8588           debug updates
8589
8590 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8591
8592         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8593         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
8594         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
8595         files, and report the parsed length as a GST_TAG_DURATION tag.
8596         * gst/tags/gstid3tag.c: support TLEN (duration) tag
8597
8598 2004-03-05  Benjamin Otte  <otte@gnome.org>
8599
8600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
8601           convert channels correctly. convert correctly to unsigned.
8602
8603 2004-03-05  Julien MOUTTE <julien@moutte.net>
8604
8605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
8606         we have a window before clearing it.
8607
8608 2004-03-05  Julien MOUTTE <julien@moutte.net>
8609
8610         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
8611         have a window before clearing it.
8612
8613 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8614
8615         * gconf/gstreamer.schemas.in:
8616         * gst-libs/gst/gconf/Makefile.am:
8617           version installation path the same way as for 0.6
8618         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8619         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8620         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8621           remove comment that was fixed
8622
8623 2004-03-05  David Schleef  <ds@schleef.org>
8624
8625         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
8626         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
8627         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
8628         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
8629         Add prototype code for handling seeking and querying.
8630
8631 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8632
8633         * examples/gstplay/player.c: (main):
8634           Initialize variables to NULL. Prevents a segfault because the
8635           (uninitialized) variable is not NULL, resulting in a crash on
8636           trying to reach error->message.
8637
8638 2004-03-05  Benjamin Otte  <otte@gnome.org>
8639
8640         * gst/audioconvert/gstaudioconvert.c:
8641         (gst_audio_convert_buffer_to_default_format):
8642         make float=>int conversion work correctly even in cornercases.
8643
8644 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
8645
8646         * debian/README.Debian:
8647         * debian/build-deps:
8648         * debian/changelog:
8649         * debian/control:
8650         * debian/control.in:
8651         * debian/copyright:
8652         * debian/gstreamer-a52dec.files:
8653         * debian/gstreamer-aa.files:
8654         * debian/gstreamer-alsa.files:
8655         * debian/gstreamer-alsa.manpages:
8656         * debian/gstreamer-arts.files:
8657         * debian/gstreamer-artsd.files:
8658         * debian/gstreamer-audiofile.files:
8659         * debian/gstreamer-avifile.files:
8660         * debian/gstreamer-cdparanoia.files:
8661         * debian/gstreamer-colorspace.files:
8662         * debian/gstreamer-doc.files:
8663         * debian/gstreamer-dv.files:
8664         * debian/gstreamer-dvd.files:
8665         * debian/gstreamer-esd.files:
8666         * debian/gstreamer-festival.files:
8667         * debian/gstreamer-flac.files:
8668         * debian/gstreamer-gconf.conffiles:
8669         * debian/gstreamer-gconf.files:
8670         * debian/gstreamer-gconf.postinst:
8671         * debian/gstreamer-gnomevfs.files:
8672         * debian/gstreamer-gsm.files:
8673         * debian/gstreamer-http.files:
8674         * debian/gstreamer-jack.files:
8675         * debian/gstreamer-jpeg.files:
8676         * debian/gstreamer-mad.files:
8677         * debian/gstreamer-mikmod.files:
8678         * debian/gstreamer-misc.files:
8679         * debian/gstreamer-mpeg2dec.files:
8680         * debian/gstreamer-oss.files:
8681         * debian/gstreamer-plugin-apps.files:
8682         * debian/gstreamer-plugin-apps.manpages:
8683         * debian/gstreamer-plugin-libs-dev.files:
8684         * debian/gstreamer-plugin-libs.files:
8685         * debian/gstreamer-plugin-template.postinst:
8686         * debian/gstreamer-plugin-template.postrm:
8687         * debian/gstreamer-sdl.files:
8688         * debian/gstreamer-sid.files:
8689         * debian/gstreamer-vorbis.files:
8690         * debian/gstreamer-x.files:
8691         * debian/mk.control:
8692         * debian/rules:
8693         Debian package info not maintained here.
8694
8695 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8696
8697         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8698         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
8699         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
8700         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
8701         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
8702         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
8703         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8704         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
8705         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8706         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
8707         * gst-libs/gst/colorbalance/colorbalance.c:
8708         (gst_color_balance_class_init):
8709         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8710         (gst_color_balance_channel_class_init):
8711         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8712         * gst-libs/gst/play/play.c: (gst_play_class_init):
8713         * gst-libs/gst/propertyprobe/propertyprobe.c:
8714         (gst_property_probe_iface_init):
8715         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
8716         * gst-libs/gst/tuner/tunerchannel.c:
8717         (gst_tuner_channel_class_init):
8718         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
8719         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
8720         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
8721         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
8722         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
8723         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8724         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8725         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
8726         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
8727           fix signals to use - instead of _
8728         * ext/libcaca/gstcacasink.h:
8729         * ext/sdl/sdlvideosink.h:
8730           fix header rename
8731
8732 2004-03-04  David Schleef  <ds@schleef.org>
8733
8734         * testsuite/gst-lint:  Add a check for bad signal names.
8735
8736 2004-03-04  <kost@imn.htwk-leipzig.de>
8737
8738         reviewed by David Schleef
8739
8740         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
8741         modified the alpha channel and caused a warning. (bug #136192)
8742
8743 2004-04-03  Christian Schaller <Uraeus@gnome.org>
8744
8745         * gst-plugins.spec.in:
8746         Change names of plugins to actually be correct. Try to keep things
8747         alphabetical to avoid getting beat up by Thomas
8748
8749 2004-03-03  Julien MOUTTE <julien@moutte.net>
8750
8751         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8752         Using ximagesink as a default if no gconf key found. We should
8753         probably consider using alsasink instead of osssink for the audio
8754         part.
8755
8756 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8757
8758         * configure.ac:
8759           fix --with-plugins, don't think it ever worked before
8760         * gst-plugins.spec.in:
8761           even more updates
8762
8763 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8764
8765         * ext/sdl/sdlvideosink.h:
8766         * sys/ximage/ximagesink.h:
8767         * sys/xvideo/xvideosink.h:
8768         * sys/xvimage/xvimagesink.h:
8769           Fix for move of gstvideosink.h -> videosink.h.
8770
8771 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8772
8773         * gst-libs/gst/xwindowlistener/Makefile.am:
8774           this is a plugin library, not a library
8775
8776 2004-03-01  David Schleef  <ds@schleef.org>
8777
8778         * AUTHORS:  Added some names.  Add yourself if you're still
8779         missing.
8780
8781 2004-03-01  David Schleef  <ds@schleef.org>
8782
8783         * MAINTAINERS: Add
8784
8785 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         * gst-plugins.spec.in: clean up spec file
8788
8789 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8790
8791         * gst-libs/gst/video/Makefile.am:
8792         * gst-libs/gst/video/gstvideosink.c:
8793         * gst-libs/gst/video/gstvideosink.h:
8794           rename gstvideosink.h to videosink.h to match other headers
8795         * gst/mixmatrix/Makefile.am:
8796           fix plugin filename
8797         * gst/tags/Makefile.am: fix plugin filename
8798
8799 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8800
8801         * gst/tags/Makefile.am: fix plugin filename
8802
8803 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8804
8805         * examples/gstplay/player.c: (got_time_tick), (main):
8806           add error handler
8807           display time_tick more readably
8808         * gst/mixmatrix/Makefile.am:
8809           fix plugin file name
8810
8811 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
8812
8813         * sys/oss/gstosselement.c: (gst_osselement_probe),
8814         (device_combination_append), (gst_osselement_class_probe_devices):
8815         * sys/oss/gstosselement.h: 
8816           Reworked enumeration of oss dsps and mixers so that gst-mixer works
8817           on my system using alsa oss emulation, fixes bug #135597
8818
8819 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8820
8821         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8822         (gst_videodrop_chain), (gst_videodrop_change_state):
8823         * gst/videodrop/gstvideodrop.h:
8824           Work based on timestamp of input data, not based on the expected
8825           framerate from the input. The consequence is that this element now
8826           not only scales framerates, but also functions as a framerate
8827           corrector or framerate stabilizer/constantizer.
8828
8829 2004-02-27  David Schleef  <ds@schleef.org>
8830
8831         patches from jmmv@menta.net (Julio M. Merino Vidal)
8832
8833         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8834         GST_ELEMENT_ERROR call (bug #135634)
8835         * gst/interleave/interleave.c: (interleave_buffered_loop),
8836         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8837         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8838         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8839         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8840         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8841         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8842         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8843         Fix GST_ELEMENT_ERROR call.
8844         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8845         GST_ELEMENT_ERROR call.
8846
8847 2004-02-27  Benjamin Otte  <otte@gnome.org>
8848
8849         * gst-libs/gst/audio/audio.h:
8850           add macro to make sure header isn't included twice
8851         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8852           don't use gst_buffer_free
8853         * gst/playondemand/filter.func:
8854           don't use gst_data_free. Free data only once.
8855
8856 2004-02-26  David Schleef  <ds@schleef.org>
8857
8858         * gst-libs/gst/colorbalance/Makefile.am:
8859         * gst-libs/gst/mixer/Makefile.am:
8860         * gst-libs/gst/tuner/Makefile.am:
8861         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8862         should not be disted, -marshal.h files should not be installed,
8863         and -enum.h files _should_ be installed.  Fix to make this the
8864         case.
8865
8866 === release 0.7.5 ===
8867
8868 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8869
8870         * configure.ac: release 0.7.5, "Under The Sea"
8871
8872 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8873
8874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8875         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8876         * gst/videoscale/gstvideoscale.c:
8877         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8878           assorted debug/warning fixes
8879
8880 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8881
8882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8883         (gst_videoscale_init), (gst_videoscale_chain),
8884         (gst_videoscale_set_property), (plugin_init):
8885         * gst/videoscale/gstvideoscale.h:
8886         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8887         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8888         (gst_videoscale_planar400), (gst_videoscale_packed422),
8889         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8890         (gst_videoscale_24bit), (gst_videoscale_16bit),
8891         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8892         (gst_videoscale_scale_plane_slow),
8893         (gst_videoscale_scale_point_sample),
8894         (gst_videoscale_scale_nearest),
8895         (gst_videoscale_scale_nearest_str2),
8896         (gst_videoscale_scale_nearest_str4),
8897         (gst_videoscale_scale_nearest_32bit),
8898         (gst_videoscale_scale_nearest_24bit),
8899         (gst_videoscale_scale_nearest_16bit):
8900         add debugging category and use it properly
8901         fix use of GST_PTR_FORMAT
8902
8903 2004-02-25  Andy Wingo  <wingo@pobox.com>
8904
8905         * gst/interleave/interleave.c (interleave_buffered_loop): Always
8906         push only when channel->buffer is NULL. Prevents segfaults doing
8907         the state change after a nonlocal exit, like a scheme exception.
8908
8909         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8910         Handle the case where the intersected caps is empty.
8911
8912 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8913
8914         * gst/law/mulaw-decode.c: (mulawdec_link):
8915         * gst/law/mulaw.c: (plugin_init):
8916           fix mulawdec so it actually works again
8917
8918 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
8919
8920         reviewed by: David Schleef  <ds@schleef.org>
8921
8922         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8923         (gst_gamma_init), (gst_gamma_set_property),
8924         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8925         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
8926         for RGB, with separate r g and b correction factors. (#131167)
8927
8928 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8929
8930         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8931           only signal tags for bitrate if they're > 0 (#134894)
8932
8933 2004-02-24  David Schleef  <ds@schleef.org>
8934
8935         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8936         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8937         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8938         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8939         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8940         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8941         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8942         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8943         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
8944         category.  Attempt to fix timestamp calculation.
8945
8946 2004-02-24  Johan Dahlin  <johan@gnome.org>
8947
8948         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8949
8950 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8951
8952         * configure.ac:
8953         * gconf/Makefile.am:
8954         * gconf/gstreamer.schemas:
8955         * gst-libs/gst/gconf/Makefile.am:
8956         * gst-libs/gst/gconf/gconf.c:
8957           version gconf schemas and install locations
8958
8959 2004-02-23  Benjamin Otte  <otte@gnome.org>
8960
8961         * ext/xine/xineinput.c: (gst_xine_input_dispose):
8962         (gst_xine_input_subclass_init):
8963           call parent dispose.
8964           change pad template for CD reader correctly
8965         * ext/xine/Makefile.am:
8966         * ext/xine/gstxine.h:
8967         * ext/xine/xine.c: (plugin_init):
8968         * ext/xine/xineaudiosink.c:
8969           wrap audio sinks, too
8970         * gst-libs/gst/resample/private.h:
8971         * gst-libs/gst/resample/resample.c: (gst_resample_init),
8972         (gst_resample_reinit), (gst_resample_scale),
8973         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
8974         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
8975         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
8976         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
8977         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
8978         * gst-libs/gst/resample/resample.h:
8979         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8980         (gst_audioscale_class_init), (gst_audioscale_link),
8981         (gst_audioscale_get_buffer), (gst_audioscale_init),
8982         (gst_audioscale_chain), (gst_audioscale_set_property),
8983         (gst_audioscale_get_property):
8984         * gst/audioscale/gstaudioscale.h:
8985           s/resample_*/gst_resample_*/i to not clobber namespaces
8986
8987 2004-02-23  Julien MOUTTE  <julien@moutte.net>
8988
8989         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8990         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8991         (gst_riff_create_video_template_caps),
8992         (gst_riff_create_audio_template_caps),
8993         (gst_riff_create_iavs_template_caps):
8994         * gst-libs/gst/riff/riff-media.h:
8995         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8996         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
8997         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
8998         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9000         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
9001         (gst_matroska_demux_plugin_init): First batch implementing audio and 
9002         video codec tags in demuxers.
9003
9004 2004-02-22  Benjamin Otte  <otte@gnome.org>
9005
9006         * ext/xine/Makefile.am:
9007         * ext/xine/gstxine.h:
9008         * ext/xine/xine.c: (plugin_init):
9009         * ext/xine/xineinput.c:
9010           add input plugin wrapper. Playback from files, http, mms and cdda
9011           works.
9012         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9013           remove leftover G_GNUC_UNUSED
9014         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
9015         (gst_asf_demux_identify_guid):
9016           improve debugging output
9017
9018 2004-02-22  Benjamin Otte  <otte@gnome.org>
9019
9020         reported by: Padraig O'Briain <padraig.obriain@sun.com>
9021
9022         * autogen.sh:
9023           replace test -e with test -x for mkinstalldirs to be more portable.
9024           (fixes #134816)
9025
9026 2004-02-22  Benjamin Otte  <otte@gnome.org>
9027
9028         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
9029
9030         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
9031           set rank to PRIMARY
9032         * gst/volume/gstvolume.c: (plugin_init):
9033           set rank to NONE
9034         fixes #134960
9035
9036 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
9037
9038         reviewed by Benjamin Otte  <otte@gnome.org>
9039
9040         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9041           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
9042
9043 2004-02-22  Benjamin Otte  <otte@gnome.org>
9044
9045         * configure.ac:
9046           export [_]*{gst,Gst,GST}.* symbols from plugins
9047
9048 2004-02-22  Christophe Fergeau <teuf@gnome.org>
9049
9050         reviewed by: Benjamin Otte  <otte@gnome.org>
9051
9052         * ext/lame/gstlame.c: (add_one_tag):
9053         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
9055         (gst_vorbisenc_metadata_set1):
9056         * gst/tags/gstid3tag.c:
9057         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
9058           apply fixes from bugs #135042 (lame can't write tags) and #133817
9059           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
9060
9061 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
9062
9063         * configure.ac: Export only gst_plugin_desc from plugins.
9064          Note that this change only makes any effect with Linux using libtool 
9065          1.5.2 or higher. Otherwise it is silently ignored, but it would build
9066          fine. And don't try to have several versions of libtool in different
9067          directories.
9068
9069 2004-02-20  Andy Wingo  <wingo@pobox.com>
9070
9071         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
9072         interleave respectively.
9073
9074         * gst/interleave/deinterleave.c: New plugin: deinterleave
9075         (replaces on oneton).
9076         * gst/interleave/interleave.c: New plugin: interleave.
9077         * gst/interleave/plugin.h: Support file.
9078         * gst/interleave/plugin.c: Support file.
9079
9080         * configure.ac: Remove intfloat and oneton, add interleave.
9081
9082         * ext/sndfile/gstsf.c: Handle events better.
9083
9084         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
9085         and float2int operation. int2float has scheduling problems as
9086         noted in in2float_chain. 
9087
9088 2004-02-20  Benjamin Otte  <otte@gnome.org>
9089
9090         * ext/xine/Makefile.am:
9091         * ext/xine/gstxine.h:
9092         * ext/xine/xine.c: 
9093         * ext/xine/xineaudiodec.c: 
9094         * ext/xine/xinecaps.c: 
9095           add first version of xine plugin wrapper. Currently only wraps the
9096           QDM2 win32 DLL, and even that only in proof-of-concept quality.
9097         * configure.ac:
9098         * ext/Makefile.am:
9099           add xine plugin wrapper, disabled by default. Use --enable-xine to
9100           build. Note that it'll segfault on gst-register if you don't remove
9101           the goom and tvtime post plugins from xine.
9102         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
9103         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
9104           add extradata parsing for QDM2.
9105           change around debugging prints.
9106
9107 2004-02-19  Benjamin Otte  <otte@gnome.org>
9108
9109         * ext/lame/gstlame.c: (gst_lame_chain):
9110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9111           use gst_tag_list_insert when you want to insert tags
9112
9113 2004-02-18  David Schleef  <ds@schleef.org>
9114
9115         * configure.ac:  Move massink to gst-rotten
9116         * ext/Makefile.am:
9117         * ext/mas/Makefile.am:
9118         * ext/mas/massink.c:
9119         * ext/mas/massink.h:
9120
9121 2004-02-18  David Schleef  <ds@schleef.org>
9122
9123         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
9124         typefinding, since it seems to be worse than nothing.
9125         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
9126         atom to recognize .mp4 and .m4a files as video/quicktime.
9127
9128 2004-02-18  David Schleef  <ds@schleef.org>
9129
9130         * gst/sine/demo-dparams.c: (quit_live),
9131         (dynparm_log_value_changed), (dynparm_value_changed), (main):
9132         Use double dparams, not float.
9133         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9134         (gst_sinesrc_init): Change sync default to FALSE, since multiple
9135         sync'd elements don't really work correctly.
9136         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
9137         (volume_update_volume), (volume_get_property):  Change dparam
9138         to double.
9139
9140 2004-02-18  Julien MOUTTE  <julien@moutte.net>
9141
9142         * sys/ximage/ximagesink.c:
9143         (gst_ximagesink_xwindow_update_geometry),
9144         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9145         (gst_ximagesink_change_state), (gst_ximagesink_expose),
9146         (gst_ximagesink_init): Rework the way software video scaling works. So
9147         now we check on each chain call if the video frames are feeling the 
9148         window. If not we try to renegotiate caps. On failure we memorize that
9149         and we won't try again for that PLAYING sessions.
9150         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
9151         failure.
9152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
9153         synchronous flag.
9154
9155 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9156
9157         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
9158           break up _link so we can give a better debug message for errors
9159
9160 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9161
9162         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9163           set up debug category
9164
9165 2004-02-18  Julien MOUTTE <julien@moutte.net>
9166
9167         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9168         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
9169         the way renegotiation work. The event handling function is not taking
9170         care of external windows and renegotiate method check for pad flags
9171         NEGOTIATING. Should fix : #133209
9172
9173 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9174
9175         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
9176         pad is negotiating before trying renegotiation.
9177
9178 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9179
9180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9181           pass on all possible mime types as typefind hints
9182
9183 2004-02-17  Julien MOUTTE <julien@moutte.net>
9184
9185         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
9187         possible SHM leak if we crash. All other apps using XShm are doing
9188         that.
9189
9190 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9191
9192         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9193         (gst_ximagesink_expose): Renegotiate size on expose.
9194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
9195         size on expose.
9196
9197 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9198
9199         * testsuite/alsa/sinesrc.c:
9200           cosmetic fix to fix compile issue with gcc 2.95.4
9201
9202 2004-02-16  Julien MOUTTE <julien@moutte.net>
9203
9204         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
9205         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
9206         failed opening the audio device.
9207         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9208         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9209         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
9210         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
9211         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9212         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
9213         (gst_ximagesink_change_state), (gst_ximagesink_chain),
9214         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
9215         Removing some useless g_return_if_fail like wingo suggested.
9216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9217         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
9218         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9219         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
9220         (gst_xvimagesink_update_colorbalance),
9221         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
9222         (gst_xvimagesink_xcontext_clear),
9223         (gst_xvimagesink_get_fourcc_from_caps),
9224         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9225         (gst_xvimagesink_set_xwindow_id),
9226         (gst_xvimagesink_colorbalance_list_channels),
9227         (gst_xvimagesink_colorbalance_set_value),
9228         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
9229         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
9230
9231 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9232
9233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9234           throw error when not negotiated instead of asserting
9235
9236 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9237
9238         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
9239         correct data refcounting.
9240
9241 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9242
9243         * gst/switch/gstswitch.c: (gst_switch_change_state),
9244         (gst_switch_class_init): Cleaning the sinkpads correctly on state
9245         change, mostly the EOS flag.
9246
9247 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9248
9249         * examples/gstplay/player.c: (got_eos), (main): Adding some 
9250         output for debugging.
9251         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
9252         timeouts if we go to any state different from PLAYING.
9253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
9254         more EOS bugs in riff lib.
9255
9256 2004-02-14  Julien MOUTTE  <julien@moutte.net>
9257
9258         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
9259         visualization until i find a way to fix switch correctly.
9260         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
9261         EOS arrives.
9262         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9263         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9264         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
9265         Reworked switch to get a more correct behaviour with events and refing
9266         of data stored in sinkpads.
9267         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
9268         we don't pull from a pad in EOS.
9269
9270 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9271
9272         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9273           remove v1 tag even if we can't read it (makes sure we don't detect
9274           it again)
9275
9276 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9277
9278         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
9279         (gst_alsa_xrun_recovery):
9280         * ext/alsa/gstalsa.h:
9281           try xrun recovery when wait failed. Make xrun recovery function
9282           return TRUE/FALSE to indicate success. (might fix #134354)
9283
9284 2004-02-13  David Schleef  <ds@schleef.org>
9285
9286         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
9287         (dynparm_value_changed), (main): Convert from float to double.
9288         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
9289
9290 2004-02-13  David Schleef  <ds@schleef.org>
9291
9292         * gst/silence/gstsilence.c: (gst_silence_class_init),
9293         (gst_silence_set_clock), (gst_silence_get),
9294         (gst_silence_set_property), (gst_silence_get_property):
9295         * gst/silence/gstsilence.h: Add sync property.
9296         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9297         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
9298         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
9299         * gst/sine/gstsinesrc.h: Add sync property.
9300
9301 2004-02-13  David Schleef  <ds@schleef.org>
9302
9303         * gst/intfloat/gstint2float.c: (conv_f32_s16),
9304         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
9305
9306 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9307
9308         * configure.ac:
9309         * ext/Makefile.am:
9310         * gst-libs/ext/Makefile.am:
9311           move ffmpeg plugin to gst-ffmpeg module
9312
9313 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9314
9315         * configure.ac: use GST_ARCH to detect architecture
9316
9317 2004-02-12  Julien MOUTTE  <julien@moutte.net>
9318
9319         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
9320
9321 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9322
9323         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9324           classify LADSPA plugins based on number of src/sink pads
9325           (#133663, Stefan Kost)
9326         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
9327           fix dparams registration
9328           (#133528, Stefan Kost)
9329         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
9330           fix use of isprint and use g_ascii_isprint instead
9331           (#133316, Stefan Kost)
9332
9333 2004-02-11  David Schleef  <ds@schleef.org>
9334
9335         Convert a few inner loops to use liboil.  This is currently
9336         optional, and is only enabled if liboil is present (duh!).
9337         * configure.ac: Check for liboil-0.1
9338         * gst/intfloat/Makefile.am:
9339         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
9340         (gst_int2float_chain_gint16):
9341         * gst/videofilter/Makefile.am:
9342         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
9343         (tablelookup_u8), (gst_videobalance_planar411):
9344         * gst/videotestsrc/Makefile.am:
9345         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
9346         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
9347         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
9348         (paint_hline_RGB565), (paint_hline_xRGB1555):
9349
9350 2004-02-11  David Schleef  <ds@schleef.org>
9351
9352         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
9353         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
9354         (gst_colorspace_getcaps), (gst_colorspace_link),
9355         (gst_colorspace_base_init), (gst_colorspace_init),
9356         (gst_colorspace_chain), (gst_colorspace_change_state),
9357         (plugin_init): Merge Ronald's patch (bug #117897) and update
9358         for new caps and negotiation.  Seems to work, although it
9359         shows off bugs in lcs.
9360
9361 2004-02-11  David Schleef  <ds@schleef.org>
9362
9363         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
9364         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
9365
9366 2004-02-11  David Schleef  <ds@schleef.org>
9367
9368         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
9369         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
9370         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
9371         Add server and port properties
9372
9373 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9374
9375         * m4/a52.m4:
9376         * m4/aalib.m4:
9377         * m4/as-ffmpeg.m4:
9378         * m4/as-liblame.m4:
9379         * m4/as-slurp-ffmpeg.m4:
9380         * m4/check-libheader.m4:
9381         * m4/esd.m4:
9382         * m4/freetype2.m4:
9383         * m4/gconf-2.m4:
9384         * m4/glib.m4:
9385         * m4/gst-alsa.m4:
9386         * m4/gst-artsc.m4:
9387         * m4/gst-ivorbis.m4:
9388         * m4/gst-matroska.m4:
9389         * m4/gst-sdl.m4:
9390         * m4/gst-shout2.m4:
9391         * m4/gst-sid.m4:
9392         * m4/gtk.m4:
9393         * m4/libdv.m4:
9394         * m4/libfame.m4:
9395         * m4/libmikmod.m4:
9396         * m4/ogg.m4:
9397         * m4/vorbis.m4:
9398           fix underquotedness of macros (#133800)
9399         * m4/as-avifile.m4:
9400         * m4/xmms.m4:
9401           removed because no longer used
9402
9403 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9404
9405         * configure.ac:
9406           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
9407           by autopoint (fixes #132996)
9408
9409 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9410
9411         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
9412         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
9413         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
9414         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
9415           fix memleaks
9416
9417 2004-02-11  David Schleef  <ds@schleef.org>
9418
9419         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9420         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
9421         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
9422         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
9423         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
9424         (gst_jpegenc_class_init), (gst_jpegenc_init),
9425         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
9426         (gst_jpegenc_chain), (gst_jpegenc_set_property),
9427         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
9428         * ext/jpeg/gstjpegenc.h: Fix negotiation.
9429
9430 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9431
9432         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9433         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
9434         * ext/mikmod/gstmikmod.h:
9435           fix caps negotiation in mikmod
9436         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
9437           output debug information
9438
9439 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9440
9441         * gst-libs/gst/colorbalance/Makefile.am:
9442         * gst-libs/gst/navigation/Makefile.am:
9443         * gst-libs/gst/xoverlay/Makefile.am:
9444           remove unused GST_OPT_CFLAGS from Makefiles
9445           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
9446
9447 2004-02-07  David Schleef  <ds@schleef.org>
9448
9449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
9450         push events to pads that haven't been created (#133508)
9451
9452 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
9455         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
9456         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9457         (gst_dvdec_loop), (gst_dvdec_change_state):
9458         Second attempt at committing a working dvdec element.
9459
9460 2004-02-06  David Schleef  <ds@schleef.org>
9461
9462         Build fixes for OS X: (see #129600)
9463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
9464         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
9465         (gst_riff_read_strf_iavs):
9466         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9467         (gst_avi_demux_stream_odml):
9468         * gst/playondemand/Makefile.am:
9469         * gst/rtp/rtp-packet.c:
9470
9471 2004-02-05  David Schleef  <ds@schleef.org>
9472
9473         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
9474         last change, because it Just Doesn't Compile.
9475
9476 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9477
9478         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9479           skip undecodable id3v2 tag instead of keeping it
9480
9481 2004-02-05  David Schleef  <ds@schleef.org>
9482
9483         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9484         Unref leaked buffer.  (Noticed by Ronald)
9485
9486 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
9487
9488         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9489         Sync requires with other checks.  >= vs =.
9490
9491 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
9492
9493         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9494         (gst_dvdec_video_link), (gst_dvdec_loop):
9495         * ext/dv/gstdvdec.h:
9496           rework the caps negotiation so that dvdec works again instead
9497           of just segfaulting.
9498
9499 === release 0.7.4 ===
9500
9501 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9502                                                                                 
9503         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
9504         * configure.ac: changed for release
9505
9506 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9507
9508         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
9509         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9510         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9511         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9512           reworked patch by David Lehn to fix libdir and includedir for
9513           uninstalled libraries
9514           removed play and gconf from gstreamer-libs since they have their
9515           own pkgconfig files
9516
9517 2004-02-04  David Schleef  <ds@schleef.org>
9518
9519         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
9520         memleak.
9521
9522 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9523
9524         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9525           use correct GST_TAG_ENCODER tag
9526
9527 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9528
9529         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9530           be sure to stop the clock when going to paused
9531         * sys/oss/gstosssink.c: (gst_osssink_change_state):
9532           reset number of transmitted when going to ready.
9533         fixes #132935
9534
9535 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
9536
9537         reviewed by Benjamin Otte
9538
9539         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9540           extract track count (fixes #133410)
9541
9542 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9543
9544         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9545           that should be !=, not == (fixes #132519)
9546
9547 2004-02-04  David Schleef  <ds@schleef.org>
9548
9549         Make sure set_explicit_caps() is called before adding pad.
9550         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9551         * gst/id3/gstid3types.c: (gst_id3types_loop):
9552         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9553         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9554
9555 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9556
9557         * configure.ac:
9558           bump nano to 2, first prerelease
9559           put back AM_PROG_LIBTOOL
9560
9561 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9562
9563         * testsuite/alsa/Makefile.am:
9564           these are user test apps, not automatic testsuite tests
9565
9566 2004-02-04  David Schleef  <ds@schleef.org>
9567
9568         Convert GST_DEBUG_CAPS() to GST_DEBUG():
9569         * gst/mpeg1videoparse/gstmp1videoparse.c:
9570         (mp1videoparse_parse_seq):
9571         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9572         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9573         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
9574         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9575         (gst_xvideosink_getcaps):
9576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9577         * testsuite/gst-lint: more tests
9578
9579 2004-02-04  David Schleef  <ds@schleef.org>
9580
9581         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
9582         with the code that they would expand to.
9583         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
9584         (gst_flacdec_get_src_query_types),
9585         (gst_flacdec_get_src_event_masks):
9586         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
9587         (gst_gnomevfssrc_get_query_types),
9588         (gst_gnomevfssrc_get_event_mask):
9589
9590 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9591
9592         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9593         (gst_sinesrc_dispose):
9594           fix memleak by properly disposing sinesrc
9595
9596 2004-02-04  Julien MOUTTE  <julien@moutte.net>
9597
9598         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
9599         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
9600         an overlay to redraw the image because it has been exposed.
9601         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
9602         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
9603         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
9604         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
9605         interface
9606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
9607         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
9608         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
9609         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
9610         interface 
9611
9612 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9613
9614         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9615           more memleak fixage
9616
9617 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9618
9619         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9620         * gst/typefind/gsttypefindfunctions.c:
9621           fix memleaks shown by gst-typefind
9622
9623 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9624
9625         * common/glib-gen.mak:
9626           add hack rule to touch .Plo files
9627         * gst-libs/gst/colorbalance/Makefile.am:
9628         * gst-libs/gst/mixer/Makefile.am:
9629         * gst-libs/gst/play/Makefile.am:
9630         * gst-libs/gst/tuner/Makefile.am:
9631           remove glib_root variable
9632
9633 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9634
9635         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
9636           set explicit caps before adding the element, so the autopluggers can
9637           plug correctly.
9638         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9639         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9640         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9641         (dv_type_find):
9642           fix memleaks in typefind functions. gst_type_find_suggest takes a const
9643           argument.
9644
9645 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9646
9647         * gst-libs/gst/colorbalance/Makefile.am:
9648         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9649         * gst-libs/gst/colorbalance/colorbalance.c:
9650         * gst-libs/gst/colorbalance/colorbalance.h:
9651         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
9652         * gst-libs/gst/mixer/Makefile.am:
9653         * gst-libs/gst/mixer/mixer-marshal.list:
9654         * gst-libs/gst/mixer/mixer.c:
9655         * gst-libs/gst/mixer/mixer.h:
9656         * gst-libs/gst/mixer/mixermarshal.list:
9657         * gst-libs/gst/play/Makefile.am:
9658         * gst-libs/gst/play/play.h:
9659         * gst-libs/gst/tuner/Makefile.am:
9660         * gst-libs/gst/tuner/tuner-marshal.list:
9661         * gst-libs/gst/tuner/tuner.c:
9662         * gst-libs/gst/tuner/tuner.h:
9663         * gst-libs/gst/tuner/tunermarshal.list:
9664           use new glib-gen.mak snippet to clean up Makefile.am
9665           fix various bugs in Makefile.am's
9666
9667 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9668
9669         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9670           handle chain parsing correctly in the multichain case
9671         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
9672         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
9673         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9674         (theora_dec_chain):
9675           handle events and queries correctly
9676
9677 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9678
9679         * .cvsignore:
9680         Ignore generated file _stdint.h.
9681
9682 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9683
9684         * gst-libs/gst/colorbalance/Makefile.am:
9685         * gst-libs/gst/colorbalance/colorbalance.h:
9686         * gst-libs/gst/mixer/Makefile.am:
9687         * gst-libs/gst/mixer/mixer.h:
9688         * gst-libs/gst/play/Makefile.am:
9689         * gst-libs/gst/play/play.h:
9690         * gst-libs/gst/tuner/Makefile.am:
9691         * gst-libs/gst/tuner/tuner.h:
9692         Generate enum type code with glib-mkenums.
9693         * gst-libs/gst/colorbalance/.cvsignore:
9694         * gst-libs/gst/mixer/.cvsignore:
9695         * gst-libs/gst/play/.cvsignore:
9696         * gst-libs/gst/tuner/.cvsignore:
9697         Ignore generated files.
9698
9699 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9700
9701         * gst-libs/gst/audio/.cvsignore:
9702         Ignore generated file.
9703         * gst-libs/gst/audio/Makefile.am:
9704         Do not install example filter.
9705
9706 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9707
9708         * examples/switch/.cvsignore:
9709         Ignore generated file.
9710
9711 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9712
9713         * common/m4/ax_create_stdint_h.m4:
9714         * configure.ac:
9715           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
9716           _stdint.h.
9717         * Makefile.am:
9718           remove generated _stdint.h in DISTCLEANFILES
9719         * ext/a52dec/gsta52dec.c:
9720           include _stdint.h for a52dec. (should fix #133064)
9721
9722 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9723
9724         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
9725         (gst_tag_to_vorbis_comments):
9726         Add replaygain support to vorbistag
9727
9728 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9729         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9730         (gst_ffmpeg_caps_to_extradata):
9731           Fix SVQ3 caps flag properties
9732           Use glib macro for bytes swap
9733
9734 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9735
9736         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9737         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9738         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9739         * ext/sndfile/gstsf.c: (plugin_init):
9740         * gst/avi/gstavi.c: (plugin_init):
9741         * sys/dxr3/dxr3init.c: (plugin_init):
9742         * sys/oss/gstossaudio.c: (plugin_init):
9743         * sys/v4l/gstv4l.c: (plugin_init):
9744         * sys/v4l2/gstv4l2.c: (plugin_init):
9745           remove textdomain calls
9746         * po/nl.po:
9747           update Dutch translation
9748
9749 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9750
9751         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9752         (gst_play_set_audio_sink): Moving volume in the audio thread for 
9753         instantaneous volume change. Maybe i will add another volume in front
9754         of visualization later, not sure yet though.
9755
9756 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9757
9758         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9759         (gst_ximagesink_handle_xevents): Better X events handling, only take
9760         the latest events for configure and motion.
9761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9762
9763 2004-02-02  Jon Trowbridge  <trow@gnu.org>
9764
9765         reviewed by: David Schleef  <ds@schleef.org>
9766
9767         Fix memory leaks:
9768         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9769         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9770
9771 2004-02-02  David Schleef  <ds@schleef.org>
9772
9773         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
9774         of lines.
9775         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9776         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9777         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9778         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9779         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9780         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9781         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9782         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9783         (gst_float2_2_int_link):
9784         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9785         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9786         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9787         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9788         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9789         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9790         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9791         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9792         * testsuite/gst-lint: Add tests for bzero and ;;
9793
9794 2004-02-02  David Schleef  <ds@schleef.org>
9795
9796         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9797
9798 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9799
9800         * ext/aalib/gstaasink.c: (gst_aasink_open):
9801         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9802         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9803         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9804         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9805         (gst_afsink_close_file):
9806         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9807         (gst_afsrc_close_file):
9808         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9809         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9810         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9811         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9812         * ext/esd/esdmon.c: (gst_esdmon_get):
9813         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9814         * ext/faac/gstfaac.c: (gst_faac_chain):
9815         * ext/faad/gstfaad.c: (gst_faad_chain):
9816         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9817         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9818         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9819         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9820         (gst_flacdec_loop):
9821         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9822         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9823         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9824         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9825         (gst_gnomevfssink_close_file):
9826         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9827         (gst_gnomevfssrc_open_file):
9828         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9829         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9830         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9831         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9832         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9833         * ext/mad/gstmad.c: (gst_mad_chain):
9834         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9835         * ext/mpeg2dec/gstmpeg2dec.c:
9836         * ext/mpeg2enc/gstmpeg2enc.cc:
9837         * ext/mplex/gstmplex.cc:
9838         * ext/mplex/gstmplexibitstream.cc:
9839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9840         (gst_ogg_demux_push):
9841         * ext/raw1394/gstdv1394src.c:
9842         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9843         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9844         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9845         (gst_sf_loop):
9846         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9847         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9848         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9849         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9851         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9852         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9853         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9854         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9855         (gst_riff_read_element_data), (gst_riff_read_seek),
9856         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9857         * gst/adder/gstadder.c: (gst_adder_loop):
9858         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9859         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9860         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9861         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9862         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9863         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9864         * gst/goom/gstgoom.c: (gst_goom_chain):
9865         * gst/id3/gstid3types.c: (gst_id3types_loop):
9866         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9867         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9868         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9869         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9870         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9871         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9872         (gst_ebml_read_float), (gst_ebml_read_header):
9873         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9874         (gst_matroska_demux_parse_blockgroup):
9875         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9876         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9877         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9878         * gst/silence/gstsilence.c: (gst_silence_get):
9879         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9880         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9881         * gst/speed/gstspeed.c: (speed_loop):
9882         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9883         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9884         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9885         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9886         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9887         (gst_wavparse_loop):
9888         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9889         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9890         (dxr3audiosink_close):
9891         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9892         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9893         (dxr3videosink_close), (dxr3videosink_write_data):
9894         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9895         * sys/oss/gstosssink.c: (gst_osssink_chain):
9896         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9897         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9898         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9899         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9900         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9901         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9902         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9903         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9904         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9905         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9906         (gst_v4l_set_audio):
9907         * sys/v4l/v4l_calls.h:
9908         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9909         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9910         (gst_v4lmjpegsink_playback_init),
9911         (gst_v4lmjpegsink_playback_start):
9912         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9913         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9914         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9915         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9916         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9917         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9918         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9919         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9920         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9921         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9922         (gst_v4l2_get_output), (gst_v4l2_set_output),
9923         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9924         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9925         (gst_v4l2_set_attribute):
9926         * sys/v4l2/v4l2_calls.h:
9927         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9928         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9929         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9930         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9931         (gst_v4l2src_capture_stop):
9932         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9933         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9934         (gst_ximagesink_chain):
9935         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9936         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9937         (gst_xvideosink_xwindow_new):
9938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9939         (gst_xvimagesink_chain):
9940
9941 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9942
9943         * gst/volume/gstvolume.c: (gst_volume_set_volume),
9944         (gst_volume_get_volume), (volume_class_init), (volume_init),
9945         (volume_chain_int16), (volume_update_volume):
9946         * gst/volume/gstvolume.h:
9947           make code more readable by removing magic numbers
9948           make mixer interface export 0-100 range
9949           make it internally map to 0.0-1.0 range so users don't distort
9950           output by putting the sliders at full volume
9951
9952 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9953
9954         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9955         (gst_play_state_change), (gst_play_seek_to_time):
9956         block the tick callback for 0.5 secs after doing a seek
9957
9958 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9959
9960         * gst-libs/gst/play/play.c: (gst_play_new):
9961           check for GError
9962
9963 2004-02-01  Julien MOUTTE  <julien@moutte.net>
9964
9965         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
9966         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
9967         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9968         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
9969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9970         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
9971
9972 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9973
9974         * configure.ac:
9975         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9976           check for a function added in vorbis 1.1
9977
9978 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9979
9980         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9981         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
9982           really start/stop clock only on PLAYING <=> PAUSED
9983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9984           remove \n from debugging lines
9985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9986           make it work when seeking does not
9987         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9988           reset on DISCONT
9989
9990 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9991
9992         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
9993           start clock on PAUSED=>PLAYING, not later
9994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9995           extract correct time for different discont formats
9996         (gst_alsa_sink_get_time):
9997           don't segfault when no format is negotiated yet, just return 0
9998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9999         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
10000         (gst_ogg_pad_push):
10001           handle flush and discont events correctly
10002         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
10003           handle discont events correctly
10004
10005 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
10006
10007         * gst-libs/gst/play/play.c: (gst_play_error_quark),
10008         (gst_play_error_create), (gst_play_error_plugin),
10009         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
10010         * gst-libs/gst/play/play.h:
10011           add error handling during creation
10012         * examples/gstplay/player.c: (main):
10013           use new gst_play_new
10014           
10015
10016 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10017
10018         * ext/theora/theoradec.c: (theora_dec_chain):
10019           make comments work
10020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
10021         (vorbis_dec_src_event), (vorbis_dec_chain):
10022           add encoder tag, fix tag reading to be more error tolerant, change
10023           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
10024           gst_pad_event_default.
10025         * gst/tags/gstvorbistag.c:
10026         (gst_tag_list_from_vorbiscomment_buffer):
10027           undefine function specific define at end of function
10028
10029 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
10030
10031         * ext/flac/gstflac.c: (plugin_init):
10032         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
10033         * ext/flac/gstflacdec.h:
10034         * ext/flac/gstflacenc.h:
10035           Fix typos
10036
10037 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
10038
10039         * examples/gstplay/player.c: s/gstplay.h/play.h/
10040
10041 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10042
10043         * gst-libs/gst/play/Makefile.am:
10044         * gst-libs/gst/play/gstplay.c:
10045         * gst-libs/gst/play/gstplay.h:
10046         * gst-libs/gst/play/play.c:
10047           more surgery, operation complete
10048
10049 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10050
10051         * gst-libs/gst/play/play.old.c:
10052         * gst-libs/gst/play/play.old.h:
10053           after CVS surgery by moving, remove
10054         * gst-libs/gst/play/playpipelines.c:
10055           remove
10056           
10057         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
10058           add negotiation error
10059
10060 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
10063         (gst_ogg_demux_push):
10064           add some seeking debug info
10065           send a flush when seeking
10066
10067 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10068
10069         * configure.ac:
10070           use AC_C_INLINE
10071         * configure.ac:
10072         * ext/Makefile.am:
10073         * ext/theora/Makefile.am:
10074         * ext/theora/theoradec.c: 
10075           add theora video decoder. Does just do simple decoding for now and
10076           has been tested against Theora cvs only. It only works when theora
10077           is compiled with --enable-static.
10078         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
10079           always reset packetno on DISCONT
10080
10081 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10082
10083         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
10084           Fix audio.
10085
10086 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10087
10088         * gst/mpegaudioparse/gstmpegaudioparse.c:
10089         (mp3_type_frame_length_from_header):
10090           Fix header parsing - stolen from ffmpeg (thank you! :) ).
10091
10092 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * ext/esd/esdsink.c: (gst_esdsink_init):
10095           Since we have static pad template caps, we don't need to negotiate;
10096           either the core errors out or we know the format.
10097
10098 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10099
10100         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10101         (gst_riff_read_seek):
10102         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10103         (gst_ebml_read_seek):
10104           Fix event handling.
10105
10106 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10107
10108         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
10109           removee video/x-theora from vp3 decoder, it doesn't handle raw
10110           theora streams
10111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10112           fix bug with finalizing element that never went to PAUSED
10113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
10114           length and position queries were swapped
10115         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
10116         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
10117         (vorbis_dec_src_event):
10118           implement querying time and bytes
10119
10120 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10121
10122         * just about every source file:
10123           gst_element_error -> GST_ELEMENT_ERROR
10124
10125 2004-01-29  Julien MOUTTE  <julien@moutte.net>
10126
10127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
10128         emiting FLUSH and even before DISCONT.
10129         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
10130         get the best instant seeking as possible yay!
10131
10132 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10133
10134         * gst/mpeg1videoparse/gstmp1videoparse.c:
10135         (gst_mp1videoparse_real_chain):
10136           Committed wrong version last week... Grr... Didn't notice until now.
10137
10138 2004-01-29  Julien MOUTTE <julien@moutte.net>
10139
10140         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
10141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
10142         have_xwindow_id signal in xwindow_create.
10143
10144 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10145
10146         * ext/ogg/gstoggdemux.c: 
10147           lots of changes - mainly support for chained bitstreams, seeking,
10148           querying and bugfixes of course
10149         * ext/vorbis/Makefile.am:
10150         * ext/vorbis/vorbisdec.c: 
10151         * ext/vorbis/vorbisdec.h:
10152           add vorbisdec raw vorbis decoder
10153         * ext/vorbis/vorbis.c: (plugin_init):
10154           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
10155         * gst/intfloat/Makefile.am:
10156         * gst/intfloat/float22int.c:
10157         * gst/intfloat/float22int.h:
10158         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
10159           add float2intnew plugin. It converts multichannel interleaved float to
10160           multichannel interleaved int. The name should probably be changed.
10161         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
10162         (plugin_init):
10163           add typefinding for raw theora video so oggdemux can detect it.
10164
10165 2004-01-28  Julien MOUTTE  <julien@moutte.net>
10166
10167         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
10168         sink element first.
10169         * gst/videoscale/gstvideoscale.c:
10170         (gst_videoscale_handle_src_event): Fixing src event handler.
10171
10172 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10175         (gst_v4lsrc_open), (gst_v4lsrc_close),
10176         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
10177         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
10178         * sys/v4l/gstv4lsrc.h:
10179         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
10180         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
10181           Implement resizing... Hack. But that's why v4l is b0rked...
10182
10183 2004-01-28  Julien MOUTTE <julien@moutte.net>
10184
10185         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10186         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10187         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
10188         (gst_ximagesink_xwindow_destroy):
10189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10190         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10191         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10192         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
10193         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
10194         correctly cleaning the image created to check xshm calls on succes,
10195         added a lot of XSync calls in X11 functions, and fixed a segfault when
10196         no image format was defined before negotiation happened.
10197
10198 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10199
10200         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
10201           use gst_element_get_time to get correct time
10202
10203 2004-01-28  Julien MOUTTE  <julien@moutte.net>
10204
10205         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10206         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
10207         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
10208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
10209         (gst_xvimagesink_check_xshm_calls),
10210         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
10211         X plugins are now able to detect that XShm calls will fail even if the
10212         server claims that it has XShm support (remote displays most of the
10213         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
10214         so that we use non XShm functions. This feature is almost useless for
10215         xvimagesink as Xv is not supported on remote displays anyway, but 
10216         it might happen than even on the local display XShm calls fail.
10217
10218 2004-01-27  David Schleef  <ds@schleef.org>
10219
10220         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10221         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
10222         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
10223         changed esdsink to only use 44100,16,2, since esd sucks at rate
10224         conversion and esdsink has had difficulty negotiating.
10225
10226 2004-01-27  Julien MOUTTE <julien@moutte.net>
10227
10228         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
10229         (gst_play_seek_to_time): Fixing the way to get current position.
10230
10231 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10232
10233         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
10234           use gst_element_get_time to get correct time
10235
10236 2004-01-27  Julien MOUTTE <julien@moutte.net>
10237
10238         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
10239         fix ever... Inverting 2 lines of code make spider autoplug correctly
10240         tagged mp3 !
10241
10242 2004-01-27  David Schleef  <ds@schleef.org>
10243
10244         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10245         Use gst_pad_try_set_caps_nonfixed().
10246
10247 2004-01-27  David Schleef  <ds@schleef.org>
10248
10249         * gst/ac3parse/gstac3parse.c: update to checklist 5
10250         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
10251         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
10252         * gst/audioscale/gstaudioscale.c: same
10253         * gst/auparse/gstauparse.c: same
10254         * gst/avi/gstavidemux.c: same
10255
10256 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10257
10258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
10259           stop processing after EOS
10260
10261 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10262
10263         * gst/asfdemux/asfheaders.h:
10264         * gst/asfdemux/gstasfdemux.c: 
10265         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
10266         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
10267         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
10268           lot's of fixes to make data extraction simpler and get the code
10269           architecture and compiler independant. Add debugging category
10270         * gst/goom/gstgoom.c: (gst_goom_change_state):
10271           reset channel count on PAUSED=>READY, not READY=>PAUSED
10272
10273 2004-01-26  Colin Walters  <walters@verbum.org>
10274
10275         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
10276         code to pull a bigger buffer in iradio mode.  This as a side effect
10277         makes typefinding work.
10278
10279 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
10280
10281         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10282         Fix SVQ3 decoding on PPC
10283
10284 2004-01-26  Julien MOUTTE <julien@moutte.net>
10285
10286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
10287         that one managed to stay there... Fixed.
10288
10289 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
10290
10291         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10292         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
10293         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
10294         (qtdemux_video_caps):
10295         * gst/qtdemux/qtdemux.h:
10296         Add SVQ3 specific flags to qtdemux and ffmpeg
10297
10298 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10299
10300         * gst-libs/gst/audio/audio.h:
10301           remove buffer-frames from audio caps
10302         * gst/audioconvert/gstaudioconvert.c:
10303           fix plugin to really work.
10304
10305 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10306
10307         * gst-libs/gst/mixer/mixer.c:
10308         * gst-libs/gst/propertyprobe/propertyprobe.c:
10309         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
10310         (gst_tuner_find_channel_by_name):
10311         * gst-libs/gst/tuner/tuner.h:
10312           Add gtk-doc style comments. Also fix a function name.
10313
10314 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
10317         (gst_divxdec_negotiate):
10318           Fix for new capsnego - also fixes gst-player with divxdec.
10319
10320 2004-01-25  Julien MOUTTE  <julien@moutte.net>
10321
10322         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10323         (gst_play_identity_handoff), (gst_play_set_location),
10324         (gst_play_set_visualization), (gst_play_connect_visualization): Another
10325         try in visualization implementation. Still have an issue with switch
10326         blocking when pulling from video_queue and only audio comes out of 
10327         spider.
10328         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10329         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
10330         release method. And check if the pad is usable before pulling.
10331
10332 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10333
10334         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
10335         (gst_videobalance_init),
10336         (gst_videobalance_colorbalance_list_channels),
10337         (gst_videobalance_colorbalance_set_value),
10338         (gst_videobalance_colorbalance_get_value),
10339         (gst_videobalance_update_properties),
10340         (gst_videobalance_update_tables_planar411),
10341         (gst_videobalance_planar411):
10342         * gst/videofilter/gstvideobalance.h:
10343           Implement lookup-tables. +/- 10x faster.
10344
10345 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10346
10347         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10348         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10349           The index reading was broken. The rest worked fine, but the whole
10350           goal of my rewrite was to make avidemux readable, and this was
10351           not at all readable. Please use typed variables.
10352
10353 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10354
10355         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10356           Additional pad usability check.
10357         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10358         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
10359         (gst_mp1videoparse_real_chain):
10360           Fix MPEG video stream parsing. The original plugin had several
10361           issues, including not timestamping streams where the source was
10362           not timestamped (this happens with PTS values in mpeg system
10363           streams, but MPEG video is also a valid stream on its own so
10364           that needs timestamps too). We use the display time code for that
10365           for now. Also, if one incoming buffer contains multiple valid
10366           frames, we push them all on correctly now, including proper EOS
10367           handling. Lastly, several potential segfaults were fixed, and we
10368           properly sync on new sequence/gop headers to include them in next,
10369           not previous frames (since they're header for the next frame, not
10370           the previous). Also see #119206.
10371         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
10372         (bpf_from_header):
10373           Move caps setting so we only do it after finding several valid
10374           MPEG-1 fraes sequentially, not right after the first one (which
10375           might be coincidental).
10376         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
10377         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10378         (plugin_init):
10379           Add unsynced MPEG video stream typefinding, and change some
10380           probability values so we detect streams rightly. The idea is as
10381           follows: I can have an unsynced system stream which contains
10382           video. In the current code, I would randomly get a type for either
10383           system or video stream type found, because the probabilities are
10384           being calculated rather randomly. I now use fixed values, so we
10385           always prefer system stream if that was found (and that is how it
10386           should be). If no system stream was found, we can still identity                the stream as video-only.
10387
10388 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10389
10390         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10391         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10392           don't write to buffer. Extract data without the need of
10393           __attribute__ ((packed))
10394
10395 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10396
10397         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
10398         (mpeg1_sys_type_find):
10399           Fix MPEG-1 stream typefinding.
10400
10401 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10402
10403         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10404           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
10405
10406 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10407
10408         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
10409         * ext/esd/gstesd.c: (plugin_init):
10410           private debugging, better error reporting
10411
10412 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10415         (gst_riff_read_init), (gst_riff_read_change_state):
10416         * gst-libs/gst/riff/riff-read.h:
10417           Remove stuff fromold metadata system.
10418
10419 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10420
10421         * ext/ogg/gstoggdemux.c:
10422           Fix wrong file comment.
10423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10424         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
10425           Add metadata reading properly.
10426
10427 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10428
10429         * ext/Makefile.am:
10430           Fix nas DIST_SUBDIRS
10431           Uraeus:
10432           Fix bug where make distcheck doesn't get run on adding stuff to
10433           the build.
10434
10435 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
10438         * ext/divx/gstdivxdec.h:
10439           Fix divx3 ("msmpeg4") playback using divxdec.
10440
10441 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10442
10443         * gst/typefind/gsttypefindfunctions.c:
10444         (mp3_type_frame_length_from_header): fix bug in length computation 
10445         (mp3_type_find): improve debugging output
10446
10447 2004-01-23  Julien MOUTTE  <julien@moutte.net>
10448
10449         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10450         (gst_play_set_location), (gst_play_seek_to_time),
10451         (gst_play_set_audio_sink), (gst_play_set_visualization),
10452         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
10453         the pipeline from scratch. Visualization is back and switch went out as
10454         i realized it was not possible to use the way i wanted.
10455         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
10456         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
10457         clearing in state change from READY to NULL. So that one can clean the
10458         X ressources keeping the element.
10459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10460         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
10461         (gst_xvimagesink_colorbalance_set_value),
10462         (gst_xvimagesink_colorbalance_get_value),
10463         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
10464         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
10465         change from READY to NULL and fixed some stupid bugs in colorbalance
10466         get/set values. Also added the following feature : when nobody tries to
10467         set some values to the colorbalance levels before the xcontext is 
10468         grabbed, then when creating channels list from Xv attributes we set the
10469         internal values to the Xv defaults. This way we handle buggy Xv drivers
10470         that set default hue values far from the middle of the range (Thanks
10471         to Jon Trowbridge for pointing that issue).
10472         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
10473         colorbalance levels have been set before xcontext is grabbed.
10474
10475 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10478           Fix the ossmixer case where we shouldn't open /dev/dsp* because
10479           it might block operations (which is bad for a mixer).
10480
10481 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
10484         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
10485         (gmip_find_type_pre):
10486         * gst-libs/gst/media-info/media-info-priv.h:
10487         * gst-libs/gst/media-info/media-info.c:
10488         (gst_media_info_instance_init), (gst_media_info_read_idler):
10489         add fakesink to get caps on decoder src pad again
10490         fix callback prototype to match new have_type signal signature
10491
10492 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10493
10494         * gst/adder/gstadder.c: (gst_adder_link):
10495           fix non-compile and cut-n-paste code
10496
10497 2004-01-21  David Schleef  <ds@schleef.org>
10498
10499         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
10500         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
10501         (gst_swfdec_init), (gst_swfdec_change_state):
10502         * ext/swfdec/gstswfdec.h:
10503         Fix negotiation.
10504         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
10505         (gst_adder_request_new_pad): Fix negotiation.
10506         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
10507         Add a fixate function.
10508         * gst/intfloat/gstfloat2int.c:
10509         * gst/intfloat/gstfloat2int.h:
10510         * gst/intfloat/gstint2float.c:
10511         * gst/intfloat/gstint2float.h:
10512         Completely rewrite the negotiation.  Doesn't quite work yet,
10513         due to some buffer-frames problem.
10514
10515 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10516
10517         * ext/gnomevfs/gstgnomevfssrc.c:
10518         * sys/v4l2/v4l2_calls.h:
10519           fix includes for distcheck
10520
10521 2004-01-21  Christian Schaller <uraeus@gnome.org>
10522
10523         * ext/nas/
10524         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
10525         based on earlier patch from Laurent Vivier
10526
10527 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
10528
10529         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10530         Fix wma caps property
10531         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10532         Fix typo (flags1 and flags2)
10533
10534 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10535
10536         * gst-libs/gst/media-info/media-info-priv.c:
10537         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
10538         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
10539         (gmip_find_stream), (gmip_find_track_metadata),
10540         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
10541         (gmip_find_track_format):
10542         * gst-libs/gst/media-info/media-info-priv.h:
10543         * gst-libs/gst/media-info/media-info-test.c: (main):
10544         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
10545         (gst_media_info_read_idler), (gst_media_info_read):
10546         * gst-libs/gst/media-info/media-info.h:
10547           register debugging category and use it for debugging
10548
10549 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10550
10551         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
10552         (gst_vorbisfile_new_link):
10553           signal streaminfo through tags
10554
10555 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10556
10557         * ext/mplex/gstmplex.cc:
10558         * ext/mplex/gstmplexibitstream.cc:
10559           g++ doesn't like NULL in our i18n/error macros, should be
10560           either (NULL) or ("").
10561
10562 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10563
10564         * sys/dxr3/dxr3audiosink.c:
10565         * sys/dxr3/dxr3init.c:
10566         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
10567         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
10568           Fix more error error error errors (missing includes here).
10569
10570 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10571
10572         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10573           fix thomas' error errors.
10574
10575 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10576
10577         * ext/mpeg2enc/gstmpeg2enc.cc:
10578           fix error errors.
10579
10580 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10581
10582         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10583         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10584           Fix for new error system.
10585
10586 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10587
10588         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10589           fix for new error reporting
10590
10591 2004-01-20  David Schleef  <ds@schleef.org>
10592
10593         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10594         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10595         (gst_ximagesink_set_xwindow_id): Change to using a framerate
10596         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
10597         and neither is 100+, most likely.
10598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10599         (gst_xvimagesink_getcaps): same
10600
10601 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10602
10603         * configure.ac:
10604           Up version requirement to 2.0.3 (not yet released) to avoid symbol
10605           clashes with ffmpeg.
10606
10607 2004-01-20  Julien MOUTTE  <julien@moutte.net>
10608
10609         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10610         (gst_switch_init): Fixed switch element : proxying link and setting
10611         caps from src to sink on request.
10612
10613 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10614
10615         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10616         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10617         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10618         fix element_error
10619
10620 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10621
10622         * sys/v4l/v4l_calls.h:
10623         * sys/v4l2/v4l2_calls.h:
10624           element_error fixes
10625
10626 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10627
10628         * gst-libs/gst/gst-i18n-plugin.h:
10629           add locale.h
10630           remove config.h inclusion
10631
10632 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10633
10634         * autogen.sh:
10635           adding autopoint invocation
10636         * Makefile.am:
10637         * configure.ac:
10638         * gst-libs/gst/gettext.h:
10639           adding gettext bits
10640         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10641         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10642         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10643         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10644         (gst_gnomevfssink_close_file):
10645         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
10646         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
10647         * gst-libs/gst/gst-i18n-plugin.h:
10648         * gst/avi/gstavi.c: (plugin_init):
10649         * sys/dxr3/dxr3init.c: (plugin_init):
10650         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
10651         * sys/oss/gstossaudio.c: (plugin_init):
10652         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10653         * sys/v4l/gstv4l.c: (plugin_init):
10654         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10655         * sys/v4l2/gstv4l2.c: (plugin_init):
10656         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10657         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
10658         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
10659         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
10660         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
10661         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
10662           make sure locale and translation domain are set
10663           fix translated strings 
10664         * po/.cvsignore:
10665         * po/LINGUAS:
10666         * po/Makevars:
10667         * po/POTFILES.in:
10668         * po/nl.po:
10669           put translation files into place
10670         * sys/xvideo/imagetest.c: (main):
10671         * ext/dv/demo-play.c: (main):
10672           fix unnecessary translations
10673
10674 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10675
10676         * ext/sndfile/gstsf.c:
10677         * gst/avi/gstavimux.c:
10678         * ext/audiofile/gstafsink.c:
10679         * ext/audiofile/gstafsrc.c:
10680         * ext/gnomevfs/gstgnomevfssink.c:
10681         * ext/gnomevfs/gstgnomevfssrc.c:
10682         * sys/oss/gstosselement.c:
10683         * sys/v4l/v4l_calls.h:
10684           fix i18n include
10685
10686 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10687
10688         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10689         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10690         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10691         (gst_v4l2_get_output), (gst_v4l2_set_output),
10692         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10693         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10694         (gst_v4l2_set_attribute):
10695         update to new error handling
10696
10697 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10698
10699         * ext/sidplay/gstsiddec.cc:
10700         * gst/modplug/gstmodplug.cc:
10701           parenthese NULL because C++ seems angry about it
10702
10703 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10704
10705         * gst-libs/gst/gst-i18n-plugin.h:
10706           add skeleton i18n stuff, but needs to be further implemented
10707
10708 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10709
10710         * examples/gstplay/player.c: (main):
10711         * ext/aalib/gstaasink.c: (gst_aasink_open):
10712         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10713         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10714         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10715         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10716         (gst_afsink_close_file):
10717         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10718         (gst_afsrc_close_file):
10719         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10720         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10721         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10722         * ext/esd/esdmon.c: (gst_esdmon_get):
10723         * ext/esd/esdsink.c: (gst_esdsink_chain):
10724         * ext/faac/gstfaac.c: (gst_faac_chain):
10725         * ext/faad/gstfaad.c: (gst_faad_chain):
10726         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10727         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10728         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10729         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10730         (gst_flacdec_loop):
10731         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10732         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10733         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10734         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10735         (gst_gnomevfssink_close_file):
10736         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10737         (gst_gnomevfssrc_open_file):
10738         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10739         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10740         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10741         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10742         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10743         * ext/mad/gstmad.c: (gst_mad_chain):
10744         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10745         * ext/mpeg2dec/gstmpeg2dec.c:
10746         * ext/mpeg2enc/gstmpeg2enc.cc:
10747         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10748         * ext/mplex/gstmplex.cc:
10749         * ext/mplex/gstmplexibitstream.cc:
10750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10751         (gst_ogg_demux_push), (gst_ogg_pad_push):
10752         * ext/raw1394/gstdv1394src.c:
10753         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10754         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10755         * ext/sidplay/gstsiddec.cc:
10756         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10757         (gst_sf_loop):
10758         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10759         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10760         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10761         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10762         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10763         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10764         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10765         * gst-libs/gst/Makefile.am:
10766         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10767         (gst_riff_read_element_data), (gst_riff_read_seek),
10768         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10769         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10771         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10772         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10773         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10774         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10775         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10776         * gst/goom/gstgoom.c: (gst_goom_chain):
10777         * gst/id3/gstid3types.c: (gst_id3types_loop):
10778         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10779         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10780         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10781         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10782         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10783         (gst_ebml_read_float), (gst_ebml_read_header):
10784         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10785         (gst_matroska_demux_parse_blockgroup):
10786         * gst/modplug/gstmodplug.cc:
10787         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10788         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10789         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10790         * gst/silence/gstsilence.c: (gst_silence_get):
10791         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10792         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10793         * gst/speed/gstspeed.c: (speed_loop):
10794         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10796         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10797         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10798         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10799         (gst_wavparse_loop):
10800         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10801         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10802         (dxr3audiosink_close):
10803         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10804         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10805         (dxr3videosink_close), (dxr3videosink_write_data):
10806         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10807         * sys/oss/gstosselement.h:
10808         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10809         (gst_osssink_chain):
10810         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10811         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10813         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10814         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10815         (gst_v4l_enable_overlay):
10816         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10817         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10818         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10819         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10820         (gst_v4l_set_audio):
10821         * sys/v4l/v4l_calls.h:
10822         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10823         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10824         (gst_v4lmjpegsink_playback_init),
10825         (gst_v4lmjpegsink_playback_start):
10826         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10827         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10828         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10829         (gst_v4lmjpegsrc_requeue_frame):
10830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10831         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10832         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10833         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10834         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10835         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10836         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10837         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10838         (gst_v4l2src_capture_stop):
10839         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10840         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10841         (gst_ximagesink_chain):
10842         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10843         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10844         (gst_xvideosink_xwindow_new):
10845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10846         (gst_xvimagesink_chain):
10847         use new error signal, function and categories
10848
10849 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
10850
10851         * configure.ac:
10852         * ext/Makefile.am:
10853         * ext/musicbrainz/gsttrm.c:
10854         * ext/musicbrainz/gsttrm.h:
10855         * ext/musicbrainz/Makefile.am:
10856         Add a trm plugin 
10857
10858 2004-01-18  Julien MOUTTE  <julien@moutte.net>
10859
10860         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10861         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
10862         synchronous property for debugging.
10863         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10865         (gst_xvimagesink_set_property): Moving a pointer declaration to a
10866         smaller block, fixing indent.
10867
10868 2004-01-16  David Schleef  <ds@schleef.org>
10869
10870         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10871         property affects the video stream.
10872         * sys/xvimage/xvimagesink.c: 
10873         * sys/xvimage/xvimagesink.h:
10874         Add synchronous property for debugging.  Should probably be
10875         disabled in non-CVS builds.  Make sure that the Xv attribute
10876         exists before we set it (crash!).  Fix a silly float bug that
10877         caused colorbalance to just not work.
10878
10879 2004-01-17  Christian Schaller <Uraeus@gnome.org>
10880
10881         * tools/gst-launch-ext.in - update for new plugins
10882
10883 2004-01-16  David Schleef  <ds@schleef.org>
10884
10885         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10886         already-freed caps.
10887
10888 2994-01-16  Christian Schaller <Uraeus@gnome.org>
10889
10890         * Update spec for new colorspace plugin and libcaca plugin
10891         * Fix compilation of libcaca plugin (clock -> id)
10892
10893 2004-01-16  Julien MOUTTE <julien@moutte.net>
10894
10895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10896         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10897         (gst_xvimagesink_set_xwindow_id),
10898         (gst_xvimagesink_colorbalance_set_value),
10899         (gst_xvimagesink_colorbalance_get_value),
10900         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10901         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10902         correct colorbalance properties. They can now be set when the element
10903         is still in NULL state. The values will be committed to the Xv Port
10904         when xcontext is initialized.
10905         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10906         brightness int values in the GstXvImagesink structure.
10907
10908 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10909
10910         * gst-libs/gst/Makefile.am:
10911           restructure so having local patches works easier.
10912
10913 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10914
10915         * ext/mpeg2enc/Makefile.am:
10916         * ext/mpeg2enc/gstmpeg2enc.cc:
10917         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10918           Bugfix with respect to EOS handling.
10919
10920 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10921
10922         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10923           Link with right caps (else, it segfaults).
10924         * ext/mplex/gstmplexjob.cc:
10925           Fix for slight API change in 1.6.1.93 release of mjpegtools.
10926
10927 2004-01-15  David Schleef  <ds@schleef.org>
10928
10929         * gst-libs/gst/audio/Makefile.am:
10930         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10931         from the template.
10932         * gst-libs/gst/audio/gstaudiofilter.c:
10933         * gst-libs/gst/audio/gstaudiofilter.h:
10934         Add bytes_per_sample and size and n_samples calculation.
10935         * gst-libs/gst/audio/gstaudiofilterexample.c:
10936         Remove, now autogenerated.
10937         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10938         Moved from gstaudiofilterexample, object name changed, code added
10939         so that it actually works.
10940         * gst-libs/gst/audio/make_filter:
10941         Script to build an audiofilter subclass from the template.
10942         * gst/colorspace/Makefile.am:
10943         * gst/colorspace/yuv2yuv.c:
10944         Remove file, since it's GPL, and we don't use it.
10945
10946 2004-01-15  Julien MOUTTE  <julien@moutte.net>
10947
10948         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
10949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10950         them use the buffer free function to test how the buffer was allocated.
10951
10952 2004-01-15  David Schleef  <ds@schleef.org>
10953
10954         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10955         that handles osssink fallback.
10956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10957         (gst_audio_convert_getcaps):
10958         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10959         Add audio/x-qdm2 for QDM2 audio.
10960         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10961         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
10962         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10963         Decrease minimum size to 16x16.
10964         * gst/wavparse/gstwavparse.c:
10965         Convert disabled pad template caps to new caps.
10966         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10968         (gst_xvimagesink_chain): Throw element error when display cannot
10969         be opened.  Increase minimum framerate to 1.0.  Check the data
10970         free function on a buffer to make sure it is the type we expect
10971         before manipulating it.
10972
10973 2004-01-15  Julien MOUTTE <julien@moutte.net>
10974
10975         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10976         (gst_videobalance_colorbalance_set_value): Implement passthru if
10977         settings are in the middle.
10978         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
10979
10980 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10981
10982         * gst/videofilter/Makefile.am:
10983         * gst/volume/Makefile.am:
10984           Since we use videofilter symbols, link to it.
10985
10986 2004-01-15  Julien MOUTTE <julien@moutte.net>
10987
10988         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
10989         mixer interface type to HARDWARE.
10990         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
10991         type to SOFTWARE.
10992         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
10993         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
10994         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
10995         (gst_volume_interface_init), (gst_volume_list_tracks),
10996         (gst_volume_set_volume), (gst_volume_get_volume),
10997         (gst_volume_set_mute), (gst_volume_mixer_init),
10998         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
10999         (volume_init): Implementing mixer interface.
11000         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
11001         * sys/oss/gstosselement.c: (gst_osselement_get_type),
11002         (gst_osselement_change_state): Removing some trailing commas in
11003         structures.
11004         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
11005         interface type to HARDWARE.
11006         * sys/v4l/gstv4lcolorbalance.c:
11007         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
11008         type to HARDWARE.
11009         * sys/v4l2/gstv4l2colorbalance.c:
11010         (gst_v4l2_color_balance_interface_init): Setting colorbalance
11011         interface type to HARDWARE.
11012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
11013         same code than ximagesink for event handling.
11014
11015 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11016
11017         * ext/snapshot/Makefile.am:
11018         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
11019         (gst_snapshot_chain):
11020         * ext/snapshot/gstsnapshot.h:
11021           This has to be a joke... Snapshot should be connected to a tee,
11022           colorspace element before it and EOS after that, where the other
11023           src of the tee receives normal data.
11024           The current way is *wrong*.
11025
11026 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11027
11028         * ext/hermes/gsthermescolorspace.c:
11029           Fix another compile error. Same as below.
11030
11031 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11032
11033         * gst/colorspace/gstcolorspace.c:
11034         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
11035         (gst_colorspace_i420_to_yv12):
11036           Fix compiling... Didn't test if it actually works.
11037
11038 2004-01-15  David Schleef  <ds@schleef.org>
11039
11040         * configure.ac:
11041         * gst/colorspace/Makefile.am:
11042         * gst/colorspace/gstcolorspace.c:
11043         * gst/colorspace/gstcolorspace.h:
11044         * gst/colorspace/yuv2rgb.c:
11045         * gst/colorspace/yuv2rgb.h:
11046         Duplicate the ext/hermes colorspace plugin, and remove Hermes
11047         code and GPL code.  Fix for new caps negotiation.  Rewrite
11048         much of the format handling code, and some of the conversion
11049         code.  Basically, rewrote almost everything.  This element
11050         handles I420, YV12 to RGB conversions.
11051         * ext/hermes/Makefile.am:
11052         * ext/hermes/gsthermescolorspace.c:
11053         Rename colorspace to hermescolorspace.  Fix negotiation issues.
11054         Remove non-Hermes related code.  This element handles lots of
11055         RGB to RGB conversions, but no YUV.
11056         * ext/hermes/gstcolorspace.c:
11057         * ext/hermes/gstcolorspace.h:
11058         * ext/hermes/rgb2yuv.c:
11059         * ext/hermes/yuv2rgb.c:
11060         * ext/hermes/yuv2rgb.h:
11061         * ext/hermes/yuv2rgb_mmx16.s:
11062         * ext/hermes/yuv2yuv.c:
11063         * ext/hermes/yuv2yuv.h:
11064         Remove old code.
11065
11066 2004-01-14  Colin Walters  <walters@verbum.org>
11067
11068         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
11069         they've already been.
11070
11071 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11072
11073         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
11074           assume tag mode when pad is not connected
11075
11076 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11077
11078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11079           Don't update the time of the clock
11080         (gst_alsa_sink_loop):
11081           sync to the clock given to alsasink, not the own clock
11082         * sys/oss/gstosssink.c: (gst_osssink_chain):
11083           sync to the clock
11084         (gst_osssink_change_state):
11085           activate the clock
11086         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11088           remove bogus code that made DISCONT events unhandled
11089         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
11090           explicitly case to double in _set_simple. (fixes 2nd warning in bug
11091           #131502)
11092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
11093         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
11094         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
11095           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
11096           2nd warning in bug #131502)
11097
11098 2004-01-14  Julien MOUTTE  <julien@moutte.net>
11099
11100         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
11101         (gst_videobalance_colorbalance_set_value),
11102         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
11103         for colorbalance interface implementation.
11104         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11105         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11106         (gst_ximagesink_dispose), (gst_ximagesink_init),
11107         (gst_ximagesink_class_init): Adding DISPLAY property.
11108         * sys/ximage/ximagesink.h: Adding display_name to store display.
11109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11110         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11111         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
11112         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
11113         properties (they still need polishing though for gst-launch use : no
11114         xcontext yet, i ll do that tomorrow).
11115         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
11116
11117 2004-01-14  Julien MOUTTE  <julien@moutte.net>
11118
11119         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
11120         (gst_play_set_location), (gst_play_set_visualization): Preparing 
11121         switch integration, adding videobalance in the pipeline.
11122
11123 2004-01-14  Julien MOUTTE <julien@moutte.net>
11124
11125         * gst-libs/gst/colorbalance/colorbalance.c:
11126         (gst_color_balance_class_init): Adding a default type.
11127         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
11128         the type.
11129         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
11130         (gst_videobalance_dispose), (gst_videobalance_class_init),
11131         (gst_videobalance_init), (gst_videobalance_interface_supported),
11132         (gst_videobalance_interface_init),
11133         (gst_videobalance_colorbalance_list_channels),
11134         (gst_videobalance_colorbalance_set_value),
11135         (gst_videobalance_colorbalance_get_value),
11136         (gst_videobalance_colorbalance_init): Implementing colorbalance
11137         interface.
11138         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
11139         list.
11140         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
11141         bug which was triggering a BadAccess X error when setting an overlay
11142         before pad was really negotiated.
11143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
11144         Using the colorbalance type macro.
11145
11146 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11147
11148         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
11149         (gst_flacenc_chain):
11150           handle tags correctly
11151         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11152           extract ID3v1 tags correctly
11153
11154 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11155
11156         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
11157         (plugin_init):
11158           Improve matroska typefinding for odd-typed headers...
11159
11160 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11161
11162         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11163           Fix for using incremental number on padnames.
11164
11165 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11166
11167         * ext/divx/gstdivxdec.c:
11168         * ext/divx/gstdivxenc.c:
11169           Set category to divx4linux instead of divx (too generic).
11170         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11171         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
11172         (gst_wavparse_loop), (gst_wavparse_change_state):
11173         * gst/wavparse/gstwavparse.h:
11174           fix parsing of WAV files with non-standard fmt-tag size and fix
11175           skipping of unrecognized chunks... Someone please fix this thing
11176           to use rifflib so all this is automated.
11177         * sys/v4l/Makefile.am:
11178         * sys/v4l2/Makefile.am:
11179           Add X_CFLAGS because we depend on X (for overlay).
11180
11181 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
11182
11183         * ext/mpeg2dec/gstmpeg2dec.c:
11184           Don't issue a timestamp unless we tagged the frame
11185           with a PTS.
11186
11187 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11188
11189         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
11190           Query the audio element to get the time, not the clock. We're
11191           interested in the element's time here.
11192
11193 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11194
11195         * ext/aalib/gstaasink.c: (gst_aasink_chain):
11196         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11197         * ext/esd/esdsink.c: (gst_esdsink_chain):
11198         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
11199         * ext/mas/massink.c: (gst_massink_chain):
11200         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
11201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
11202         (gst_matroska_demux_parse_metadata):
11203         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
11204         (gst_mpeg_parse_release_locks):
11205         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
11206         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
11207         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11208         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11209         (gst_osssink_change_state):
11210         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11211         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11212         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
11213         (gst_xvideosink_release_locks):
11214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11215           use element time.
11216         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
11217         (gst_alsa_clock_stop):
11218         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
11219         (gst_audio_clock_get_internal_time):
11220           simplify for use with new clocking code.
11221         * testsuite/alsa/Makefile.am:
11222         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
11223           fix testsuite for new caps system
11224
11225 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11226
11227         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11228         * ext/flac/gstflacenc.c: (add_one_tag):
11229           length is already host endian, no need to convert. Fixes playback of
11230           tagged files on PPC. (bug #128384)
11231
11232 2004-01-13  Julien MOUTTE <julien@moutte.net>
11233
11234         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
11235         colorbalance interface stating if it is hardware based or software
11236         based.
11237         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
11238         Removing a trailing comma.
11239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11240         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
11241         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
11242         the documentation seems to be wrong on the -1000 to 1000 interval.
11243
11244 2004-01-12  David Schleef  <ds@schleef.org>
11245
11246         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
11247         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
11248         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
11249         Fix negotiation.  Add a bufferalloc function for the sink pad,
11250         and generally clean up some of the code.
11251
11252 2004-01-12  Julien MOUTTE <julien@moutte.net>
11253
11254         * gst-libs/gst/colorbalance/colorbalancechannel.c:
11255         (gst_color_balance_channel_dispose): Adding safety check in dispose
11256         method.
11257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11258         (gst_xvimagesink_xcontext_clear),
11259         (gst_xvimagesink_interface_supported),
11260         (gst_xvimagesink_colorbalance_list_channels),
11261         (gst_xvimagesink_colorbalance_set_value),
11262         (gst_xvimagesink_colorbalance_get_value),
11263         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
11264         Adding colorbalance interface support to set XV parameters such as
11265         HUE, BRIGHTNESS, CONTRAST, SATURATION.
11266         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
11267         interface.
11268
11269 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11270
11271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
11272         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
11273         (gst_audio_convert_init), (gst_audio_convert_set_property),
11274         (gst_audio_convert_get_property), (gst_audio_convert_chain),
11275         (gst_audio_convert_link),
11276         (gst_audio_convert_buffer_to_default_format),
11277         (gst_audio_convert_buffer_from_default_format), (plugin_init):
11278           - implement _getcaps and use it
11279           - improve linking
11280           - remove float caps since no float conversion is actually done
11281           - remove properties and arguments that were to be used for rate
11282             conversion
11283
11284 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11285
11286         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
11287         (gst_audio_structure_set_int):
11288         * gst-libs/gst/audio/audio.h:
11289           add helper functions for _getcaps matching the standard audio
11290           templates
11291
11292 2004-01-12  David Schleef  <ds@schleef.org>
11293
11294         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11295         Test that pad is negotiated before getting its caps.
11296
11297 2004-01-12  Julien MOUTTE <julien@moutte.net>
11298
11299         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
11300         analyzing the pads of an element the bin is mostly in READY state so
11301         no caps were negotiated. This helper function needs to work with
11302         _get_caps directly then. I was not freeing them though, added that to
11303         fix the mem leak.
11304
11305 2004-01-12  Julien MOUTTE <julien@moutte.net>
11306
11307         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
11309         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
11310         than the free_func.
11311
11312 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11313
11314         * sys/oss/gstossaudio.c: (plugin_init):
11315         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
11316         * sys/oss/gstosselement.h:
11317           make an oss debugging category
11318           make failure more descriptive
11319
11320 2004-01-11  David Schleef  <ds@schleef.org>
11321
11322         * ext/ffmpeg/gstffmpeg.c:
11323         * ext/ffmpeg/gstffmpegcodecmap.c:
11324         * ext/ffmpeg/gstffmpegdec.c:
11325         * ext/ffmpeg/gstffmpegenc.c:
11326         * ext/ffmpeg/gstffmpegprotocol.c:
11327         * ext/gdk_pixbuf/gstgdkanimation.c:
11328         * ext/jpeg/gstjpeg.c:
11329         * ext/libpng/gstpng.c:
11330         * ext/mpeg2dec/perftest.c:
11331         * ext/speex/gstspeex.c:
11332         * gst-libs/gst/resample/dtos.c:
11333         * gst/intfloat/gstintfloatconvert.c:
11334         * gst/oneton/gstoneton.c:
11335         * gst/rtjpeg/RTjpeg.c:
11336         * gst/rtp/gstrtp.c:
11337         * sys/dxr3/dxr3init.c:
11338         * sys/glsink/gstgl_nvimage.c:
11339         * sys/glsink/gstgl_pdrimage.c:
11340         * sys/glsink/gstglsink.c:
11341         * testsuite/gst-lint:
11342         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
11343
11344 2004-01-11  David Schleef  <ds@schleef.org>
11345
11346         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
11347         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
11348         * ext/gdk_pixbuf/gstgdkanimation.c:
11349         (gst_gdk_animation_iter_create_pixbuf):
11350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11351         (gst_gdk_pixbuf_chain):
11352         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11353         * ext/jack/gstjack.c: (gst_jack_change_state):
11354         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
11355         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
11356         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
11357         * gst/videofilter/gstvideofilter.c:
11358         (gst_videofilter_set_output_size):
11359         Remove all usage of gst_pad_get_caps(), and replace it with
11360         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
11361
11362 2004-01-11  David Schleef  <ds@schleef.org>
11363
11364         * configure.ac:
11365         * ext/Makefile.am: Fixes to make ext/libcaca compile.
11366         * ext/divx/gstdivxdec.c:
11367         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11368         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
11369         handle images that span multiple buffers.  Now work with both
11370         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
11371         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11372         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
11373         video/video.h changes
11374         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
11375         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11376         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
11377         of GstData free function.
11378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11379         same.
11380
11381 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11382
11383         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
11384         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
11385         (gst_v4l2element_get_property):
11386         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
11387           add norm, channel and frequency properties.
11388         * sys/v4l2/gstv4l2tuner.c:
11389           fixes for tuner interface changes
11390         * sys/v4l2/gstv4l2element.h:
11391         * sys/v4l2/gstv4l2src.c: 
11392         * sys/v4l2/gstv4l2src.h:
11393         * sys/v4l2/v4l2src_calls.c: 
11394         * sys/v4l2/v4l2src_calls.h:
11395           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
11396
11397 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11398
11399         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
11400         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
11401         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
11402         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
11403         * gst-libs/gst/tuner/tuner.h:
11404           GObjects aren't const.
11405           Add find_by_name functions.
11406           Add checks to _changed functions.
11407         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
11408         (gst_v4l_tuner_get_norm):
11409           Fixes for above.
11410
11411 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11412
11413         * gst-libs/gst/video/video.h:
11414           Fix caps template names to be understandable.
11415           Prefix everything with GST_VIDEO.
11416         * ext/aalib/gstaasink.c:
11417         * ext/divx/gstdivxdec.c:
11418         * ext/divx/gstdivxenc.c:
11419         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11420         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
11421         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
11422         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
11423         * ext/libcaca/gstcacasink.c:
11424         * ext/libpng/gstpngenc.c: (raw_caps_factory):
11425         * ext/snapshot/gstsnapshot.c:
11426         * ext/swfdec/gstswfdec.c:
11427         * ext/xvid/gstxviddec.c:
11428         * ext/xvid/gstxvidenc.c:
11429         * gst/chart/gstchart.c:
11430         * gst/deinterlace/gstdeinterlace.c:
11431         * gst/effectv/gsteffectv.c:
11432         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11433         * gst/goom/gstgoom.c:
11434         * gst/median/gstmedian.c:
11435         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11436         (gst_monoscope_srcconnect), (gst_monoscope_chain):
11437         * gst/overlay/gstoverlay.c:
11438         * gst/smooth/gstsmooth.c:
11439         * gst/smpte/gstsmpte.c:
11440         * gst/synaesthesia/gstsynaesthesia.c:
11441         * gst/videocrop/gstvideocrop.c:
11442         * gst/videodrop/gstvideodrop.c:
11443         * gst/y4m/gsty4mencode.c:
11444         * sys/qcam/gstqcamsrc.c:
11445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
11446           Make them work with new video.h file.
11447         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11448         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11450         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11451           Make it work with new buffer allocation system.
11452
11453 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11454
11455         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
11456         pad_alloc_buffer implementation to use ->srcpad
11457         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
11458         pad_alloc_buffer implementation to use ->srcpad
11459         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
11460         pad_alloc_buffer implementation to use ->srcpad
11461         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11462         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11463         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11464         a reference to everything we need.
11465         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
11466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11467         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11468         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11469         a reference to everything we need.
11470         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
11471
11472 2004-01-11  David Schleef  <ds@schleef.org>
11473
11474         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
11475         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
11476         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
11477         structure members.
11478         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
11479         value during a resize/renegotiation.
11480         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
11481         gst_pad_alloc_buffer();
11482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11483         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
11484         structure members.
11485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11486         Fix for rename of buffer private structure members.
11487         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11488         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11489         Fix for rename of buffer private structure members.
11490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11491         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11492         Fix for rename of buffer private structure members.
11493
11494 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
11495
11496         reviewed by: David Schleef <ds@schleef.org>
11497
11498         * gst/videofilter/Makefile.am:
11499         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
11500         from the patch by ds to fit in with recent make_filter changes.
11501
11502 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11503
11504         * configure.ac: Adding examples/switch/Makefile
11505         * examples/Makefile.am: Adding examples/switch
11506         * examples/switch/Makefile.am: Adding switcher example.
11507         * examples/switch/switcher.c: (got_eos), (idle_iterate),
11508         (switch_timer), (main): Adding an example demonstrating switch usage
11509         with 2 videotestsrc showing different patterns.
11510         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11511         (gst_switch_init): Fixing switch with the new caps system.
11512
11513 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11514
11515         * gst-libs/gst/video/video.h:
11516           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
11517           They should probably be like
11518           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
11519
11520 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11521
11522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11523         (qtdemux_parse_trak):
11524           fix audio chunk size/timestamp calculation
11525
11526 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11527
11528         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11529           fix SVQ3 caps
11530
11531 2004-01-11  Steve Baker  <steve@stevebaker.org>
11532
11533         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
11534         (gst_agingtv_base_init), (gst_agingtv_class_init),
11535         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
11536         (gst_agingtv_set_property), (gst_agingtv_get_property):
11537         Port agingTV to videofilter
11538
11539 2004-01-09  Julien MOUTTE <julien@moutte.net>
11540
11541         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
11542         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11543
11544 2004-01-09  Julien MOUTTE <julien@moutte.net>
11545
11546         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
11547         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11548         * gst-libs/gst/xoverlay/xoverlay.c:
11549         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
11550         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11551         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11552         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11553         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11554         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11555         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11556         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
11557         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11558         interface implementation to handle xid being 0 and fix some bugs
11559         triggered by Benjamin's testcase.
11560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11561         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11562         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
11563         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11564         interface implementation to handle xid being 0 and fix some bugs
11565         triggered by Benjamin's testcase.
11566
11567 2004-01-09  David Schleef  <ds@schleef.org>
11568
11569         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
11570         mouse pointer events.  It works.
11571
11572 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11573
11574         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11575           Use explicit caps - fix capsnego.
11576         * ext/xvid/gstxviddec.c:
11577         * ext/xvid/gstxvidenc.c:
11578           Remove macro-inside-macro which caused compile errors.
11579         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
11580           Error out if it's not a RIFF file. Else we error out without
11581           gst_element_error() which is not good...
11582
11583 2004-01-08  David Schleef  <ds@schleef.org>
11584
11585         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11586         Fix pad_link function to handle formats that ffmpeg returns
11587         as multiple caps structures.
11588         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
11589         Only complain if source buffer is _smaller_ than expected.
11590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11591         (gst_videoscale_handle_src_event): Resize navigation events
11592         when passing them upstream.
11593         * gst/videotestsrc/gstvideotestsrc.c:
11594         * gst/videotestsrc/gstvideotestsrc.h:
11595         * gst/videotestsrc/videotestsrc.c:
11596         * gst/videotestsrc/videotestsrc.h:
11597         Rewrite many of the buffer painting functions to handle odd
11598         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
11599         been verified to work with my video card.
11600         * testsuite/gst-lint:  Add check for elements calling
11601         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
11602
11603 2004-01-08  David Schleef  <ds@schleef.org>
11604
11605         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11606         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
11607
11608 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11609
11610         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
11611         configure event is not emiting the desired size signal. That fixes
11612         aspect ratio issues with gst-player.
11613
11614 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
11617           Fix capsnego.
11618
11619 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11620
11621         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
11622         public method to fire size signal.
11623
11624 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11625
11626         * examples/gstplay/Makefile.am: Adding the interface library.
11627         * gst-libs/gst/play/Makefile.am: Adding the interface library.
11628         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
11629         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
11630         GST_IS_X_OVERLAY before signal connect.
11631         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
11632         Removing the have_video_size signal.
11633         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
11634         and associated public method.
11635         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11636         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
11637         signal.
11638         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
11639         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
11640         signal.
11641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
11642         Using XOverlay public method to fire size signal.
11643
11644 2004-01-07  David Schleef  <ds@schleef.org>
11645
11646         * gst/videofilter/Makefile.am:
11647         * gst/videofilter/gstvideotemplate.c:
11648         * gst/videofilter/make_filter:
11649         Create gstvideoexample.c in a srcdir!=builddir friendly way.
11650         Convert make_filter to /bin/sh script.
11651
11652 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11653
11654         * gst/modplug/gstmodplug.cc: fix element description
11655
11656 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11657
11658         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11659         (got_video_size): Adding some new lines in g_print calls.
11660         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11661         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
11662         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
11663         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
11664         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
11665         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
11666         Complete code review, reverting some stuff i disagree with, adding
11667         some fixes : time synchronization on invalid timestamps, renegotiation
11668         of private window.
11669         * sys/ximage/ximagesink.h:
11670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
11671         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
11672         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11673         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
11674         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
11675         (gst_xvimagesink_buffer_new),
11676         (gst_xvimagesink_navigation_send_event),
11677         (gst_xvimagesink_set_xwindow_id),
11678         (gst_xvimagesink_get_desired_size),
11679         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
11680         stuff i disagree with, adding some fixes : Renegotiation of private
11681         window, implementing get_desired_size.
11682
11683 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11684
11685         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
11686         (gst_afsink_handle_event):
11687         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11688         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
11689         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
11690         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11691         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11692           Fix for instantiate-test (see core). Also remove dead code from
11693           jpegenc (which still needs fixing, but that's lower on my TODO
11694           list...).
11695         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11696           Never return NULL as caps.
11697
11698 2004-01-07  David Schleef  <ds@schleef.org>
11699
11700         * configure.ac:
11701         * ext/Makefile.am:
11702         * ext/librfb/Makefile.am:
11703         * ext/librfb/gstrfbsrc.c:
11704         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
11705         is the protocol used by VNC.
11706
11707 2004-01-07  David Schleef  <ds@schleef.org>
11708
11709         * gst/videofilter/gstvideotemplate.c:
11710         * gst/videofilter/gstvideotemplate.h:
11711         * gst/videofilter/make_filter:
11712         Merge videotemplate header into source file.
11713         * gst/effectv/Makefile.am:
11714         * gst/effectv/gsteffectv.c: (plugin_init):
11715         * gst/effectv/gstwarp.c:
11716         Make warpTV a subclass of videofilter.
11717
11718 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11719
11720         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11721           Add guard against invalid utf-8 conversions in mad. Just in case.
11722
11723 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11724
11725         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11726           Fix for bug shown by poisoning
11727
11728 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11729
11730         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11731         (gst_v4lmjpegsrc_buffer_free):
11732         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11733         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
11734         (gst_v4lsrc_buffer_free):
11735           Fix for removed bufferpools.
11736
11737 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11738
11739         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11740         Fix caps negotiation.
11741
11742         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11743         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11744         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11745         (dvdnavsrc_event):
11746         * ext/mpeg2dec/gstmpeg2dec.c:
11747         * gst-libs/gst/navigation/navigation.c:
11748         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11749         * gst-libs/gst/navigation/navigation.h:
11750         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11751         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11753         Super-simple first version of mouse and keyboard events. Clicking
11754         on a DVD menu now works, although it may not take you where you
11755         expected.
11756
11757         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11758         * gst/videotestsrc/gstvideotestsrc.c:
11759         (gst_videotestsrc_src_fixate):
11760         These fixate functions were broken - they never actually
11761         fixated :)
11762         
11763 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11764
11765         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11766         (gst_icecastsend_init):
11767           fix for new caps system.
11768         * gst-libs/gst/mixer/mixertrack.h:
11769         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11770           Add 'master track' flag (for tools like ACME that only want to
11771           change the main volume).
11772
11773 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11774
11775         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11776         (gst_xvid_csp_to_caps):
11777         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11778         * ext/xvid/gstxvidenc.c:
11779         ifdef out ARGB type when it isn't available 
11780         in xvidcore 1.0.0beta2
11781
11782 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11783
11784         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11785           When we have received a new SCR right in the first buffer after
11786           a seek (so in the same cycle that handles the discont), we should
11787           handle the buffer instead of unreffing it, else we lose data.
11788
11789 2004-01-06  Iain <iain@prettypeople.org>
11790
11791         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
11792           buffer-frames caps too.
11793
11794         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11795           caps that we need, don't destroy them all and rebuild them. And when
11796           creating src pads, use the src pad template rather than the sink...
11797
11798 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11799
11800         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11801           Add pad to element *after* setting functions such as event handler.
11802           Without this, the scheduler (opt) will link pads, set the event
11803           handler from the default event function (dispatcher in gstpad.c)
11804           and *after* that, we will set our own event function, which will
11805           thus never be used (and thus mpegdemux doesn't handle events).
11806
11807 2004-01-04  David Schleef  <ds@schleef.org>
11808
11809         Fix the fixate functions to handle new prototype:
11810         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11811         * gst/videotestsrc/gstvideotestsrc.c:
11812         (gst_videotestsrc_src_fixate):
11813         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11814         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11816
11817 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11818
11819         * sys/ximage/ximagesink.h:
11820         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11821         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11822         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11823         (gst_ximagesink_xoverlay_init):
11824           assorted fixes to make (re)embedding work
11825         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11826         (gst_ximagesink_get_desired_size):
11827           implement desired size additions to XOverlay
11828
11829 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11830
11831         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11832         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11833         (gst_x_overlay_got_desired_size):
11834         * gst-libs/gst/xoverlay/xoverlay.h:
11835           Add optional "desired size" signal and querying.
11836
11837 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11838
11839         * gst/matroska/matroska-demux.c:
11840         (gst_matroska_demux_parse_blockgroup):
11841           Fix EBML-laced block parsing. Diffs are relative to previous
11842           lace, not the first lace. Thanks to Mosu from the Matroska
11843           team for detecting this.
11844         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11845         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11846         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11847         (gst_wavparse_change_state):
11848         * gst/wavparse/gstwavparse.h:
11849           Quickfix for capsnego.
11850
11851 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11852
11853         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11854           Fix indenting, fix pad creation.
11855
11856 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11857
11858         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11859         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11860         (gst_xviddec_sink_link):
11861           Implement src_getcaps() so proper size caps is negotiated.
11862
11863 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11864
11865         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11866           Finish flac decoder on EOS. See #116178.
11867
11868 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11869
11870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11871         (gst_matroska_demux_add_stream):
11872         * gst/matroska/matroska-ids.h:
11873           Add getcaps() function to fix capsnego...
11874
11875 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11876
11877         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11878         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11879         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11880           Fix more integer overflows. Again, see #126967.
11881
11882 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11883
11884         * ext/mpeg2dec/gstmpeg2dec.c:
11885           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11886           #130416.
11887
11888 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11889
11890         * configure.ac:
11891         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11892         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11893         * ext/xvid/gstxvid.h:
11894         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11895         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11896         (gst_xviddec_src_link), (gst_xviddec_sink_link),
11897         (gst_xviddec_change_state):
11898         * ext/xvid/gstxviddec.h:
11899         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11900         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11901         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11902         (gst_xvidenc_link), (gst_xvidenc_set_property),
11903         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11904         * ext/xvid/gstxvidenc.h:
11905           Update xvid plugin to latest xvid (1.0.0-beta3) API.
11906
11907 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11908
11909         * gst/rtp/rtp-packet.c:
11910           Add sys/types.h include, since OS X doesn't define in_addr_t
11911           in netinet/in.h, like it does on Linux (see #129600).
11912
11913 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
11914
11915         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11916
11917         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11918           Correct logic of dispose function (see #129306).
11919
11920 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11921
11922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11923         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11924         (gst_mpeg_parse_init):
11925         * gst/mpegstream/gstmpegparse.h:
11926           Remove clock (which was never provided, i.e. dead code), and
11927           also fix integer overflows at high PTS values (see #126967).
11928
11929 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11930
11931         * ext/flac/gstflacdec.c:
11932         * ext/libpng/gstpngenc.h:
11933         * ext/mikmod/gstmikmod.h:
11934           OS X fixes (see #126628).
11935
11936 2004-01-02  David Schleef  <ds@schleef.org>
11937
11938         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11939         (gst_alsa_src_base_init): Remove bogus "src" request pad.
11940         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11941         (gst_mpeg_parse_class_init): Move pad template registration
11942         to class_init, since the derived class (mpegdemux) doesn't
11943         want them.
11944
11945 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11946
11947         * sys/ximage/Makefile.am:
11948         * sys/xvideo/Makefile.am:
11949         * sys/xvimage/Makefile.am:
11950           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11951           after installation (see #127664).
11952
11953 2004-01-02  David Schleef  <ds@schleef.org>
11954
11955         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11956         (gst_ffmpegenc_connect):  Negotiation fixes.
11957         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11958         Remove inappropriate gst_caps_free().
11959         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11960         Reenable Ronald's internal resize code, since the core handles
11961         it correctly now.
11962
11963 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11964
11965         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11966         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11967         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
11968           Fix pad template stuff.
11969
11970 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11971
11972         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11973         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
11974           fix signed integer reading/writing.
11975
11976 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11977
11978         * ext/alsa/README:
11979           Remove outdated document
11980
11981 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
11982
11983         * gst/cutter/gstcutter.c: (gst_cutter_init):
11984           src pad was being created twice - oops.
11985
11986 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11987
11988         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11989           Comment out internal resize. It doesn't handle the resulting
11990           XEvent internally, does another try_set_caps() which leads to
11991           a really nice loop.
11992           Real fix will come when Julien and Dave are awake. ;).
11993
11994 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11995
11996         * ext/mpeg2enc/gstmpeg2enc.cc:
11997           fix const/nonconst compile issue.
11998
11999 2004-01-02  David Schleef  <ds@schleef.org>
12000
12001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
12002         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
12003         Add fixate function and a check for bad formats.
12004
12005 2004-01-01  David Schleef  <ds@schleef.org>
12006
12007         Negotiation fixes:
12008         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
12009         (gst_audiofilter_init):
12010         * gst/debug/efence.c: (gst_efence_init):
12011         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
12012         (gst_deinterlace_init):
12013         * gst/volume/gstvolume.c: (volume_connect):
12014
12015 2004-01-01  David Schleef  <ds@schleef.org>
12016
12017         Convert elements to use gst_pad_use_explicit_caps() where
12018         appropriate:
12019         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
12020         * ext/audiofile/gstafparse.c: (gst_afparse_init),
12021         (gst_afparse_open_file):
12022         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
12023         (gst_afsrc_open_file):
12024         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
12025         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
12026         (gst_ffmpegdec_chain):
12027         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
12028         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
12029         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
12030         (gst_gdk_pixbuf_chain):
12031         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
12032         (gst_jpegdec_chain):
12033         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
12034         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
12035         (gst_mikmod_negotiate):
12036         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
12037         (gst_mpeg2dec_negotiate_format):
12038         * ext/mpeg2enc/gstmpeg2enc.cc:
12039         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12040         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
12041         (gst_speexdec_sinkconnect):
12042         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
12043         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
12044         (gst_vorbisfile_new_link):
12045         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
12046         (gst_ac3parse_chain):
12047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
12048         (gst_asf_demux_setup_pad):
12049         * gst/auparse/gstauparse.c: (gst_auparse_init),
12050         (gst_auparse_chain):
12051         * gst/id3/gstid3types.c: (gst_id3types_loop):
12052         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
12053         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
12054         (mp1videoparse_parse_seq):
12055         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
12056         (bpf_from_header):
12057         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
12058         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
12059         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
12060         (gst_mpeg_parse_send_data):
12061         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12062         (gst_qtdemux_add_stream):
12063         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
12064         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12065         (gst_wavparse_parse_fmt):
12066
12067 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12068
12069         * configure.ac:
12070           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
12071           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
12072           it therefore uses the wrong include paths. Too bad... Note
12073           that 1.6.1.93 is not release yet. ;).
12074           Also add a check for mplex, which is now using the lib'ified
12075           mplex from mjpegtools, too.
12076         * ext/ffmpeg/gstffmpegcodecmap.c:
12077           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
12078           issues. I don't think ffmpeg handles 3ivx correctly, so this
12079           probably won't work. But it won't hurt either.
12080         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
12081         (gst_ffmpegdec_chain):
12082         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
12083         (gst_ffmpegenc_chain_audio):
12084           Fix memleak in audio encoding. Close codec if open fails, this
12085           calls the cleanup routines so we can re-use the context.
12086         * ext/mpeg2enc/gstmpeg2enc.cc:
12087           Fix pad template names/types, fix memory issue with getcaps().
12088         * ext/mpeg2enc/gstmpeg2encoder.cc:
12089         * ext/mpeg2enc/gstmpeg2encoder.hh:
12090           Fix compile issue with new caps system (const thingy).
12091         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12092         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
12093           We read a first frame right on initing, so that we have a caps
12094           when we init the output. This caps is cached in padprivate and
12095           read as first frame.
12096         * ext/mplex/Makefile.am:
12097         * ext/mplex/gstmplex.cc:
12098         * ext/mplex/gstmplex.h:
12099         * ext/mplex/gstmplex.hh:
12100         * ext/mplex/gstmplexibitstream.cc:
12101         * ext/mplex/gstmplexibitstream.hh:
12102         * ext/mplex/gstmplexjob.cc:
12103         * ext/mplex/gstmplexjob.hh:
12104         * ext/mplex/gstmplexoutputstream.cc:
12105         * ext/mplex/gstmplexoutputstream.hh:
12106           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
12107           had issues, didn't do capsnego, supported only a subset of the
12108           mplex features and required a mplex fork in our local CVS. Plus
12109           that it worked agaist a very old mplex version. Rewriting was
12110           faster than updating it.
12111         * gst-libs/ext/Makefile.am:
12112         * gst-libs/ext/mplex/INSTRUCT:
12113         * gst-libs/ext/mplex/Makefile.am:
12114         * gst-libs/ext/mplex/README:
12115         * gst-libs/ext/mplex/TODO:
12116         * gst-libs/ext/mplex/ac3strm_in.cc:
12117         * gst-libs/ext/mplex/audiostrm.hh:
12118         * gst-libs/ext/mplex/audiostrm_out.cc:
12119         * gst-libs/ext/mplex/aunit.hh:
12120         * gst-libs/ext/mplex/bits.cc:
12121         * gst-libs/ext/mplex/bits.hh:
12122         * gst-libs/ext/mplex/buffer.cc:
12123         * gst-libs/ext/mplex/buffer.hh:
12124         * gst-libs/ext/mplex/fastintfns.h:
12125         * gst-libs/ext/mplex/format_codes.h:
12126         * gst-libs/ext/mplex/inputstrm.cc:
12127         * gst-libs/ext/mplex/inputstrm.hh:
12128         * gst-libs/ext/mplex/lpcmstrm_in.cc:
12129         * gst-libs/ext/mplex/mjpeg_logging.cc:
12130         * gst-libs/ext/mplex/mjpeg_logging.h:
12131         * gst-libs/ext/mplex/mjpeg_types.h:
12132         * gst-libs/ext/mplex/mpastrm_in.cc:
12133         * gst-libs/ext/mplex/mpegconsts.cc:
12134         * gst-libs/ext/mplex/mpegconsts.h:
12135         * gst-libs/ext/mplex/mplexconsts.hh:
12136         * gst-libs/ext/mplex/multplex.cc:
12137         * gst-libs/ext/mplex/outputstream.hh:
12138         * gst-libs/ext/mplex/padstrm.cc:
12139         * gst-libs/ext/mplex/padstrm.hh:
12140         * gst-libs/ext/mplex/stillsstream.cc:
12141         * gst-libs/ext/mplex/stillsstream.hh:
12142         * gst-libs/ext/mplex/systems.cc:
12143         * gst-libs/ext/mplex/systems.hh:
12144         * gst-libs/ext/mplex/vector.cc:
12145         * gst-libs/ext/mplex/vector.hh:
12146         * gst-libs/ext/mplex/videostrm.hh:
12147         * gst-libs/ext/mplex/videostrm_in.cc:
12148         * gst-libs/ext/mplex/videostrm_out.cc:
12149         * gst-libs/ext/mplex/yuv4mpeg.cc:
12150         * gst-libs/ext/mplex/yuv4mpeg.h:
12151         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
12152         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
12153           We don't fork mjpegtools' mplex in our CVS anymore.
12154         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
12155         (gst_avi_demux_add_stream):
12156         * gst/avi/gstavidemux.h:
12157           Add getcaps() function for proper caps nego. This makes some
12158           parts of AVI playback/reading work.
12159         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
12160           Resize window on new capsnego. This is probably wrong, but
12161           I'm still committing it because with current capsnego, the
12162           first successfull capsnego is auto-fixated, therefore rounded
12163           down to the lowest values in the caps. this results in a 16x16
12164           XWindow that is not reized when real capsnego finishes.
12165           Dave, I see more cases of this, do you know a proper solution?
12166         * tools/gst-launch-ext.in:
12167           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
12168
12169 2003-12-31  David Schleef  <ds@schleef.org>
12170
12171         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
12172         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
12173           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
12174
12175 2003-12-30  David Schleef  <ds@schleef.org>
12176
12177         * ext/ffmpeg/gstffmpegcolorspace.c:
12178         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12179         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
12180         (gst_ffmpegcsp_chain): Negotiation fixes
12181         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
12182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12183         (gst_audio_convert_link), (gst_audio_convert_channels):
12184         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
12185         (gst_audioscale_link), (gst_audioscale_get_buffer),
12186         (gst_audioscale_chain): Negotiation fixes
12187         * gst/audioscale/gstaudioscale.h:
12188         * gst/videofilter/gstvideofilter.c:
12189         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
12190         (gst_videofilter_link), (gst_videofilter_init),
12191         (gst_videofilter_set_output_size), (gst_videofilter_setup),
12192         (gst_videofilter_find_format_by_structure):
12193         * gst/videofilter/gstvideofilter.h: Negotiation fixes
12194         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12195         (gst_videoscale_link):
12196         * gst/videoscale/videoscale.c: (videoscale_get_structure),
12197         (videoscale_find_by_structure), (gst_videoscale_setup):
12198         * gst/videoscale/videoscale.h: Negotiation fixes
12199         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12200         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
12201         function, restrict resizing to a multiple of 4 (hack until
12202         everyone supports odd sizes correctly).
12203
12204 2003-12-29  Colin Walters  <walters@verbum.org>
12205
12206         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
12207         signed.
12208
12209 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
12210
12211         * ext/sndfile/gstsf.c: (gst_sf_loop):
12212           Fix warning about discarding const qualifier
12213
12214 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
12215
12216         * gst/cutter/gstcutter.c:
12217         * gst/videoscale/gstvideoscale.c:
12218         * gst/volenv/gstvolenv.c:
12219         * gst-libs/gst/audio/audio.c:
12220         * gst-libs/gst/video/video.c:
12221           Fix warnings
12222
12223 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12224
12225         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12226           Don't send ALSA debugging to stderr.
12227         * ext/alsa/gstalsa.h:
12228           Use GST_WARNING instead of g_warning when ALSA functions fail.
12229
12230 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12231
12232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12233           Free XVAdapterInfo correctly.
12234
12235 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12236
12237         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
12238         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
12239           Make id3tag use correct caps nego.
12240
12241 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
12242
12243         * ext/ivorbis/vorbis.c: 
12244         * ext/ivorbis/vorbisenc.h:
12245         * ext/ivorbis/vorbisfile.c:
12246           Modify so that it uses the new caps things
12247
12248 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12249
12250         * testsuite/spider/spider1.c: (main):
12251         * testsuite/spider/spider2.c: (main):
12252         * testsuite/spider/spider3.c: (main):
12253           Make tests compile again. They probably don't work.
12254
12255 2003-12-24  Colin Walters  <walters@verbum.org>
12256
12257         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
12258         we can't fixate the caps anymore.
12259
12260 2003-12-23  David Schleef  <ds@schleef.org>
12261
12262         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
12263         * sys/oss/gstosssink.c: (gst_osssink_init),
12264         (gst_osssink_sink_fixate): Add fixate function.
12265
12266 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * ext/ffmpeg/gstffmpegcodecmap.c:
12269         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
12270         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
12271         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
12272         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12273         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12274         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12275         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
12276           fix typo in RGB masks, and move back to "old" colorspace
12277           capsnego code until whoever wrote this new crap has actually
12278           tested it so that it works.
12279           And yes, this works, keep it that way please.
12280
12281 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12282
12283         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
12284         (gst_divxdec_init), (gst_divxdec_negotiate):
12285         * ext/divx/gstdivxdec.h:
12286         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
12287         (gst_divxenc_init):
12288         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
12289         (gst_faac_sinkconnect), (gst_faac_srcconnect):
12290         * ext/mpeg2enc/gstmpeg2enc.cc:
12291         * ext/mpeg2enc/gstmpeg2encoder.cc:
12292         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12293         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
12294         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
12295         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
12296         (dxr3spusink_init):
12297         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
12298         (dxr3videosink_init):
12299           Fix caps breakage after Dave's caps branch merge.
12300
12301 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12302
12303         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12304           Fix for 24bpp display.
12305
12306 2003-12-23  Colin Walters  <walters@verbum.org>
12307
12308         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
12309         a GnomeVFSHandle directly.
12310
12311 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12312
12313         * gst/volume/Makefile.am:
12314         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
12315         (volume_base_init), (volume_init):
12316           Reenable volume element and fix to work with new caps stuff.
12317           Rhythmbox needs this.
12318
12319 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12320
12321         * gst/qtdemux/qtdemux.c: (plugin_init):
12322           qtdemux requires bytestream
12323
12324 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12325
12326         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
12327           Fix remaining caps handling errors due to CAPS merge.
12328
12329 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12330
12331         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
12332         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
12333         (gst_faad_srcconnect): 
12334           Port to new caps system.
12335
12336 2003-12-21  Julien MOUTTE  <julien@moutte.net>
12337
12338         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12339         (got_video_size), (main): using g_print instead of g_message.
12340         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
12341         signal which was not emitted because of "switch" element added to the
12342         bin but not connected. (Removing from the bin temporarily)
12343
12344 2003-12-21  Julien MOUTTE  <julien@moutte.net>
12345
12346         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
12347         find X development files. I don't understand the previous tests and
12348         they fail on my debian/ppc unstable. This one works.
12349         * examples/gstplay/player.c: (main): Set the pipeline to READY before
12350         exiting.
12351         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
12352         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12353         (gst_play_set_visualization): Add some safety checks in set_ methods
12354         and state_change. This was throwing some ugly CRITICAL messages when
12355         pipeline was getting disposed and casts were failing.
12356
12357 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12358
12359         * configure.ac:
12360           Improve mpeg2enc detection. This is for distributions that do
12361           ship mjpegtools, but without mpeg2enc. Also does object check
12362           for might there ever be ABI incompatibility.
12363         * ext/mpeg2enc/gstmpeg2enc.cc:
12364           Add Andrew as second maintainer (he's helping me), and also add
12365           an error if no caps was set. This happens if I pull before capsnego
12366           and that's something I should solve sometime else.
12367         * gst/matroska/matroska-demux.c:
12368         (gst_matroska_demux_parse_blockgroup):
12369           Fix time parsing.
12370         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
12371         (gst_matroska_mux_track_header):
12372           Add caps to templates.
12373         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
12374           Add mpegversion=1 to prevent confusion with MPEG/AAC.
12375         * gst/mpegstream/gstmpegdemux.c:
12376           Remove layer since it causes warnings about unfixed caps.
12377         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12378           Fix obvious typo (we error out if caps were set, we should of
12379           course error out if *no* caps were set).
12380         * sys/oss/gstosselement.c: (gst_osselement_convert):
12381           Fix format conversion, we confused bits/bytes.
12382         * sys/oss/gstosselement.h:
12383           Improve documentation for 'bps'.
12384         * sys/v4l/TODO:
12385           Remove stuff about plugins that need removing - this was done
12386           ages ago.
12387         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
12388         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
12389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
12390         (gst_v4lsrc_src_query):
12391         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12392         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
12393           Add get_query_types(), get_formats() and query() functions.
12394
12395 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12396
12397         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
12398         * moved CVS to freedesktop.org
12399