gst/ffmpegcolorspace/: More stride fixes.
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-11-05  Wim Taymans  <wim@fluendo.com>
2
3         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4         (gst_ffmpegcsp_avpicture_fill):
5         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
7         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
8         More stride fixes.
9
10 2004-11-05  Wim Taymans  <wim@fluendo.com>
11
12         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
13         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
14         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
15         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
16         (gst_videomixer_loop):
17         More stride fixes.
18
19 2004-11-05  Benjamin Otte  <otte@gnome.org>
20
21         * ext/mad/gstmad.c: (gst_mad_chain):
22           don't overflow data buffer. Flush not needed sync data when syncing
23           failed.
24
25 2004-11-04  Wim Taymans  <wim@fluendo.com>
26
27         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
30         (gst_alpha_init_params), (gst_alpha_chain),
31         (gst_alpha_change_state):
32         Updated the chroma keying algorithm with something more 
33         sophisticated.
34
35 2004-11-03  Wim Taymans  <wim@fluendo.com>
36
37         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
38         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
39         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
40         Fix stride issues. Does not completely work for odd
41         heights.
42
43 2004-11-03  Wim Taymans  <wim@fluendo.com>
44
45         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
46         (gst_alpha_chroma_key), (gst_alpha_chain):
47         Fix stride issues. Does not completely work for odd
48         heights.
49
50 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
51
52         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
53         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
54         leak fixes
55
56 2004-11-03  Wim Taymans  <wim@fluendo.com>
57
58         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
59         (gst_ffmpegcsp_avpicture_fill):
60         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
61         (avpicture_alloc):
62         * gst/ffmpegcolorspace/imgconvert_template.h:
63         Use correct _fill function to get correct strides.
64
65 2004-11-02  David Schleef  <ds@schleef.org>
66
67         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
68         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
69         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
70         Change all g_print()s to debugging.  Add a bunch of consistency
71         checks.
72
73 2004-11-02  Wim Taymans  <wim@fluendo.com>
74
75         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
76         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
77         (unlinked), (no_more_pads), (close_link):
78         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
79         (unknown_type), (add_element_stream), (new_decoded_pad),
80         (removed_decoded_pad), (setup_source):
81         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
82         (gst_stream_info_class_init), (gst_stream_info_init),
83         (gst_stream_info_new), (gst_stream_info_dispose),
84         (stream_info_mute_pad), (gst_stream_info_set_property),
85         (gst_stream_info_get_property):
86         * gst/playback/gststreaminfo.h:
87         Fix playback of multiple files.
88         a slightly different approach to handling dynamic pad removals.
89         This one only looks at pads that we have linked.
90
91 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
92
93         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
94         free" warning from libc.
95
96 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
97
98         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
99         (get_unconnected_element), (remove_starting_from), (pad_removed),
100         (close_link):
101           Implement support for dynamic pad changing. We listen to "live"
102           pad removals (i.e. while playing) and re-setup autoplugging
103           after that. Playbasebin/playbin need some more work for this
104           to finally work, but decodebin supports (and replugs) chained
105           ogg now.
106
107 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
108         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
109         (gst_alsa_finalize):
110         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
111         (gst_cdaudio_finalize):
112         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
113         (cdparanoia_finalize):
114         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
115         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
116         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
117         (dvdreadsrc_finalize):
118         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
119         (gst_flacdec_finalize):
120         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
121         (gst_flacenc_finalize):
122         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
123         (gst_gnomevfssink_finalize):
124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
125         (gst_gnomevfssrc_finalize):
126         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
127         (gst_fameenc_finalize):
128         * ext/nas/nassink.c: (gst_nassink_class_init),
129         (gst_nassink_finalize):
130         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
131         (gst_sdlvideosink_class_init):
132         * ext/sndfile/gstsf.c: (gst_sf_dispose):
133         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
134         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
135         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
136         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
137         (gst_x_window_listener_dispose):
138         * gst/audioscale/gstaudioscale.c:
139         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
140         (play_on_demand_finalize):
141         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
142         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
143         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
144         (cdplayer_finalize):
145         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
146         (gst_glimagesink_class_init):
147         * sys/oss/gstosselement.c: (gst_osselement_class_init),
148         (gst_osselement_finalize):
149         * sys/oss/gstosssink.c: (gst_osssink_dispose):
150         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
151         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
152           Fixes a bunch of problems with finalize and dispose functions,
153           either assumptions that dispose is only called once, or not calling
154           the parent class dispose/finalize function
155
156 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
157
158         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
159           added two api precondition guards
160       use g_strdup with getenv to fix crash when using ENVVAR
161
162 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
163         * ext/esd/esdsink.c: (gst_esdsink_class_init),
164         (gst_esdsink_finalize):
165         Use a finalize function, not dispose, and more importantly,
166         call the parent class finalize function too
167
168 2004-11-01  Johan Dahlin  <johan@gnome.org>
169
170         * ext/ogg/gstoggdemux.c:
171         * gst/tags/gstvorbistag.c:
172         Plug leaks.
173
174 2004-10-31  Benjamin Otte  <otte@gnome.org>
175
176         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
177           lotsa memleaks today. But they're all small...
178
179 2004-10-31  Benjamin Otte  <otte@gnome.org>
180
181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
182           another memleak crushed
183
184 2004-10-31  Benjamin Otte  <otte@gnome.org>
185
186         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
187           fix memleak
188
189 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
190
191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
192           Hack to prevent crash when going to READY inside signal handler
193           while this function is active.
194
195 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
196
197         * gst/ffmpegcolorspace/Makefile.am:
198         * gst/ffmpegcolorspace/avcodec.h:
199         * gst/ffmpegcolorspace/common.h:
200         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
201         * gst/ffmpegcolorspace/dsputil.h:
202         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
203         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
204         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
205         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
206         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
207         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
208         (gst_ffmpegcsp_avpicture_fill):
209         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
211         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
212         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
213         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
214         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
215         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
216         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
217         * gst/ffmpegcolorspace/imgconvert.c:
218         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
219         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
220         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
221         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
222         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
223         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
224         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
225         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
226         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
227         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
228         (grow21), (grow22), (grow41), (grow44), (conv411),
229         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
230         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
231         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
232         (avpicture_free), (is_yuv_planar), (img_convert),
233         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
234         (deinterlace_line_inplace), (deinterlace_bottom_field),
235         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
236         * gst/ffmpegcolorspace/imgconvert_template.h:
237         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
238         * gst/ffmpegcolorspace/mmx.h:
239         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
240         (av_fast_realloc), (av_mallocz_static), (av_free_static),
241         (av_freep), (avcodec_get_context_defaults),
242         (avcodec_alloc_context), (avcodec_init):
243           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds pallette
244           handling plus update from ffmpeg CVS. Large clean-up.
245
246 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
247
248         * gst/playback/Makefile.am:
249           We need the marshallers for decodebin, too.
250
251 2004-10-30  David Schleef  <ds@schleef.org>
252
253         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
254           quicktime typefinding work with 64-bit offsets.
255
256 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
257
258         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
259           Set EOS on the element when processing an EOS event.
260         * ext/speex/gstspeexdec.h:
261         * ext/speex/gstspeexenc.h:
262           Only keep a const ptr to the mode
263         * gst-libs/gst/riff/riff-media.c:
264         (gst_riff_create_audio_caps_with_data),
265         (gst_riff_create_audio_template_caps):
266           Allow WMAV3, with up to 6 channels. 
267         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
268           Don't call gst_pad_set_event_function on a sink pad.
269         * gst/mpegstream/gstdvddemux.c:
270         (gst_dvd_demux_get_subpicture_stream),
271         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
272           Copy the explicit caps that were set across to the cur_* pads,
273           instead of trying to use a possibly non-existent negotiated caps.
274           Reset the type of subpicture pads to UNKNOWN after calling init_stream, 
275           so that the caps get set.
276
277 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
278
279         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
280
281         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
282           Don't touch buffer if it is of size 0 (fixes #151064).
283
284 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
285
286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
287           Synchronized discont handling.
288
289 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
290
291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
292         (gst_ogg_demux_push):
293           Make seeking sort-of exact again (fixes #156387).
294
295 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
296
297         * gst/playback/gstplaybasebin.c: (unknown_type),
298         (add_element_stream), (new_decoded_pad),
299         (gst_play_base_bin_change_state):
300         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
301         (gst_stream_info_init), (gst_stream_info_new),
302         (gst_stream_info_dispose), (gst_stream_info_get_property):
303         * gst/playback/gststreaminfo.h:
304           Make caps explicitely available. Makes testing for unsupported
305           types possible. Improves error reporting.
306
307 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
308
309         * gst/audioconvert/gstaudioconvert.c:
310         (gst_audio_convert_buffer_to_default_format):
311           Really don't touch read-only buffers (#156563).
312
313 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
314
315         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
316
317         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
318           Fix memleak (#155223).
319
320 2004-10-29  Wim Taymans  <wim@fluendo.com>
321
322         * gst/tcp/.cvsignore:
323         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
324         (gst_multifdsink_class_init), (gst_multifdsink_init),
325         (gst_multifdsink_add), (gst_multifdsink_remove),
326         (gst_multifdsink_remove_client_link), (is_sync_frame),
327         (gst_multifdsink_new_client),
328         (gst_multifdsink_handle_client_write),
329         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
330         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
331         (gst_multifdsink_get_property):
332         * gst/tcp/gstmultifdsink.h:
333         Added burst on connect sync_method, deprecated sync_clients,
334         streamlined the sync code some more.
335
336 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
337
338         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
339         (gst_play_base_bin_change_state):
340           Improve error reporting.
341
342 2004-10-28  Wim Taymans  <wim@fluendo.com>
343
344         * gst/tcp/Makefile.am:
345         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
346         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
347         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
348         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
349         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
350         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
351         (gst_fdset_wait):
352         Added more locks around fdset structures. Fixed/reworked
353         the poll array resizing code.
354         Added stress test for fdset.
355
356 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
357
358         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
359         fix build
360
361 2004-10-28  Benjamin Otte  <otte@gnome.org>
362
363         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
364           fix link function to always query channels and query width for
365           floats
366         * configure.ac:
367           add equalizer dir
368         * gst/equalizer/Makefile.am:
369         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
370         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
371         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
372         (arg_to_scale), (setup_filter),
373         (gst_iir_equalizer_compute_frequencies),
374         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
375         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
376         (plugin_init):
377           add an equalizer  
378
379 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
380
381         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
382
383         * po/LINGUAS:
384         * po/nb.po:
385           Added Norwegian Bokmaal translation
386
387 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
388
389         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
390           Don't break on options (fixes #156488).
391
392 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
393
394         * configure.ac:
395         * ext/cdaudio/Makefile.am:
396         * sys/Makefile.am:
397           fix build on older automake
398
399 2004-10-26  Wim Taymans  <wim@fluendo.com>
400
401         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
402         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
403         Allow a little margin when negotiating the framerate.
404
405 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
406
407         * gst/level/gstlevel.c:
408           synchonised naming of pads and pad-templates
409
410 2004-10-26  Wim Taymans  <wim@fluendo.com>
411
412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
413         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
414         (_find_streams_check), (gst_ogg_demux_push):
415         Fix EOS again. Needs to be done in a better way. We should not
416         remove the pad if there is no new chained stream.
417
418 2004-10-26 Iain <iaingnome@gmail.com>
419
420         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
421         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
422         of the caps.
423         * gst/interleave/interleave.c (interleave_class_init): Hook up release
424         pad.
425         (interleave_release_pad): Remove the pad.
426         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
427         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
428         the set device.
429         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
430         attrs
431         (gst_xvimagesink_xcontext_clear): Free the xcontext.
432         (gst_xvimagesink_finalize): Free the par.
433
434 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
435
436         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
437         (gst_avimux_stop_file):
438           First calculate the rate, and only then use it. Hdr.rate is a
439           multiple and not a derivative of hdr.scale. Scale is not the
440           same as blockalign but is solely related to rate.
441
442 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
443
444         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
445         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
446           Implement seeking.
447
448 2004-10-25  James Henstridge  <james@jamesh.id.au>
449
450         Reviewed by:  David Schleef  <ds@schleef.org>
451
452         * examples/gstplay/player.c: (got_stream_length), (main):
453         * examples/seeking/cdplayer.c: (update_scale):
454         * examples/seeking/seek.c: (format_value), (update_scale):
455         * examples/seeking/spider_seek.c: (format_value), (update_scale),
456         (stop_seek):
457         Build fixes on AMD64.
458
459 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
460
461         reviewed by: Ronald Bultje <rbultje at gnome dot org>
462
463         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
464         Fix for some v4l cards which hang in v4lsrc
465
466 2004-10-25  Wim Taymans  <wim@fluendo.com>
467
468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
469         (gst_ogg_demux_push), (gst_ogg_chains_clear):
470         Make sure to remove the pad when a new chain is
471         encountered. Set some vars to NULL so we don't try
472         to reference freed memory.
473
474 2004-10-25  Wim Taymans  <wim@fluendo.com>
475
476         * examples/seeking/Makefile.am:
477         * examples/seeking/cdplayer.c: (update_scale):
478         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
479         * examples/seeking/playbin.c: (make_playerbin_pipeline),
480         (format_value), (update_scale), (iterate), (start_seek),
481         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
482         (print_usage), (main):
483         Added some more examples, update others.
484
485 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
486
487         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
488         * ext/speex/gstspeexdec.c: (speex_dec_chain):
489         * ext/theora/theoradec.c: (theora_dec_chain):
490         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
491           Add codec-name metadata.
492
493 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
494
495         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
496
497         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
498         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
499         * ext/alsa/gstalsamixertrack.h:
500         * po/POTFILES.in:
501           ALSA mixer track label internationalization (#154054).
502
503 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
504
505         * ext/theora/theoradec.c: (theora_dec_chain):
506           Export bitrate as metadata.
507
508 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
509
510         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
511         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
512         * ext/alsa/gstalsamixertrack.h:
513           Fix names, fix loop.
514
515 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
516
517         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
518         (speex_dec_convert):
519           sinkconvert function so oggdemux can get the file length (totem).
520
521 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
522
523         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
524
525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
526           Don't push incomplete packets.
527         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
528           Fix MPEG-4 audio typefinding.
529
530 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
531
532         * sys/v4l/Makefile.am:
533         * sys/v4l/gstv4l.c: (plugin_init):
534         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
535         (gst_v4lelement_init), (gst_v4lelement_dispose),
536         (gst_v4lelement_change_state):
537         * sys/v4l/gstv4lelement.h:
538         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
539         (gst_v4l_xoverlay_close), (idle_refresh),
540         (gst_v4l_xoverlay_set_xwindow_id):
541         * sys/v4l/gstv4lxoverlay.h:
542         * sys/v4l/v4l-overlay_calls.c:
543         * sys/v4l/v4l_calls.h:
544         * sys/v4l2/Makefile.am:
545         * sys/v4l2/gstv4l2.c: (plugin_init):
546         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
547         (gst_v4l2element_init), (gst_v4l2element_dispose),
548         (gst_v4l2element_change_state):
549         * sys/v4l2/gstv4l2element.h:
550         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
551         (gst_v4l2_xoverlay_close), (idle_refresh),
552         (gst_v4l2_xoverlay_set_xwindow_id):
553         * sys/v4l2/gstv4l2xoverlay.h:
554         * sys/v4l2/v4l2-overlay_calls.c:
555         * sys/v4l2/v4l2_calls.h:
556           Remove client-side overlay handling, use the X-server v4l plugin
557           for that. Nicer overlay, less code. Also make the plugin
558           compileable without X (but then without overlay, obviously).
559           Makes xwindowlistener obsolete, should we remove that?
560
561 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
562
563         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
564         (gst_osssrc_src_query):
565         * sys/oss/gstosssrc.h:
566           OK, so people want offset in DEFAULT. This time, actually fix all
567           cases.
568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
569           Add FPS properly.
570
571 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
572
573         * gst/asfdemux/gstasfmux.c:
574         * gst/avi/gstavimux.c:
575           Framerate.
576
577 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
578
579         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
580           Fix properties (channel, norm, frequency).
581
582 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
583
584         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
585           Flag typo.
586         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
587           No warnings.
588
589 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
590
591         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
592           Fix hang.
593
594 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
595
596         * sys/v4l2/gstv4l2element.h:
597           Yet Another Hack (tm) for kernel header borkedness.
598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
599         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
600         (gst_v4l2src_link), (gst_v4l2src_getcaps),
601         (gst_v4l2src_change_state):
602         * sys/v4l2/gstv4l2src.h:
603         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
604         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
605           Fix caps, keep track of state, work.
606
607 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
608
609         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
610           Quiet.
611
612 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
613
614         * sys/oss/gstosssrc.c: (gst_osssrc_get):
615           Don't mix bytes and samples.
616
617 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
618
619         * ext/ogg/gstoggmux.c:
620           Basic pad template which accepts OGM tracks, speex, flac, vorbis
621           and theora. Any is incorrect.
622         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
623           Fix caps.
624         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
625         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
626         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
627         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
628         * sys/v4l/gstv4lmjpegsrc.h:
629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
630         (gst_v4lsrc_change_state):
631         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
632         (gst_v4lmjpegsrc_capture_stop):
633           Fix caps. Keep track of internal state. Work.
634
635 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
636
637         * ext/Makefile.am:
638           Fix the build fixes.
639
640 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
641
642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
643         (gst_ogg_demux_src_event), (_find_chain_seek),
644         (gst_ogg_pad_push):
645           Check for pad availability before using it.
646         * ext/ogg/gstoggdemux.c: (_find_chain_process):
647           Fix parsing of chained ogg. Needs more work on the decoder side.
648
649 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
650
651         * gst/spectrum/Makefile.am:
652         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
653         (idle_func):
654           Fix demo and reenable it. Yes, I'm currently playing with audio
655           analysis tools
656
657 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
658
659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
660           We love it if files that start at zero work too...
661
662 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
663
664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
665           Handle files with missing EOS headers.
666
667 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
668
669         * gst/tcp/gsttcpserversink.c:
670         (gst_tcpserversink_handle_server_read),
671         (gst_tcpserversink_init_send):
672         Zero some variables first (need for accept not to return EINVAL)
673
674 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
675
676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
677         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
678         * ext/theora/theoradec.c: (theora_dec_sink_convert),
679         (theora_dec_chain):
680         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
681         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
682           Seeking and querying finetune.
683
684 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
685
686         * configure.ac:
687         * ext/Makefile.am:
688         * ext/raw1394/Makefile.am:
689           fix the build
690
691 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
692
693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
694           Wrong return.
695         * gst/playback/Makefile.am:
696         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
697         * gst/playback/gstplay-marshal.list:
698         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
699           Fix marshallers.
700
701 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
702
703         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
704           Silence.
705
706 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
707
708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
709         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
710         (gst_ogg_pad_push):
711           Yay for non-lineair granulepos in theora.
712
713 2004-10-18  Wim Taymans  <wim@fluendo.com>
714
715         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
716         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
717         * ext/dv/gstdvdec.h:
718         Make sure we renegotiate aspect ratio when the camera switches.
719
720 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
721
722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
723         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
724           Start at zero.
725         * ext/theora/theoradec.c: (theora_dec_chain):
726           Skip headers. Bad idea for chained ogg, but fixes seeking.
727
728 2004-10-18  Wim Taymans  <wim@fluendo.com>
729
730         * configure.ac:
731         I swear, this is the last time I touch this.
732
733 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
734
735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
736         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
737         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
738           Faster seeking.
739         * ext/theora/theoradec.c: (theora_dec_sink_convert):
740           Time-to-default conversion.
741         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
742           Don't error on unknown packets, just skip. We should probably
743           read them if we want to support chained ogg.
744
745 2004-10-18  Wim Taymans  <wim@fluendo.com>
746
747         * configure.ac:
748         Added cdaudio to wrong list.
749
750 2004-10-18  Wim Taymans  <wim@fluendo.com>
751
752         * configure.ac:
753         Revive cdaudio.
754
755 2004-10-18  Wim Taymans  <wim@fluendo.com>
756
757         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
758         (gst_dvdec_video_link), (gst_dvdec_push):
759         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
760         (gst_smokeenc_resync), (gst_smokeenc_chain):
761         Fix mimetype on smoke encoder.
762         Add aspect ratio to dvdec. Not sure if these
763         values are correct though....
764
765 2004-10-18  Wim Taymans  <wim@fluendo.com>
766
767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
768         Fix vorbis property descriptions and ranges.
769
770 2004-10-18  Wim Taymans  <wim@fluendo.com>
771
772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
773         Really do nothing when no data is available.
774         Go to the playing state when the stream is not seekable
775         instead of failing.
776
777 2004-10-18  Wim Taymans  <wim@fluendo.com>
778
779         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
780         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
781         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
782         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
783         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
784         Added uri handler for cd://
785         Port to new API.
786
787 2004-10-18  Wim Taymans  <wim@fluendo.com>
788
789         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
790         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
791         (try_to_link_1), (no_more_pads), (close_link), (type_found):
792         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
793         (remove_prerolls), (unknown_type), (add_element_stream),
794         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
795         (gst_play_base_bin_remove_element),
796         (gst_play_base_bin_link_stream):
797         * gst/playback/gstplaybin.c: (gen_video_element),
798         (gen_vis_element), (remove_sinks), (setup_sinks):
799         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
800         (gst_stream_info_get_type), (gst_stream_info_class_init),
801         (gst_stream_info_init), (gst_stream_info_new),
802         (gst_stream_info_dispose), (stream_info_mute_pad),
803         (gst_stream_info_set_property), (gst_stream_info_get_property):
804         * gst/playback/gststreaminfo.h:
805         Add sink padtemplate to decodebin.
806         Added some more comments.
807         Make queue size configurable in playbasebin.
808         Added possibility to use elements as sinks (ex cdaudio).
809
810 2004-10-15  Wim Taymans  <wim@fluendo.com>
811
812         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
813         (gst_speexenc_chain):
814         Fix speex timestamps so that it gets muxed properly.
815
816 2004-10-15  Wim Taymans  <wim@fluendo.com>
817
818         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
819         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
820         (gst_dv1394src_init), (gst_dv1394src_dispose),
821         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
822         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
823         (gst_dv1394src_event), (gst_dv1394src_get_formats),
824         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
825         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
826         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
827         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
828         * ext/raw1394/gstdv1394src.h:
829         Added conversion/query functions.
830         Update buffer timestamps,
831         Added signals. 
832         Added uri dv:// so it might play from the firewire in playbin. 
833         Fix a possible leak. 
834         Added debugging.
835
836 2004-10-15  Wim Taymans  <wim@fluendo.com>
837
838         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
839         (gst_dv1394src_init), (gst_dv1394src_set_property),
840         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
841         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
842         * ext/raw1394/gstdv1394src.h:
843         Added AV/C VTR control support needed for some cameras.
844         Added automatic port detection.
845         Added properties for selecting the channel.
846         The configure.ac script is not yet updated to reflect the
847         new libavc1394 and librom1394 dependencies.
848
849 2004-10-15  Wim Taymans  <wim@fluendo.com>
850
851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
852         (qtdemux_parse), (gst_qtdemux_handle_esds):
853         An esds box is not a container.
854         Fix parsing of mp4v boxes.
855         Do not try to renegotiate fps for each frame. Need to
856         find a better method. This should fix mp4 playback.
857
858 2004-10-14  David Schleef  <ds@schleef.org>
859
860         * configure.ac: update for swfdec-0.3 and liboil-0.2
861         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
862         * ext/swfdec/gstswfdec.h: same
863         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
864         * gst/videotestsrc/videotestsrc.c: same
865
866 2004-10-14  Wim Taymans  <wim@fluendo.com>
867
868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
869         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
870         (is_sync_frame), (gst_multifdsink_new_client),
871         (gst_multifdsink_handle_client_write),
872         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
873         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
874         Turn warnings into info.
875         Don't allow a state change in the streaming thread.
876
877 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
878
879         * ext/vorbis/oggvorbisenc.c:
880         * ext/vorbis/vorbisdec.c:
881           fix template sample rate
882
883 2004-10-13  Wim Taymans  <wim@fluendo.com>
884
885         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
886         Decoding the header first fixes some problems in resyncing
887         in more mp3s.
888
889 2004-10-12  Wim Taymans  <wim@fluendo.com>
890
891         * gst/playback/gstplaybin.c: (gen_video_element),
892         (gen_vis_element), (remove_sinks), (setup_sinks):
893         Added vis plugin support, need to configure the vis
894         element to activate it.
895
896 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
897
898         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
899         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
900           Some debug.
901         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
902         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
903         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
904         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
905         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
906         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
907         * gst/avi/gstavidemux.h:
908           Support for openDML-2.0 indx/ix## chunks. Support for broken index
909           recovery (where, if part of the index is broken, we will still read
910           the rest of the index and recover the broken part by stream
911           scanning). More broken media support. EOS workarounds. General AVI
912           braindamage headache recovery. Aspirin included.
913
914 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
915
916         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
917         (cdparanoia_event), (cdparanoia_query):
918           Get rid of hideous lead-in.
919
920 2004-10-11  Wim Taymans  <wim@fluendo.com>
921
922         * gst/playback/gstplaybasebin.c: (setup_source):
923         Wrong var used to get g_list_next.
924
925 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
926
927         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
928         (cdparanoia_get), (cdparanoia_open):
929           Report discid as metadata, add duration.
930
931 2004-10-11  Wim Taymans  <wim@fluendo.com>
932
933         * gst/playback/gstplaybasebin.c: (setup_source):
934         Cleanup the previous pipeline a little earlier for the
935         case that a source element provides raw data.
936
937 2004-10-11  Benjamin Otte  <otte@gnome.org>
938
939         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
940           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
941           consuming the last 128 bytes, even though it was valid mp3 data.
942
943 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
944
945         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
946         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
947         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
948         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
949
950 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
951
952         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
953         Fix for webcams that support only specific width or height
954
955 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
956
957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
958
959         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
960           Fix wrong discont event setup (fixes #154967).
961
962 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
963
964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
965
966         * gst/auparse/gstauparse.c: (gst_auparse_chain):
967           Error out on invalid data (fixes #154807).
968
969 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
970
971         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
972
973         * ext/dvdread/dvdreadsrc.c: (_read):
974           Make titles > 0 work again (fixes #154834).
975
976 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
977
978         * gst-libs/gst/riff/riff-media.c:
979         (gst_riff_create_video_template_caps):
980           WMV3 missing in template caps.
981
982 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
983
984         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
985           OK, so the original code was too strict. It makes random AVI files
986           hang for seconds upon opening, which is unacceptable and is far
987           beyond the original goal of getting multiple chunks for one-chunk
988           sounc stream files. So now do just that.
989
990 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
991
992         * gst/playback/gstplaybasebin.c: (setup_source),
993         (gst_play_base_bin_change_state):
994           Actually clean up streaminfo if output fails. This would trigger
995           if, for example, there was no CD in the drive. No preroll, so
996           a streaminfo structure is created, but the subsequent state change
997           of the thread fails.
998         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
999           Don't change state if parent failed.
1000
1001 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1002
1003         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1004         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
1005         (gen_video_element), (remove_sinks):
1006           Add small bits of code for screenshot handling.
1007
1008 2004-10-08  Wim Taymans  <wim@fluendo.com>
1009
1010         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
1011         (gen_video_element), (gen_audio_element), (setup_sinks):
1012         Don't assume the user provided sinks are named "sink"...
1013
1014 2004-10-08  Wim Taymans  <wim@fluendo.com>
1015
1016         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
1017         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
1018         (gst_play_base_bin_link_stream):
1019         Do not try to autoplug sources that generate raw streams like
1020         cdparanoia.
1021         disconnect the preroll overrun signal when we don't need it anymore.
1022
1023 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
1024
1025         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1026         Added reworked patch from #154903 from milosz derezynski (deadchip).
1027
1028 2004-10-08  Wim Taymans  <wim@fluendo.com>
1029
1030         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
1031         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
1032         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
1033         (cdparanoia_convert), (cdparanoia_uri_get_type),
1034         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
1035         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
1036         * ext/cdparanoia/gstcdparanoia.h:
1037         This adds the cdda://<tracknum> uri.
1038
1039 2004-10-08  Wim Taymans  <wim@fluendo.com>
1040
1041         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
1042         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1043         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1045         (unknown_type), (gst_play_base_bin_remove_element),
1046         (gst_play_base_bin_link_stream):
1047         * gst/playback/gstplaybasebin.h:
1048         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1049         (gst_play_bin_set_property), (gen_video_element),
1050         (gen_audio_element), (setup_sinks):
1051         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1052         (gst_stream_info_get_type), (gst_stream_info_class_init),
1053         (gst_stream_info_init), (gst_stream_info_new),
1054         (gst_stream_info_dispose), (stream_info_mute_pad),
1055         (gst_stream_info_set_property), (gst_stream_info_get_property):
1056         * gst/playback/gststreaminfo.h:
1057         Reuse the audio and video bins.
1058         Some internal cleanups in the stream selection code.
1059
1060 2004-10-08  Julien MOUTTE  <julien@moutte.net>
1061
1062         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1063         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1064         * sys/ximage/ximagesink.h:
1065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1066         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1067         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
1068         not coming from those elements. Moreover these elements should not keep
1069         the xid they have been given when in NULL state.
1070
1071 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1072
1073         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1074         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
1075         * sys/ximage/ximagesink.h:
1076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
1077         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
1078         * sys/xvimage/xvimagesink.h:
1079           Actually only create a new toplevel window if we're not gonna
1080           embed it right after.
1081
1082 2004-10-07  Wim Taymans  <wim@fluendo.com>
1083
1084         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
1085         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
1086         * gst/playback/gstplaybin.c: (setup_sinks):
1087         Implement muting/unmuting of streams, mute streams that are not
1088         used.
1089
1090 2004-10-07  Wim Taymans  <wim@fluendo.com>
1091
1092         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
1093         (plugin_init):
1094         Added lame audio/x-ac3 typefind function.
1095
1096 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1097
1098         * configure.ac:
1099           bump nano to cvs
1100
1101 === release 0.8.5 ===
1102
1103 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
1104
1105         * NEWS:
1106         * RELEASE:
1107         * configure.ac:
1108           releasing 0.8.5, "Take You On"
1109
1110 2004-10-06  Wim Taymans  <wim@fluendo.com>
1111
1112         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1113         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
1114         (no_more_pads), (close_link), (type_found):
1115         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1116         * gst/playback/gstplaybin.c: (gen_video_element):
1117         Do not signal the no_more_pads after the first pad when
1118         we are plugging a non dynamic element with multiple
1119         output pads (like swfdec, dvdec, ...).
1120
1121 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1122
1123         * configure.ac:
1124           bump for prerelease
1125
1126 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1127
1128         * gst/wavparse/gstwavparse.c:
1129           add ATRAC3 to STATIC CAPS to fix a warning
1130
1131         * gst/matroska/ebml-read.c:
1132         * gst-libs/gst/riff/riff-read.c:
1133           fix typos
1134
1135 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1136
1137         * gst-libs/gst/riff/riff-media.c:
1138           generate caps for ATRAC3 audio streams
1139
1140         * gst/realmedia/rmdemux.c:
1141           generate caps for ATRAC3 audio streams
1142
1143 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1144
1145         * gst/wavparse/Makefile.am
1146         * gst/wavparse/riff.h
1147         * gst/wavparse/wavparse.vcproj
1148           riff.h removal (unused and duplication with riff-ids.h)
1149
1150 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1151
1152         * gst/wavparse/gstwavparse.h
1153           remove duplicated defines for audio codec codes
1154
1155         * gst-libs/gst/riff/riff-ids.h
1156         * gst/wavenc/riff.h:
1157           add "4CC" code for ATRAC3 audio streams
1158           add "4CC" code for ITU_G721_ADPCM (unused for now)
1159
1160 2004-10-06  Wim Taymans  <wim@fluendo.com>
1161
1162         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
1163         Actually _do_ negotiation. Pass gdouble as arg instead
1164         of guint64 for the framerate.
1165
1166 2004-10-06  Wim Taymans  <wim@fluendo.com>
1167
1168         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1169         (find_compatibles), (close_pad_link), (try_to_link_1),
1170         (no_more_pads), (close_link), (type_found):
1171         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1172         * gst/playback/gstplaybin.c: (gen_video_element),
1173         (gen_audio_element):
1174         Set state on newly added element to READY so that negotiation
1175         can happen ASAP.
1176         Addes some more debug info.
1177         Do not try to plug pads with multiple caps structures or ANY
1178         because it is too dangerous since we do not do dynamic 
1179         replugging.
1180
1181 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
1182
1183         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
1184
1185         * po/LINGUAS:
1186         * po/or.po:
1187           add Oriya translation
1188
1189 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1190
1191         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1192           Prevent overwrite of size member. Makes audio sound crappy.
1193
1194 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1195
1196         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1197         Add rmvb to the list of known RealMedia extensions
1198
1199 2004-10-05  Wim Taymans  <wim@fluendo.com>
1200
1201         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
1202         (mngdec_openstream), (mngdec_closestream),
1203         (mngdec_handle_sink_event), (mngdec_readdata),
1204         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
1205         (mngdec_getcanvasline), (mngdec_refresh),
1206         (gst_mngdec_change_state):
1207         Set the framerate correctly.
1208
1209 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1210
1211         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1212           There was something wrong with the index massaging.
1213
1214 2004-10-04  Wim Taymans  <wim@fluendo.com>
1215
1216         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
1217         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
1218         (gst_smokedec_chain):
1219         * ext/jpeg/gstsmokedec.h:
1220         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
1221         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
1222         * ext/jpeg/gstsmokeenc.h:
1223         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
1224         (smokecodec_decode_new), (smokecodec_info_free),
1225         (smokecodec_set_quality), (smokecodec_get_quality),
1226         (smokecodec_set_threshold), (smokecodec_get_threshold),
1227         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
1228         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
1229         (smokecodec_encode), (smokecodec_parse_id),
1230         (smokecodec_parse_header), (smokecodec_decode):
1231         * ext/jpeg/smokecodec.h:
1232         * ext/jpeg/smokeformat.h:
1233         Updated smoke, new bitstream, allows embedding in ogg.
1234
1235 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1236
1237         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
1238           Fix seeking in some files. All this code is no longer needed (and
1239           actually breaks stuff) because we now synchronize the full index
1240           right when reading the header.
1241
1242 2004-10-04  Wim Taymans  <wim@fluendo.com>
1243
1244         * configure.ac:
1245         configure update for libmng.
1246
1247 2004-10-04  Wim Taymans  <wim@fluendo.com>
1248
1249         * ext/libmng/Makefile.am:
1250         * ext/libmng/gstmng.c: (plugin_init):
1251         * ext/libmng/gstmng.h:
1252         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
1253         (gst_mngdec_base_init), (gst_mngdec_class_init),
1254         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
1255         (gst_mngdec_loop), (gst_mngdec_get_property),
1256         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
1257         (mngdec_closestream), (mngdec_handle_sink_event),
1258         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
1259         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
1260         (gst_mngdec_change_state):
1261         * ext/libmng/gstmngdec.h:
1262         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
1263         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
1264         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
1265         (gst_mngenc_chain), (gst_mngenc_get_property),
1266         (gst_mngenc_set_property):
1267         * ext/libmng/gstmngenc.h:
1268         Added basic MNG decoder. Needs more work. The encoder does
1269         not work yet.
1270
1271 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1272
1273         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
1274         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
1275         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
1276           Don't hang on length=0 chunks. Some negotiation fixes. Signal
1277           no-more-pads.
1278
1279 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1280
1281         * configure.ac:
1282           you need at least 1.0.4 of speex
1283
1284 2004-10-04 Iain <iaingnome@gmail.com>
1285
1286         * ext/speex/gstspeexdec.h: Revert the includes changes.
1287                 
1288         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
1289
1290 2004-09-30 Iain <iaingnome@gmail.com>
1291
1292         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
1293         found during init or set as a property instead of hardcoding /dev/audio
1294
1295 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1296
1297         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
1298         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
1299         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
1300         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
1301         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
1302         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
1303         (gst_rmdemux_dump_data):
1304           Use debug category, fix EOS handling. filesrc ! rmdemux now
1305           works.
1306
1307 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1308
1309         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
1310         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
1311         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
1312           Improve allocation, cutting and sorting of the index. How takes a
1313           few seconds instead of minutes.
1314
1315 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
1316
1317         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
1318           fixed compilation
1319
1320 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1321
1322         * gst-libs/gst/riff/riff-media.c:
1323         (gst_riff_create_video_caps_with_data),
1324         (gst_riff_create_video_template_caps):
1325           Add wing commander format mimetype/fourccs.
1326         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
1327           Don't crash if some value is 0.
1328
1329 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1330
1331         * gst-libs/gst/riff/riff-media.c:
1332         (gst_riff_create_video_caps_with_data),
1333         (gst_riff_create_video_template_caps):
1334           Add DIB fourcc (raw, palettized 8-bit RGB).
1335         * gst-libs/gst/riff/riff-read.c:
1336         (gst_riff_read_strf_vids_with_data):
1337           Oops, fix strf_data reading bug.
1338         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
1339           Use a non-NULL tag.
1340         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
1341           Time for hacks. Sorry Dave. At least one quicktime movie (a
1342           trailer) that I've encountered contains multiple video tracks.
1343           One of those is the actual video track, the other are one-frame
1344           tracks (images). Unfortunately, the number of frames according
1345           to the trak header is 1 for each, so that doesn't help. So
1346           instead, I look at the duration and discard tracks with a
1347           duration shorter than 20% of the length of the stream. Better
1348           than nothing.
1349
1350 2004-10-01  Christian Schaller <christian@fluendo.com>
1351
1352         * ext/ivorbis/vorbis.c:
1353           Patch from Phil Blundell (Bug 152341)
1354
1355 2004-10-01  Wim Taymans  <wim@fluendo.com>
1356
1357         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
1358         (speex_dec_get_formats), (speex_dec_convert),
1359         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
1360         (speex_dec_chain), (gst_speexdec_get_property),
1361         (gst_speexdec_set_property):
1362         Small cleanups.
1363
1364 2004-10-01  Wim Taymans  <wim@fluendo.com>
1365
1366         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1367         (gst_wavparse_stream_init), (gst_wavparse_fmt),
1368         (gst_wavparse_other), (gst_wavparse_loop),
1369         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1370         (gst_wavparse_srcpad_event):
1371         * gst/wavparse/gstwavparse.h:
1372         Added some more debugging info.
1373         Fix the case where the length of the file is 0.
1374         Make sure we seek to sample borders.
1375
1376 2004-10-01  Wim Taymans  <wim@fluendo.com>
1377
1378         * gst/playback/README:
1379         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1380         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1381         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1382         Add some debug info to decodebin, update README
1383
1384 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1385
1386         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
1387           Don't use g_print(); use GST_DEBUG().
1388
1389 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1390
1391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1392         (gst_ogg_mux_queue_pads):
1393           Handle EOS properly.
1394
1395 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1396
1397         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1398
1399         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
1400         (gst_faad_chain), (gst_faad_change_state):
1401         * ext/faad/gstfaad.h:
1402           Allow playback of raw (unframed) MPEG AAC files (#148993).
1403
1404 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1405
1406         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1407
1408         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1409           Throw error if we didn't recognize the stream. Fixes #152289.
1410
1411 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1412
1413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1414           Fix negotiation.
1415
1416 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
1417
1418         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1419
1420         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1421           Fix memleak.
1422
1423 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
1424
1425         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1426
1427         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
1428           Solve #152805.
1429         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
1430           Solve 152806.
1431
1432 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1433
1434         * gst-libs/gst/riff/riff-media.c:
1435         (gst_riff_create_video_caps_with_data),
1436         (gst_riff_create_audio_caps_with_data):
1437           Add codec_data handling (like asfdemux used to do).
1438         * gst/asfdemux/gstasf.c: (plugin_init):
1439         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1440         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
1441           Use riff-media for caps creation instead of our own (mostly
1442           broken) copy of its functions.
1443
1444 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1445
1446         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
1447           Don't actually error out if we get another return value than
1448           -EINVAL. Opposite to what I first thought, drivers have random
1449           return values for this, although -EINVAL is the expected return
1450           value. Since this is not fatal, we shouldn't use
1451           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
1452
1453 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1454
1455         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1456         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
1457         (dvdreadsrc_get_property), (_open), (_seek), (_read),
1458         (dvdreadsrc_get), (dvdreadsrc_open_file),
1459         (dvdreadsrc_change_state):
1460           Fix. Don't do one big huge loop around the whole DVD, that will
1461           cache all data and thus eat sizeof(dvd) (several GB) before we
1462           see something.
1463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1464           Actually NULL'ify event after using it.
1465         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
1466         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
1467         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1468         (gst_ebml_read_seek), (gst_ebml_read_skip):
1469           Handle events.
1470         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
1471         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
1472         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
1473           Fix timing (this will probably break if I seek using menus, but
1474           I didn't get there yet). VOBs and normal DVDs should now work.
1475           Add a mpeg2-only pad with high rank so this get autoplugged for
1476           MPEG-2 movies.
1477         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
1478         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
1479         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
1480         (gst_mpeg_demux_get_audio_stream),
1481         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
1482         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
1483           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
1484           MPEG-1 but use dvddemux for MPEG-2.
1485         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
1486         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
1487         (gst_mpeg_parse_parse_packhead):
1488           Timing. Only add pad template if it exists. Add sink template from
1489           class and not from ourselves. This means we will always use the
1490           correct sink template even if it is not the one defined in this
1491           file.
1492
1493 2004-09-29  Wim Taymans  <wim@fluendo.com>
1494
1495         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
1496         (gst_mpeg_demux_parse_pes):
1497         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1498         Fix playback of mpeg again, timestamps where screwed up by
1499         patch 1.61.
1500
1501 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1502
1503         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
1504           Only return true if we actually filled something in. Prevents
1505           player applications from showing a random length for flac files.
1506         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1507         (gst_riff_read_use_event), (gst_riff_read_handle_event),
1508         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
1509         (gst_riff_read_strf_vids_with_data),
1510         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
1511           OK, ok, so I implemented event handling. Apparently it's normal
1512           that we receive random events at random points without asking
1513           for it.
1514         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1515         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1516         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
1517         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1518         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
1519         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
1520         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1521         * gst/avi/gstavidemux.h:
1522           Implement non-lineair chunk handling and subchunk processing.
1523           The first solves playback of AVI files where the audio and video
1524           data of individual buffers that we read are not synchronized.
1525           This should not happen according to the wonderful AVI specs, but
1526           of course it does happen in reality. It is also a prerequisite for
1527           the second. Subchunk processing allows us to cut chunks in small
1528           pieces and process each of these pieces separately. This is
1529           required because I've seen several AVI files with incredibly large
1530           audio chunks, even some files with only one audio chunk for the
1531           whole file. This allows for proper playback including seeking.
1532           This patch is supposed to fix all AVI A/V sync issues.
1533         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1534         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
1535           Work.
1536         * gst/modplug/gstmodplug.cc:
1537           Proper return value setting for the query() function.
1538         * gst/playback/gstplaybasebin.c: (setup_source):
1539           Being in non-playing state (after, e.g., EOS) is not necessarily
1540           a bad thing. Allow for that. This fixes playback of short files.
1541           They don't actually playback fully now, because the clock already
1542           runs. This means that small files (<500kB) with a small length
1543           (<2sec) will still not or barely play. Other files, such as mod
1544           or flx, will work correctly, however.
1545
1546 2004-09-28  Wim Taymans  <wim@fluendo.com>
1547
1548         * ext/speex/gstspeex.c: (plugin_init):
1549         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
1550         (gst_speex_dec_class_init), (speex_dec_get_formats),
1551         (speex_get_event_masks), (speex_get_query_types),
1552         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
1553         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
1554         (gst_speexdec_get_property), (gst_speexdec_set_property),
1555         (speex_dec_change_state):
1556         * ext/speex/gstspeexdec.h:
1557         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
1558         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
1559         (gst_speexenc_base_init), (gst_speexenc_class_init),
1560         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
1561         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
1562         (gst_speexenc_src_query), (gst_speexenc_init),
1563         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
1564         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
1565         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
1566         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
1567         (gst_speexenc_chain), (gst_speexenc_get_property),
1568         (gst_speexenc_set_property), (gst_speexenc_change_state):
1569         * ext/speex/gstspeexenc.h:
1570         Rewrote speex encoder, make sure it can be embedded in ogg.
1571         Implemented speex decoder.
1572
1573 2004-09-28  Christian Schaller <christian@fluendo.com>
1574
1575         * configure.ac:
1576         Remove kioslave plugin. Markey is brewing a new working one
1577         * ext/Makefile.am: Remove kioslave plugin
1578         * ext/kio: remove
1579         * gst-plugins.spec.in: remove kio plugin from spec
1580
1581 2004-09-27  Wim Taymans  <wim@fluendo.com>
1582
1583         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1584         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1585         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1586         (gst_multifdsink_new_client),
1587         (gst_multifdsink_handle_client_write),
1588         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1589         (gst_multifdsink_handle_clients):
1590         * gst/tcp/gstmultifdsink.h:
1591         Make syncing to keyframes actually work for new clients and lagging
1592         clients.
1593
1594 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1595
1596         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1597         (gst_navigationtest_handle_src_event), (draw_box_planar411),
1598         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1599         * gst/debug/gstnavigationtest.h:
1600           make navigationtest display button-press and button-release events
1601
1602 2004-09-26 Iain <iaingnome@gmail.com>
1603
1604         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1605         the channels have received a new media event.
1606         (interleave_buffered_loop): Compresses a new media event on all 
1607         channels into one.
1608
1609 2004-09-26 Iain <iaingnome@gmail.com>
1610
1611         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1612         call the sinkpad's default event handler and not the srcpads. He also
1613         says this is confusing :)
1614         (gst_wavenc_stop_file): Company says that seek events only go upstream
1615         we should send a discontinuous downstream instead.
1616
1617 2004-09-25  Christian Schaller <christian@fluendo.com>
1618
1619         * Update SPEC file to be usable in conjunction with Fedora Core,
1620           Fedora.us and freshrpms packages
1621         * Fix typo in multifilesrc test Makefile
1622         
1623 2004-09-24  Wim Taymans  <wim@fluendo.com>
1624
1625         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1626         Only signal the no_more_pads signal when we have
1627         added the stream to our list.
1628
1629 2004-09-24  Wim Taymans  <wim@fluendo.com>
1630
1631         * gst/playback/gstplaybasebin.c: (remove_prerolls),
1632         (new_decoded_pad):
1633         * gst/playback/gstplaybasebin.h:
1634         * gst/playback/gstplaybin.c: (setup_sinks):
1635         Don't try to preroll or decode more than one audio/video
1636         track.
1637
1638 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1639
1640         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1641           Throw error if we failed to find a suitable output. This should
1642           throw an error if we successfully set up a pipeline (e.g. because
1643           we recognized a media file) but found no decodable streams in it
1644           (e.g. because it contains only media stream types for which we
1645           have no decoders, or because it's not a media type).
1646
1647 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1648
1649         * ext/dirac/Makefile.am:
1650         * ext/dirac/gstdirac.cc:
1651         * ext/dirac/gstdiracdec.cc:
1652         * ext/dirac/gstdiracdec.h:
1653           Do something. Don't actually know if this works because I don't
1654           have a demuxer yet.
1655         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1656           Add channels=1 to caps returned from _getcaps().
1657         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1658         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1659         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1660         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1661         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1662         (gst_ogm_parse_change_state):
1663           Separate between audio/video so ogmaudioparse actually uses the
1664           audio pad templates. Both audio and video work now, including
1665           autoplugging. Also use sometimes-srcpad hack.
1666         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1667           Handle events better. Don't hang on infinite loops.
1668         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1669         (gst_avi_demux_init), (gst_avi_demux_reset),
1670         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1671         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1672         (gst_avi_demux_change_state):
1673         * gst/avi/gstavidemux.h:
1674           Improve A/V sync. Still not perfect.
1675         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1676         (gst_ebml_read_skip):
1677           Handle events better.
1678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1679         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1680         (qtdemux_audio_caps):
1681           Add IMA4. Improve event handling. Save offset after a seek when
1682           the headers are at the end of the file so that we don't end up in
1683           an infinite loop.
1684         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1685           Add low-priority typefind support for files with no length.
1686
1687 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1688
1689         * testsuite/multifilesink/Makefile.am:
1690         fix typo
1691
1692 2004-09-22  Julien MOUTTE  <julien@moutte.net>
1693
1694         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
1696         mistakes from thaytan's patches.
1697
1698 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1699
1700         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1701           For completeness, XSync in the destroy function as xvimage does.
1702
1703 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1704
1705         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1706            Correct caps negotiation
1707         * gst/volume/gstvolume.c: (volume_chain_float),
1708         (volume_chain_int16):
1709            Modify debug output to be little more informative
1710         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1712         (gst_xvimagesink_xvimage_destroy):
1713           Add XSync calls after detaching from the shared memory segment to
1714           avoid a crash.
1715
1716 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1717
1718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1719         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1720         * ext/vorbis/vorbis.c: (plugin_init):
1721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1722         (gst_vorbisenc_chain):
1723         * ext/vorbis/vorbisenc.h:
1724         remove explicit newmedia support from oggmux and vorbisenc
1725         add debug category to vorbisenc
1726         * gst/multifilesink/gstmultifilesink.c:
1727         (gst_multifilesink_class_init), (gst_multifilesink_init),
1728         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1729         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1730         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1731         (plugin_init):
1732         * gst/multifilesink/gstmultifilesink.h:
1733         add support for streamheader in multifilesink
1734
1735 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1736
1737         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1738         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1739         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1740           Prevent infinite loops. More correct error reporting.
1741         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1742           Error out if negotiation fails.
1743         * gst/playback/gstplaybasebin.c: (setup_source),
1744         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1745         (gst_play_base_bin_found_tag):
1746           Error/tag forwarding. Pre-roll fixes for source errors on state
1747           changes (e.g. "file does not exist") to prevent hangs.
1748
1749 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1750
1751         * testsuite/multifilesink/Makefile.am:
1752         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1753         (gst_newmedia_class_init), (gst_newmedia_init),
1754         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1755         (newfile_signal), (test_signal), (main):
1756         * testsuite/multifilesink/multifilesrc_test.c: (main):
1757         * testsuite/multifilesink/oggtheora_test.c:
1758         (gst_newmedia_base_init), (gst_newmedia_class_init),
1759         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1760         (test_format), (newfile_signal), (test_signal), (main):
1761         * testsuite/multifilesink/oggvorbis_test.c:
1762         (gst_newmedia_base_init), (gst_newmedia_class_init),
1763         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1764         (test_format), (newfile_signal), (test_signal), (main):
1765         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1766         (gst_newmedia_class_init), (gst_newmedia_init),
1767         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1768         (newfile_signal), (test_signal), (main):
1769         New media tests
1770
1771 2004-09-20  Christian Schaller <christian@fluendo.com>
1772
1773         * Fix mikmod license to LGPL as they have relicensed
1774         * Move Dirac and Effectv into LGPL section of README_license
1775
1776 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1777
1778         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1779         (gst_mad_change_state):
1780           Allow for mp3 rate/channels changes. However, only very
1781           conservatively. Reason that we *have* to enable this is smiply
1782           because the mad find_sync() function is not good enough, it will
1783           regularly sync on random data as valid frames and therefore make
1784           us provide random caps as *final* caps of the stream. The best fix
1785           I could think of is to simply require several of the same stream
1786           changes in a row before we change caps.
1787           The actual testcase that works now is #
1788         * ext/ogg/Makefile.am:
1789         * ext/ogg/gstogg.c: (plugin_init):
1790         * ext/ogg/gstogmparse.c:
1791           OGM support (video only for now; I need an audio sample file).
1792         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1793         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1794         (gst_asf_demux_add_video_stream):
1795           WMV extradata.
1796         * gst/playback/gstplaybasebin.c: (unknown_type):
1797           Don't error out on single unknown-types after all. It's wrong.
1798           If we found type of video and audio but not of a subtitle stream,
1799           it will still error out (which is unwanted). Will find a better fix
1800           later on.
1801         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
1802         (ogmaudio_type_find), (plugin_init):
1803           OGM support.
1804
1805 2004-09-20  Johan Dahlin  <johan@gnome.org>
1806
1807         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
1808         after setting caps.
1809
1810 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1811
1812         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
1813         * gst/wavenc/gstwavenc.h:
1814         Added newmedia support to wavenc
1815
1816 2004-09-17  Wim Taymans  <wim@fluendo.com>
1817
1818         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
1819         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1820         (gst_fdset_fd_can_write), (gst_fdset_wait):
1821         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1822         (gst_multifdsink_init), (gst_multifdsink_add),
1823         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
1824         (gst_multifdsink_remove_client_link),
1825         (gst_multifdsink_client_queue_buffer),
1826         (gst_multifdsink_handle_client_write),
1827         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
1828         (gst_multifdsink_close), (gst_multifdsink_change_state):
1829         * gst/tcp/gstmultifdsink.h:
1830         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1831         (gst_tcpserversink_removed):
1832         Small cleanups in fdset.c
1833         Use a hastable to map fd to the client structure for faster
1834         lookup in _remove and get_stats.
1835         Added virtual function to close the fds.
1836         Handle clients even when the select/poll call was unblocked because
1837         of a command.
1838         Implement syncing to keyframe in the recovery procedure.
1839
1840 2004-09-16 Iain <iaingnome@gmail.com>
1841
1842         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
1843         try caps.
1844
1845 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1846
1847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
1848           Caps are only set if the type of the stream is unknown, but this
1849           is initialized in ->init_stream(), so set to UNKNOWN after calling
1850           ->init_stream() so that capsnego starts.
1851
1852 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1853
1854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1855         (gst_avi_demux_stream_data):
1856           Just hardcode for raw audio then. AVI audio sucks.
1857
1858 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
1859
1860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1861         * gst/matroska/matroska-mux.c: (audiosink_templ),
1862         (gst_matroska_mux_audio_pad_link):
1863         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
1864         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
1865
1866 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1867
1868         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1869         (gst_avi_demux_stream_data):
1870           Try to fix a/v sync issues.
1871
1872 2004-09-15  David Schleef  <ds@schleef.org>
1873
1874         * configure.ac: remove NASM check, since we don't use it.  Update
1875         dirac check to 0.4
1876         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
1877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1878         Initialized variables.
1879         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1880         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
1881         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
1882         SVQ3 format
1883
1884 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1885
1886         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1887         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
1888         * gst/avi/gstavidemux.h:
1889           Fix for compressed audio (mp3) timestamp generation. How did this
1890           ever work?
1891
1892 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1893
1894         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1895           Volume is a double not a float.
1896
1897 2004-09-15  Wim Taymans  <wim@fluendo.com>
1898
1899         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
1900         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1901         Don't close the fd in multifdsink as we didn't open it in the
1902         first place. Some cleanups.
1903
1904 2004-09-15  Wim Taymans  <wim@fluendo.com>
1905
1906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1908         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1909         Fix the case where the muxer would mark pages as delta
1910         frames when they are not (vorbis only ogg).
1911
1912 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1913
1914         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
1915         (gst_play_base_bin_change_state):
1916           Handle the case where we failed to setup a clear pipeline. This
1917           will throw an error (or EOS, another nice case) and if you don't
1918           catch that, the app will wait for the signal forever (and thus
1919           hang).
1920
1921 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1922
1923         * ext/gnomevfs/gstgnomevfssink.c:
1924         (gst_gnomevfssink_uri_get_protocols):
1925         * ext/gnomevfs/gstgnomevfssrc.c:
1926         (gst_gnomevfssrc_uri_get_protocols):
1927         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1928         * ext/gnomevfs/gstgnomevfsuri.h:
1929           Use _uri_new() instead of _open(), so it doesn't take as long and
1930           Christophe's computer won't hang.
1931         * gst/playback/gstplaybasebin.c: (unknown_type):
1932           Throw error on unknown media type, so apps actually display it.
1933
1934 2004-09-14  Brian Cameron  <brian.cameron@sun.com
1935
1936         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
1937           this script to work on Solaris since bash shell handles echo
1938           differenly than bash.
1939
1940 2004-09-17  Wim Taymans  <wim@fluendo.com>
1941
1942         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
1943         (setup_source), (gst_play_base_bin_set_property),
1944         (gst_play_base_bin_add_element):
1945         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1946         Some more work on making sure seeking pauses the pipeline and
1947         that changing the uri actually does something.
1948
1949 2004-09-17  Wim Taymans  <wim@fluendo.com>
1950
1951         * gst/tcp/gstfdset.c: (gst_fdset_wait):
1952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
1953         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
1954         (gst_tcpserversink_close):
1955         Be a bit more paranoid when freeing memory.
1956
1957 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1958
1959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1960         (qtdemux_parse_trak):
1961           Don't crash by dividing by zero (see sample movie in #126922).
1962
1963 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1964
1965         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1966           Don't touch non-existing data (fixes crash on file in #140147).
1967
1968 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1969
1970         * gst/playback/gstplaybasebin.c:
1971         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
1972           Handle double disposals, and proper change of URIs.
1973
1974 2004-09-13  Martin Eikermann <meiker@upb.de>
1975
1976         * gst/mpegstream/gstmpegparse.c:
1977           fix synchronistation for streams recorded from digital PCR
1978           fixes bug #119376
1979
1980 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1981
1982         * ext/gnomevfs/Makefile.am:
1983         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1984         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
1985         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
1986         (gst_gnomevfssink_uri_get_type),
1987         (gst_gnomevfssink_uri_get_protocols),
1988         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
1989         (gst_gnomevfssink_uri_handler_init),
1990         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
1991         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
1992         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
1993         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
1994         (gst_gnomevfssrc_uri_get_type),
1995         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
1996         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
1997         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
1998         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
1999         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
2000         * ext/gnomevfs/gstgnomevfsuri.h:
2001           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
2002           of fake URIs to see which this version of Gnome-VFS likes, and
2003           uses that for the Gst-URI interface. Makes playbin support http://
2004           streams. Also fix up some stupid behaviour in gnomevfssrc.
2005
2006 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2007
2008         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
2009         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
2010         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
2011         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
2012           Update mixer (to sync with other sessions) if we try to obtain
2013           a new value. This makes alsamixer work accross applications.
2014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
2015           Only call sync functions if we're running, else alsalib asserts.
2016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
2017           Sometimes fails to compile. Possibly a gcc bug.
2018         * gst/playback/gstplaybin.c: (gen_video_element),
2019         (gen_audio_element):
2020           Add a reference to an application-provided object, because we lose
2021           this same reference if we add it to the bin. If we don't do this,
2022           we can only use this object once and thus crash if we go from
2023           ready to playing, back to ready and back to playing again.
2024           Also add an audioscale element because several cheap soundcards -
2025           like mine - don't support all samplerates.
2026         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
2027         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
2028           Fix wrong order or PAR calls. Makes automatically obtained PAR
2029           from the X server atually being used.
2030
2031 2004-09-12  David Schleef  <ds@schleef.org>
2032
2033         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
2034         #151887, #152102, #152247.
2035         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
2036         * examples/seeking/cdparanoia.c: same
2037         * examples/seeking/cdplayer.c: same
2038         * examples/seeking/seek.c: same
2039         * examples/seeking/spider_seek.c: same
2040         * examples/seeking/vorbisfile.c: same
2041         * examples/stats/mp2ogg.c: same
2042         * ext/esd/esdsink.c: (gst_esdsink_class_init),
2043         (gst_esdsink_dispose): Dispose of element properly.
2044         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
2045         fixes.
2046         * ext/nas/nassink.c: (gst_nassink_class_init),
2047         (gst_nassink_dispose): Dispose of element correctly.
2048         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
2049         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2050         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2051         Fix 64-bit warning.
2052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2053         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
2054         Fix 64-bit warning.
2055
2056 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
2057
2058         * configure.ac : change speex detection as 1.1.6 now uses
2059           .pc/pkg-config and they changed their headers location.
2060
2061 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
2062
2063         * gst/matroska/matroska-mux.h:
2064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
2065         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2066         (gst_matroska_mux_write_data):
2067           Write multiple blocks/frames per cluster.
2068                 Write meta-seek information (seek heads).
2069
2070 2004-09-09  Scott Wheeler <wheeler@kde.org>
2071
2072         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
2073         (gst_play_bin_set_property), (gst_play_bin_get_property),
2074         (gen_audio_element), (gen_audio_element):
2075           Add a volume element / property to the pipeline.
2076
2077 2004-09-07  Wim Taymans  <wim@fluendo.com>
2078
2079         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
2080         Copy timestamps from the master pad to the output buffers.
2081
2082 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2083
2084         * ext/raw1394/gstdv1394src.c:
2085           throw errors when applicable
2086
2087 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
2088
2089         * gst/matroska/ebml-ids.h:
2090         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
2091         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
2092         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
2093           automatically convert unix time <-> ebml time when reading/writing
2094           a date, use gst_ebml_write_uint to write CUETIME,
2095           not gst_ebml_write_date.
2096         * gst/matroska/matroska-ids.h:
2097         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2098         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
2099         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2100         (gst_matroska_mux_write_data):
2101           Write track and segment UIDs, write muxing date, write
2102           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
2103           Create cues for audio only files.
2104
2105 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2106
2107         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
2108         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2109           Re-commit ALSA switches.
2110         * gst/adder/gstadder.c: (gst_adder_loop):
2111           64-bit fix (#151416).
2112         * gst/debug/progressreport.c: (gst_progressreport_report):
2113           64-bit fix (#151419).
2114         * gst/matroska/matroska-demux.c:
2115         (gst_matroska_demux_parse_contents):
2116           64-bit fix (#151420).
2117         * gst/playback/test3.c: (update_scale):
2118           64-bit fix (#151421).
2119
2120 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2121
2122         * configure.ac:
2123           bump nano to cvs
2124
2125 === release 0.8.4 ===
2126
2127 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2128
2129         * configure.ac: releasing 0.8.4, "Alias"
2130
2131 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
2132
2133         * ext/theora/Makefile.am:
2134           fix makefile.  Fixes #151462.
2135
2136 2004-08-30  Wim Taymans  <wim@fluendo.com>
2137
2138         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
2139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2140         (gst_multifdsink_remove_client_link),
2141         (gst_multifdsink_client_queue_buffer),
2142         (gst_multifdsink_handle_client_write):
2143         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
2144         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
2145         Fix some memory leaks.
2146
2147 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2148
2149         Patch by: David Schleef
2150
2151         * configure.ac:
2152         * sys/Makefile.am:
2153           rename our detection macro for V4L2.  Fixes #151236.
2154
2155 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2156
2157         Patch by: David Schleef
2158
2159         * configure.ac:
2160           check to define LAMEPRESET.  Fixes #151232.
2161
2162 2004-08-27  David Schleef  <ds@schleef.org>
2163
2164         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
2165         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
2166         (gst_glimagesink_fixate):  Move local variable declarations to
2167         make gcc-2.95 happy.
2168
2169 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2170
2171         * configure.ac:
2172           bump nano for prerelease
2173
2174 2004-08-27  David Schleef  <ds@schleef.org>
2175
2176         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
2177         * sys/sunaudio/gstsunaudiosrc.c: 
2178         * sys/sunaudio/gstsunaudiosrc.h:
2179
2180 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
2181
2182         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
2183         handle EOS correctly
2184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
2185         * gst/matroska/matroska-mux.h:
2186         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
2187         VFW compatibility mode
2188
2189 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2190
2191         patch by: Zaheer Abbas Merali
2192
2193         * ext/ogg/gstoggmux.c:
2194         * ext/vorbis/vorbisenc.c:
2195         * ext/vorbis/vorbisenc.h:
2196           handle NEWMEDIA
2197
2198 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
2199
2200         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
2201         fix byte order reversion on little endian machines.
2202         * gst/matroska/matroska-mux.c: (audiosink_templ),
2203         (gst_matroska_mux_audio_pad_link):
2204         add TTA codec to the list of supported codecs.
2205         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
2206         (gst_matroska_mux_start), (gst_matroska_mux_finish),
2207         (gst_matroska_mux_write_data):
2208         * gst/matroska/matroska-mux.h:
2209         write segment duration correctly, write muxing app string, fixes bugs
2210         #140897 and #140898.
2211         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
2212         wait for all pads to be negotiated before starting to mux.
2213
2214 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2215
2216         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
2217         * ext/lame/gstlame.h:
2218         Added new media support to lame
2219
2220 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
2221
2222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
2223         send vorbis headers at the beginning of a stream, fixes bug #141554.
2224         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
2225         bug #148950.
2226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
2227         (gst_matroska_demux_plugin_init):
2228         * gst/matroska/matroska-ids.h:
2229         enable demuxing of TTA audio streams, fixes bug #148951.
2230         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
2231         enable typefinding for TTA audio files, fixes bug #148711.
2232         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
2233         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
2234         fixes playback of packed bitstream and xvid with bframes, bug #135407.
2235
2236 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
2237  
2238         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
2239         (gst_riff_read_element_data), (gst_riff_read_seek),
2240         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
2241         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
2242         <teuf@gnome.org>
2243
2244 2004-08-23 Iain <iaingnome@gmail.com>
2245
2246         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
2247         tags. They appear to be handled differently to normal.
2248         (tag_list_to_id3_tag_foreach): Ditto.
2249
2250 2004-08-22  Wim Taymans  <wim@fluendo.com>
2251
2252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2253         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2254         Make sure we never send -1 granulepos.
2255
2256 2004-08-20  Wim Taymans  <wim@fluendo.com>
2257
2258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
2259         (gst_ogg_mux_loop):
2260         I will accept bitchslappings with non sharp objects.
2261
2262 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2263
2264         * configure.ac:
2265         Clean up the test for lame presets
2266
2267 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2268
2269         * configure.ac:
2270         * ext/lame/Makefile.am:
2271         * ext/lame/gstlame.c: (gst_lame_class_init),
2272         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2273         Only enable lame presets if version of lame has presets in API
2274
2275 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
2276         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
2277         * gst/udp/gstudpsrc.h:
2278           Don't call gst_pad_push in a get function. Fixes #150449
2279
2280 2004-08-18  Wim Taymans  <wim@fluendo.com>
2281
2282         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
2283         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
2284         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2285         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2286         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2287         (gst_fdset_wait):
2288         * gst/tcp/gstfdset.h:
2289         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2290         (gst_multifdsink_client_queue_buffer),
2291         (gst_multifdsink_handle_client_write):
2292         * gst/tcp/gstmultifdsink.h:
2293         Some extra checks in gstfdset.
2294         Only use send() when the fd is a socket. Don't try to
2295         read from write only fds.
2296
2297 2004-08-18  Wim Taymans  <wim@fluendo.com>
2298
2299         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
2300         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
2301         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2302         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2303         (gst_fdset_wait):
2304         Add more locking and bounds checking.
2305
2306 2004-08-18  Wim Taymans  <wim@fluendo.com>
2307
2308         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
2309         Realloc test fdset in the lock and right before starting
2310         the poll call. Bump the limit to 4096.
2311
2312 2004-08-17  David Schleef  <ds@schleef.org>
2313
2314         * sys/sunaudio/Makefile.am:
2315         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
2316         of rates and channels.  Make debugging less obnoxious.
2317
2318         Patch from Balamurali Viswanathan implementing a mixer for
2319         Sun audio.  (bug #144091):
2320         * sys/sunaudio/gstsunelement.c:
2321         * sys/sunaudio/gstsunelement.h:
2322         * sys/sunaudio/gstsunmixer.c:
2323         * sys/sunaudio/gstsunmixer.h:
2324
2325 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2326
2327         * gst/audioscale/gstaudioscale.c:
2328         * gst/audioscale/gstaudioscale.h:
2329         made audioscale resample from any sample rate to any sample rate
2330
2331 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2332
2333         * ext/libpng/gstpngdec.c:
2334           error out on unsupported types
2335
2336 2004-08-17  Iain <iaingnome@gmail.com>
2337
2338         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
2339         mid_side and loose_mid_side properties if its a stereo stream.
2340
2341 2004-08-17  Wim Taymans  <wim@fluendo.com>
2342
2343         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2344         (theora_get_formats), (theora_dec_src_convert),
2345         (theora_dec_sink_convert), (theora_dec_src_query),
2346         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
2347         Add a debug line.
2348
2349 2004-08-17  Wim Taymans  <wim@fluendo.com>
2350
2351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
2352         (gst_ogg_pad_push):
2353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2354         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2355         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
2356         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
2357         Mark delta units in the muxer.
2358         Try to decode the packet after an out-of-sync error from
2359         libogg.
2360
2361 2004-08-17  Wim Taymans  <wim@fluendo.com>
2362
2363         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2364         (gst_multifdsink_init), (gst_multifdsink_add),
2365         (gst_multifdsink_client_queue_buffer),
2366         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2367         * gst/tcp/gstmultifdsink.h:
2368         Added option to send a keyframe to clients as the first buffer.
2369         Make timeout property writable.
2370
2371 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2372
2373         patch by: Wim Taymans
2374
2375         * gst/tcp/gstfdset.c:
2376         * gst/tcp/gstmultifdsink.c:
2377           fix index comparison, should include 0
2378
2379 2004-08-16  Wim Taymans  <wim@fluendo.com>
2380
2381         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
2382         (gst_fdset_add_fd), (gst_fdset_remove_fd),
2383         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2384         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2385         (gst_fdset_wait):
2386           copy when reallocing for poll so the select arguments don't get
2387           changed during the call
2388
2389 2004-08-16  Wim Taymans  <wim@fluendo.com>
2390
2391         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2392         (gst_theora_enc_class_init), (theora_enc_sink_link),
2393         (theora_buffer_from_packet), (theora_enc_chain):
2394         Fix bug where buffers were not marked as keyframes
2395         correctly.
2396
2397 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2398
2399         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2400         (gst_lame_preset_get_type), (gst_lame_class_init):
2401         describe the enum values for vbr mode and presets more verbosely
2402
2403 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2404
2405         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
2406         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
2407         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
2408         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2409         * ext/lame/gstlame.h:
2410         add preset property to lame so it can use lame presets
2411
2412 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2413
2414         * ext/lame/gstlame.c: (gst_lame_get_property):
2415         whoops forgot break, thanks teuf
2416
2417 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2418
2419         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2420         (gst_lame_class_init), (gst_lame_src_getcaps),
2421         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
2422         (gst_lame_get_property), (gst_lame_setup):
2423         * ext/lame/gstlame.h:
2424         fix lame's broken vbr stuff, allow it to resample if need be, and also 
2425         make xing header optional
2426
2427 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2428
2429         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
2430         added getcaps function so samplerate doesnt get fixated to silly values
2431
2432 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2433
2434         * ext/lame/gstlame.c: (gst_lame_src_link):
2435         revert previous fix
2436
2437 2004-08-12  Johan Dahlin  <johan@gnome.org>
2438
2439         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
2440         checks. Doesn't matter what state we are in. Interfaces are a
2441         compile time thing, not runtime. It also broke the python bindings.
2442
2443 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2444
2445         * ext/lame/gstlame.c: (gst_lame_src_link):
2446         made source pad link function check if sinkpad is ok..fixes the problem
2447         where core fixates the output rate of lame stupidly
2448
2449 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2450
2451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
2452         * sys/v4l/v4l_calls.c:
2453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
2454           fix fixate function to handle nonsimple caps.
2455           remove bogus check in _link
2456           cleanups
2457
2458 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2459
2460         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
2461         set default compression ratio parameter to 0.0 so bitrate parameter
2462         works :)
2463
2464 2004-08-11  David Schleef  <ds@schleef.org>
2465
2466         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
2467
2468 2004-08-11  David Schleef  <ds@schleef.org>
2469
2470         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
2471         before.
2472
2473 2004-08-11  David Schleef  <ds@schleef.org>
2474
2475         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2476
2477 2004-08-11  David Schleef  <ds@schleef.org>
2478
2479         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
2480           license field
2481         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
2482         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
2483           LGPL.
2484         * gst/auparse/gstauparse.c: Fix plugin license field.
2485         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
2486         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
2487         * gst/rtp/gstrtp.c: Fix plugin license field.
2488
2489 2004-08-11  Wim Taymans  <wim@fluendo.com>
2490
2491         * gst/tcp/Makefile.am:
2492         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
2493         (ensure_size), (gst_fdset_new), (gst_fdset_free),
2494         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
2495         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
2496         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
2497         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2498         (gst_fdset_fd_can_write), (gst_fdset_wait):
2499         * gst/tcp/gstfdset.h:
2500         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2501         (gst_multifdsink_class_init), (gst_multifdsink_init),
2502         (gst_multifdsink_add), (gst_multifdsink_remove),
2503         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2504         (gst_multifdsink_remove_client_link),
2505         (gst_multifdsink_handle_client_read),
2506         (gst_multifdsink_client_queue_data),
2507         (gst_multifdsink_client_queue_caps),
2508         (gst_multifdsink_client_queue_buffer),
2509         (gst_multifdsink_handle_client_write),
2510         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2511         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2512         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2513         (gst_multifdsink_close):
2514         * gst/tcp/gstmultifdsink.h:
2515         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2516         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2517         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
2518         (gst_tcpserversink_close):
2519         * gst/tcp/gsttcpserversink.h:
2520         Abstracted away the select call, implemented poll (yes we ran into
2521         the 1024 limit in production).
2522
2523 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2524
2525         * gst/tcp/gsttcp.c:
2526         * gst/tcp/gsttcpplugin.c:
2527           improve debuggging, remove assert
2528
2529 2004-08-10  Wim Taymans  <wim@fluendo.com>
2530
2531         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2532         (gst_client_status_get_type), (gst_multifdsink_class_init),
2533         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2534         (gst_multifdsink_handle_client_read),
2535         (gst_multifdsink_handle_client_write),
2536         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2537         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2538         (gst_multifdsink_get_property):
2539         * gst/tcp/gstmultifdsink.h:
2540         * gst/tcp/gsttcp-marshal.list:
2541         Starting to prepare for specifying buffer time in other units
2542         than buffers. Expose remove reason in signal.
2543
2544 2004-08-10  Wim Taymans  <wim@fluendo.com>
2545
2546         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2547         (gst_multifdsink_remove), (gst_multifdsink_clear),
2548         (gst_multifdsink_remove_client_link),
2549         (gst_multifdsink_handle_client_read),
2550         (gst_multifdsink_client_queue_data),
2551         (gst_multifdsink_client_queue_buffer),
2552         (gst_multifdsink_handle_client_write),
2553         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2554         (gst_multifdsink_chain), (gst_multifdsink_close):
2555         * gst/tcp/gstmultifdsink.h:
2556         Added more debugging info. Changed the way clients are 
2557         removed from the lists. Fixed a bug where a bad file descriptor
2558         could cause many clients to be removed.
2559
2560 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2561
2562         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
2563           allow all pixel-aspect-ratios, not just 1:1
2564
2565 2004-08-09  David Schleef  <ds@schleef.org>
2566
2567         * sys/glsink/ARB_multitexture.h:  Remove old files.
2568         * sys/glsink/EXT_paletted_texture.h:
2569         * sys/glsink/NV_register_combiners.h:
2570         * sys/glsink/gstgl_nvimage.c:
2571         * sys/glsink/gstgl_pdrimage.c:
2572         * sys/glsink/gstgl_rgbimage.c:
2573         * sys/glsink/gstglsink.c:
2574         * sys/glsink/gstglsink.h:
2575         * sys/glsink/gstglxwindow.c:
2576         * sys/glsink/regcomb_yuvrgb.c:
2577
2578 2004-08-09  David Schleef  <ds@schleef.org>
2579
2580         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2581         GL sink plugin.  (Bug #147302)
2582
2583         * configure.ac: Test for OpenGL
2584         * sys/Makefile.am: Use test for OpenGL
2585         * sys/glsink/Makefile.am:
2586         * sys/glsink/glimagesink.c: rewrite
2587         * sys/glsink/glimagesink.h: rewrite
2588
2589 2004-08-09  David Schleef  <ds@schleef.org>
2590
2591         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
2592         sane framerates.
2593         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2595         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2596
2597 2004-08-09  Wim Taymans  <wim@fluendo.com>
2598
2599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2600         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2601         (gst_multifdsink_client_remove),
2602         (gst_multifdsink_handle_client_read),
2603         (gst_multifdsink_handle_client_write),
2604         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2605         Do a bit more logging, make the client_read code more robust.
2606
2607 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2608
2609         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2610         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2611         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2612         (gst_jpegdec_init), (gst_jpegdec_chain):
2613         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2614         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2615           cleanups, debugging fixes and memleak plugging
2616
2617 2004-08-09  Wim Taymans  <wim@fluendo.com>
2618
2619         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2620         (theora_get_formats), (theora_dec_src_convert),
2621         (theora_dec_sink_convert), (theora_dec_src_query),
2622         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2623         (theora_dec_change_state):
2624         Don't crash on missing header packets.
2625
2626 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2627
2628         * po/LINGUAS:
2629         * po/sq.po:
2630           Added Albanian translation (Laurent Dhima)
2631         * po/cs.po:
2632           updated
2633
2634 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2635
2636         * ext/lame/gstlame.c:
2637           fix/add debugging
2638
2639 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2640
2641         * sys/ximage/ximagesink.c:
2642         * sys/xvimage/xvimagesink.c:
2643           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
2644
2645 2004-08-06  Wim Taymans  <wim@fluendo.com>
2646
2647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2648         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2649         (gst_multifdsink_client_remove),
2650         (gst_multifdsink_handle_client_read),
2651         (gst_multifdsink_handle_client_write),
2652         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2653         Make sure we don't try to read more from a client that what 
2654         ioctl says us or we deadlock.
2655
2656 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2657
2658         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2659         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2660         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2661           decouple running_time and n_frames so it can handle changing
2662           framerate while running
2663
2664 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2665
2666         * po/nl.po:
2667         * po/sv.po:
2668           updated translations
2669
2670 2004-08-04  Benjamin Otte  <otte@gnome.org>
2671
2672         * gst/videotestsrc/gstvideotestsrc.c:
2673         (gst_videotestsrc_get_capslist), (generate_capslist),
2674         (plugin_init):
2675           generate the list of supported caps at startup and reuse it instead
2676           of always generating it
2677
2678 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2679
2680         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2681           whoops, last checkin broke normal build
2682
2683 2004-08-03  Benjamin Otte  <otte@gnome.org>
2684
2685         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2686         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2687         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2688         (gst_alsa_mixer_get_option):
2689         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2690         (dvdnavsrc_print_event):
2691         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2693         (gst_ogg_mux_pad_unlink):
2694         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2695         (gst_multipart_mux_pad_unlink):
2696         * gst/videofilter/gstvideobalance.c:
2697         (gst_videobalance_colorbalance_set_value):
2698         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2699         (gst_videomixer_pad_unlink):
2700         * po/uk.po:
2701         * sys/oss/gstossmixer.c:
2702         * sys/v4l/gstv4lcolorbalance.c:
2703         * sys/v4l/gstv4ltuner.c:
2704         * sys/v4l/v4lsrc_calls.c:
2705         * sys/v4l2/gstv4l2colorbalance.c:
2706         * sys/v4l2/gstv4l2tuner.c:
2707           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2708
2709 2004-08-03  Benjamin Otte  <otte@gnome.org>
2710
2711         * examples/dynparams/filter.c: (ui_control_create):
2712         * examples/gstplay/player.c: (print_tag):
2713         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2714         * ext/gdk_pixbuf/gstgdkanimation.c:
2715         (gst_gdk_animation_iter_may_advance):
2716         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2717         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2718         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2719         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2721         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2722         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2723         * gst/sine/demo-dparams.c: (main):
2724         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2725         * testsuite/alsa/formats.c: (create_pipeline):
2726         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2727           fixes for G_DISABLE_ASSERT and friends
2728         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2729         (mp3_type_frame_length_from_header), (mp3_type_find),
2730         (plugin_init):
2731           require mp3 typefinding to have at least MIN_HEADERS valid headers
2732           add typefinding for AAC adts files
2733
2734 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
2735
2736         * sys/ximage/ximagesink.c:
2737         (gst_ximagesink_calculate_pixel_aspect_ratio):
2738         * sys/xvimage/xvimagesink.c:
2739         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2740         Make sure we calculate pixel-aspect-ratio using floating point maths
2741
2742 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2743
2744         * po/uk.po:
2745           updated translation
2746
2747 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2748
2749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2751           add debugging for display PAR calculation
2752
2753 2004-08-02  David Schleef  <ds@schleef.org>
2754
2755         * configure.ac: Fix mikmod CFLAGS.
2756
2757 2004-07-27  Benjamin Otte  <otte@gnome.org>
2758
2759         * gst/audioscale/gstaudioscale.c:
2760         - fix templates to only support S16, it's the only format that works
2761         - make caps nego code use try_set_caps_nonfixed and fixation instead
2762         of try_set_caps twice, which is not nice for autopluggers
2763         - change rank to secondary, so autopluggers can pick it up after
2764         audioconvert
2765
2766 2004-08-02  Iain <iain@prettypeople.org>
2767
2768         * gst/interleave/interleave.c (interleave_init),
2769         (interleave_request_new_pad),
2770         (interleave_pad_removed),
2771         (interleave_buffered_loop): Use the real pad count, not the artificial
2772         one.
2773
2774 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2775
2776         * configure.ac: bump nano back to development
2777
2778 === release 0.8.3 ===
2779
2780 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2781
2782         * configure.ac: releasing 0.8.3, "Water"
2783
2784 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2785
2786         * sys/xvimage/xvimagesink.c:
2787         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2788         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2789         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2790         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2791         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2792         * sys/xvimage/xvimagesink.h:
2793           apply similar PAR fixes as to ximagesink
2794
2795 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2796
2797         patch from: Benjamin Otte
2798
2799         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
2800           add link function to lame.  Fixes #148986.
2801
2802 2004-08-02  Johan Dahlin  <johan@gnome.org>
2803
2804         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
2805         fix debugging log
2806
2807 2004-07-30  David Schleef  <ds@schleef.org>
2808
2809         * gst/videomixer/Makefile.am: Fix things that should have been
2810         fixed in the last checkin.
2811
2812 2004-07-30  David Schleef  <ds@schleef.org>
2813
2814         * gst/multipart/Makefile.am: Fix things that should have been
2815         fixed in the last checkin.
2816
2817 2004-07-30  David Schleef  <ds@schleef.org>
2818
2819         * testsuite/multifilesink/Makefile.am: Fix unused variable.
2820
2821 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2822
2823         * configure.ac:
2824           bump nano for prerelease
2825         * po/af.po:
2826         * po/az.po:
2827         * po/cs.po:
2828         * po/en_GB.po:
2829         * po/hu.po:
2830         * po/nl.po:
2831         * po/sr.po:
2832         * po/sv.po:
2833         * po/uk.po:
2834           updates
2835
2836 2004-07-30  Wim Taymans  <wim@fluendo.com>
2837
2838         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2839         (gst_multifdsink_add), (gst_multifdsink_remove),
2840         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2841         (gst_multifdsink_client_remove),
2842         (gst_multifdsink_handle_client_write),
2843         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2844         * gst/tcp/gstmultifdsink.h:
2845         Recover from a select with a bad file descriptor by removing
2846         the client.
2847
2848 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2849
2850         * configure.ac:
2851           fix requirement of core
2852         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
2853         (gst_play_pipeline_setup):
2854           don't use colorspace element.  do use hermescolorspace element.
2855           make macro to get a colorspace element.
2856           mark strings for translation.
2857         * po/POTFILES.in:
2858           add play.c
2859         * po/af.po:
2860         * po/az.po:
2861         * po/cs.po:
2862         * po/en_GB.po:
2863         * po/hu.po:
2864         * po/nl.po:
2865         * po/sr.po:
2866         * po/sv.po:
2867         * po/uk.po:
2868           update translations
2869
2870 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2871
2872         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
2873         fix default for newmedia flag
2874
2875 2004-07-30  Wim Taymans  <wim@fluendo.com>
2876
2877         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2878         (gst_theora_dec_init), (theora_get_formats),
2879         (theora_dec_src_convert), (theora_dec_sink_convert),
2880         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2881         (theora_dec_chain), (theora_dec_set_property),
2882         (theora_dec_get_property):
2883         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2884         (gst_theora_enc_class_init), (gst_theora_enc_init),
2885         (theora_enc_sink_link), (theora_enc_chain),
2886         (theora_enc_set_property), (theora_enc_get_property):
2887         Added cropping option to theora decoder.
2888         Added border option to theora encoder.
2889
2890 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2891
2892         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2893         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2894         (gst_pngenc_set_property):
2895         * ext/libpng/gstpngenc.h:
2896         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
2897
2898 2004-07-30  Wim Taymans  <wim@fluendo.com>
2899
2900         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2901         (theora_enc_sink_link), (theora_enc_chain),
2902         (theora_enc_set_property), (theora_enc_get_property):
2903         Fix encoding of non-multiple-of-16 video.
2904
2905 2004-07-29  David Schleef  <ds@schleef.org>
2906
2907         * configure.ac: make test for audiofile more strict
2908
2909 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2910
2911         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2912           give different names to typefind functions
2913
2914 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2915
2916         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2917         (gst_ximagesink_calculate_pixel_aspect_ratio),
2918         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
2919         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
2920         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
2921         (gst_ximagesink_get_property), (gst_ximagesink_init):
2922         * sys/ximage/ximagesink.h:
2923           allocate PAR's dynamically.
2924           use autodetected PAR if no object-set PAR is given.
2925           add workaround for directfb's X not setting physical size.
2926           fix to xvimagesink will follow tomorrow.
2927
2928 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2929
2930         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
2931         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
2932         (gst_shout2send_get_type), (gst_shout2send_set_clock),
2933         (gst_shout2send_class_init), (gst_shout2send_init),
2934         (set_shout_metadata), (gst_shout2send_set_metadata),
2935         (gst_shout2send_chain), (gst_shout2send_set_property),
2936         (gst_shout2send_get_property), (gst_shout2send_connect),
2937         (gst_shout2send_change_state):
2938         * ext/shout2/gstshout2.h:
2939         - fix for sending mp3 audio to icecast2 server, if pad link function not
2940         called before PAUSED state
2941         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
2942         - added tagging support for mp3 audio broadcasted
2943         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
2944         debug info
2945
2946 2004-07-28  Wim Taymans  <wim@fluendo.com>
2947
2948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2949         (gst_ogg_demux_push):
2950         Return query failure when we don't know the length of
2951         an ogg stream insteda of returning TRUE with a bogus value.
2952
2953 2004-07-28  Wim Taymans  <wim@fluendo.com>
2954
2955         * ext/theora/theoradec.c: (theora_get_formats),
2956         (theora_dec_src_convert), (theora_dec_sink_convert),
2957         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2958         (theora_dec_chain):
2959         Don't screw up the 1 Chroma for 1 luma sample situation when we
2960         have an odd offset/width by adding a black border in those cases.
2961
2962 2004-07-28  Wim Taymans  <wim@fluendo.com>
2963
2964         * ext/theora/theoradec.c: (theora_get_formats),
2965         (theora_dec_src_convert), (theora_dec_sink_convert),
2966         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2967         (theora_dec_chain):
2968         * ext/theora/theoraenc.c: (theora_enc_sink_link):
2969         Added first attempt at cropping of the image as required by the 
2970         theora spec. We need more properties in the caps (offset_x,
2971         offset_y,stride) to implement this correctly.
2972
2973 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
2974
2975         * ext/dvdnav/README:
2976           Update the README to use dvddemux
2977         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2978           Ensure getcaps returns a subset of the template caps
2979         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
2980         (gst_mpeg2subt_init):
2981           Ensure getcaps returns a subset of the template caps
2982         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2983         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
2984         (gst_dvd_demux_get_subpicture_stream),
2985         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
2986         * gst/mpegstream/gstdvddemux.h:
2987           Set the explicit caps on the current_video pad before pushing
2988           anything
2989         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2990         (gst_mpeg_demux_get_audio_stream):
2991           Free caps used to gst_pad_set_explicit_caps, which takes a const
2992           GstCaps *
2993
2994 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2995
2996         * configure.ac: update GStreamer requirement to 0.8.4 because of
2997           GstFraction.
2998
2999 2004-07-28  Wim Taymans  <wim@fluendo.com>
3000
3001         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
3002         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
3003         Add the pad to the element after setting up the caps. This
3004         makes it a lot easier to autoplug.
3005
3006 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3007
3008         * gst/median/gstmedian.c:
3009         * gst/mpeg2subt/gstmpeg2subt.c:
3010         * gst/mpegaudioparse/gstmpegaudioparse.c:
3011         * gst/mpegstream/gstdvddemux.c:
3012         * gst/mpegstream/gstmpegdemux.c:
3013         * gst/mpegstream/gstmpegpacketize.c:
3014         * gst/rtjpeg/gstrtjpeg.c:
3015         * gst/rtjpeg/gstrtjpegdec.c:
3016         * gst/rtjpeg/gstrtjpegenc.c:
3017         * gst/sine/gstsinesrc.c:
3018         * gst/smooth/gstsmooth.c:
3019         * gst/smpte/gstsmpte.c:
3020         * gst/smpte/gstsmpte.h:
3021         * gst/stereo/gststereo.c:
3022         * gst/videofilter/gstgamma.c:
3023         * gst/videofilter/gstvideobalance.c:
3024         * gst/videofilter/gstvideofilter.c:
3025         * gst/videofilter/gstvideoflip.c:
3026         * gst/videoscale/gstvideoscale.c:
3027         * gst/videoscale/videoscale.c:
3028         * gst/videotestsrc/gstvideotestsrc.c:
3029         * gst/videotestsrc/videotestsrc.c:
3030         * gst/wavenc/gstwavenc.c:
3031         * gst/wavparse/gstwavparse.c:
3032           fix local includes and 64 bits constants
3033
3034 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3035
3036         * win32/gst.sln:
3037         * gst-libs/gst/*/*.vcproj:
3038         * gst/*/*.vcproj:
3039           more working plugins
3040
3041 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3042
3043         * testsuite/alsa/Makefile.am:
3044         * testsuite/alsa/srcstate.c:
3045         add test for alsasrc changing state
3046
3047 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3048
3049         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
3050         (gst_silence_get):
3051         * gst/silence/gstsilence.h:
3052         fix silence generation for 16bit raw audio
3053
3054 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3055
3056         * gst/matroska/matroska-demux.c:
3057         (gst_matroska_demux_parse_metadata),
3058         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
3059         * gst/mpegaudio/common.c:
3060         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3061         (gst_videoscale_getcaps), (gst_videoscale_link),
3062         (gst_videoscale_src_fixate), (gst_videoscale_init),
3063         (gst_videoscale_finalize):
3064         * gst/videoscale/gstvideoscale.h:
3065         * gst/videotestsrc/gstvideotestsrc.c:
3066         (gst_videotestsrc_get_capslist):
3067         * gst/wavenc/gstwavenc.c:
3068         * sys/oss/gstossmixer.c: (fill_labels):
3069         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3070         (gst_ximagesink_handle_xevents),
3071         (gst_ximagesink_calculate_pixel_aspect_ratio),
3072         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
3073         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
3074         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3075         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3076         (gst_ximagesink_init), (gst_ximagesink_class_init):
3077         * sys/ximage/ximagesink.h:
3078         * sys/xvimage/xvimagesink.c:
3079         (gst_xvimagesink_calculate_pixel_aspect_ratio),
3080         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
3081         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3082         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
3083         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3084         * sys/xvimage/xvimagesink.h:
3085           first batch of pixel aspect ratio commits.
3086
3087 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3090         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
3091         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
3092           handle stride, needs work if we want to move stride handling
3093           upstream, but works correctly for our purposes.
3094
3095 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3096
3097         * gst/videoscale/README:
3098           add testing examples
3099         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
3100         (gst_videoscale_chain):
3101         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3102         (gst_videoscale_get_size):
3103           add get_size function that handles stride like videotestsrc.
3104           fixes conversion for YUV formats for as much as I can test them.
3105
3106 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3107
3108         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3109         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
3110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3111         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3112         (gst_xvimagesink_xvimage_put):
3113           further cleanups, logging, error handling and synchronizing
3114
3115 2004-07-27  Wim Taymans  <wim@fluendo.com>
3116
3117         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
3118         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
3119         (gst_videomixer_pad_set_property),
3120         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
3121         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
3122         (gst_videomixer_class_init), (gst_videomixer_init),
3123         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
3124         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
3125         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
3126         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
3127         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
3128         (gst_videomixer_loop), (plugin_init):
3129         Be a nicer negotiation citizen and provide a getcaps function on
3130         the srcpad. This also fixes a crash when resizing.
3131
3132 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3133
3134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3135         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
3136
3137 2004-07-27  Wim Taymans  <wim@fluendo.com>
3138
3139         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
3140         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
3141         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
3142         (gst_pngenc_set_property):
3143         * ext/libpng/gstpngenc.h:
3144         Added snapshot property to pngenc.
3145         removed g_print from pngdec
3146
3147 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
3148
3149         * gst/ac3parse/ac3parse.vcproj
3150         * gst/adder/adder.vcproj
3151         * gst/alpha/alpha.vcproj
3152         * gst/alpha/alphacolor.vcproj
3153         * gst/asfdemux/asf.vcproj
3154         * gst/audioconvert/audioconvert.vcproj
3155         * gst/audiorate/audiorate.vcproj
3156         * gst/audioscale/audioscale.vcproj
3157         * gst/auparse/auparse.vcproj
3158         * gst/avi/avi.vcproj
3159         * gst/cdxaparse/cdxaparse.vcproj
3160         * gst/chart/chart.vcproj
3161         * gst/colorspace/colorspace.vcproj
3162         * gst/cutter/cutter.vcproj
3163         * gst/debug/debug.vcproj
3164         * gst/debug/efence.vcproj
3165         * gst/debug/navigationtest.vcproj
3166         * gst/deinterlace/deinterlace.vcproj
3167         * gst/effectv/effectv.vcproj
3168         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3169         * gst/filter/filter.vcproj
3170         * gst/flx/flxdec.vcproj
3171         * gst/goom/goom.vcproj
3172         * gst/interleave/interleave.vcproj
3173         * gst/law/alaw.vcproj
3174         * gst/law/mulaw.vcproj
3175         * gst/matroska/matroska.vcproj
3176         * gst/median/median.vcproj
3177         * gst/mixmatrix/mixmatrix.vcproj
3178         * gst/mpeg1sys/mpeg1systemencode.vcproj
3179         * gst/mpeg1videoparse/mp1videoparse.vcproj
3180         * gst/mpeg2sub/mpeg2subt.vcproj
3181         * gst/mpegaudio/mpegaudio.vcproj
3182         * gst/mpegaudioparse/mpegaudioparse.vcproj
3183         * gst/mpegstream/mpegstream.vcproj
3184         * gst/multifilesink/multifilesink.vcproj
3185         * gst/multipart/multipart.vcproj
3186         * gst/oneton/oneton.vcproj
3187         * gst/overlay/overlay.vcproj
3188         * gst/passthrough/passthrough.vcproj
3189         * gst/qtdemux/qtdemux.vcproj
3190         * gst/realmedia/rmdemux.vcproj
3191         * gst/rtjpeg/rtjpeg.vcproj
3192         * gst/rtp/rtp.vcproj
3193         * gst/silence/silence.vcproj
3194         * gst/sine/sinesrc.vcproj
3195         * gst/smooth/smooth.vcproj
3196         * gst/smpte/smpte.vcproj
3197         * gst/spectrum/spectrum.vcproj
3198         * gst/speed/speed.vcproj
3199         * gst/stereo/stereo.vcproj
3200         * gst/switch/switch.vcproj
3201         * gst/tags/tagedit.vcproj
3202         * gst/tcp/tcp.vcproj
3203         * gst/typefind/typefindfunctions.vcproj
3204         * gst/udp/udp.vcproj
3205         * gst/videobox/videobox.vcproj
3206         * gst/videocrop/videocrop.vcproj
3207         * gst/videodrop/videodrop.vcproj
3208         * gst/videofilter/gamma.vcproj
3209         * gst/videofilter/videobalance.vcproj
3210         * gst/videofilter/videofilter.vcproj
3211         * gst/videofilter/videoflip.vcproj
3212         * gst/videoflip/videoflip.vcproj
3213         * gst/videomixer/videomixer.vcproj
3214         * gst/videorate/videorate.vcproj
3215         * gst/videoscale/videoscale.vcproj
3216         * gst/videotestsrc/videotestsrc.vcproj
3217         * gst/virtualdub/virtualdub.vcproj
3218         * gst/volenv/volenv.vcproj
3219         * gst/volume/volume.vcproj
3220         * gst/wavenc/wavenc.vcproj
3221         * gst/wavparse/wavparse.vcproj
3222         * gst/y4m/y4menc.vcproj
3223         * gst-libs/gst/audio/audio.vcproj
3224         * gst-libs/gst/audio/audiofilter.vcproj
3225         * gst-libs/gst/colorbalance/colorbalance.vcproj
3226         * gst-libs/gst/idct/idtc.vcproj
3227         * gst-libs/gst/media-info/media-info.vcproj
3228         * gst-libs/gst/mixer/mixer.vcproj
3229         * gst-libs/gst/navigation/navigation.vcproj
3230         * gst-libs/gst/play/play.vcproj
3231         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
3232         * gst-libs/gst/resample/resample.vcproj
3233         * gst-libs/gst/riff/riff.vcproj
3234         * gst-libs/gst/tuner/tuner.vcproj
3235         * gst-libs/gst/video/video.vcproj
3236         * gst-libs/gst/xoverlay/xoverlay.vcproj
3237           avoid problems with math.h, fix release dependancy
3238           rename GStreamer-0.8.lib to libgstreamer.lib
3239
3240 2004-07-27  Julien MOUTTE  <julien@moutte.net>
3241
3242         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
3244         the atom is not available we have to unlock the mutex. Fixes #148023
3245
3246 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3247
3248         * gst-libs/gst/media-info/media-info.h:
3249           issue for a vararg macro with MSVC
3250
3251 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3252
3253         * gst/effectv/effectv.vcproj
3254         * gst-libs/gst/idct/idct.vcproj:
3255         * gst-libs/gst/media-info/media-info.vcproj:
3256         * gst-libs/gst/navigation/navigation.vcproj:
3257         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3258         * gst-libs/gst/video/video.vcproj:
3259         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3260           fixes for build problems
3261
3262 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3263
3264         * gst-libs/gst/audio/audio.def:
3265         * gst-libs/gst/audio/riff.def:
3266           add some definitions needed by plugins
3267
3268 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3269
3270         * gst/asfdemux/gstasfmux.c
3271           Fix some 64 bits constants to be glib friendly
3272
3273 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3274
3275         * gst/ac3parse/gstac3parse.c
3276         * gst/audioscale/gstaudioscale.c
3277         * gst/auparse/gstauparse.c
3278         * gst/colorspace/gstcolorspace.c
3279         * gst/colorspace/yuv2rgb.h
3280           local include fixes
3281
3282 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3283
3284         * win32/gst.sln
3285           add more plugins to the build
3286
3287 2004-07-26  Julien MOUTTE  <julien@moutte.net>
3288
3289         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3290         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
3291
3292 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3293
3294         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
3295         (gst_level_set_property), (gst_level_get_property),
3296         (gst_level_base_init), (gst_level_class_init):
3297           add debugging categories.  cleanups.
3298
3299 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3300
3301         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3302         (gst_videoscale_planar411), (gst_videoscale_planar400),
3303         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
3304         (gst_videoscale_scale_nearest_str1),
3305         (gst_videoscale_scale_nearest_str2),
3306         (gst_videoscale_scale_nearest_str4),
3307         (gst_videoscale_scale_nearest_16bit),
3308         (gst_videoscale_scale_nearest_24bit):
3309           fixed stride issues
3310           tested with 320x240 -> 321, 322, 324 x240
3311           tested with YV12, I420, YUY2, UYVY
3312           fixed packed422rev (don't think it could have worked before)
3313           by testing with UYVY
3314
3315 2004-07-26  Benjamin Otte  <otte@gnome.org>
3316
3317         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
3318         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
3319         (plugin_init):
3320           add debugging category, add error checks like checking return values
3321           of setup calls, make sure it still works after
3322           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
3323
3324 2004-07-26  Wim Taymans  <wim@fluendo.com>
3325
3326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
3327         (gst_mpeg_demux_get_audio_stream),
3328         (gst_mpeg_demux_process_private):
3329         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
3330         Check for error codes from the negotiation functions. Make sure
3331         we really set the pad caps when a new pad is created.
3332
3333 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3334
3335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3336         (gst_ffmpeg_caps_to_pix_fmt):
3337         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3339         (gst_ffmpegcolorspace_pad_link):
3340           don't make function do two things at the same time without reason.
3341
3342 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3343
3344         * gst/ac3parse/ac3parse.vcproj
3345         * gst/adder/adder.vcproj
3346         * gst/alpha/alpha.vcproj
3347         * gst/alpha/alphacolor.vcproj
3348         * gst/asfdemux/asf.vcproj
3349         * gst/audioconvert/audioconvert.vcproj
3350         * gst/audiorate/audiorate.vcproj
3351         * gst/audioscale/audioscale.vcproj
3352         * gst/auparse/auparse.vcproj
3353         * gst/avi/avi.vcproj
3354         * gst/cdxaparse/cdxaparse.vcproj
3355         * gst/chart/chart.vcproj
3356         * gst/colorspace/colorspace.vcproj
3357         * gst/cutter/cutter.vcproj
3358         * gst/debug/debug.vcproj
3359         * gst/debug/efence.vcproj
3360         * gst/debug/navigationtest.vcproj
3361         * gst/deinterlace/deinterlace.vcproj
3362         * gst/effectv/effectv.vcproj
3363         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3364         * gst/filter/filter.vcproj
3365         * gst/flx/flxdec.vcproj
3366         * gst/goom/goom.vcproj
3367         * gst/interleave/interleave.vcproj
3368         * gst/law/alaw.vcproj
3369         * gst/law/mulaw.vcproj
3370         * gst/matroska/matroska.vcproj
3371         * gst/median/median.vcproj
3372         * gst/mixmatrix/mixmatrix.vcproj
3373         * gst/mpeg1sys/mpeg1systemencode.vcproj
3374         * gst/mpeg1videoparse/mp1videoparse.vcproj
3375         * gst/mpeg2sub/mpeg2subt.vcproj
3376         * gst/mpegaudio/mpegaudio.vcproj
3377         * gst/mpegaudioparse/mpegaudioparse.vcproj
3378         * gst/mpegstream/mpegstream.vcproj
3379         * gst/multifilesink/multifilesink.vcproj
3380         * gst/multipart/multipart.vcproj
3381         * gst/oneton/oneton.vcproj
3382         * gst/overlay/overlay.vcproj
3383         * gst/passthrough/passthrough.vcproj
3384         * gst/qtdemux/qtdemux.vcproj
3385         * gst/realmedia/rmdemux.vcproj
3386         * gst/rtjpeg/rtjpeg.vcproj
3387         * gst/rtp/rtp.vcproj
3388         * gst/silence/silence.vcproj
3389         * gst/sine/sinesrc.vcproj
3390         * gst/smooth/smooth.vcproj
3391         * gst/smpte/smpte.vcproj
3392         * gst/spectrum/spectrum.vcproj
3393         * gst/speed/speed.vcproj
3394         * gst/stereo/stereo.vcproj
3395         * gst/switch/switch.vcproj
3396         * gst/tags/tagedit.vcproj
3397         * gst/tcp/tcp.vcproj
3398         * gst/typefind/typefindfunctions.vcproj
3399         * gst/udp/udp.vcproj
3400         * gst/videobox/videobox.vcproj
3401         * gst/videocrop/videocrop.vcproj
3402         * gst/videodrop/videodrop.vcproj
3403         * gst/videofilter/gamma.vcproj
3404         * gst/videofilter/videobalance.vcproj
3405         * gst/videofilter/videofilter.vcproj
3406         * gst/videofilter/videoflip.vcproj
3407         * gst/videoflip/videoflip.vcproj
3408         * gst/videomixer/videomixer.vcproj
3409         * gst/videorate/videorate.vcproj
3410         * gst/videoscale/videoscale.vcproj
3411         * gst/videotestsrc/videotestsrc.vcproj
3412         * gst/virtualdub/virtualdub.vcproj
3413         * gst/volenv/volenv.vcproj
3414         * gst/volume/volume.vcproj
3415         * gst/wavenc/wavenc.vcproj
3416         * gst/wavparse/wavparse.vcproj
3417         * gst/y4m/y4menc.vcproj
3418           more plugins supported under windows
3419
3420 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3421
3422         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3423         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
3424         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
3425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3426         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
3427           Add debugging statements.  Use the sizes as returned by the
3428           *CreateImage calls.
3429
3430 2004-07-26  Johan Dahlin  <johan@gnome.org>
3431
3432         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
3433         the pad is negotiated.
3434
3435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
3436
3437 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3438
3439         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3440         * gst-libs/gst/idct/idct.vcproj:
3441         * gst-libs/gst/media-info/media-info.vcproj:
3442         * gst-libs/gst/mixer/mixer.vcproj:
3443         * gst-libs/gst/navigation/navigation.vcproj:
3444         * gst-libs/gst/play/play.vcproj:
3445         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3446         * gst-libs/gst/resample/resample.vcproj:
3447         * gst-libs/gst/tuner/tuner.vcproj:
3448         * gst-libs/gst/video/video.vcproj:
3449         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3450           more plugins supported under windows
3451
3452 2004-07-25 Iain <iain@prettypeople.org>
3453
3454         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
3455         pad now rather than when the pad is created because state changes wipe
3456         explicit caps (fixes #148043).
3457
3458 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
3459
3460         reviewed by Benjamin Otte  <otte@gnome.org>
3461
3462         * ext/mad/gstmad.c:
3463           fix mad plugin crashing on Sun (fixes #148289)
3464
3465 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3466
3467         * gst/avi/avi.def:
3468         * gst/avi/avi.vcproj:
3469         * gst/matroska/matroska.def:
3470         * gst/matroska/matroska.vcproj:
3471           remove unused .def files
3472
3473 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3474
3475         * gst-libs/gst/audio/gstaudiofilter.c:
3476           Clean the local include
3477
3478 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3479
3480         * win32/gst.sln:
3481         * gst-libs/gst/audio/audio.def:
3482         * gst-libs/gst/audio/audio.vcproj:
3483         * gst-libs/gst/audio/audiofilter.vcproj:
3484         * gst-libs/gst/audio/riff.def:
3485         * gst-libs/gst/audio/riff.vcproj:
3486         * gst-libs/gst/gst-libs.def:
3487         * gst-libs/gst/gst-libs.vcproj:
3488         * gst/avi/avi.vcproj:
3489         * gst/avi/avi.vcproj:
3490           Copy the files where needed after building, cleaner projects
3491
3492 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3493
3494         * gst/matroska/ebml-write.c:
3495           Fix some 64 bits constants to be glib friendly
3496
3497 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3498
3499         * win32/gst.sln:
3500         * gst-libs/gst/gst-libs.def:
3501         * gst-libs/gst/gst-libs.vcproj:
3502         * gst/matroska/matroska.def:
3503         * gst/matroska/matroska.vcproj:
3504           Add the preliminary canvas to build plugins on Win32
3505
3506 2004-07-23  Benjamin Otte  <otte@gnome.org>
3507
3508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3509           don't enfore negotiation from source side, it breaks 
3510           sinesrc ! audioconvert ! osssink
3511
3512 2004-07-22  David Schleef  <ds@schleef.org>
3513
3514         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
3515         for ELF files, since they can easily be recognized as audio/mpeg.
3516         (bug #147441)
3517
3518 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3519
3520         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3521         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
3522         (gst_videoscale_scale_nearest_24bit),
3523         (gst_videoscale_scale_nearest_16bit):
3524           fix 16bit and 24bit for stride (24bit might need testing)
3525           don't pretend we do more than one algorithm
3526
3527 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3528
3529         * configure.ac:
3530         * gst/Makefile.am:
3531         * gst/multifilesink/Makefile.am:
3532         * gst/multifilesink/gstmultifilesink.c:
3533         (gst_multifilesink_get_formats),
3534         (gst_multifilesink_get_query_types), (_do_init),
3535         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
3536         (gst_multifilesink_init), (gst_multifilesink_dispose),
3537         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
3538         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
3539         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
3540         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
3541         (gst_multifilesink_chain), (gst_multifilesink_change_state),
3542         (gst_multifilesink_uri_get_type),
3543         (gst_multifilesink_uri_get_protocols),
3544         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
3545         (gst_multifilesink_uri_handler_init), (plugin_init):
3546         * gst/multifilesink/gstmultifilesink.h:
3547         * testsuite/Makefile.am:
3548         * testsuite/multifilesink/Makefile.am:
3549         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
3550         (gst_newmedia_class_init), (gst_newmedia_init),
3551         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3552         (newfile_signal), (test_signal), (main):
3553         multifilesink plugin for creating new files every time a new media
3554         discontinuity event occurs
3555
3556 2004-07-22  Wim Taymans  <wim@fluendo.com>
3557
3558         * gst/alpha/Makefile.am:
3559         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
3560         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
3561         (gst_alpha_color_init), (gst_alpha_color_set_property),
3562         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
3563         (transform), (gst_alpha_color_chain),
3564         (gst_alpha_color_change_state), (plugin_init):
3565         Stupid plugin to to RGBA to AYUV conversion because none of
3566         the colorspace plugins can handle that yet.
3567
3568 2004-07-22  Wim Taymans  <wim@fluendo.com>
3569
3570         * examples/seeking/seek.c: (update_scale), (main):
3571         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3572         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3573         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3574         (gst_decode_bin_init), (gst_decode_bin_dispose),
3575         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3576         (no_more_pads), (close_link), (type_found),
3577         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3578         (plugin_init):
3579         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3580         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3581         (gst_play_base_bin_dispose), (queue_overrun),
3582         (gen_preroll_element), (remove_prerolls), (unknown_type),
3583         (no_more_pads), (new_stream), (setup_source),
3584         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3585         (play_base_eos), (gst_play_base_bin_change_state),
3586         (gst_play_base_bin_add_element),
3587         (gst_play_base_bin_remove_element),
3588         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3589         (gst_play_base_bin_unlink_stream),
3590         (gst_play_base_bin_get_streaminfo):
3591         * gst/playback/gstplaybin.c: (gen_video_element),
3592         (gen_audio_element):
3593         * gst/playback/gststreaminfo.h:
3594         More playback updates, attempt to fix things after the state change
3595         breakage.
3596
3597 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3598
3599         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3600         (gst_videoscale_scale_nearest_16bit):
3601           comment algorithm
3602
3603 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3604
3605         * gst/videotestsrc/gstvideotestsrc.c:
3606         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3607         (gst_videotestsrc_init), (gst_videotestsrc_get),
3608         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3609         (gst_videotestsrc_get_property):
3610         * gst/videotestsrc/gstvideotestsrc.h:
3611         * gst/videotestsrc/videotestsrc.c:
3612         * gst/videotestsrc/videotestsrc.h:
3613           cleanup and commenting
3614
3615 2004-07-21  Wim Taymans  <wim@fluendo.com>
3616
3617         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3618         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3619         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3620         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3621         (_find_chain_get_unknown_part), (_find_streams_check),
3622         (gst_ogg_demux_push), (gst_ogg_pad_push):
3623         * ext/theora/theoradec.c: (theora_get_formats),
3624         (theora_dec_src_convert), (theora_dec_sink_convert),
3625         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3626         (theora_dec_chain):
3627         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3628         (vorbis_dec_convert), (vorbis_dec_src_query),
3629         (vorbis_dec_src_event), (vorbis_dec_event):
3630         More seeking fixes, oggdemux now supports seeking to time and
3631         uses the downstream element to convert granulepos to time.
3632         Seeking in theora-only ogg files now works.
3633
3634 2004-07-21  Wim Taymans  <wim@fluendo.com>
3635
3636         * ext/theora/theoradec.c: (gst_theora_dec_init),
3637         (theora_get_formats), (theora_get_event_masks),
3638         (theora_get_query_types), (theora_dec_src_convert),
3639         (theora_dec_sink_convert), (theora_dec_src_query),
3640         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3641         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3642         (vorbis_get_event_masks), (vorbis_get_query_types),
3643         (gst_vorbis_dec_init), (vorbis_dec_convert),
3644         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3645         Added query/convert/formats functions to vorbis and theora decoders
3646         so that the outside world can use them too. Fixed seeking on an
3647         ogg/theora/vorbis file by disabling the seeking seeking on the 
3648         theora srcpad.
3649
3650 2004-07-21  Julien MOUTTE  <julien@moutte.net>
3651
3652         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3653         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3654         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3655         images creation for both elements. We don't create the image on caps
3656         nego or renego, we just destroy the internal one if present if it does
3657         not match the needs. The chain function takes care of creating a new
3658         image when needed.
3659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3660         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3661         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3662         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3663         the image format information. The buffer pool checks for the context
3664         image format and discard images with different formats.
3665         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3666
3667 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3668
3669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3670         (gst_ffmpegcolorspace_chain):
3671           no point in doing any chaining if the pad we want to push from
3672           isn't usable.
3673
3674 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3675
3676         * gst-libs/gst/riff/riff-media.c:
3677         (gst_riff_create_audio_caps_with_data):
3678           Fix double end-to-native symbol conversion (#148021).
3679
3680 2004-07-20  David Schleef  <ds@schleef.org>
3681
3682         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3683         Don't use an Atom that doesn't exist.
3684
3685 2004-07-20  Wim Taymans  <wim@fluendo.com>
3686
3687         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3688         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3689         (gst_multifdsink_client_remove),
3690         (gst_multifdsink_handle_client_write),
3691         (gst_multifdsink_queue_buffer):
3692         * gst/tcp/gstmultifdsink.h:
3693         More multifdsink stats. Avoid deadlock by releasing locks
3694         before sending out a signal.
3695
3696 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3697
3698         * po/LINGUAS:
3699         * po/hu.po:
3700           added Hungarian translation (Laszlo Dvornik)
3701
3702 2004-07-20  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3705         (gst_multifdsink_add), (gst_multifdsink_client_remove),
3706         (gst_multifdsink_handle_client_write),
3707         (gst_multifdsink_queue_buffer):
3708         * gst/tcp/gsttcp-marshal.list:
3709         Fixed the stupid marshal definition.
3710
3711 2004-07-20  Wim Taymans  <wim@fluendo.com>
3712
3713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3714         (gst_multifdsink_init), (gst_multifdsink_add),
3715         (gst_multifdsink_client_remove),
3716         (gst_multifdsink_handle_client_write),
3717         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3718         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3719         (gst_multifdsink_init_send):
3720         * gst/tcp/gstmultifdsink.h:
3721         Added more stats, added timeout for a client, fixed some typos
3722         and added some comments.
3723
3724 2004-07-20  Wim Taymans  <wim@fluendo.com>
3725
3726         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3727         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3728         (gst_multifdsink_client_remove),
3729         (gst_multifdsink_handle_client_write):
3730         * gst/tcp/gstmultifdsink.h:
3731         * gst/tcp/gsttcp-marshal.list:
3732         Added get_stats method that returns a GValueArray of
3733         stats values.
3734
3735 2004-07-19  Benjamin Otte  <otte@gnome.org>
3736
3737         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3738           make sure longname, description and author are valid UTF-8
3739
3740 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3741
3742         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3743         (gst_ximagesink_set_property):
3744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3745         (gst_xvimagesink_set_property):
3746           make sure SYNCHRONOUS is respected after getting the X context
3747
3748 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3749
3750         * gst/matroska/matroska-demux.c:
3751         (gst_matroska_demux_handle_src_event),
3752         (gst_matroska_demux_parse_blockgroup):
3753         * gst/matroska/matroska-ids.h:
3754           add BlockReference tag and ignore it to clear out log.
3755           ignore NAVIGATION events to clear out log.
3756
3757 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3758
3759         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3760         (gst_matroska_demux_add_stream):
3761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3762           add debug categories
3763
3764 2004-07-16  Wim Taymans  <wim@fluendo.com>
3765
3766         * ext/libpng/Makefile.am:
3767         * ext/libpng/gstpng.c: (plugin_init):
3768         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3769         (gst_pngdec_get_type), (gst_pngdec_base_init),
3770         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3771         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3772         * ext/libpng/gstpngdec.h:
3773         Added png decoder.
3774
3775 2004-07-16  Julien MOUTTE  <julien@moutte.net>
3776
3777         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3778         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3779         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3780         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3781         (gst_ximagesink_buffer_alloc):
3782         * sys/ximage/ximagesink.h:
3783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3784         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3785         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3786         (gst_xvimagesink_buffer_alloc):
3787         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3788         again. Using internal data pointer of the x(v)image to store image's
3789         data to be coherent with the buffer alloc mechanism. Investigated the
3790         image destruction code to be sure that everything gets freed correctly.
3791
3792 2004-07-16  Wim Taymans  <wim@fluendo.com>
3793
3794         * gst-libs/gst/riff/riff-read.c:
3795         (gst_riff_read_strf_vids_with_data),
3796         (gst_riff_read_strf_auds_with_data):
3797         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3798         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3799         Make sure we don't create 0 sized subbuffers in riff-read.
3800         Signal the no more pads signal after reading the avi header.
3801
3802 2004-07-16  Wim Taymans  <wim@fluendo.com>
3803
3804         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3805         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3806         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3807         (gst_decode_bin_init), (gst_decode_bin_dispose),
3808         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3809         (no_more_pads), (close_link), (type_found),
3810         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3811         (gst_decode_bin_change_state), (plugin_init):
3812         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3813         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3814         (gst_play_base_bin_dispose), (queue_overrun),
3815         (gen_preroll_element), (remove_prerolls), (unknown_type),
3816         (no_more_pads), (new_stream), (setup_source),
3817         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3818         (play_base_eos), (gst_play_base_bin_change_state),
3819         (gst_play_base_bin_add_element),
3820         (gst_play_base_bin_remove_element),
3821         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3822         (gst_play_base_bin_unlink_stream),
3823         (gst_play_base_bin_get_streaminfo):
3824         * gst/playback/gstplaybasebin.h:
3825         Better error recovery. Added configurable preroll queue size. Faster
3826         detection of no-more-pads.
3827
3828 2004-07-16  Wim Taymans  <wim@fluendo.com>
3829
3830         * gst-libs/gst/video/video.h:
3831         Added 32 bits RGBA. Not sure if we should use another mime-type
3832         for alpha rgb. Currently the presence of the alpha_mask property
3833         signals an alpha channel.
3834
3835 2004-07-16  Wim Taymans  <wim@fluendo.com>
3836
3837         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3839         FPS seems to be 0.0 to MAX everywhere else.
3840
3841 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3842
3843         * gst-libs/gst/riff/riff-media.c:
3844         (gst_riff_create_video_caps_with_data):
3845           mp42/mp43 (no caps) exist too.
3846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
3847           Set pixel_width/height; we've got them in-caps.
3848         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3849         * gst/wavparse/gstwavparse.c: (plugin_init):
3850           Both are valid primary.
3851         * sys/oss/gstossmixer.c:
3852           Remove i18n hack and enable translations.
3853
3854 2004-07-15  Benjamin Otte  <otte@gnome.org>
3855
3856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3857         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3858           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
3859
3860 2004-07-15  Benjamin Otte  <otte@gnome.org>
3861
3862         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3863         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
3864         (gst_alsa_close_audio):
3865           disable some of the debugging code for now. Writing debugging to a
3866           buffer is broken in current alsalib releases.
3867
3868 2004-07-12  Benjamin Otte  <otte@gnome.org>
3869
3870         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
3871           use bufferpools
3872
3873 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3874
3875         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3876         (theora_dec_src_query), (theora_dec_event):
3877         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3878           add debugging categories.  Remove \n's.
3879
3880 2004-07-13  Johan Dahlin  <johan@gnome.org>
3881
3882         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
3883         (gst_play_bin_get_property): Impl.
3884
3885 2004-07-13  Wim Taymans  <wim@fluendo.com>
3886
3887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
3888         When trying to find the stream length, seek back N pages
3889         instead of just one, where N is the number of streams in 
3890         the current chain.
3891
3892 2004-07-13  Wim Taymans  <wim@fluendo.com>
3893
3894         * gst-libs/gst/riff/riff-media.c:
3895         (gst_riff_create_audio_caps_with_data),
3896         (gst_riff_create_audio_caps),
3897         (gst_riff_create_audio_template_caps):
3898         * gst-libs/gst/riff/riff-media.h:
3899         * gst-libs/gst/riff/riff-read.c:
3900         (gst_riff_read_strf_vids_with_data),
3901         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
3902         * gst-libs/gst/riff/riff-read.h:
3903         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3904         (gst_avi_demux_add_stream):
3905         Set codec_data on caps for avidemuxer.
3906
3907 2004-07-12  David Schleef  <ds@schleef.org>
3908
3909         * configure.ac: Fix test for Objective C
3910
3911 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
3912         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
3913         (gst_gdk_pixbuf_chain):
3914           Add svg and pcx to template caps, and ensure that getcaps returns a
3915           subset of the template caps.
3916           Copy each row manually for output, as gdkpixbuf may pad the
3917           rowstride to a 32-bit word boundary.
3918
3919 2004-07-12  Wim Taymans  <wim@fluendo.com>
3920
3921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3922         (gst_riff_create_video_template_caps):
3923         Fix the template caps to include some more media types.
3924
3925 2004-07-12  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3928         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3929         (compare_ranks), (print_feature), (gst_decode_bin_init),
3930         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3931         (try_to_link_1), (new_pad), (close_link), (type_found),
3932         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3933         (gst_decode_bin_change_state), (plugin_init):
3934         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3935         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3936         (gst_play_base_bin_dispose), (queue_overrun),
3937         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3938         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3939         (gst_play_base_bin_get_property), (play_base_eos),
3940         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3941         (gst_play_base_bin_remove_element),
3942         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3943         (gst_play_base_bin_unlink_stream),
3944         (gst_play_base_bin_get_streaminfo):
3945         * gst/playback/gstplaybasebin.h:
3946         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3947         (gst_play_bin_class_init), (gst_play_bin_init),
3948         (gst_play_bin_dispose), (gst_play_bin_set_property),
3949         (gst_play_bin_get_property), (gen_video_element),
3950         (gen_audio_element), (remove_sinks), (setup_sinks),
3951         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3952         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3953         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3954         (gst_play_bin_query), (plugin_init):
3955         * gst/playback/test4.c: (main):
3956         More fixes on reusing of the element.
3957
3958 2004-07-11  Benjamin Otte  <otte@gnome.org>
3959
3960         * ext/mad/gstmad.c: (normal_seek):
3961           allow seeking for other methods than just SET
3962
3963 2004-07-11  Andy Wingo  <wingo@pobox.com>
3964
3965         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
3966         float, "any" caps -> buffer_frames=[0,MAX].
3967
3968         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
3969         doesn't intersect our caps with the template any more. Do it
3970         ourselves.
3971         (interleave_buffered_loop): Use g_newa instead of malloc/free.
3972
3973 2004-07-09  Wim Taymans  <wim@fluendo.com>
3974
3975         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3976         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3977         (compare_ranks), (print_feature), (gst_decode_bin_init),
3978         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3979         (try_to_link_1), (new_pad), (close_link), (type_found),
3980         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3981         (gst_decode_bin_change_state), (plugin_init):
3982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3983         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3984         (gst_play_base_bin_dispose), (queue_overrun),
3985         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3986         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3987         (gst_play_base_bin_get_property), (play_base_eos),
3988         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3989         (gst_play_base_bin_remove_element),
3990         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3991         (gst_play_base_bin_unlink_stream),
3992         (gst_play_base_bin_get_streaminfo):
3993         * gst/playback/gstplaybasebin.h:
3994         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3995         (gst_play_bin_class_init), (gst_play_bin_init),
3996         (gst_play_bin_dispose), (gst_play_bin_set_property),
3997         (gst_play_bin_get_property), (gen_video_element),
3998         (gen_audio_element), (remove_sinks), (setup_sinks),
3999         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
4000         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4001         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4002         (gst_play_bin_query), (plugin_init):
4003         * gst/playback/test4.c: (main):
4004         Work on object reuse and seeking.
4005
4006 2004-07-09  Wim Taymans  <wim@fluendo.com>
4007
4008         * examples/seeking/seek.c: (iterate):
4009         Don't consume all CPU in the idle loop.
4010
4011 2004-07-09  Wim Taymans  <wim@fluendo.com>
4012
4013         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
4014         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
4015         Add pad to element *after* setting the pad functions so that
4016         the scheduler can use the correct ones.
4017
4018 2004-07-09  Wim Taymans  <wim@fluendo.com>
4019
4020         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4021         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
4022         Sync to keyframe after seek
4023
4024 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4025
4026         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4028         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
4029         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
4030         * ext/libvisual/visual.c: (gst_visual_change_state):
4031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
4032         * ext/theora/theoradec.c: (theora_dec_change_state):
4033         * ext/theora/theoraenc.c: (theora_enc_change_state):
4034         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
4035         * gst-libs/gst/navigation/navigation.c:
4036         * gst/adder/gstadder.c: (gst_adder_change_state):
4037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4038         (gst_audio_convert_get_buffer):
4039         * gst/multipart/multipartdemux.c:
4040         (gst_multipart_demux_change_state):
4041         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
4042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4043         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
4044         * gst/videoscale/gstvideoscale.c:
4045         (gst_videoscale_handle_src_event):
4046         * gst/volume/gstvolume.c: (volume_chain_int16):
4047           don't assert in state change, this should be done by the base
4048           GstElement class.
4049           various debugging fixes.
4050
4051 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4052
4053         * configure.ac:
4054         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4055         (gst_play_dispose), (gst_play_set_location),
4056         (gst_play_set_data_src), (gst_play_set_video_sink),
4057         (gst_play_set_audio_sink), (gst_play_set_visualization),
4058         (gst_play_connect_visualization), (gst_play_get_sink_element),
4059         (gst_play_get_all_by_interface):
4060         * gst-libs/gst/play/play.h:
4061           add new method to get elements implementing an interface.
4062           add various error logging
4063
4064 2004-07-08  Wim Taymans  <wim@fluendo.com>
4065
4066         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
4067         (make_mpeg_pipeline), (make_mpegnt_pipeline),
4068         (make_playerbin_pipeline), (query_durations_elems),
4069         (query_durations_pads), (query_positions_elems),
4070         (query_positions_pads), (update_scale), (iterate), (stop_seek),
4071         (main):
4072         Added playbin seeking example.
4073
4074 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4075
4076         * gst-libs/gst/play/play.c: (gst_play_set_location),
4077         (gst_play_set_data_src), (gst_play_set_video_sink),
4078         (gst_play_set_audio_sink), (gst_play_set_visualization),
4079         (gst_play_connect_visualization), (gst_play_get_framerate):
4080           use a macro to look up elements from hash table
4081
4082 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4083
4084         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4085         (gst_play_get_length_callback), (gst_play_set_location),
4086         (gst_play_seek_to_time), (gst_play_set_data_src),
4087         (gst_play_set_video_sink), (gst_play_set_audio_sink),
4088         (gst_play_set_visualization), (gst_play_connect_visualization),
4089         (gst_play_get_sink_element):
4090         - add debugging info
4091         - fix looking up sink elements by iterating over complete caps
4092         - put everything except for source and autoplugger in a complete bin
4093
4094 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4095
4096         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
4097         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
4098         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
4099         (gst_alsa_sink_write), (gst_alsa_sink_loop):
4100         * ext/alsa/gstalsasink.h:
4101         - add debugging info
4102         - clean up schizophrenia of data/buffer/event
4103         - fix double event unref error
4104
4105 2004-07-08  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst/playback/Makefile.am:
4108         Add headers to noinst
4109
4110 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4111
4112         * tools/gst-launch-ext-m.m:
4113         * tools/gst-launch-ext.1.in:
4114           convert to the third millenium
4115
4116 2004-07-07  David Schleef  <ds@schleef.org>
4117
4118         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
4119
4120 2004-07-07  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/playback/Makefile.am:
4123         * gst/playback/README:
4124         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4125         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4126         (compare_ranks), (print_feature), (gst_decode_bin_init),
4127         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
4128         (try_to_link_1), (new_pad), (close_link), (type_found),
4129         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
4130         (plugin_init):
4131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4132         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
4133         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
4134         (gen_preroll_element), (no_more_pads), (new_stream),
4135         (setup_source), (gst_play_base_bin_set_property),
4136         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
4137         (gst_play_base_bin_add_element),
4138         (gst_play_base_bin_remove_element),
4139         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
4140         (gst_play_base_bin_unlink_stream),
4141         (gst_play_base_bin_get_streaminfo):
4142         * gst/playback/gstplaybasebin.h:
4143         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4144         (gst_play_bin_class_init), (gst_play_bin_init),
4145         (gst_play_bin_dispose), (gst_play_bin_set_property),
4146         (gst_play_bin_get_property), (gen_video_element),
4147         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
4148         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
4149         (gst_play_bin_get_formats), (gst_play_bin_convert),
4150         (gst_play_bin_get_query_types), (gst_play_bin_query),
4151         (plugin_init):
4152         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
4153         (gst_stream_info_get_type), (gst_stream_info_class_init),
4154         (gst_stream_info_init), (gst_stream_info_new),
4155         (gst_stream_info_dispose), (gst_stream_info_set_property),
4156         (gst_stream_info_get_property):
4157         * gst/playback/gststreaminfo.h:
4158         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4159         (main):
4160         * gst/playback/test2.c: (main):
4161         * gst/playback/test3.c: (update_scale), (main):
4162         More playbin fixes. Added README. Do better element filtering.
4163         Added base class to preroll media. Added test apps.
4164
4165 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4166
4167         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
4168         * ext/mpeg2dec/gstmpeg2dec.h:
4169           various debugging improvements.  Reset stream to next picture
4170           instead of sequence header, otherwise seeks cannot work.
4171
4172 2004-07-07  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
4175         (gst_video_box_class_init), (gst_video_box_set_property),
4176         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
4177         Use pad_alloc where possible.
4178
4179 2004-07-07  Wim Taymans  <wim@fluendo.com>
4180
4181         * sys/oss/gstosselement.c: (gst_osselement_reset),
4182         (gst_osselement_parse_caps):
4183         * sys/oss/gstosselement.h:
4184         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4185         Fix offset on osssrc.
4186
4187 2004-07-07  Wim Taymans  <wim@fluendo.com>
4188
4189         * ext/theora/theora.c: (plugin_init):
4190         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
4191         (theora_dec_src_query), (theora_dec_chain):
4192         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4193         (theora_enc_sink_link), (theora_buffer_from_packet),
4194         (theora_push_packet), (theora_enc_chain):
4195         Fix theora granulepos calculation.
4196         Fix overflow in duration/position calculation.
4197         Bump rank to PRIMARY for theoradec.
4198         Use granulepos of last packet to calculate position.
4199         Set keyframe flag on buffers when needed.
4200
4201 2004-07-06  David Schleef  <ds@schleef.org>
4202
4203         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
4204         serious?  (Fixed, obviously.)
4205
4206 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
4207
4208         * po/LINGUAS:
4209         * po/cs.po:
4210           added Czech translation (Miloslav Trmac)
4211
4212 2004-07-05  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4215         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4216         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4217         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4218         (close_link), (type_found), (gst_decode_bin_set_property),
4219         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
4220         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
4221         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
4222         (gst_decode_bin_query), (plugin_init):
4223         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4224         (gst_play_bin_class_init), (gst_play_bin_init),
4225         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
4226         (get_video_element), (new_pad), (setup_source),
4227         (gst_play_bin_set_property), (gst_play_bin_get_property),
4228         (gst_play_bin_change_state), (gst_play_bin_add_element),
4229         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4230         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4231         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4232         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4233         * gst/playback/test.c: (main):
4234         More fixes, cleaned up playbin, make it use decodebin. Added
4235         threaded property to playbin.
4236
4237 2004-07-05  Wim Taymans  <wim@fluendo.com>
4238
4239         * configure.ac:
4240         * gst/playback/Makefile.am:
4241         * gst/playback/decodetest.c: (main):
4242         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
4243         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
4244         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
4245         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
4246         (close_link), (type_found), (gst_decode_bin_set_property),
4247         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
4248         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
4249         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
4250         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
4251         (plugin_init):
4252         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
4253         (gst_play_bin_class_init), (gst_play_bin_init),
4254         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
4255         (collect_sink_pads), (find_compatibles), (close_pad_link),
4256         (try_to_link_1), (new_pad), (close_link), (type_found),
4257         (setup_source), (gst_play_bin_set_property),
4258         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
4259         (compare_ranks), (gst_play_bin_collect_factories),
4260         (gst_play_bin_change_state), (gst_play_bin_add_element),
4261         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
4262         (gst_play_bin_send_event), (gst_play_bin_get_formats),
4263         (gst_play_bin_convert), (gst_play_bin_get_query_types),
4264         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
4265         * gst/playback/test.c: (main):
4266         Added some playback helper elements and some test apps, very alpha
4267         still.
4268
4269 2004-07-04  Benjamin Otte  <otte@gnome.org>
4270
4271         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4272           only restart audio when we indeed have an xrun to fix repeated
4273           xruns. Fix suggested by Giuliano Pochini.
4274
4275 2004-07-03  David Schleef  <ds@schleef.org>
4276
4277         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
4278         call to gst_debug_log() if debugging is disabled (bug #145118)
4279
4280 2004-07-03  Benjamin Otte  <otte@gnome.org>
4281
4282         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
4283           use our own functions for restarting the alsa device.
4284         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4285           I should apply patches myself - use MIN for the third argument, not
4286           the second, this fixes seeking
4287
4288 2004-07-02  David Schleef  <ds@schleef.org>
4289
4290         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
4291         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
4292         do with the logic.
4293
4294 2004-07-02  David Schleef  <ds@schleef.org>
4295
4296         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
4297         output buffers.  Fix logic mistake.  (bug #144866)
4298
4299 2004-07-02  David Schleef  <ds@schleef.org>
4300
4301         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
4302         on X.  (bug #144753)
4303
4304 2004-07-02  David Schleef  <ds@schleef.org>
4305
4306         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
4307         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
4308         (bug #144624)
4309         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
4310         (gst_osselement_rate_probe_check): Add another workaround for
4311         buggy drivers (bug #145336)
4312
4313 2004-07-02  David Schleef  <ds@schleef.org>
4314
4315         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
4316         Most systems don't have MSG_NOSIGNAL.
4317
4318 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4319
4320         * Makefile.am:
4321         * gst-libs/gst/colorbalance/Makefile.am:
4322         * gst-libs/gst/mixer/Makefile.am:
4323         * gst-libs/gst/play/Makefile.am:
4324         * gst-libs/gst/tuner/Makefile.am:
4325           (hopefully) fix both install and dist and make error message useful.
4326           needs testing across automakes.
4327
4328 2004-07-02  Benjamin Otte  <otte@gnome.org>
4329
4330         * ext/ogg/gstogg.c: (plugin_init):
4331           we require bytestream now
4332         * ext/ogg/gstoggdemux.c: 
4333           huge diff to implement chain setup in a fast and generic way. This
4334           improves tag reading and startup of huge files (read: Theora videos)
4335           quite a bit. It probably contains bugs, too, so please test.
4336           Seeking is not improved to the fast method.
4337
4338 2004-06-29  Wim Taymans  <wim@fluendo.com>
4339
4340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
4341         * ext/ogg/gstoggmux.c:
4342         Fix memleak in oggdemux when running unconnected pads.
4343         doc update in mux, start working on keyframe mode.
4344
4345 2004-06-29  Benjamin Otte  <otte@gnome.org>
4346
4347         * sys/oss/gstosssink.c:
4348         * sys/oss/gstosssrc.c:
4349           advertise correct template caps - we indeed do non-native endianness
4350           and 8bit audio has no endianness
4351         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
4352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
4353           avoid (wrong) duplications in getcaps function and return
4354           template caps
4355
4356 2004-06-29  Wim Taymans  <wim@fluendo.com>
4357
4358         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4359         (gst_multifdsink_class_init), (gst_multifdsink_add),
4360         (gst_multifdsink_remove), (gst_multifdsink_clear),
4361         (gst_multifdsink_client_remove),
4362         (gst_multifdsink_handle_client_read),
4363         (gst_multifdsink_client_queue_data),
4364         (gst_multifdsink_client_queue_caps),
4365         (gst_multifdsink_client_queue_buffer),
4366         (gst_multifdsink_handle_client_write),
4367         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4368         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4369         (gst_multifdsink_init_send), (gst_multifdsink_close):
4370         Fix wrong GList iteration that could crash the server when
4371         more then 2 clients disconnect at the same time. Read all the
4372         pending commands in one batch to recover from command storms under
4373         very heavy load.
4374
4375 2004-06-28  Wim Taymans  <wim@fluendo.com>
4376
4377         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4378         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4379         (gst_videomixer_pad_set_property),
4380         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4381         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4382         (gst_videomixer_class_init), (gst_videomixer_init),
4383         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
4384         (pad_zorder_compare), (gst_videomixer_sort_pads),
4385         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4386         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
4387         (gst_videomixer_update_queues), (gst_videomixer_loop),
4388         (plugin_init):
4389         Avoid divide by zero, choose masterpad as the pad with the highest
4390         framerate.
4391
4392 2004-06-27  Julien Moutte  <julien@moutte.net>
4393
4394         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4395         (gst_ximagesink_xwindow_new):
4396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4397         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
4398         function directly. We might want to call it from somewhere else one day.
4399
4400 2004-06-27  Julien Moutte  <julien@moutte.net>
4401
4402         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4403         (gst_ximagesink_xwindow_new):
4404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4405         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
4406         window decorations.
4407
4408 2004-06-27  Wim Taymans  <wim@fluendo.com>
4409
4410         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
4411         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4412         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
4413         (gst_dvdec_set_property), (gst_dvdec_get_property):
4414         * ext/dv/gstdvdec.h:
4415         Implement drop_factor property to lower the framerate with
4416         a factor.
4417
4418 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4419
4420         * gst-libs/gst/colorbalance/Makefile.am:
4421         * gst-libs/gst/mixer/Makefile.am:
4422         * gst-libs/gst/play/Makefile.am:
4423         * gst-libs/gst/tuner/Makefile.am:
4424           unbreak Company's fix that didn't install the -enum.h files
4425
4426 2004-06-27  Wim Taymans  <wim@fluendo.com>
4427
4428         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
4429         (gst_dvdec_change_state):
4430         * ext/dv/gstdvdec.h:
4431         Fix timestamp, duration and offset of the buffers.
4432
4433 2004-06-27  Wim Taymans  <wim@fluendo.com>
4434
4435         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4436         (gst_multifdsink_class_init), (gst_multifdsink_add),
4437         (gst_multifdsink_remove), (gst_multifdsink_clear),
4438         (gst_multifdsink_client_remove),
4439         (gst_multifdsink_handle_client_read),
4440         (gst_multifdsink_client_queue_data),
4441         (gst_multifdsink_client_queue_caps),
4442         (gst_multifdsink_client_queue_buffer),
4443         (gst_multifdsink_handle_client_write),
4444         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4445         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4446         (gst_multifdsink_init_send), (gst_multifdsink_close):
4447         * gst/tcp/gstmultifdsink.h:
4448         * gst/tcp/gsttcpserversink.c:
4449         (gst_tcpserversink_handle_server_read),
4450         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
4451         More multifdsink fixes, more recovery policy fixes.
4452         Removed stupid g_print
4453
4454 2004-06-26  Wim Taymans  <wim@fluendo.com>
4455
4456         * gst/tcp/Makefile.am:
4457         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4458         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
4459         (gst_multifdsink_class_init), (gst_multifdsink_init),
4460         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
4461         (gst_multifdsink_handle_client_read),
4462         (gst_multifdsink_client_queue_data),
4463         (gst_multifdsink_client_queue_caps),
4464         (gst_multifdsink_client_queue_buffer),
4465         (gst_multifdsink_handle_client_write),
4466         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4467         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4468         (gst_multifdsink_chain), (gst_multifdsink_set_property),
4469         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
4470         (gst_multifdsink_close), (gst_multifdsink_change_state):
4471         * gst/tcp/gstmultifdsink.h:
4472         * gst/tcp/gsttcpplugin.c: (plugin_init):
4473         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
4474         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
4475         (gst_tcpserversink_handle_server_read),
4476         (gst_tcpserversink_handle_select),
4477         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
4478         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4479         * gst/tcp/gsttcpserversink.h:
4480         Added multifdsink, made tcpserversink a subclass of fdsink, removed
4481         one of the locks, added recovery policy to multifdsink.
4482
4483 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4484
4485         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4486           fix decision for when getting frames with same timestamp
4487         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4488         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4489         (gst_v4lsrc_get_property):
4490         * sys/v4l/gstv4lsrc.h:
4491           add latency offset property 
4492
4493 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4494
4495         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
4496         (plugin_init):
4497           fix debugging. add category.
4498
4499 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4500
4501         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4502           fix wrong offsets
4503
4504 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4505
4506         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4507         (gst_alsa_src_get_time), (gst_alsa_src_loop),
4508         (gst_alsa_src_change_state):
4509           return a time that is in sync with the element's processing
4510
4511 2004-06-25  Wim Taymans  <wim@fluendo.com>
4512
4513         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4514         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4515         (gst_tcpserversink_client_remove),
4516         (gst_tcpserversink_handle_client_read),
4517         (gst_tcpserversink_client_queue_data),
4518         (gst_tcpserversink_client_queue_caps),
4519         (gst_tcpserversink_client_queue_buffer),
4520         (gst_tcpserversink_handle_client_write),
4521         (gst_tcpserversink_queue_buffer),
4522         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
4523         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
4524         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
4525         (gst_tcpserversink_close):
4526         * gst/tcp/gsttcpserversink.h:
4527         Serversink rewrite. Really do non blocking writes to clients and
4528         maintain an internal queue to handle slower clients while not
4529         disturbing fast clients.
4530
4531 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4532
4533         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4534           better debug, don't override OFFSET and OFFSET_END
4535
4536 2004-06-25  Iain <iain@prettypeople.org>
4537
4538         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
4539         name=source for the wavparse pipeline.
4540
4541 2004-06-24  Johan Dahlin  <johan@gnome.org>
4542
4543         * ext/theora/theoraenc.c (theora_enc_chain): Call
4544         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
4545         streamheader caps are set correctly.
4546
4547 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4548
4549         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4550         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
4551           respect minimum bitrate; same could be done for max bitrate
4552
4553 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4554
4555         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4556         (gst_vorbisenc_setup):
4557           fix sample rate range
4558
4559 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4560
4561         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
4562         (gst_oggvorbisenc_setup):
4563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4564         (gst_vorbisenc_setup):
4565           resolve ambiguities in code and description
4566
4567 2004-06-24  Wim Taymans  <wim@fluendo.com>
4568
4569         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
4570         * ext/alsa/gstalsa.h:
4571         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4572         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
4573         Use alsa trigger_tstamp to get the timestamp of the first
4574         sample in the buffer for more precise sync. Some cleanups.
4575
4576 2004-06-24  Wim Taymans  <wim@fluendo.com>
4577
4578         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
4579         (gst_audiorate_init), (gst_audiorate_chain),
4580         (gst_audiorate_set_property), (gst_audiorate_get_property):
4581         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4582         (gst_videorate_chain):
4583         Added some logging, fixed an overflow bug in videorate.
4584
4585 2004-06-24  Benjamin Otte  <otte@gnome.org>
4586
4587         * ext/kio/Makefile.am:
4588           fix for builddir != srcdir and distcheck
4589
4590 2004-06-24  Benjamin Otte  <otte@gnome.org>
4591
4592         * gst-libs/gst/colorbalance/Makefile.am:
4593         * gst-libs/gst/mixer/Makefile.am:
4594         * gst-libs/gst/play/Makefile.am:
4595         * gst-libs/gst/tuner/Makefile.am:
4596         * gst/tcp/Makefile.am:
4597         * sys/dxr3/Makefile.am:
4598           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4599           tarball.
4600           Also add all *.list files that were missing.
4601         * Makefile.am:
4602           add a distcheck hook to ensure the above doesn't happen again.
4603
4604 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
4605
4606         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4607
4608 2004-06-23  Colin Walters  <walters@redhat.com>
4609
4610         * m4/Makefile.am: Distribute gst-fionread.m4.
4611
4612 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4613
4614         * configure.ac: back to dev
4615
4616 2004-06-23  Wim Taymans  <wim@fluendo.com>
4617
4618         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4619         (gst_alsa_xrun_recovery):
4620         * ext/alsa/gstalsa.h:
4621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4622         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4623         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4624         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4625         (gst_alsa_src_loop):
4626         Add clock to alsasrc. Take new capture timestamp when
4627         restarting after an overrun. Split up some functions between
4628         alsasrc and alsasink.
4629
4630 === release 0.8.2 ===
4631
4632 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4633
4634         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4635         (gst_alsa_change_state), (gst_alsa_update_avail),
4636         (gst_alsa_xrun_recovery):
4637         * ext/alsa/gstalsa.h:
4638         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4639           merge back changes from release
4640
4641 2004-06-23  Wim Taymans  <wim@fluendo.com>
4642
4643         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4644         (gst_audiorate_init), (gst_audiorate_chain),
4645         (gst_audiorate_set_property), (gst_audiorate_get_property):
4646         Implement sample dropping and notify
4647
4648 2004-06-22  Wim Taymans  <wim@fluendo.com>
4649
4650         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4651         (theora_enc_sink_link), (theora_buffer_from_packet),
4652         (theora_push_packet), (theora_enc_chain):
4653         Some cleanups, make sure the timestamps are correct.
4654
4655 2004-06-22  Wim Taymans  <wim@fluendo.com>
4656
4657         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4658         (gst_alsa_change_state), (gst_alsa_update_avail),
4659         (gst_alsa_xrun_recovery):
4660         * ext/alsa/gstalsa.h:
4661         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4662         Cleanups, take queued samples into account when reporting
4663         the time.
4664
4665 2004-06-22  Wim Taymans  <wim@fluendo.com>
4666
4667         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4668         (gst_videorate_init):
4669         Initialize the property as well.
4670
4671 2004-06-22  Wim Taymans  <wim@fluendo.com>
4672
4673         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4674         (gst_videorate_init), (gst_videorate_chain),
4675         (gst_videorate_set_property), (gst_videorate_get_property):
4676         Add property to make videorate silent.
4677         Add property to prefer new frames over old ones.
4678
4679 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4680
4681         * sys/osxvideo/Makefile.am:
4682         Workaround so that the osxvideo .so file gets linked with the
4683         Cocoa, OpenGL and QuickTime frameworks
4684
4685 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4686
4687         * sys/osxaudio/Makefile.am:
4688         Workaround so that the osxaudio .so file gets linked with the
4689         CoreAudio framework
4690  
4691 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4692
4693         * configure.ac:
4694         Whoops, my fault...fixed build issues
4695
4696 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4697
4698         * configure.ac:
4699         Add objective-c support if running in Darwin/Mac OS X
4700         * sys/Makefile.am:
4701         * sys/osxvideo:
4702         * sys/osxvideo/Makefile.am:
4703         * sys/osxvideo/osxvideosink.h:
4704         * sys/osxvideo/osxvideosink.m:
4705         * sys/osxvideo/cocoawindow.h:
4706         * sys/osxvideo/cocoawindow.m:
4707         Add osxvideosink, a cocoa-based osx video sink
4708         
4709
4710 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4711         * ext/dvdnav/gst-dvd:
4712         Grab the gconf key from the right spot
4713         * gst/debug/gstnavseek.c: (gst_navseek_init),
4714         (gst_navseek_segseek), (gst_navseek_handle_src_event),
4715         (gst_navseek_chain):
4716         * gst/debug/gstnavseek.h:
4717           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4718           and loop parameters of a segment seek.
4719         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4720         (gst_videotestsrc_get_event_masks),
4721         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4722         * gst/videotestsrc/gstvideotestsrc.h:
4723           Add seeking support to videotestsrc
4724           Initialise the timestamp_offset variable.
4725
4726 2004-06-18  Wim Taymans  <wim@fluendo.com>
4727
4728         * ext/sidplay/gstsiddec.cc:
4729         Fix negotiation and set correct end offset.
4730
4731 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4732
4733         * configure.ac: branch and prerelease
4734
4735 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4736
4737         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4738         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4739         (gst_tcpclientsrc_init_receive):
4740         * gst/tcp/gsttcpclientsrc.h:
4741           read caps when connecting to server for GDP so we set them correctly
4742
4743 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4744
4745         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4746           notify drops and duplicates
4747         * gst/videoscale/videoscale.c: (videoscale_get_structure):
4748           no good reason to limit ourselves to 100x100
4749
4750 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4751
4752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4753         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4754         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4755         (gst_v4lsrc_get_property):
4756         * sys/v4l/gstv4lsrc.h:
4757         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4758         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4759         (gst_v4l_set_audio):
4760         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4761         (gst_v4lsrc_try_capture):
4762         * sys/v4l/v4lsrc_calls.h:
4763           change try_palette to more general try_capture
4764           add autoprobe option so we can turn off autoprobing
4765           various fixes
4766
4767 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4768
4769         * configure.ac:
4770           add videorate
4771         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4772         (gst_ximagesink_class_init):
4773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4774         (gst_xvimagesink_class_init):
4775           run them as finalize, not dispose, since dispose can be invoked
4776           multiple times
4777
4778 2004-06-17  Wim Taymans  <wim@fluendo.com>
4779
4780         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4781         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4782         * ext/alsa/gstalsa.h:
4783         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4784         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4785         (gst_alsa_src_change_state):
4786         * ext/alsa/gstalsasrc.h:
4787         Make the xrun code timestamp and offset the buffers correctly.
4788         moved the clock to the base class, use alsa methods to get time.
4789         Do correct timestamping on outgoing buffers.
4790
4791 2004-06-17  Wim Taymans  <wim@fluendo.com>
4792
4793         * gst/audiorate/Makefile.am:
4794         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4795         (gst_audiorate_base_init), (gst_audiorate_class_init),
4796         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4797         (gst_audiorate_set_property), (gst_audiorate_get_property),
4798         (gst_audiorate_change_state), (plugin_init):
4799         Added an audiorate converter that fills in gaps.
4800
4801 2004-06-17  Johan Dahlin  <johan@gnome.org>
4802
4803         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
4804
4805 2004-06-16  Wim Taymans  <wim@fluendo.com>
4806
4807         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
4808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4809         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4810         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4811         (gst_v4lsrc_get_property):
4812         * sys/v4l/gstv4lsrc.h:
4813         Added a copy mode to v4lsrc where it will output a copied version
4814         of its internal hardware buffer.
4815         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
4816         can't | them.
4817
4818 2004-06-16  Wim Taymans  <wim@fluendo.com>
4819
4820         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4821         Timestamp fixes.
4822
4823 2004-06-16  Wim Taymans  <wim@fluendo.com>
4824
4825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4826         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4827         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4828         (gst_v4lsrc_get_property):
4829         * sys/v4l/gstv4lsrc.h:
4830         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4831         Added a sync mode enum property to control v4lsrc timestamp method
4832         Removed the use-fixed-fps property and moved functionality in
4833         the enum. 
4834         Don't error on an error value from v4l-conf, it might not always
4835         be a real error.
4836
4837 2004-06-16  Wim Taymans  <wim@fluendo.com>
4838
4839         * gst/videorate/Makefile.am:
4840         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
4841         (gst_videorate_base_init), (gst_videorate_class_init),
4842         (gst_videorate_getcaps), (gst_videorate_link),
4843         (gst_videorate_init), (gst_videorate_chain),
4844         (gst_videorate_set_property), (gst_videorate_get_property),
4845         (gst_videorate_change_state), (plugin_init):
4846         Added a video timestamp corrector.
4847
4848 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4849
4850         fixed a potential leak with previous commit
4851         
4852         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4853
4854 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4855
4856         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4857         Added missing refcount, fixes bug #144425
4858         Cheers Tim for finding the bug
4859
4860 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4861
4862         * sys/v4l/gstv4l.c: (plugin_init):
4863         * sys/v4l/gstv4lcolorbalance.c:
4864         * sys/v4l/gstv4lcolorbalance.h:
4865         * sys/v4l/gstv4lelement.c:
4866         * sys/v4l/gstv4lelement.h:
4867         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4868         * sys/v4l/gstv4lmjpegsink.h:
4869         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4870         * sys/v4l/gstv4lmjpegsrc.h:
4871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4872         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4873         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4874         * sys/v4l/gstv4lsrc.h:
4875         * sys/v4l/gstv4ltuner.c:
4876         * sys/v4l/gstv4ltuner.h:
4877         * sys/v4l/gstv4lxoverlay.c:
4878         * sys/v4l/gstv4lxoverlay.h:
4879         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
4880         (gst_v4l_set_window), (gst_v4l_enable_overlay):
4881         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4882         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4883         (gst_v4l_set_audio):
4884         * sys/v4l/v4l_calls.h:
4885         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4886         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
4887         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
4888         (gst_v4lmjpegsink_playback_init),
4889         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
4890         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
4891         (gst_v4lmjpegsink_playback_stop),
4892         (gst_v4lmjpegsink_playback_deinit):
4893         * sys/v4l/v4lmjpegsink_calls.h:
4894         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
4895         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
4896         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
4897         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
4898         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
4899         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
4900         * sys/v4l/v4lmjpegsrc_calls.h:
4901         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4902         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
4903         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
4904         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
4905         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
4906         (gst_v4lsrc_try_palette):
4907         * sys/v4l/v4lsrc_calls.h:
4908           bunch of paranoia cleanups
4909
4910 2004-06-14  David Schleef  <ds@schleef.org>
4911
4912         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
4913         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
4914         Send discont events and change timestamps appropriately when
4915         we get a seek event.  (bug #144240)
4916         * ext/cdparanoia/gstcdparanoia.h:
4917
4918 2004-06-14  Benjamin Otte  <otte@gnome.org>
4919
4920         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
4921           snd_pcm_hw_params_set_rate  since the latter fails for no good 
4922           reason on some setups.
4923
4924 2004-06-14  David Schleef  <ds@schleef.org>
4925
4926         * gst/volume/demo.c: (value_changed_callback): exp10() is not
4927         standard.  Thank you for playing.
4928
4929 2004-06-14  Wim Taymans  <wim@fluendo.com>
4930
4931         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4932         Patch 1.3 broke the ordering of the colorspace info and
4933         made the plugin basically work by coincidence, reordered
4934         the info.
4935
4936 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4937
4938         * ext/lame/gstlame.c:
4939         * ext/mad/gstmad.c:
4940           sync caps.  Make sure mad can only output a list of rates, not
4941           a full range.  In the future, have three caps lists for each of the
4942           mpeg versions.  Change mpegversion to a double as well.
4943
4944 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4945
4946         * gst/volume/.cvsignore:
4947         * gst/volume/Makefile.am:
4948         * gst/volume/demo.c: (value_changed_callback), (idler),
4949         (setup_gui), (main):
4950           added small demo app
4951
4952 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
4953         * ext/esd/esdsink.c: (gst_esdsink_change_state):
4954         * ext/esd/esdsink.h:
4955         Close the esd connection on pause, because esd will just wait -  
4956         blocking all other esd clients indefinitely.
4957
4958 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
4959
4960         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
4961           previous commit with GST_DEBUG
4962
4963 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4964
4965         * configure.ac:
4966           add a header check for a dvdread header in dvdnav.  Fixes #133002
4967
4968 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4969
4970         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
4971         * gst/tcp/gsttcpclientsink.h:
4972         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
4973         * gst/tcp/gsttcpclientsrc.h:
4974         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
4975         (gst_tcpserversink_handle_server_read),
4976         (gst_tcpserversink_init_send):
4977         * gst/tcp/gsttcpserversink.h:
4978         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4979         * gst/tcp/gsttcpserversrc.h:
4980         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
4981         version of IP)
4982
4983 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4984
4985         * configure.ac:
4986         Added ogg library so that OSX detects libtheora properly
4987         
4988 2004-06-11  Wim Taymans  <wim@fluendo.com>
4989
4990         * ext/theora/theoradec.c: (theora_dec_chain),
4991         (theora_dec_change_state):
4992         Don't try to decode frames before we received a keyframe.
4993
4994 2004-06-11  Wim Taymans  <wim@fluendo.com>
4995
4996         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4997         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4998         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4999         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5000         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5001         Added property to set the maximum delay of a page.
5002
5003 2004-06-10  Wim Taymans  <wim@fluendo.com>
5004
5005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5006         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
5007         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5008         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
5009         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
5010         Added max-delay property to control the maximum amount
5011         of data to put in one page.
5012
5013 2004-06-10  Wim Taymans  <wim@fluendo.com>
5014
5015         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5016         (gst_theora_enc_init), (theora_enc_sink_link),
5017         (theora_buffer_from_packet), (theora_enc_set_property),
5018         (theora_enc_get_property):
5019         Set duration on encoded buffer, added some more properties
5020
5021 2004-06-10  Wim Taymans  <wim@fluendo.com>
5022
5023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
5024         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5025         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
5026         * ext/theora/theoraenc.c: (theora_enc_chain):
5027         Fix refcounting bugs
5028
5029 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5030
5031         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
5032         (gst_asf_demux_loop), (gst_asf_demux_process_file),
5033         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
5034         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
5035         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
5036         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
5037         (gst_asf_demux_change_state):
5038         * gst/asfdemux/gstasfdemux.h:
5039           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
5040           feels like. I think we should set a new requirement for demuxers
5041           from now on to implement sane loop functions, data loops, query
5042           and seek functions before first commit into CVS. And this commit
5043           fixes all of the above.
5044
5045 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
5046
5047         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
5048           vorbis comments are properly encoded in UTF-8 before adding them
5049           to a GstTagList
5050
5051 2004-06-09  Benjamin Otte  <otte@gnome.org>
5052
5053         * ext/alsa/gstalsa.c: (add_channels):
5054           handle min <= max correctly
5055         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
5056         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
5057           add fixation functions so we fixate correctly. No preferring of alaw
5058           anymore because it's the first structure.
5059         * ext/alsa/gstalsa.h:
5060         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
5061         (gst_alsa_hw_params_dump):
5062           add functions to ease debugging in alsalib
5063         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
5064         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
5065         (gst_alsa_start_audio):
5066           only specify hw params if we really setup a format (fixes #134007 -
5067           or at least works around it)
5068
5069 2004-06-09  Wim Taymans  <wim@fluendo.com>
5070
5071         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5072         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5073         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
5074         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
5075         (gst_ogg_mux_loop):
5076         Use stream caps to setup the initial pages in the ogg stream.
5077         Correctly set the streamheader caps on the srcpad.
5078
5079 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5080
5081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
5082         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
5083         (gst_v4lsrc_getcaps):
5084         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
5085         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
5086           add querying of fps lists for webcams.  Negotiating to a framerate
5087           now works.
5088
5089 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5090
5091         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5092         (theora_push_buffer), (theora_push_packet),
5093         (theora_set_header_on_caps), (theora_enc_chain):
5094           mark buffers and put on streamheader, raw theora streaming
5095           now works too, whee
5096
5097 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5098
5099         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5100         (gst_tcp_gdp_read_caps):
5101           do a looping read for caps and GDP headers too
5102
5103 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5104
5105         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5106         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
5107           return EOS instead of NULL in _get
5108
5109 2004-06-08  Wim Taymans  <wim@fluendo.com>
5110
5111         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
5112         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
5113         (gst_tcp_gdp_write_caps):
5114         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5115         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5116         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
5117         Memory leak fixes
5118
5119 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5120
5121         * ext/vorbis/Makefile.am:
5122         * ext/vorbis/vorbis.c: (plugin_init):
5123         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
5124         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
5125         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
5126         (vorbis_parse_change_state):
5127         * ext/vorbis/vorbisparse.h:
5128           adding a vorbisparse element that marks the buffers, streaming
5129           raw vorbis using GDP now works, whee
5130
5131 2004-06-08  Wim Taymans  <wim@fluendo.com>
5132
5133         * ext/jpeg/Makefile.am:
5134         * ext/jpeg/README:
5135         * ext/jpeg/gstjpeg.c: (plugin_init):
5136         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
5137         (gst_smokedec_base_init), (gst_smokedec_class_init),
5138         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
5139         * ext/jpeg/gstsmokedec.h:
5140         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
5141         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
5142         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
5143         (gst_smokeenc_resync), (gst_smokeenc_chain),
5144         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
5145         * ext/jpeg/gstsmokeenc.h:
5146         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
5147         (smokecodec_flush_destination), (smokecodec_term_destination),
5148         (smokecodec_init_source), (smokecodec_fill_input_buffer),
5149         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
5150         (smokecodec_term_source), (smokecodec_encode_new),
5151         (smokecodec_decode_new), (smokecodec_info_free),
5152         (smokecodec_set_quality), (smokecodec_get_quality),
5153         (smokecodec_set_threshold), (smokecodec_get_threshold),
5154         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
5155         (find_best_size), (abs_diff), (put), (smokecodec_encode),
5156         (smokecodec_parse_header), (smokecodec_decode):
5157         * ext/jpeg/smokecodec.h:
5158         Added a new simple jpeg based codec
5159
5160 2004-06-08  Wim Taymans  <wim@fluendo.com>
5161
5162         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5163         (gst_multipart_mux_loop):
5164         Fix memory leak
5165
5166 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5167
5168         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
5169         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
5170         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
5171         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
5172         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
5173         * gst/tcp/gsttcpserversink.h:
5174           take streamheader into account
5175
5176 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5177
5178         * gst/level/Makefile.am:
5179         * gst/level/gstlevel.c: (gst_level_class_init):
5180           clean up marshal generation
5181
5182 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5183
5184         * gst/tcp/Makefile.am:
5185         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
5186         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
5187         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
5188         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5189         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
5190         (gst_tcpclientsrc_get_property):
5191         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
5192         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
5193         (gst_tcpserversink_handle_client_read),
5194         (gst_tcpserversink_handle_client_write),
5195         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
5196         * gst/tcp/gsttcpserversink.h:
5197           add signals client-added and client-removed
5198         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5199         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
5200         (gst_tcpserversrc_get_property):
5201         uniformized, change default protocol to NONE
5202         * gst/tcp/gsttcp-marshal.list: added
5203 2004-06-07  Benjamin Otte  <otte@gnome.org>
5204
5205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5206           handle discont events if they happen before caps nego
5207
5208 2004-06-07  Wim Taymans  <wim@fluendo.com>
5209
5210         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5211         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5212         (gst_multipart_demux_plugin_init):
5213         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5214         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5215         (gst_multipart_mux_change_state):
5216         Small updates, fix a memleak
5217
5218 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5219
5220         * configure.ac: OSS portability
5221         * ext/arts/gst_arts.c: idem
5222         * sys/oss/gstosselement.c: idem
5223         * sys/oss/gstossmixer.c: idem
5224         * sys/oss/gstosssink.c: idem
5225         * sys/oss/gstosssrc.c: idem
5226         * sys/oss/oss_probe.c: idem
5227           - check for soundcard.h in different places for some BSD
5228
5229 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
5230
5231         * AUTHORS:
5232         Add me to the authors file
5233         * configure.ac:
5234         Increase the libdv requirement to >= version 0.100
5235         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
5236         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
5237         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
5238         * ext/dv/gstdvdec.h:
5239         Add support for the new_media flag when sending DISCONT events
5240         Make the querying work when video pad is not linked
5241
5242 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5243
5244         reviewed by Benjamin Otte  <otte@gnome.org>
5245
5246         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
5247           create a NULL-initialized array of pads, so we don't think they
5248           exist already. (fixes #143130)
5249
5250 2004-06-07  Benjamin Otte  <otte@gnome.org>
5251
5252         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
5253         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
5254         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
5255           don't use // coments
5256
5257 2004-06-07  Benjamin Otte  <otte@gnome.org>
5258
5259         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
5260           cast to GstClockTime to get higher granularity
5261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5262           use gst_element_set_time_delay to get the exact time
5263         * ext/mad/gstmad.c: (gst_mad_chain):
5264           use the negotiated rate instead of the current frame's rate which
5265           might be wrong because of bit errors. This avoids emitting totally
5266           bogus timestamps and screwing sync.
5267         (fixes #143454)
5268
5269 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
5270
5271         reviewed by Benjamin Otte  <otte@gnome.org>
5272
5273         * gst/adder/gstadder.c: (gst_adder_loop):
5274           properly error out when no negotiation has happened yet. (fixes
5275           #143032)
5276
5277 2004-06-06  Benjamin Otte  <otte@gnome.org>
5278
5279         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
5280           forward correctly transformed offset in discont events. Based on
5281           patch by Arwed v. Merkatz. (fixes #142851)
5282
5283 2004-06-06  David Schleef  <ds@schleef.org>
5284
5285         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
5286         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
5287         problems on several systems.
5288
5289 2004-06-06  Benjamin Otte  <otte@gnome.org>
5290
5291         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5292           use explicit caps on the srcpad
5293         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5294           properly error out if caps couldn't be set (fixes #142764)
5295
5296 2004-06-06  Benjamin Otte  <otte@gnome.org>
5297
5298         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
5299         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
5300         (gst_alsa_start_audio):
5301           - don't call set_periods_integer anymore, it breaks the
5302           configuration randomly
5303           - call snd_pcm_hw_params_set_access directly instead of using masks
5304           - don't fail if the sw_params can't be set, just use the default
5305           params and hope it works. Alsalib has weird issues when you touch
5306           sw_params and does no proper error reporting about what failed.
5307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
5308         (gst_alsa_close_audio):
5309           make our alsa debugging go via gst debugging and not conditionally
5310           defined
5311         * ext/alsa/gstalsa.h:
5312           add ALSA_DEBUG_FLUSH macro
5313         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
5314         (plugin_init):
5315           wrap alsa errors to be printed via the gst debugging system and not
5316           spammed to stderr
5317
5318 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5319
5320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
5321         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
5322         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
5323         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
5324         (qtdemux_parse_trak):
5325         * gst/qtdemux/qtdemux.h:
5326           Bitch. Also known as seeking, querying & co.
5327         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
5328         (gst_osssink_change_state):
5329         * sys/oss/gstosssink.h:
5330           Resyncing is for weenies, this hack is no longer needed and was
5331           broken anyway (since it - unintendedly - always leaves resync to
5332           TRUE).
5333
5334 2004-06-05  Andrew Turner <zxombie@hotpop.com>
5335
5336         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
5337         * gst/tcp/gsttcpclientsrc.h: idem
5338           - define MSG_NOSIGNAL if not done
5339           - include unistd.h for off_t
5340           (fixes #143749)
5341
5342 2004-06-05  Benjamin Otte  <otte@gnome.org>
5343
5344         * configure.ac:
5345         * ext/kio/Makefile.am:
5346           check for qt's moc preprocessor explicitly and use it
5347
5348 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5349
5350         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
5351           don't get a signal for EPIPE on socket writes
5352           (somebody check if this works on other platforms)
5353
5354 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5355
5356         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
5357         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5358           check error condition on available samples correctly
5359
5360 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5361
5362         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
5363           avoid a segfault
5364         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5365         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
5366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5367         (gst_tcpserversrc_gdp_read_header):
5368          use ssize_t over size_t since the former is signed and thus the
5369          check for error codes can work
5370
5371 2004-06-02  Wim Taymans  <wim@fluendo.com>
5372
5373         reviewed by: Johan
5374
5375         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5376         (gst_multipart_mux_loop):
5377         Oops
5378
5379 2004-06-02  Wim Taymans  <wim@fluendo.com>
5380
5381         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5382         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5383         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5384         (gst_multipart_mux_change_state):
5385         Added configurable boundary specifier, added the value as a
5386         caps field as well.
5387
5388 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
5389
5390         * gst/tcp/gsttcp.c:
5391         * gst/tcp/gsttcpclientsrc.c:
5392         * gst/tcp/gsttcpclientsrc.h:
5393         * gst/tcp/gsttcpserversrc.c:
5394           - portability fix, to compile on OSX
5395             (fixes #143146)
5396
5397         * sys/osxaudio/gstosxaudioelement.c:
5398         * sys/osxaudio/gstosxaudiosink.c:
5399         * sys/osxaudio/gstosxaudiosrc.c:
5400           - compilation warnings on OSX
5401             (fixes #143153)
5402
5403 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5404
5405         * ext/vorbis/vorbisdec.c : sign warning fixes
5406
5407         * gst-libs/gst/mixer/mixertrack.c :
5408           do no use defines which are glib 2.4 specific
5409
5410 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
5411
5412         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
5413           buffer since libflac doesn't expect it (reports a sync error when 
5414           it encounters that)
5415
5416         
5417 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
5418
5419         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
5420         * gst-libs/gst/mixer/mixertrack.c:
5421         (gst_mixer_track_get_property), (get_mixer_track_init),
5422         (get_mixer_track_get_property): Added property accessors
5423         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
5424         * gst-libs/gst/mixer/mixeroptions.c:
5425         (gst_mixer_options_get_values): Added   
5426         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
5427         * gst-libs/gst/mixer/mixer.c: Fixed comment
5428
5429
5430 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5431
5432         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5433           improve error messages on open
5434
5435
5436 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5437
5438         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5439           check if v4l-conf is in path
5440
5441 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5442
5443         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5444           change assert to a more readable error message
5445
5446 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5447
5448         * gst-libs/gst/tuner/tunerchannel.h:
5449           - add a freq_multiplicator field to make the conversion
5450             between internal frequency unit and Hz
5451         * sys/v4l/gstv4lelement.c:
5452         * sys/v4l2/gstv4l2element.c:
5453           - change default video device to /dev/video0
5454         * sys/v4l/v4l_calls.c:
5455         * sys/v4l2/v4l2_calls.c:
5456           - we only expose frequency to the user in Hz instead of
5457             bastard v4lX unit (either 62.5kHz or 62.5Hz)
5458
5459 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5460         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5461           Initialise b_o_s and e_o_s variables
5462         * gst-libs/gst/riff/riff-media.c:
5463         (gst_riff_create_video_caps_with_data):
5464           Add some unusual fourcc's from mplayer avi's
5465         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
5466           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
5467           autoplugging.
5468
5469 2004-05-28  Wim Taymans  <wim@fluendo.com>
5470
5471         * configure.ac:
5472         * gst/alpha/Makefile.am:
5473         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5474         (gst_alpha_get_type), (gst_alpha_base_init),
5475         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5476         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
5477         (gst_alpha_chroma_key), (gst_alpha_chain),
5478         (gst_alpha_change_state), (plugin_init):
5479         A plugin to add an alpha channel to I420 video. Can optionally do
5480         chroma keying.
5481         * gst/multipart/Makefile.am:
5482         * gst/multipart/multipart.c: (plugin_init):
5483         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5484         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5485         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
5486         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5487         (gst_multipart_demux_change_state),
5488         (gst_multipart_demux_plugin_init):
5489         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
5490         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
5491         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
5492         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
5493         (gst_multipart_mux_pad_unlink),
5494         (gst_multipart_mux_request_new_pad),
5495         (gst_multipart_mux_handle_src_event),
5496         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
5497         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
5498         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5499         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
5500         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
5501         send multipart jpeg images to a browser.
5502         * gst/videobox/Makefile.am:
5503         * gst/videobox/README:
5504         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5505         (gst_video_box_get_type), (gst_video_box_base_init),
5506         (gst_video_box_class_init), (gst_video_box_init),
5507         (gst_video_box_set_property), (gst_video_box_get_property),
5508         (gst_video_box_sink_link), (gst_video_box_i420),
5509         (gst_video_box_ayuv), (gst_video_box_chain),
5510         (gst_video_box_change_state), (plugin_init):
5511         Crops or adds borders around an image. can do alpha channel
5512         borders as well.
5513         * gst/videomixer/Makefile.am:
5514         * gst/videomixer/README:
5515         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5516         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
5517         (gst_videomixer_pad_get_sink_event_masks),
5518         (gst_videomixer_pad_get_property),
5519         (gst_videomixer_pad_set_property),
5520         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
5521         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
5522         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5523         (gst_videomixer_base_init), (gst_videomixer_class_init),
5524         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5525         (gst_videomixer_handle_src_event),
5526         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
5527         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
5528         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
5529         (gst_videomixer_loop), (gst_videomixer_get_property),
5530         (gst_videomixer_set_property), (gst_videomixer_change_state),
5531         (plugin_init):
5532         Generic video mixer plugin, can handle multiple inputs all with
5533         different framerates and video sizes. Is fully alpha channel
5534         aware.
5535
5536 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5537
5538         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5539           Select first track as master track. Not sure how else to handle
5540           that...
5541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
5542           Discard discont events. Should fix #142962.
5543
5544 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5545
5546         * ext/alsa/Makefile.am:
5547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
5548         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
5549         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5550         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
5551         (gst_alsa_mixer_get_option):
5552         * ext/alsa/gstalsamixer.h:
5553         * ext/alsa/gstalsamixeroptions.c:
5554         (gst_alsa_mixer_options_get_type),
5555         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
5556         (gst_alsa_mixer_options_new):
5557         * ext/alsa/gstalsamixeroptions.h:
5558         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5559         * ext/alsa/gstalsamixertrack.h:
5560           Add enumerations (as GstMixerOptions). Make correct distinction
5561           between input/output tracks. Add capture/playback private flag.
5562           Use flag to decide on whether to set capture or playback volumes
5563           or switches. Use playback and record switches.
5564         * gst-libs/gst/mixer/Makefile.am:
5565         * gst-libs/gst/mixer/mixer-marshal.list:
5566         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
5567         (gst_mixer_set_option), (gst_mixer_get_option),
5568         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
5569         (gst_mixer_volume_changed), (gst_mixer_option_changed):
5570         * gst-libs/gst/mixer/mixer.h:
5571         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
5572         (gst_mixer_options_class_init), (gst_mixer_options_init),
5573         (gst_mixer_options_dispose):
5574         * gst-libs/gst/mixer/mixeroptions.h:
5575           Add GstMixerOptions.
5576         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5577           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
5578           broken device detection on computers with multiple OSS sound
5579           cards.
5580
5581 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5582
5583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5584           fixate nicely even when the peer is not negotiating
5585
5586 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5587
5588         * gst/audioconvert/gstaudioconvert.c:
5589         (gst_audio_convert_parse_caps):
5590           make sure we don't allow depth > width
5591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5592           fixate endianness to G_BYTE_ORDER as default
5593         * gst/audioscale/gstaudioscale.c:
5594           we don't handle another endianness as host-endianness
5595
5596 2004-05-25  David Schleef  <ds@schleef.org>
5597
5598         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
5599
5600 2004-05-24  Benjamin Otte  <otte@gnome.org>
5601
5602         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5603         (gst_oggvorbisenc_setup):
5604           properly fail when we can't setup the vorbis encoder due to
5605           unsupported settings
5606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5607         (gst_vorbisenc_setup):
5608           same
5609         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5610           fix case where warnings occured when one pad was unlinked while the
5611           other's link function was called
5612
5613 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5614
5615         * gst/tcp/Makefile.am:
5616           use GST_ENABLE_NEW
5617
5618 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5619
5620         * gst-libs/gst/resample/private.h:
5621           don't use optimizations that are #if 0'ed
5622
5623 2004-05-24  Wim Taymans  <wim@fluendo.com>
5624
5625         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5626         Fix potential division by zero error and hopefully get
5627         the position query right to get correct timestamps on avi
5628         audio.
5629
5630 2004-05-24  Wim Taymans  <wim@fluendo.com>
5631
5632         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5633         (gst_videoscale_scale_nearest_str2),
5634         (gst_videoscale_scale_nearest_str4),
5635         (gst_videoscale_scale_nearest_32bit),
5636         (gst_videoscale_scale_nearest_24bit),
5637         (gst_videoscale_scale_nearest_16bit):
5638         Fix the scaling algorithm and avoid a buffer overflow.
5639         removed the while loop in the scaling function as it
5640         was used for point sampling only.
5641
5642 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5643
5644         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5645         (gst_id3_tag_class_init), (gst_id3_tag_init),
5646         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5647         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5648         (gst_id3_tag_send_tag_event):
5649           lots of fixes to make id3mux work and id3demux work correctly
5650
5651 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5652
5653         * ext/Makefile.am:
5654           add rules to build shout2send (was removed by accident
5655           when this module was no more marked experimental/broken)
5656
5657 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
5658
5659         * ext/shout2/gstshout2.c:
5660         * ext/shout2/gstshout2.h:
5661           adding a "connection problem" signal to shout2send
5662           (fixes #142954)
5663
5664 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5665
5666         * ext/kio/kioreceiver.cpp:
5667         * ext/kio/kioreceiver.h:
5668           fix sign comparison issues
5669
5670 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5671
5672         * gst/cdxaparse/gstcdxaparse.c:
5673         * gst/cdxaparse/gstcdxaparse.h:
5674           some renaming
5675           add some checks/sanity
5676           prepare for seek addition
5677
5678         * sys/sunaudio/gstsunaudio.c:
5679           remove exported dupe init function
5680
5681 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5682
5683         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5684         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5685           Fix format conversion and position querying.
5686         * gst/debug/progressreport.c: (gst_progressreport_report):
5687           Don't output a bogus total value that we didn't query.
5688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5689           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5690           only a blank window after xine has been used.
5691
5692 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5693
5694         * m4/as-arts.m4:
5695           sync with upstream version to fix test on FC2
5696           readd with -ko to preserve Id header
5697
5698 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5699
5700         * configure.ac:
5701           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5702         * gst/tcp/gsttcpclientsrc.c: idem
5703         * gst/tcp/gsttcpserversink.c: idem
5704         * gst/tcp/gsttcpserversrc.c: idem
5705         * m4/gst-fionread.m4: idem
5706
5707         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5708
5709         * configure.ac: enable speex plugin for speex 1.1.5+
5710         * ext/speex/gstspeexenc.c: fix cast warning
5711
5712         * ext/esd/README: fix typo
5713
5714 2004-05-20  David Schleef  <ds@schleef.org>
5715
5716         * configure.ac: Minor cosmetic change to convince the buildbot to
5717         reautogen.
5718         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5719         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5720         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5721         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5722         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5723         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5724         More hacking.  Plays audio now.
5725
5726 2004-05-20  David Schleef  <ds@schleef.org>
5727
5728         * configure.ac:
5729         * sys/Makefile.am:
5730
5731 2004-05-20  David Schleef  <ds@schleef.org>
5732
5733         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
5734         * sys/osxaudio/gstosxaudio.c:
5735         * sys/osxaudio/gstosxaudioelement.c:
5736         * sys/osxaudio/gstosxaudioelement.h:
5737         * sys/osxaudio/gstosxaudiosink.c:
5738         * sys/osxaudio/gstosxaudiosink.h:
5739         * sys/osxaudio/gstosxaudiosrc.c:
5740         * sys/osxaudio/gstosxaudiosrc.h:
5741
5742 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5743
5744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5745         (gst_vorbisenc_chain):
5746           put the codec headers on the caps as streamheader as well as
5747           pushing them out
5748
5749 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5750
5751         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5752         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5753         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5754         split up push_packet into two functions
5755
5756 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5757
5758         * gst/tcp/.cvsignore:
5759           ignore enums
5760         * gst/tcp/Makefile.am:
5761         * gst/tcp/README:
5762         * gst/tcp/gsttcp.c:
5763         * gst/tcp/gsttcp.h:
5764         * gst/tcp/gsttcpclientsink.c:
5765         * gst/tcp/gsttcpclientsink.h:
5766         * gst/tcp/gsttcpclientsrc.c:
5767         * gst/tcp/gsttcpclientsrc.h:
5768         * gst/tcp/gsttcpplugin.c:
5769         * gst/tcp/gsttcpserversink.c:
5770         * gst/tcp/gsttcpserversink.h:
5771         * gst/tcp/gsttcpserversrc.c:
5772         * gst/tcp/gsttcpserversrc.h:
5773           add new tcp elements
5774
5775 2004-05-19  Wim Taymans  <wim@fluendo.com>
5776
5777         * gst/law/mulaw-conversion.c: (mulaw_encode):
5778         Fix overflow bug in ulaw encoding.
5779
5780 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5781
5782         * ext/mad/gstmad.c: (gst_mad_handle_event):
5783           don't unref the event twice
5784
5785 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5786
5787         * configure.ac:
5788           remove -Wno-sign-compare
5789
5790 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5791
5792         * configure.ac:
5793           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5794           if you want to work against glib 2.2 and 2.4
5795
5796 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5797
5798         * gst/tcp/Makefile.am:
5799         * gst/tcp/gsttcp.c:
5800         * gst/tcp/gsttcp.h:
5801         * gst/tcp/gsttcpsink.h:
5802         * gst/tcp/gsttcpsrc.h:
5803           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
5804
5805 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5806
5807         * gst/debug/tests.c: (md5_get_value):
5808           fix segfault on gst-inspect
5809
5810 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5811
5812         * gst/debug/testplugin.c: 
5813         * gst/debug/tests.c: 
5814         * gst/debug/tests.h:
5815           add new extensible and configurable testing element. Current tests
5816           include buffer count, stream length, timestamp/duration matching and
5817           md5.
5818         * gst/debug/Makefile.am:
5819         * gst/debug/gstdebug.c: (plugin_init):
5820           add infrastructure for new element
5821
5822 2004-05-19  Johan Dahlin  <johan@gnome.org>
5823
5824         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
5825         ending of the array. Fixes gst-inspect segfault on ppc.
5826
5827 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5828
5829         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
5830
5831         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
5832
5833 2004-05-18  David Schleef  <ds@schleef.org>
5834
5835         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
5836         warnings (bugs, actually) noticed by gcc but not forte.
5837
5838 2004-05-18  David Schleef  <ds@schleef.org>
5839
5840         * sys/sunaudio/Makefile.am:
5841         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
5842
5843 2004-05-18  David Schleef  <ds@schleef.org>
5844
5845         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5846         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
5847         to allow qtdemux to use non-seekable streams. (bug #142272)
5848
5849 2004-05-18  David Schleef  <ds@schleef.org>
5850
5851         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
5852         (gst_resample_sinc_ft_float): Remove use of static temporary
5853         buffer.  This code was obviously not supposed to last long, but
5854         it's stuck in our ABI, so it required a little hack to make it
5855         ABI-compatible.  Fixes #142585.
5856         * gst-libs/gst/resample/resample.h: same.
5857
5858 2004-05-18  David Schleef  <ds@schleef.org>
5859
5860         * configure.ac: Add sunaudio
5861         * examples/Makefile.am: make gstplay depend on gconf
5862         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
5863         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
5864         (convert_table_lookup), (img_convert): remove c99-isms
5865         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
5866           unsigned, to fix a warning on Solaris
5867         * gst/mpeg1sys/systems.c: bcopy->memcpy
5868         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
5869         * sys/Makefile.am: Add sunaudio
5870
5871 2004-05-18  Wim Taymans  <wim@fluendo.com>
5872
5873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
5874         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5875         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
5876         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5877         (gst_ogg_mux_loop):
5878         Fix an ugly memleak where the muxer didn't flush enough ogg
5879         pages. This also resulted in badly muxed ogg files.
5880
5881 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5882
5883         * gst/asfdemux/asfheaders.c :
5884         * gst/asfdemux/asfheaders.h :
5885         * gst/asfdemux/gstasfdemux.c :
5886           - fix ASF_OBJ_PADDING guid
5887           - add 3 new object guids (language list, metadata, 
5888             extended stream properties)
5889           - add a function to parse extended header objects
5890
5891 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5892
5893         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5894           remove leftover debugging g_print
5895
5896 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5897
5898         * ext/mad/gstmad.c: (gst_mad_handle_event):
5899           Fix for when the first format in a discont event is not a
5900           byte-based one. Should fix #137710.
5901
5902 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5903
5904         * m4/a52.m4 : fix compilation with -Wall -Werror
5905         * m4/libfame.m4 : idem
5906         * m4/libmikmod.m4 : idem
5907
5908 2004-05-17  Benjamin Otte  <otte@gnome.org>
5909
5910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5911           signal the new tags before giving up the reference
5912
5913 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5914
5915         * ext/shout2/gstshout2.c:
5916           use application/ogg instead of application/x-ogg (patch by Patrick
5917           Guimond, fixes #142432)
5918         * sys/oss/gstosselement.c: (gst_osselement_reset),
5919         (gst_osselement_sync_parms):
5920           don't set fragment size unless specified (fixes #142493)
5921
5922 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5923
5924         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
5925           fixes #142664
5926
5927 2004-05-17  Benjamin Otte  <otte@gnome.org>
5928
5929         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5930           compute offsets correctly for internal buffers so timestamps are set
5931           correctly when we can't seek. Also handle cases where there are no
5932           offsets. (based on a patch by David Moore, fixes #142507)
5933
5934 2004-05-17  Benjamin Otte  <otte@gnome.org>
5935
5936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5937           use correct variable when determining amount of data to skip so we
5938           don't skip into the void and segfault
5939
5940 2004-05-16  Benjamin Otte  <otte@gnome.org>
5941
5942         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5943           Hi, I'm a memleak
5944
5945 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5946
5947         * gst/asfdemux/gstasfdemux.c:
5948           - fix a mem leak and always propagate tags
5949           - add WMV3 to known video codecs (but no decoder yet)
5950           - replace "surplus data" at end of audio header for what
5951             it is : codec specific data
5952           - fix a typo
5953
5954 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
5955
5956         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5957
5958         * gst-libs/gst/audio/audioclock.c:
5959           Fix wrong return type (#142205).
5960
5961 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5962
5963         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
5964           Ignore CRCs by default (fixes #142566).
5965
5966 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5967
5968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
5969         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
5970         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
5971         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
5972         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5973         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
5974           Fix for cases where we fail to attach to a mixer.
5975
5976 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5977
5978         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5979           Don't touch events after not owning them anymore.
5980         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5981         (gst_wavparse_fmt), (gst_wavparse_other),
5982         (gst_wavparse_handle_seek), (gst_wavparse_loop),
5983         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5984         (gst_wavparse_srcpad_event):
5985         * gst/wavparse/gstwavparse.h:
5986           Add seeking, fix querying.
5987
5988 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5989
5990         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5991           - process comments even if they don't end with \0\0
5992             g_convert would ignore them if present and works well without them
5993
5994 2004-05-16  Benjamin Otte  <otte@gnome.org>
5995
5996         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
5997           simplify caps
5998
5999 2004-05-16  Benjamin Otte  <otte@gnome.org>
6000
6001         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6002           don't write to memory we might not write to - g_convert does that
6003           for us anyway (fixes #142613)
6004         (gst_asf_demux_audio_caps):
6005           comment out gst_util_dump_mem
6006
6007 2004-05-16  Benjamin Otte  <otte@gnome.org>
6008
6009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6010           compute correct expected timestamps after seek (broken since
6011           last commit)
6012         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
6013           rename element and debugging category to gdkpixbufscale
6014
6015 2004-05-16  Benjamin Otte  <otte@gnome.org>
6016
6017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6018           add error checking to snd_pcm_delay and remove duplicate call to
6019           snd_pcm_delay that caused issues (see inline code comments)
6020         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6021           make more readable and fix return value when snd_pcm_delay fails
6022         (fixes #142586)
6023
6024 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
6025         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
6026         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
6027         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
6028         (gst_pixbufscale_link), (gst_pixbufscale_init),
6029         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
6030         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
6031         (gst_pixbufscale_get_property), (pixbufscale_init):
6032         * ext/gdk_pixbuf/pixbufscale.h:
6033         Add these files I forgot earlier
6034
6035 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
6036         * ext/gdk_pixbuf/Makefile.am:
6037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
6038         * ext/gdk_pixbuf/gstgdkpixbuf.h:
6039         Add new pixbufscale element to scale RGB video
6040         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
6041         and HYPER interpolation correctly.
6042         * ext/theora/theoraenc.c: (theora_enc_chain),
6043         Discard buffer and return if explicit caps could not be set
6044         (theora_enc_get_property):
6045         Make _get return kbps for the bitrate consistent with
6046         the _set function.
6047
6048
6049 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6050
6051         * ext/libvisual/visual.c: (gst_visual_chain):
6052           add missing visual_audio_analyze
6053
6054 2004-05-14  David Schleef  <ds@schleef.org>
6055
6056         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
6057         is killed while we're playing.
6058         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
6059         gst_element_no_more_pads().
6060
6061 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6062
6063         * gst-libs/gst/riff/riff-read.c :
6064           - fix INFO tag extraction in RIFF/AVI files
6065             because gst_event_unref (event) also freed taglist
6066           - avoid a mem leak
6067
6068 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6069
6070         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
6071         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
6072
6073         * gst/auparse/gstauparse.c :
6074           - add code (commented for now) to support audio/x-adpcm on src pad
6075             (we have no decoder for those layout yet)
6076
6077         * gst/cdxaparse/gstcdxaparse.c :
6078         * gst/cdxaparse/gstcdxaparse.h :
6079           - partial rewrite using RiffRead (ripped iain's wavparse code)
6080
6081         * gst/rtp/gstrtpL16enc.c : typo
6082         * gst/rtp/gstrtpgsmenc.c : typo
6083
6084 2004-05-13  Benjamin Otte  <otte@gnome.org>
6085
6086         * configure.ac:
6087           check for exact version of libvisual, it's not supposed to be
6088           API/ABI stable yet
6089
6090 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6091
6092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6093           signal no-more-pads
6094
6095 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6096
6097         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
6098         Report which format was used for GST_FORMAT_DEFAULT
6099         * gst/debug/Makefile.am:
6100         * gst/debug/gstdebug.c: (plugin_init):
6101         * gst/debug/progressreport.c: (gst_progressreport_base_init),
6102         (gst_progressreport_class_init), (gst_progressreport_init),
6103         (gst_progressreport_report), (gst_progressreport_set_property),
6104         (gst_progressreport_get_property), (gst_progressreport_chain),
6105         (gst_progressreport_plugin_init):
6106         Add progressreport element for testing.
6107
6108 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6109
6110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
6111         * sys/v4l/gstv4lsrc.h:
6112         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6113         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6114         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
6115         (gst_v4lsrc_grab_frame):
6116           add more debugging
6117           send a discont at start
6118
6119 2004-05-12  Colin Walters  <walters@redhat.com>
6120
6121         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
6122         inflooping if we can't find a chunk.  Or in other words, don't blow
6123         chunks if we don't have a chunk to blow.
6124
6125 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6126         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
6127         Remove old debug output
6128         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
6129         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
6130         (gst_dvdec_set_property), (gst_dvdec_get_property):
6131         Change the quality setting to an enum, so it works from gst-launch
6132         Don't renegotiate a non-linked pad. Allows audio only decoding.
6133         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
6134         (gst_deinterlace_link), (gst_deinterlace_init):
6135         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6136         (gst_videodrop_link):
6137         Some caps negotiation fixes
6138
6139 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6140
6141         * ext/tarkin/gsttarkin.c :
6142           - Change RANK from NONE to PRIMARY
6143         * ext/gdk_pixbuf/gstgdkpixbuf.c :
6144           - Change RANK from NONE to MARGINAL
6145         * ext/divx/gstdivxenc.c :
6146           - Change RANK from PRIMARY to NONE (encoder/spider issue)
6147
6148 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6149
6150         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
6151         (gst_vorbisenc_push_packet):
6152           copy a function that was added between 1.0 and 1.0.1 until we
6153           depend on worthwhile features of post-1.0
6154
6155 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6156
6157         * configure.ac:
6158           enable shout2 by default
6159         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
6160         (gst_shout2send_base_init), (gst_shout2send_init),
6161         (gst_shout2send_connect), (gst_shout2send_change_state):
6162         * ext/shout2/gstshout2.h:
6163           make this work again. Based on a patch by Zaheer Merali (fixes
6164           #142262)
6165         * ext/theora/theora.c: (plugin_init):
6166           don't set rank on encoders
6167
6168 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
6169
6170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
6171           Use codec_data property instead of flag1 and flag2 for wma
6172
6173 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6174
6175         * gst/cdxaparse/gstcdxaparse.c :
6176           - Add mpegversion to CAPS to make it link
6177           - Rank is as GST_RANK_SECONDARY instead of NONE
6178         * gst/auparse/gstauparse.c :
6179           - Document all audio encoding we can encounter from Solaris 9
6180             headers and libsndfile information.
6181           - Increase max. rate from 48000 to 192000 (to match other elements)
6182           - Don't try to play junk data between header and samples
6183
6184 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6185
6186         * ext/libvisual/visual.c: (gst_visual_getcaps):
6187           use the right caps depending on endianness (I hope)
6188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
6189           use GST_RANK_NONE for all non-decoding elements or spider gets
6190           mighty confused
6191
6192 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6193
6194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
6195           Fix some odd cases and fix BE metadata parsing of unicode16 text.
6196
6197 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6198
6199         * gst/switch/gstswitch.c: (gst_switch_release_pad),
6200         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
6201         (gst_switch_loop), (gst_switch_get_type):
6202           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
6203           HEADERS. Had to be said.
6204
6205 2004-05-10  David Schleef  <ds@schleef.org>
6206
6207         * configure.ac: Add prototype Dirac support.
6208         * ext/Makefile.am:
6209         * ext/dirac/Makefile.am:
6210         * ext/dirac/gstdirac.cc:
6211         * ext/dirac/gstdiracdec.cc:
6212
6213 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6214
6215         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
6216         (gst_auparse_init), (gst_auparse_chain),
6217         (gst_auparse_change_state):
6218           Hack around spider. Remove me some day please.
6219
6220 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6221
6222         * gst/auparse/gstauparse.c: (gst_auparse_chain):
6223           Fix for some uninitialized variables in previous patch, also
6224           makes it work. Fixes #142286 while we're at it.
6225
6226 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6227
6228         * gst/auparse/gstauparse.c:
6229                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
6230                 only unsupported formats are ADPCM/CCITT G.72x
6231                 reviewed by Ronald
6232         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
6233
6234 2004-05-10  Wim Taymans  <wim@fluendo.com>
6235
6236         * ext/vorbis/Makefile.am:
6237         * ext/vorbis/README:
6238         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
6239         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
6240         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
6241         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
6242         (gst_oggvorbisenc_convert_sink),
6243         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
6244         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
6245         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
6246         (get_constraints_string), (update_start_message),
6247         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
6248         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
6249         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
6250         * ext/vorbis/oggvorbisenc.h:
6251         * ext/vorbis/vorbis.c: (plugin_init):
6252         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
6253         (raw_caps_factory), (gst_vorbisenc_class_init),
6254         (gst_vorbisenc_init), (gst_vorbisenc_setup),
6255         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
6256         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
6257         * ext/vorbis/vorbisenc.h:
6258         Added a raw vorbis encoder to be used with the oggmuxer.
6259         We still need the old encoder for some gnome applications, 
6260         read the README to find out how that works.
6261         The raw encoder is called "rawvorbisenc" until 0.9.
6262
6263 2004-05-10  Wim Taymans  <wim@fluendo.com>
6264
6265         * ext/ogg/gstogg.c: (plugin_init):
6266         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
6267         (gst_ogg_print):
6268         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
6269         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
6270         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
6271         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
6272         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
6273         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
6274         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
6275         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
6276         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
6277         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
6278         Added an ogg muxer.
6279         Small typo fixes in the demuxer.
6280
6281 2004-05-10  Wim Taymans  <wim@fluendo.com>
6282
6283         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6284         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6285         (theora_enc_change_state), (theora_enc_set_property),
6286         (theora_enc_get_property):
6287         Mark the last packet with an EOS flag which is not really needed
6288         in gstreamer.
6289         Do some better video framerate initialisation.
6290         Update the buffer timestamp.
6291
6292 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
6293
6294         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
6295         Return the result of the parent state change call
6296
6297 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6298
6299         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
6300         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
6301         * gst/law/alaw-encode.c : (idem)
6302         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
6303         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
6304         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
6305
6306 2004-05-09  Benjamin Otte  <otte@gnome.org>
6307
6308         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
6309           don't use a fixed buffer size when writing variable length data to
6310           it. Fixes memory corruption and makes alsasrc work
6311
6312 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6313
6314         * ext/gnomevfs/gstgnomevfssink.c:
6315         (_gst_boolean_allow_overwrite_accumulator),
6316         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
6317           Run glib's default signal handler (??) in RUN_CLEANUP rather than
6318           RUN_LAST, and don't use that to set the accumulator value because
6319           then it's always FALSE.
6320
6321 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6322
6323         * gst-libs/gst/riff/riff-media.c:
6324         (gst_riff_create_video_caps_with_data),
6325         (gst_riff_create_audio_caps),
6326         (gst_riff_create_audio_template_caps):
6327         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
6328           Fix for unaligned RIFF files (i.e. where all the chunks together
6329           in a LIST chunk are not of the same size as the size given in
6330           the LIST chunk header). Fixes several odd WAVE files. Also fix
6331           ADPCM (block_align property) in audio, so that wavparse based
6332           on this works now as it used to stand-alone.
6333
6334 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
6335
6336         reviewed by Benjamin Otte  <otte@gnome.org>
6337
6338         * ext/a52dec/gsta52dec.c:
6339         * ext/divx/gstdivxdec.c:
6340         * ext/divx/gstdivxenc.c:
6341         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
6342         * ext/faac/gstfaac.c: (gst_faac_base_init):
6343         * ext/faad/gstfaad.c: (gst_faad_base_init):
6344         * ext/ivorbis/vorbisfile.c:
6345         * ext/lame/gstlame.c:
6346         * ext/libfame/gstlibfame.c:
6347         * ext/mpeg2enc/gstmpeg2enc.cc:
6348         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
6349         * ext/sidplay/gstsiddec.cc:
6350         * ext/speex/gstspeexdec.c:
6351         * ext/speex/gstspeexenc.c:
6352         * ext/xvid/gstxviddec.c:
6353         * ext/xvid/gstxvidenc.c:
6354           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
6355           (fixes #142193)
6356
6357 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6358
6359         * ext/alsa/gstalsa.c: (device_list),
6360         (gst_alsa_class_probe_devices):
6361         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6362           Fix alsa oddness in mixer after the combination of using mixer
6363           in source/sink elements and using hw:x,y instead of just hw:x.
6364
6365 2004-05-09  Benjamin Otte  <otte@gnome.org>
6366
6367         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
6368         (gst_wavparse_create_sourcepad):
6369           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
6370           sourcepads
6371
6372 2004-05-09  Benjamin Otte  <otte@gnome.org>
6373
6374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6375           allow discont events before caps nego
6376
6377 2004-05-08  Benjamin Otte  <otte@gnome.org>
6378
6379         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6380           don't leak events
6381
6382 2004-05-08  Benjamin Otte  <otte@gnome.org>
6383
6384         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6385         (gst_level_change_state), (gst_level_init):
6386         * gst/level/gstlevel.h:
6387           figure out if we're initialized directly instead of keeping a
6388           variable that's wrong in 90% of cases
6389           don't initialize pads and then leak them and use a new unitialized
6390           pad. (fixes #142084)
6391           these were bugs so n00bish I didn't find them for an hour :/
6392
6393 2004-05-08 Iain <iain@prettypeople.org>
6394
6395         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
6396         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
6397         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
6398         return the length that was read.
6399         (gst_riff_read_strf_auds): Allow fmt tags as well.
6400
6401 2004-05-07  David Schleef  <ds@schleef.org>
6402
6403         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
6404         signed char assumption in faad.h.
6405
6406 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6407
6408         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
6409           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
6410
6411 2004-05-07  Colin Walters  <walters@redhat.com>
6412
6413         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
6414         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
6415         function.
6416         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
6417         Add dispose function.
6418
6419 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
6420         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
6421           Fix caps nego and pad templates. RGB mode caps should
6422           work now.
6423         * ext/dvdnav/gst-dvd:
6424           Move mpeg2dec inside the thread because otherwise the
6425           queue rejects cap changes mid-stream
6426         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6427         (gst_mpeg2dec_flush_decoder):
6428           For mpeg2dec > 0.4.0, call the flush function instead of
6429           manually extracting all in-flight frames.
6430         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
6431         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
6432           Change mime type video/dv go video/x-dv to match the
6433           rest of gst-plugins
6434
6435 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6436
6437         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6438         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
6439         (gst_alsa_sink_class_init):
6440         * ext/alsa/gstalsasink.h:
6441         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
6442         (gst_alsa_src_class_init):
6443         * ext/alsa/gstalsasrc.h:
6444           Make alsasink/src a subclass of alsamixer so that mixer stuff
6445           shows up in gst-rec. Needs some finetuning.
6446
6447 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6448
6449         * ext/lame/gstlame.c: (gst_lame_chain):
6450           simplify
6451         * ext/mad/gstmad.c: (gst_mad_handle_event):
6452           fix event leak
6453         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6454           be able to detect mp3 files < 4096 bytes
6455
6456 2004-05-06  Wim Taymans  <wim@fluendo.com>
6457
6458         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6459         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6460         (theora_enc_set_property), (theora_enc_get_property):
6461         Also encode the first frame, cleanup some code.
6462
6463 2004-05-06  Wim Taymans  <wim@fluendo.com>
6464
6465         * ext/mpeg2enc/gstmpeg2enc.cc:
6466         Forward events first before deciding that negotiation was
6467         not performed.
6468
6469 2004-05-06  Wim Taymans  <wim@fluendo.com>
6470
6471         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6472         First process the events before deciding that negotiation
6473         was not performed.
6474
6475 2004-05-06  Wim Taymans  <wim@fluendo.com>
6476
6477         * ext/theora/Makefile.am:
6478         * ext/theora/theora.c: (plugin_init):
6479         * ext/theora/theoradec.c: (theora_dec_change_state):
6480         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
6481         (gst_theora_enc_class_init), (gst_theora_enc_init),
6482         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
6483         (theora_enc_chain), (theora_enc_change_state),
6484         (theora_enc_set_property), (theora_enc_get_property):
6485         Added a theora encoder, grouped the encoder and decoder into the
6486         same plugin.
6487
6488 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6489
6490         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6491         (gst_jpegenc_chain):
6492         fix DURATION on outgoing buffers
6493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6494         debug using time formats
6495         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6497         (gst_xvimagesink_sink_link):
6498         windows with width/height 0 generate X errors, so don't allow them
6499
6500 2004-05-05  Wim Taymans  <wim@fluendo.com>
6501
6502         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
6503         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
6504         (gst_mpeg2dec_negotiate_format):
6505         * ext/mpeg2dec/gstmpeg2dec.h:
6506           removed the static pad template so that we can add the
6507           more accurate framerate value to the caps.
6508           
6509
6510 2004-05-04  Benjamin Otte  <otte@gnome.org>
6511
6512         * configure.ac:
6513           check for kdemacros.h, too (should fix #141821)
6514         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6515           don't crash if no header was sent, but nicely error out (fixes part
6516           of #141554)
6517
6518 2004-05-04  Wim Taymans  <wim@fluendo.com>
6519
6520         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
6521         parent dispose function to avoid segfault on destroy.
6522
6523 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6524
6525         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6526         (plugin_init):
6527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6528         (gst_xvimagesink_sink_link):
6529         clean up debugging caps
6530         also recreate xvimage when format has changed
6531
6532 2004-05-04  Benjamin Otte  <otte@gnome.org>
6533
6534         * ext/libvisual/Makefile.am:
6535         * ext/libvisual/visual.c: (gst_visual_class_init),
6536         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
6537         (gst_visual_srclink), (gst_visual_chain),
6538         (gst_visual_change_state), (plugin_init):
6539           use a GstAdapter to correctly adapt buffer sizes - allows using a
6540           framerate
6541
6542 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6543
6544         * sys/v4l/gstv4lelement.h:
6545         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
6547         (gst_v4lsrc_buffer_free):
6548         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
6549         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6550         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
6551         (gst_v4lsrc_requeue_frame):
6552         move some debugging categories around
6553         query for fps index and set accordingly if found
6554
6555 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6556
6557         * ext/lame/gstlame.c:
6558         correct defaults that lame_init puts out of range
6559
6560 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6561
6562         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
6563         (gst_divxenc_class_init):
6564         fix range since -1 is the default
6565         * gst/mpeg1sys/gstmpeg1systemencode.c:
6566         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
6567         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
6568         (gst_rtjpegdec_chain):
6569         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
6570         (gst_rtjpegenc_chain):
6571         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
6572         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
6573         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
6574         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
6575         * sys/v4l/gstv4lsrc.c:
6576         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6577         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6578         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6579         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
6580         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6581           remove gst_info calls
6582
6583 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6584
6585         * Makefile.am:
6586         * po/af.po:
6587         * po/az.po:
6588         * po/en_GB.po:
6589         * po/nl.po:
6590         * po/sr.po:
6591         * po/sv.po:
6592           Updated translations
6593
6594 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6595
6596         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6597           refactor/comment code
6598
6599 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6600
6601         * gst/asfdemux/Makefile.am:
6602         * gst/asfdemux/asfheaders.c:
6603         * gst/asfdemux/asfheaders.h:
6604         * gst/asfdemux/gstasf.c: (plugin_init):
6605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6606         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6607         (gst_asf_demux_setup_pad):
6608         * gst/asfdemux/gstasfdemux.h:
6609         * gst/asfdemux/gstasfmux.c:
6610         * gst/asfdemux/gstasfmux.h:
6611           Add tagging support to demuxer, split out registration in its own
6612           file instead of in demux (hacky), and prevent having some tables
6613           in our memory multiple times (in asfheaders.h).
6614
6615 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * gst/matroska/matroska-demux.c:
6618         (gst_matroska_demux_parse_metadata):
6619         * gst/matroska/matroska-ids.h:  
6620           Basic tag reading support.
6621
6622 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6623
6624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6625           Really detect ac-3 audio.
6626         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6627           really detect matroska files (off-by-1).
6628
6629 2004-04-30  David Schleef  <ds@schleef.org>
6630
6631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6632         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6633         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6634         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6635         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6636         hackage -- parse a lot more atoms, extract a few tags.  One might even
6637         mistake this for tag support.  Maybe it is.
6638         * gst/qtdemux/qtdemux.h:
6639
6640 2004-04-30  Colin Walters  <walters@verbum.org>
6641
6642         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6643
6644 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6645
6646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6647         (gst_ffmpegcolorspace_getcaps):
6648           remove broken nego fix
6649
6650 2004-04-30  Benjamin Otte  <otte@gnome.org>
6651
6652         * configure.ac:
6653         * ext/Makefile.am:
6654         * ext/libvisual/Makefile.am:
6655         * ext/libvisual/visual.c: 
6656           add initial support for libvisual (http://libvisual.sourceforge.net)
6657           libvisual is still quite alpha, so expect crashes in there :)
6658
6659 2004-04-29  David Schleef  <ds@schleef.org>
6660
6661         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6662         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6663         up qtdemux to make it spit out codec_data.  Do _not_ look at this
6664         code; you will no longer respect me.
6665
6666 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6667
6668         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6669         * ext/alsa/gstalsa.h :
6670         change alsa pcm device discovery to find more than 1 device
6671         per card. code review by Ronald.
6672
6673 2004-04-29  David Schleef  <ds@schleef.org>
6674
6675         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6676         Add a check for a driver bug on FreeBSD.  (bug #140565)
6677
6678 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6679
6680         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6681         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6682         (gst_jpegenc_getcaps):
6683           move format setting to inner loop
6684         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6685         (gst_ffmpegcolorspace_getcaps):
6686           use GST_PAD_CAPS if available so that we use already negotiated
6687           caps
6688         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6689         (qtdemux_parse_moov), (qtdemux_parse):
6690           extra debugging
6691         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6692         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6693           move hardcoded path to DEFINE
6694
6695 2004-04-28  David Schleef  <ds@schleef.org>
6696
6697         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
6698         (bug #140064)
6699
6700 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6701
6702         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6703           Don't probe for playback device if we're a source element. Fixes
6704           #139658.
6705
6706 2004-04-29  Benjamin Otte  <otte@gnome.org>
6707
6708         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6709         (gst_id3_tag_chain):
6710           rewrite buffer offset
6711
6712 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6713
6714         * configure.ac:
6715         * ext/Makefile.am:
6716         * ext/dts/Makefile.am:
6717         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6718         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6719         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6720         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6721         (gst_dtsdec_loop), (gst_dtsdec_change_state),
6722         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6723         (plugin_init):
6724         * ext/dts/gstdtsdec.h:
6725           New DTS decoder.
6726         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6727         (gst_faad_srcconnect):
6728           Add ESDS atom handling (.m4a).
6729
6730 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6731
6732         * ext/divx/gstdivxdec.c: (plugin_init):
6733           Remove comment that makes no sense.
6734         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6735           Fix for obvious typo that resulted in warnings during gst-register.
6736         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6737         (gst_xviddec_sink_link):
6738           Fix caps negotiation a bit better.
6739         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6740           We call this 'codec_data', not 'esds'.
6741
6742 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6743
6744         * gst/monoscope/gstmonoscope.c:
6745           make sure we only provide 256x128
6746         * gst/monoscope/monoscope.c: (monoscope_init):
6747           assert size of 256x128
6748
6749 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6750
6751         * Makefile.am:
6752         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6753         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6754           fixate to max width and height of device
6755
6756 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6757
6758         * Makefile.am:
6759         * sys/v4l/gstv4l.c:
6760         * sys/v4l/gstv4lsrc.c:
6761         * sys/v4l/v4l_calls.c:
6762         * sys/v4l/v4lsrc_calls.c:
6763           fix for qc-usb driver which fakes having more than one buffer
6764           by handing the same buffer twice, which confused GStreamer's/v4lsrc
6765           buffer_free override
6766           add debugging
6767
6768 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6769
6770         * Makefile.am:
6771         * gst/videotestsrc/gstvideotestsrc.c:
6772         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6773         (gst_videotestsrc_init), (gst_videotestsrc_get),
6774         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6775         * gst/videotestsrc/gstvideotestsrc.h:
6776           add num-buffers property
6777
6778         2004-04-26  Benjamin Otte  <otte@gnome.org>
6779
6780         * ext/mad/gstid3tag.c: (plugin_init):
6781           set id3mux rank to NONE so it doesn't confuse spider
6782           require audio/mpeg,mpegversion=1 in id3mux
6783
6784 2004-04-26  Benjamin Otte  <otte@gnome.org>
6785
6786         * configure.ac:
6787           detect faad correctly as non-working if it's indeed non-working
6788
6789 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6790
6791         * Makefile.am:
6792         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6793         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6794         fix _getcaps so it only negotiates to its supported format
6795
6796 2004-04-25  Benjamin Otte  <otte@gnome.org>
6797
6798         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6799           fix memleak
6800
6801 2004-04-23  Benjamin Otte  <otte@gnome.org>
6802
6803         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6804           audio/x-raw-int with height rules! not. Now it's depth.
6805
6806 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6807
6808         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
6809         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6810         (gst_wavparse_loop):
6811           Missing variable initialization. Add handling of DVI ADPCM. Fix
6812           mis-parsing of LIST chunks. This works around a bug where we mis-
6813           parse non-aligning LIST chunks (so LIST chunks where the contents
6814           don't align with the actual LIST size). The correct fix is to use
6815           rifflib, I'm not going to fix wavparse - too much work. All this
6816           fixes #104878.
6817
6818 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
6819
6820         reviewed by Benjamin Otte  <otte@gnome.org>
6821
6822         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
6823           fix shoutcast not working (fixes #140844)
6824
6825 2004-04-22  Benjamin Otte  <otte@gnome.org>
6826
6827         * ext/hermes/gsthermescolorspace.c:
6828         (gst_hermes_colorspace_caps_remove_format_info):
6829         * gst/colorspace/gstcolorspace.c:
6830         (gst_colorspace_caps_remove_format_info):
6831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6832         (gst_ffmpegcolorspace_caps_remove_format_info):
6833           s/gst_caps_simplify/gst_caps_do_simplify/
6834
6835 2004-04-22  Benjamin Otte  <otte@gnome.org>
6836
6837         * gst-libs/gst/riff/riff-media.c:
6838         (gst_riff_create_video_caps_with_data):
6839           mpegversion is an int
6840         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
6841           don't try to create pad templates with NULL caps, use any caps
6842           instead.
6843
6844 2004-04-20  David Schleef  <ds@schleef.org>
6845
6846         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
6847         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
6848         (bug #140384)
6849
6850 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6851
6852         reviewed by David Schleef
6853
6854         * ext/mad/gstid3tag.c: Add stdlib.h
6855         * gst/rtp/gstrtpgsmenc.c: same
6856         * gst/tags/gstid3tag.c: same
6857         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
6858         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
6859         GST_DISABLE_LOADSAVE use.
6860         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
6861         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
6862         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
6863         atol(3)).
6864         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
6865         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
6866         strtoul(3)).
6867         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
6868         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
6869         $(ID3_CFLAGS).
6870         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
6871         $(LIBFAME_CFLAGS).
6872
6873 2004-04-20  David Schleef  <ds@schleef.org>
6874
6875         * gst/realmedia/rmdemux.c:  This was supposed to part of the
6876         last checkin.  Same idea.
6877
6878 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6879
6880         reviewed by David Schleef
6881
6882         * configure.ac: bump required gstreamer version to 0.8.1.1
6883         because of following changes [--ds]
6884
6885         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
6886         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
6887         (gst_riff_read_header):  Use GST_READ_UINT*
6888         macros to access possibly unaligned memory.
6889
6890         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
6891         (mp3_type_find):  Use GST_READ_UINT*
6892         macros to access possibly unaligned memory.
6893         (mp3_type_find, mpeg1_parse_header, qt_type_find)
6894         (speex_type_find): Likewise
6895
6896         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
6897
6898         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
6899         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
6900         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
6901         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
6902         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
6903         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
6904         macros to access possibly unaligned memory.
6905
6906         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
6907         Likewise.
6908
6909         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
6910         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
6911
6912         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6913         Likewise.
6914
6915         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
6916         (gst_mpeg2subt_chain_subtitle): Likewise.
6917
6918         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
6919         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
6920         Likewise.
6921
6922         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
6923         Likewise.
6924
6925         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
6926         Likewise.
6927
6928         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
6929         Likewise.
6930
6931 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6932
6933         * configure.ac:
6934           update required version of GStreamer because of GST_TIME_FORMAT
6935
6936 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6937
6938         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
6939           remove leftover g_print
6940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6941           don't try setting only a subset of the caps. We don't want to kill
6942           autoplugging on purpose
6943
6944 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6945
6946         * sys/ximage/ximagesink.c: (plugin_init):
6947         * sys/xvimage/xvimagesink.c: (plugin_init):
6948           add debugging categories
6949
6950 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6951
6952         * po/en_GB.po:
6953         * po/LINGUAS:
6954           Adding en_GB translation (Gareth Owen)
6955
6956 2004-04-20  David Schleef  <ds@schleef.org>
6957
6958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6959         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
6960         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
6961         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
6962         A number of new features and hacks to extract the esds atom and
6963         put it into the caps.  (bug #137724)
6964
6965 2004-04-19  David Schleef  <ds@schleef.org>
6966
6967         * gconf/Makefile.am: Fix for non-GNU make
6968         * gst-libs/gst/Makefile.am: Change directory order to handle
6969         GstPlay linking with gstinterfaces
6970         * gst-libs/gst/audio/make_filter: make use of tr portable
6971         * gst-libs/gst/play/Makefile.am: Add intended \
6972         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6973         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
6974         function prototype instead of void *.
6975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
6976         macro.
6977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6978         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
6979         * gst/videofilter/make_filter: make use of tr portable
6980         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
6981
6982 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6983                                                                                 
6984         * po/LINGUAS:
6985         * po/uk.po:
6986           Added Ukrainian translation (Maxim V. Dziumanenko)
6987                                                                                 
6988 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6989
6990         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
6991         (gst_gsmdec_link), (gst_gsmdec_chain):
6992           Fix capsnego, simplify chain function slightly.
6993         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6994           Add GSM.
6995
6996 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6997
6998         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6999         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
7000         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
7001           Hack to make wavparse work with spider (always -> sometimes pad).
7002           Fixes #135862 && #140411.
7003
7004 2004-04-18  Benjamin Otte  <otte@gnome.org>
7005
7006         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7007         (gst_osselement_rate_probe_check),
7008         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
7009           get rid of \n in debug output
7010
7011 2004-04-17  Iain <iain@prettypeople.org>
7012
7013         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
7014         not just EOS.
7015
7016 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7017
7018         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
7019         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
7020         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
7021         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
7022         (gst_id3_tag_src_link), (gst_id3_tag_chain),
7023         (gst_id3_tag_change_state), (plugin_init):
7024           deprecate id3tag element and replace with id3demux/id3mux.
7025           great side effect: this ugly file is now even uglier, yay!
7026         * ext/mad/gstmad.h:
7027           remove non-available function
7028           update for new get_type
7029
7030 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7031
7032         * configure.ac:
7033           require mpeg2dec >= 0.4.0
7034
7035 2004-04-17  Benjamin Otte  <otte@gnome.org>
7036
7037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7038         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
7039         (gst_xvimagesink_set_xwindow_id):
7040           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
7041           assorted cleanup fixes.
7042
7043 2004-04-16  David Schleef  <ds@schleef.org>
7044
7045         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
7046         * sys/xvimage/xvimagesink.h: same
7047
7048 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7049
7050         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7051           Fix GST_ELEMENT_ERROR with (NULL)
7052
7053 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * gst-libs/gst/riff/riff-media.c:
7056         (gst_riff_create_video_caps_with_data):
7057           Add div[3456] as fourccs for DivX 3 (fixes #140137).
7058
7059 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7060
7061         * gst-libs/gst/riff/riff-media.c:
7062         (gst_riff_create_video_caps_with_data),
7063         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
7064         (gst_riff_create_video_template_caps),
7065         (gst_riff_create_audio_template_caps):
7066         * gst-libs/gst/riff/riff-media.h:
7067         * gst-libs/gst/riff/riff-read.c:
7068         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
7069         * gst-libs/gst/riff/riff-read.h:
7070         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7071           Add MS RLE support. I added some functions to read out strf chunks
7072           into strf chunks and the data behind it. This is usually color
7073           palettes (as in RLE, but also in 8-bit RGB). Also use those during
7074           caps creation. Lastly, add ADPCM (similar to wavparse - which
7075           should eventually be rifflib based).
7076         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
7077         (gst_matroska_demux_init), (gst_matroska_demux_reset):
7078         * gst/matroska/matroska-demux.h:
7079           Remove placeholders for some prehistoric tagging system. Didn't add
7080           support for any tag system really anyway.
7081         * gst/qtdemux/qtdemux.c:
7082           Add support for audio/x-m4a (MPEG-4) through spider.
7083         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
7084         (gst_wavparse_loop):
7085           ADPCM support (#135862). Increase max. buffer size because we
7086           cannot split buffers for ADPCM (screws references) and I've seen
7087           files with 2048 byte chunks. 4096 seems safe for now.
7088
7089 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7090
7091         * configure.ac: bump nano to 1
7092
7093 === release 0.8.1 ===
7094
7095 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7096
7097         * configure.ac: releasing 0.8.1, "Comforting Sounds"
7098
7099 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7100
7101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7102           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
7103           Fixes #140058
7104
7105 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7106
7107         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
7108           lower rank of dvddemux so that it's not used for mpeg playback.
7109
7110 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7111
7112         * configure.ac:
7113           save libs correctly when checking mad
7114
7115 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7116
7117         * ext/mad/gstid3tag.c: (plugin_init):
7118           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
7119
7120 2004-04-13  David Schleef  <ds@schleef.org>
7121
7122         * common/m4/gst-feature.m4: Call -config scripts with
7123         --plugin-libs if it is supported.
7124         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
7125         JPEG images are image/jpeg.
7126         * gst/debug/Makefile.am:
7127         * gst/debug/negotiation.c: (gst_negotiation_class_init),
7128         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
7129         (gst_negotiation_update_caps), (gst_negotiation_get_property),
7130         (gst_negotiation_plugin_init): Add a property that acts like
7131         filter caps.
7132         * testsuite/gst-lint:  Move license checking to be a standard
7133         test.
7134
7135 2004-04-13  David Schleef  <ds@schleef.org>
7136
7137         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
7138         patch from Sebastien Cote (bug #139958)
7139
7140 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7141
7142         * examples/gstplay/Makefile.am:
7143         * examples/gstplay/player.c: (main):
7144           make the commandline player example use gconf settings
7145
7146 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7147
7148         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
7149         (gst_cacasink_sinkconnect), (gst_cacasink_init),
7150         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
7151           init/end library during state transition, not object
7152           creation/disposal.  get rid of custom dispose handler.
7153          
7154
7155 2004-04-12  Christian Schaller <Uraeus@gnome.org>
7156
7157         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
7158         be a symlink
7159
7160 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7161
7162         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
7163           Handle JUNK chunks inside data section. Prevents warnings.
7164
7165 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7166
7167         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7168         (gst_riff_create_video_template_caps):
7169           Add MS video v1.
7170         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7171         (gst_avi_demux_stream_data):
7172           Add support for "rec-list" chunks.
7173
7174 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7175
7176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7177           Fix another codecname mismatch.
7178
7179 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7180
7181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7182           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
7183           so that MJPEG plays back.
7184
7185 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7186
7187         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7188         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
7189         * gst/mpeg1videoparse/gstmp1videoparse.h:
7190           Fix for some slight mis-cuts in buffer parsing, and for some
7191           potential overflows or faults-causers. Adds disconts. Also fixes
7192           #139105 while we're at it.
7193
7194 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7195
7196         * configure.ac:
7197         * sys/v4l2/gstv4l2element.h:
7198           Workaround for missing struct v4l2_buffer declaration in Suse 9
7199           and Mandrake 10 linux/videodev2.h header file (#135919).
7200
7201 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7202
7203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
7204           Bail out if no filename was given.
7205
7206 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7207
7208         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
7209         (gst_v4l2_fourcc_from_structure):
7210           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
7211           Y41B somewhere).
7212
7213 2004-04-09  Benjamin Otte  <otte@gnome.org>
7214
7215         * ext/gnomevfs/gstgnomevfssink.c:
7216         (_gst_boolean_allow_overwrite_accumulator),
7217         (gst_gnomevfssink_class_init):
7218           fix erase signal - if any handler returns false the file will not be
7219           overwritten. If no handler is connected, the file will not be
7220           overwritten either.
7221           renamed signal to "allow-overwrite"
7222         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
7223           free string when adding it to ID3 failed
7224         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
7225           unref event when done
7226         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
7227           free caps
7228         * gst/typefind/gsttypefindfunctions.c:
7229         (mpeg_video_stream_type_find):
7230           fix invalid read 
7231
7232 2004-04-08  David Schleef  <ds@schleef.org>
7233
7234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7235         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
7236
7237 2004-04-08  David Schleef  <ds@schleef.org>
7238
7239         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
7240         we don't support (bug #139532)
7241
7242 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7243
7244         * ext/mad/gstmad.c: (gst_mad_handle_event),
7245         (gst_mad_check_caps_reset), (gst_mad_chain),
7246         (gst_mad_change_state):
7247           only set explicit caps if they haven't been set before for
7248           this stream.  MPEG-audio sample rate/channels aren't allowed
7249           to change in-stream.
7250           Fixes #139382
7251
7252 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7253
7254         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
7255         (_gst_boolean_did_something_accumulator),
7256         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
7257         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
7258         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
7259         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
7260         (gst_gnomevfssink_change_state):
7261           Fix erase signal. Don't erase by default. Remove handoff signal.
7262           Remove erase property. Don't segfault. General cleanup.
7263
7264 2004-04-07  Benjamin Otte  <otte@gnome.org>
7265
7266         * gst-libs/gst/gconf/test-gconf.c: (main):
7267           add missing gst_init
7268
7269 2004-04-07  Benjamin Otte  <otte@gnome.org>
7270
7271         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7272           free the mutexes, too
7273
7274 2004-04-07  Benjamin Otte  <otte@gnome.org>
7275
7276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
7277           actually free the URI string
7278         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
7279           compute offset correctly when passing discont events
7280         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7281           don't leak discont events
7282         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
7283           add some missing breaks so caps aren't copied randomly
7284         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
7285           if we realloc memory, we better use it
7286
7287 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7288
7289         * ext/mad/gstmad.c: (normal_seek):
7290           fix GST_FORMAT_TIME usage
7291
7292 2004-04-05  David Schleef  <ds@schleef.org>
7293
7294         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
7295         a deprecated function (hack!)
7296
7297 2004-04-05  Benjamin Otte  <otte@gnome.org>
7298
7299         * ext/esd/esdmon.c: (gst_esdmon_get):
7300           fix nonterminated vararg and memleak
7301
7302 2004-04-05  Benjamin Otte  <otte@gnome.org>
7303
7304         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
7305         (gst_ladspa_init), (gst_ladspa_force_src_caps),
7306         (gst_ladspa_set_property), (gst_ladspa_get_property),
7307         (gst_ladspa_instantiate), (gst_ladspa_activate),
7308         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
7309           clean up debugging
7310
7311 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
7312
7313         reviewed by Benjamin Otte  <otte@gnome.org>
7314
7315         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
7316           check for broken LADSPA parameters (fixes #138635)
7317         
7318 2004-04-05  Benjamin Otte  <otte@gnome.org>
7319
7320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
7321           advertise buffer-frames correctly on sinkpads
7322
7323 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7324
7325         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
7326         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
7327         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
7328         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
7329         (gst_mad_check_caps_reset), (gst_mad_chain):
7330         add more debugging, only reset caps when we're not in error state
7331
7332 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7333
7334         * ext/mad/gstmad.c: add debugging category, comment + cleanups
7335
7336 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7337
7338         reviewed by Benjamin Otte  <otte@gnome.org>
7339
7340         * configure.ac:
7341           fix == in test(1) operator
7342
7343 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
7344
7345         reviewed by Benjamin Otte  <otte@gnome.org>
7346
7347         * configure.ac:
7348           fix --export-symblos-regex to a working regex.
7349
7350 2004-04-04  Benjamin Otte  <otte@gnome.org>
7351
7352         * sys/oss/.cvsignore:
7353           add for oss_probe
7354
7355 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
7356
7357         reviewed by Benjamin Otte  <otte@gnome.org>
7358
7359         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7360           add missing 'new_media' argument (fixes #138168)
7361         * gst/matroska/matroska-demux.c:
7362         (gst_matroska_demux_handle_seek_event):
7363           add vararg terminator (fixes #138169)
7364
7365 2004-04-02  David Schleef  <ds@schleef.org>
7366
7367         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
7368         disted (bug #138914)
7369
7370 2004-04-01  Benjamin Otte  <otte@gnome.org>
7371
7372         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
7373         (gst_alsa_close_audio):
7374           handle case better where a soundcard can't pause
7375         * ext/ogg/gstoggdemux.c:
7376           don't crash when we get events but don't have pads yet
7377
7378 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7379
7380         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7381           throw an error if we couldn't probe any caps.
7382
7383 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7384
7385         * ext/dvdnav/gst-dvd:
7386         Add a really simple sample DVD player
7387
7388 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7389
7390         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
7391         (gst_a52dec_push), (gst_a52dec_handle_event),
7392         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
7393         (gst_a52dec_change_state):
7394         * ext/a52dec/gsta52dec.h:
7395           Use a debug category, Output timestamps correctly
7396           Emit tag info, Handle events, tell liba52dec about cpu
7397           capabilities so it can use MMX etc.
7398         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
7399           Fix a crasher accessing invalid memory
7400         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
7401         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
7402         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7403         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
7404         (dvdnavsrc_query):
7405           Some support for byte-format seeking.
7406           Small fixes for still frames and menu button overlays
7407         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7408         (gst_mpeg2dec_alloc_buffer):
7409           Use a debug category. Adjust the report level of several items to
7410           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
7411           so it doesn't lose the GstBuffer pointer
7412         * gst/debug/Makefile.am:
7413         * gst/debug/gstdebug.c: (plugin_init):
7414         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
7415         (gst_navseek_base_init), (gst_navseek_class_init),
7416         (gst_navseek_init), (gst_navseek_seek),
7417         (gst_navseek_handle_src_event), (gst_navseek_set_property),
7418         (gst_navseek_get_property), (gst_navseek_chain),
7419         (gst_navseek_plugin_init):
7420         * gst/debug/gstnavseek.h:
7421           Add the navseek debug element for seeking back and forth in a 
7422           video stream using arrow keys.
7423         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
7424         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
7425         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
7426         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
7427         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
7428         (gst_mpeg2subt_parse_header), (gst_get_nibble),
7429         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
7430         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
7431         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
7432         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
7433         * gst/mpeg2sub/gstmpeg2subt.h:
7434           Pretty much a complete rewrite. Now a loopbased element. May still
7435           require work to properly synchronise subtitle buffers.
7436         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
7437         (gst_dvd_demux_send_subbuffer):
7438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
7439           Don't attempt to create subbuffers of size 0
7440           Reduce a couple of error outputs to warnings.
7441         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
7442         (gst_y4mencode_chain):
7443         Output the y4m frame header correctly.
7444
7445 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7446
7447         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7448           throw errors instead of allowing SIGFPE
7449
7450 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7451
7452         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
7453         (gst_gconf_render_bin_from_key):
7454           leak plugging and style fixing
7455
7456 2004-03-31  David Schleef  <ds@schleef.org>
7457
7458         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
7459         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
7460         (bug #138225)
7461         * gst/debug/Makefile.am:
7462         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
7463         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
7464         plugin.
7465         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
7466         (gst_negotiation_base_init), (gst_negotiation_class_init),
7467         (gst_negotiation_init), (gst_negotiation_getcaps),
7468         (gst_negotiation_pad_link), (gst_negotiation_chain),
7469         (gst_negotiation_set_property), (gst_negotiation_get_property),
7470         (gst_negotiation_plugin_init):  New element to talk about random
7471         negotiation things happening in a pipeline.
7472
7473 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7474
7475         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7476           fix integer addition with help of Stefan Kost
7477
7478 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7479
7480         * po/nl.po: updated Dutch translation (Elros Cyriatan)
7481
7482 2004-03-30  David Schleef  <ds@schleef.org>
7483
7484         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
7485         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
7486         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
7487         (bug #137504)
7488         * ext/mpeg2dec/gstmpeg2dec.h:
7489
7490 2004-03-30  David Schleef  <ds@schleef.org>
7491
7492         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
7493
7494 2004-03-30  David Schleef  <ds@schleef.org>
7495
7496         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
7497         Michael Petullo) to handle .mov
7498
7499 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7500
7501         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7502         (gst_osselement_rate_check_rate):
7503           probe caps correctly for sound cards that only support one format
7504
7505 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7506
7507         * ext/kio/kiosrc.cpp: (process_events):
7508           update handling event processing if inside KDE - untested
7509
7510 2004-03-29  David Schleef  <ds@schleef.org>
7511
7512         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
7513         by 2 to not interfere with other colorspaces.
7514         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
7515         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
7516         one to not interfere with ffmpeg_colorspace.
7517
7518 2004-03-29  David Schleef  <ds@schleef.org>
7519
7520         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
7521         aren't in the caps.
7522         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
7523         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
7524
7525 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7526
7527         * gst-libs/gst/riff/riff-media.c:
7528           fail on error, don't try to set stuff on NULL caps
7529
7530 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7531
7532         * configure.ac:
7533         * ext/Makefile.am:
7534         * ext/kio/Makefile.am:
7535         * ext/kio/kioreceiver.cpp:
7536         * ext/kio/kioreceiver.h:
7537         * ext/kio/kiosrc.cpp:
7538         * ext/kio/kiosrc.h:
7539           add experimental kiosrc plugin
7540         * ext/alsa/gstalsaplugin.c: (plugin_init):
7541           initialize debugging category only when we're sure registering the
7542           plugins worked.
7543
7544 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7545
7546         * examples/gstplay/player.c: (main):
7547         * gst-libs/gst/play/play.c: (gst_play_class_init),
7548         (gst_play_set_location), (gst_play_set_data_src),
7549         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7550         (gst_play_set_visualization), (gst_play_connect_visualization):
7551           check return values of element_set_state and return FALSE where
7552           failed
7553
7554 2004-03-29  Benjamin Otte  <otte@gnome.org>
7555
7556         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7557           try harder to check if an event is really a discont
7558
7559 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7560
7561         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
7562         * po/az.po:
7563
7564 2004-03-28  Benjamin Otte  <otte@gnome.org>
7565
7566         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7568         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7569           get rid of non-standard "..." ranges in case statements.
7570
7571 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
7572
7573         * gst/mpegstream/gstmpegdemux.c: 
7574         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
7575         specific functionality split to the new dvddemux element.
7576         * gst/mpegstream/gstdvddemux.c:
7577         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
7578         streams, derived from mpegdemux.
7579         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
7580         up. SCR based timestamp rewriting can be turned off (will probably
7581         completely disappear soon).
7582         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7583         hacking. General cleanup. All printf statements replaced by
7584         debugging messages. Almost complete libdvdnav support.
7585         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7586         by events. New properties for audio and subpicture languages.
7587         (dvdnavsrc_update_highlight): Now uses events.
7588         (dvdnavsrc_user_op): Cleaned up.
7589         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7590         based). Lots of cleanup, and propper support for most libdvdnav
7591         events.
7592         (dvdnavsrc_make_dvd_event): New function.
7593         (dvdnavsrc_make_dvd_nav_packet_event): New function.
7594         (dvdnavsrc_make_clut_change_event): New function.
7595
7596 2004-03-26  Benjamin Otte  <otte@gnome.org>
7597
7598         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7599           fix bug where typefinding would claim it's theora whenever less then
7600           7 bytes of data were available
7601
7602 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7603
7604         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7605         (gst_alawdec_base_init), (gst_alawdec_class_init),
7606         (gst_alawdec_init), (gst_alawdec_chain):
7607         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7608         (gst_alawenc_base_init), (gst_alawenc_class_init),
7609         (gst_alawenc_init), (gst_alawenc_chain):
7610         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7611         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7612         (gst_mulawdec_init), (gst_mulawdec_chain):
7613         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7614         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7615         (gst_mulawenc_init), (gst_mulawenc_chain):
7616           Fix capsnego in all four, remove the unused property functions and
7617           simplify the chain functions slightly. I guess we could use macros
7618           or something similar for those, since the code is so similar, but
7619           I'm currently too lazy...
7620
7621 2004-03-24  David Schleef  <ds@schleef.org>
7622
7623         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7624         (gst_osselement_close_audio), (gst_osselement_probe_caps),
7625         (gst_osselement_get_format_structure),
7626         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7627         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7628         (gst_osselement_rate_int_compare): Add code to handle rate probing
7629         (bug #120883)
7630         * sys/oss/gstosselement.h: same
7631         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7632         Use rate probing provided by osselement.
7633         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7634
7635 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7636
7637         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7638         (gst_xvidenc_get_property):
7639           ulong/int mess-up.
7640
7641 2004-03-24  David Schleef  <ds@schleef.org>
7642
7643         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7644         (gst_speexdec_init):
7645         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7646         (gst_speexenc_init):  Create the pad template correctly (from
7647         the static pad template, not a NULL pointer.)
7648
7649 2004-03-25  Benjamin Otte  <otte@gnome.org>
7650
7651         * gst/debug/Makefile.am:
7652         * gst/debug/breakmydata.c: 
7653           add element that quasi-randomly changes bytes in the stream.
7654           Intended use is robustness checking of demuxers and decoders in
7655           media tests.
7656
7657 2004-03-24  Benjamin Otte  <otte@gnome.org>
7658
7659         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7660         (gst_alsa_probe_hw_params):
7661         * ext/alsa/gstalsa.h:
7662           debugging output fixes
7663
7664 2004-03-24  Benjamin Otte  <otte@gnome.org>
7665
7666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7667           don't g_return_if_fail if element is PLAYING, fail silently as every
7668           other element.
7669         * gst/effectv/gstquark.c: (gst_quarktv_chain):
7670           only fix needed for cast lvalue issues in gst-plugins
7671         * gst/volenv/gstvolenv.c: (gst_volenv_init):
7672           add proxy_getcaps
7673
7674 2004-03-24  Benjamin Otte  <otte@gnome.org>
7675
7676         * gst/level/gstlevel.c: (gst_level_init):
7677           add proxying getcaps function, so level doesn't advertise impossible
7678           caps
7679
7680 2004-03-24  David Schleef  <ds@schleef.org>
7681
7682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7683         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7684         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7685         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7686         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7687         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7688         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7689         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7690         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
7691         messages.  Divide the chunk size by the compression ratio
7692         (needed for MACE audio)
7693
7694 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7695
7696         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7697           Fix buffer overflow read error.
7698
7699 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7700
7701         * ext/alsa/gstalsa.h:
7702           Remove unused entry.
7703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7704           Add cinepak.
7705         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7706         (gst_videodrop_link), (gst_videodrop_chain):
7707           Fix, sort of. Was horribly broken with new capsnego. Bah...
7708
7709 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
7710
7711         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7712         (plugin_init):
7713         Add a monkeysaudio typefind function
7714
7715 2004-03-23  Johan Dahlin  <johan@gnome.org>
7716
7717         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
7718         (gst_play_video_fixate): Check so the structure has the field
7719         before trying to fixate them, this makes it possible to have
7720         fakesinks for video and audio output without printing errors on
7721         the output console.
7722
7723 2004-03-22  David Schleef  <ds@schleef.org>
7724
7725         * sys/oss/Makefile.am:
7726         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7727         (check_rate), (add_rate):  Rate probing test app.
7728
7729 2004-03-21  Benjamin Otte  <otte@gnome.org>
7730
7731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7732         (_fixate_caps_to_int), (gst_audio_convert_fixate):
7733           add a fixation function that pretty much does the right thing (fixes
7734           #137556)
7735
7736 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
7737
7738         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7739
7740 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
7741
7742         reviewed by: Benjamin Otte  <otte@gnome.org>
7743
7744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7745           terminate gst_event_new_discontinuous correctly (fixes parts of
7746           #137711)
7747
7748 2004-03-19  David Schleef  <ds@schleef.org>
7749
7750         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
7751         since it doesn't depend on X, and it's part of our ABI.
7752
7753 2004-03-19  Iain <iain@prettypeople.org>
7754
7755         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
7756         is_int in the structure, not the local variable.
7757
7758 2004-03-19  David Schleef  <ds@schleef.org>
7759
7760         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7761         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7762         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7763         Improvements in caps negotiation.
7764
7765 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7766
7767         * po/LINGUAS:
7768         * po/af.po:
7769           adding Afrikaans (Petri Jooste)
7770
7771 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7772
7773         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7774         (gst_ffmpegcolorspace_chain):
7775         throw error instead of g_critical (#137588)
7776
7777 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7778
7779         * Makefile.am:
7780         * configure.ac:
7781           dist common and m4 correctly
7782         * po/sv.po:
7783
7784 2004-03-17  David Schleef  <ds@schleef.org>
7785
7786         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
7787         (bug #137348)
7788
7789 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7790
7791         * po/LINGUAS:
7792         * po/sv.po:
7793           adding Swedish translation (Christian Rose)
7794
7795 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7796
7797         * Makefile.am: use release.mak
7798
7799 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7800
7801         * common/ChangeLog:
7802         * common/gst-autogen.sh:
7803           add some explanation about the version detection
7804         * configure.ac:
7805           fix X check
7806
7807 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7808
7809         * configure.ac: bump nano to 1
7810
7811 === release 0.8.0 ===
7812
7813 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7814
7815         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
7816
7817 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7818
7819         * configure.ac:
7820           update libtool version
7821         * gst-libs/gst/media-info/Makefile.am:
7822           actually use libtool version
7823
7824 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7825
7826         * configure.ac: fix speex detection to work with 1.0 but not 1.1
7827
7828 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7829
7830         * configure.ac:
7831         * gst-plugins.spec.in:
7832         * pkgconfig/Makefile.am:
7833         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7834         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7835         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7836         * pkgconfig/gstreamer-libs.pc.in:
7837         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7838         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7839         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
7840         * pkgconfig/gstreamer-plugins.pc.in:
7841           remove @VERSION@ from some of the pc files since core and plugins
7842           are decoupled.
7843           created gstreamer-plugins.pc as it's a better name, but keeping
7844           -libs around for now to get fixes upstream done first.
7845
7846 2004-03-15  Julien MOUTTE <julien@moutte.net>
7847
7848         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
7849         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
7850         * gst-libs/gst/play/play.h:
7851
7852 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7853
7854         * *.c, *.cc: don't mix tabs and spaces
7855
7856 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7857
7858         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
7859           use the new ffmpegcolorspace
7860         * gst-plugins.spec.in:
7861           package new colorspace and media-info
7862         * configure.ac:
7863         * pkgconfig/Makefile.am:
7864           fix some more disting issues
7865         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7866         * pkgconfig/gstreamer-media-info.pc.in:
7867           generate media-info pc files
7868
7869 2004-03-15  Johan Dahlin  <johan@gnome.org>
7870         
7871         * *.h: Revert indenting
7872
7873 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7874
7875         * configure.ac:
7876           adding ffmpegcolorspace element
7877         * gst/ffmpegcolorspace/Makefile.am:
7878         * gst/ffmpegcolorspace/avcodec.h:
7879         * gst/ffmpegcolorspace/common.h:
7880         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7881         * gst/ffmpegcolorspace/dsputil.h:
7882         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7883         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7884         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
7885         (gst_ffmpeg_caps_to_pix_fmt):
7886         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7888         (gst_ffmpegcolorspace_caps_remove_format_info),
7889         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
7890         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
7891         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
7892         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
7893         (gst_ffmpegcolorspace_set_property),
7894         (gst_ffmpegcolorspace_get_property),
7895         (gst_ffmpegcolorspace_register):
7896         * gst/ffmpegcolorspace/imgconvert.c:
7897         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7898         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7899         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7900         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7901         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7902         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
7903         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
7904         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
7905         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
7906         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
7907         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
7908         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
7909         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
7910         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
7911         (img_get_alpha_info), (deinterlace_line),
7912         (deinterlace_line_inplace), (deinterlace_bottom_field),
7913         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7914         * gst/ffmpegcolorspace/imgconvert_template.h:
7915         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7916         * gst/ffmpegcolorspace/mmx.h:
7917         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
7918           adding ffmpegcolorspace element supplied by Ronald after cleaning
7919           up and pulling in the right bits of upstream source. 
7920           I'm sure a better C/compiler wizard could do some cleaning up (for
7921           example use GLIB's malloc stuff), but as a first pass this
7922           works very well
7923
7924 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7925
7926         * ext/alsa/gstalsa.h:
7927           I assume Ronald forgot to commit the change to have cardname
7928           as a struct member.  Expect some public spanking at the next
7929           opportunity.
7930
7931 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7932
7933         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
7934         (gst_alsa_open_audio), (gst_alsa_close_audio):
7935         * ext/alsa/gstalsa.c:
7936           Don't open the device if we're a mixer (= padless).
7937         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
7938         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
7939         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
7940           Open mixer during state change rather than during object
7941           initialization. Also, get a device name. Currently in a somewhat
7942           hackish fashion, but I didn't really find something better.
7943
7944 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7945
7946         * *.c, *.h: run gst-indent
7947
7948 2004-03-14  Benjamin Otte  <otte@gnome.org>
7949
7950         * gst/modplug/gstmodplug.cc:
7951         * gst/modplug/gstmodplug.h:
7952           set correct timestamps on outgoing buffers
7953
7954 2004-03-14  Benjamin Otte  <otte@gnome.org>
7955
7956         * gst/modplug/gstmodplug.cc:
7957           handle events - don't do crap when a discont arrives that's not
7958           necessary
7959           This allows correct loading and playback of mods in Rhythmbox
7960
7961 2004-03-14  Benjamin Otte  <otte@gnome.org>
7962
7963         * configure.ac:
7964         * gst-libs/gst/gconf/Makefile.am:
7965         * pkgconfig/Makefile.am:
7966           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
7967           they get rebuilt properly
7968         * configure.ac:
7969           when checking for vorbis, try pkgconfig first.
7970         * gst/modplug/gstmodplug.cc:
7971           add fixate function
7972
7973 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7974
7975         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7976           Fix for obvious mistake, where we first shift the offset and then
7977           read a samplesize element assuming the old offset. Note that this
7978           part still has something weird, i.e. my movies containing those
7979           don't actually play well, but at least there's something that looks
7980           like sound now.
7981
7982 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
7983         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
7984         (plugin_init):
7985         Add a typefind function for speex format
7986
7987 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7988
7989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
7990         (gst_asf_demux_setup_pad):
7991           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
7992           instead of 0. Reason is simple: some elements have a fps range
7993           of 1-max instead of 0-max. So now ASF video actually works.
7994
7995 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7996
7997         * po/LINGUAS:
7998         * po/sr.po:
7999           adding serbian as a language
8000
8001 2004-03-13  Benjamin Otte  <otte@gnome.org>
8002
8003         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
8004           return taglist correctly from _get function, don't gst_pad_push it.
8005           (fixes #137042)
8006
8007 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
8008         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8009
8010 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8011
8012         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
8013         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
8014         (gst_alsa_mixer_track_new):
8015         * ext/alsa/gstalsamixertrack.h:
8016           Fix ancient leftovers... MixerTrack is a GObject.
8017
8018 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8019
8020         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
8021         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8022           Don't block during probing...
8023
8024 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8025
8026         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
8027         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
8028         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
8029         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
8030         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
8031         (gst_alsa_open_audio), (gst_alsa_close_audio):
8032         * ext/alsa/gstalsa.h:
8033           Add propertyprobe interface implementation, add some device-name
8034           property, all this so that it looks good in gnome-volume-control.
8035
8036 2004-03-12  David Schleef  <ds@schleef.org>
8037
8038         * configure.ac: the Hermes library controls hermescolorspace, not
8039         colorspace.
8040         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8041         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
8042         not /* */
8043         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
8044         * ext/sdl/sdlvideosink.h: ditto.
8045         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
8046
8047 2004-03-12  Benjamin Otte  <otte@gnome.org>
8048
8049         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
8050         (gst_x_overlay_got_xwindow_id):
8051         * gst-libs/gst/xoverlay/xoverlay.h:
8052           replace XID with unsigned long to get rid of the xlibs dependency in
8053           XOverlay (fixes #137004)
8054
8055 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
8056         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
8057         (gst_agingtv_setup):
8058         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
8059         (gst_dicetv_base_init), (gst_dicetv_class_init),
8060         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
8061         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
8062         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
8063         (gst_edgetv_setup), (gst_edgetv_rgb32):
8064         * gst/effectv/gsteffectv.c:
8065         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
8066         (gst_quarktv_set_property):
8067         * gst/effectv/gstrev.c: (gst_revtv_get_type),
8068         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
8069         (gst_revtv_setup), (gst_revtv_rgb32):
8070         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
8071         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
8072         (gst_shagadelictv_init), (gst_shagadelictv_setup),
8073         (gst_shagadelictv_rgb32):
8074         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
8075         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
8076         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
8077         * gst/effectv/gstwarp.c:
8078         Port everything that can be ported to videofilter and fix up the caps.
8079         Can someone with a big-endian machine please check these?
8080
8081 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8082
8083         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
8084         (gst_osssink_chain), (gst_osssink_change_state):
8085           Latest fixes for A/V sync, audio playback and such. This is about
8086           all... MPEG playback issues are mostly related to the async build-
8087           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
8088
8089 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8090
8091         patch from: Stephane Loeuillet
8092
8093         * configure.ac:
8094           use pkg-config for some libraries, falling back to the old .m4 way
8095           (fixes #131270)
8096         * m4/libdv.m4:
8097           removed
8098
8099 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8100
8101         * configure.ac:
8102         * tools/Makefile.am:
8103         * tools/Makefile.in:
8104         * tools/gst-launch-ext-m.m:
8105         * tools/gst-launch-ext.1.in:
8106         * tools/gst-visualise-m.m:
8107         * tools/gst-visualise.1:
8108         * tools/gst-visualise.1.in:
8109           reorganizing generation of script tools
8110
8111 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8112
8113         * ext/divx/gstdivxdec.c:
8114           Downgrade priority. We prefer ffdec_mpeg4.
8115         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
8116         (gst_faad_chain), (gst_faad_change_state):
8117           Fix capsnego. Doesn't work for some sounds because we don't have
8118           a 5:1 to stereo element.
8119         * ext/xvid/gstxvid.c: (plugin_init):
8120           Add priority.
8121         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
8122         (gst_osssink_change_state):
8123           Add discont handling.
8124
8125 2004-03-09  Colin Walters  <walters@verbum.org>
8126
8127         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
8128         conversion.
8129
8130 2004-03-09  Benjamin Otte  <otte@gnome.org>
8131
8132         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8133           the signals take 2 arguments
8134
8135 2004-03-09  David Schleef  <ds@schleef.org>
8136
8137         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
8138         (gst_alsa_fixate): Add fixate function.  (bug #136686)
8139         * ext/alsa/gstalsa.h:
8140         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
8141
8142 2004-03-09  Benjamin Otte  <otte@gnome.org>
8143
8144         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
8145         (gst_mikmod_change_state):
8146         * ext/mikmod/gstmikmod.h:
8147           make mikmod's loop function not loop infinitely and call
8148           gst_element_yield anymore
8149         * gst/modplug/gstmodplug.cc:
8150           fix pad negotiation (fixes #136590)
8151
8152 2004-03-09  David Schleef  <ds@schleef.org>
8153
8154         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
8155         doesn't conflict with the internal colorspace plugin.
8156         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
8157         satisfy the crappy-ass shell shipped by a certain vendor.
8158         * gst/videofilter/make_filter: same (bug #135299)
8159
8160 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8161
8162         * configure.ac: bump nano to 1
8163
8164 === release 0.7.6 ===
8165
8166 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8167
8168         * configure.in: releasing 0.7.6, "There"
8169
8170 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8171
8172         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8173         * pkgconfig/gstreamer-play.pc.in:
8174           synchronize the two
8175
8176 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8177
8178         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
8179         (cdparanoia_open), (cdparanoia_event):
8180           fix/add error handling
8181         * po/POTFILES.in:
8182           add cdparanoia source
8183         * tools/Makefile.am:
8184           make scripts executable
8185
8186 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8187
8188         * configure.ac:
8189         * ext/vorbis/Makefile.am:
8190         * sys/Makefile.am:
8191           remove id3types, vorbisfile and xvideosink from the build (#133783)
8192
8193 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8194
8195         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
8196           Fix metadata read crash (#136537).
8197
8198 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8199
8200         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
8201         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
8202           adding mime types, fixing the one-stop function
8203
8204 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8205
8206         * ext/nas/nassink.c and /ext/nas/nassink.h:
8207         More NAS love from Arwed von Merkatz
8208         So lets all sing 'Can you feel the NAS tonight' 
8209
8210 2004-03-08  Christian Schaller <Uraeus@gnome.org>
8211
8212         * tools/gst-launch-ext.in: 
8213         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
8214
8215 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8216
8217         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
8218         (gst_mpeg2dec_init):
8219         remove the user_data pad for now, because it is being used in
8220         fixating causing MPEG playback to fixate on 1000 Hz for playback.
8221         If someone knows how to fix this properly, please do.
8222
8223 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8224
8225         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8226         (gst_osssink_get_time):
8227         add a warning, IMO this won't get triggered anymore, remove later
8228
8229 2004-03-07  David Schleef  <ds@schleef.org>
8230
8231         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
8232         format (bug #136470)
8233
8234 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
8235
8236         * gst-libs/Makefile.am:
8237         * gst-libs/gst/media-info/Makefile.am:
8238         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
8239         (error_callback), (gst_media_info_error_create),
8240         (gst_media_info_error_element), (gmip_init), (gmip_reset),
8241         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
8242         * gst-libs/gst/media-info/media-info-priv.h:
8243         * gst-libs/gst/media-info/media-info-test.c: (main):
8244         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
8245         (gst_media_info_class_init), (gst_media_info_instance_init),
8246         (gst_media_info_set_source), (gst_media_info_read_with_idler),
8247         (gst_media_info_read_idler), (gst_media_info_read):
8248         * gst-libs/gst/media-info/media-info.h:
8249         fixed, should work now
8250
8251 2004-03-07  Christian Schaller <Uraeus@gnome.org>
8252
8253         * ext/nas/nassink.c:
8254         A bunch of NAS fixes from Arwed von Merkatz
8255
8256 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8257
8258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8259         (qtdemux_parse_trak):
8260           Fix crash (j might be greater than n_samples, in which case we're
8261           writing outside the allocated space for the array) and memleak.
8262
8263 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8264
8265         * sys/oss/gstosssink.c: (gst_osssink_chain):
8266           And another caller that couldn't handle delay < 0 (unsigned
8267           integer overflow). Video now continues playing on an audio
8268           buffer underrun, and the clock continues working. Audio still
8269           stalls.
8270
8271 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8272
8273         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8274         (gst_osssink_get_time):
8275           get_delay() may return values lower than 0. In those cases, we
8276           should not actually cast to *unsigned* int64, that will break
8277           stuff horribly. In my case, it screwed up A/V sync in movies
8278           in totem rather badly.
8279
8280 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8281
8282         * ext/faac/gstfaac.c: (gst_faac_chain):
8283         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
8284         * ext/libpng/gstpngenc.c: (user_write_data):
8285         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
8286         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
8287         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
8288         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8289         Fix several misuse of gst_buffer_merge (it doesn't take ownership
8290         of any buffer), should fix some leaks. I hope I didn't unref buffers
8291         that shouldn't be...
8292         
8293 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8294
8295         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
8296         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
8297         (error_callback), (gmi_reset), (gmi_seek_to_track),
8298         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
8299         (gmip_find_type_post), (gmip_find_stream_post),
8300         (gmip_find_track_streaminfo_post):
8301         * gst-libs/gst/media-info/media-info-priv.h:
8302         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
8303         (info_print), (main):
8304         * gst-libs/gst/media-info/media-info.c:
8305         (gst_media_info_error_create), (gst_media_info_error_element),
8306         (gst_media_info_instance_init), (gst_media_info_get_property),
8307         (gst_media_info_new), (gst_media_info_set_source),
8308         (gst_media_info_read_idler), (gst_media_info_read):
8309         * gst-libs/gst/media-info/media-info.h:
8310           first pass at making this work again.  This seems to work on
8311           tagged ogg/vorbis and mp3 files.
8312
8313 2004-03-06  Benjamin Otte  <otte@gnome.org>
8314
8315         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8316           fix huge leak: gst_buffer_merge doesn't unref the first argument
8317           itself.
8318
8319 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8320
8321         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
8322           report layer/mode/emphasis
8323
8324 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8325
8326         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
8327
8328 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8329
8330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
8331           signal serial
8332
8333 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8334
8335         * ext/vorbis/vorbis.c: (plugin_init):
8336         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
8337         (gst_vorbis_dec_init), (vorbis_dec_event):
8338         add debug category
8339         make vorbisdec handle _BYTE and _TIME queries
8340
8341 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8342
8343         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
8344           from the xing header
8345
8346 2004-03-06  Benjamin Otte  <otte@gnome.org>
8347
8348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
8349         (gst_audio_convert_link), (gst_audio_convert_change_state),
8350         (gst_audio_convert_buffer_from_default_format):
8351           do conversions from/to float correctly, fix some caps nego errors,
8352           export correct supported caps in template and getcaps, use correct
8353           caps in try_set_caps functions
8354
8355 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8356
8357         For some reason, I only committed a ChangeLog entry yesterday and 
8358         not the corresponding code...
8359         * ext/mad/gstmad.c: Fix detection of Xing headers
8360         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8361
8362 2004-03-06  Benjamin Otte  <otte@gnome.org>
8363
8364         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
8365         (gst_ogg_demux_src_query):
8366           make sure to handle the case where there's no current chain
8367           gracefully.
8368
8369 2004-03-05  David Schleef  <ds@schleef.org>
8370
8371         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
8372         Add fixate function. (bug #131128)
8373         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8374         (gst_sdlvideosink_fixate):  Add fixate function.
8375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8376         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
8377         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
8378         Fix missing break that was causing ulaw to be interpreted as
8379         raw int.
8380
8381 2004-03-05  David Schleef  <ds@schleef.org>
8382
8383         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8384         Fix code that ignores return value of gst_buffer_merge().
8385         (bug #114560)
8386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
8387         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
8388         * testsuite/gst-lint:  Check for above.
8389
8390 2004-03-05  David Schleef  <ds@schleef.org>
8391
8392         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
8393         caps and throw an element error.  (bug #136334)
8394
8395 2004-03-05  David Schleef  <ds@schleef.org>
8396
8397         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
8398         (gst_faad_chain): Fix negotiation.
8399         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
8400         key and button events.
8401         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
8402         dung heap of code.
8403         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
8404         depends on gconf
8405         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
8406         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8407         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
8408         function to encourage better negotiation, particularly between
8409         audioconvert and osssink.
8410         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8411         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
8412         more important.
8413         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
8414         typefinding.
8415         * gst/vbidec/vbiscreen.c:  Add glib header
8416         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
8417
8418 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
8419
8420         * ext/mad/gstmad.c: Fix detection of Xing headers
8421         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8422
8423 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8424
8425         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8426         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
8427           debug updates
8428
8429 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8430
8431         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8432         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
8433         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
8434         files, and report the parsed length as a GST_TAG_DURATION tag.
8435         * gst/tags/gstid3tag.c: support TLEN (duration) tag
8436
8437 2004-03-05  Benjamin Otte  <otte@gnome.org>
8438
8439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
8440           convert channels correctly. convert correctly to unsigned.
8441
8442 2004-03-05  Julien MOUTTE <julien@moutte.net>
8443
8444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
8445         we have a window before clearing it.
8446
8447 2004-03-05  Julien MOUTTE <julien@moutte.net>
8448
8449         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
8450         have a window before clearing it.
8451
8452 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8453
8454         * gconf/gstreamer.schemas.in:
8455         * gst-libs/gst/gconf/Makefile.am:
8456           version installation path the same way as for 0.6
8457         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8458         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8459         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8460           remove comment that was fixed
8461
8462 2004-03-05  David Schleef  <ds@schleef.org>
8463
8464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
8465         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
8466         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
8467         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
8468         Add prototype code for handling seeking and querying.
8469
8470 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8471
8472         * examples/gstplay/player.c: (main):
8473           Initialize variables to NULL. Prevents a segfault because the
8474           (uninitialized) variable is not NULL, resulting in a crash on
8475           trying to reach error->message.
8476
8477 2004-03-05  Benjamin Otte  <otte@gnome.org>
8478
8479         * gst/audioconvert/gstaudioconvert.c:
8480         (gst_audio_convert_buffer_to_default_format):
8481         make float=>int conversion work correctly even in cornercases.
8482
8483 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
8484
8485         * debian/README.Debian:
8486         * debian/build-deps:
8487         * debian/changelog:
8488         * debian/control:
8489         * debian/control.in:
8490         * debian/copyright:
8491         * debian/gstreamer-a52dec.files:
8492         * debian/gstreamer-aa.files:
8493         * debian/gstreamer-alsa.files:
8494         * debian/gstreamer-alsa.manpages:
8495         * debian/gstreamer-arts.files:
8496         * debian/gstreamer-artsd.files:
8497         * debian/gstreamer-audiofile.files:
8498         * debian/gstreamer-avifile.files:
8499         * debian/gstreamer-cdparanoia.files:
8500         * debian/gstreamer-colorspace.files:
8501         * debian/gstreamer-doc.files:
8502         * debian/gstreamer-dv.files:
8503         * debian/gstreamer-dvd.files:
8504         * debian/gstreamer-esd.files:
8505         * debian/gstreamer-festival.files:
8506         * debian/gstreamer-flac.files:
8507         * debian/gstreamer-gconf.conffiles:
8508         * debian/gstreamer-gconf.files:
8509         * debian/gstreamer-gconf.postinst:
8510         * debian/gstreamer-gnomevfs.files:
8511         * debian/gstreamer-gsm.files:
8512         * debian/gstreamer-http.files:
8513         * debian/gstreamer-jack.files:
8514         * debian/gstreamer-jpeg.files:
8515         * debian/gstreamer-mad.files:
8516         * debian/gstreamer-mikmod.files:
8517         * debian/gstreamer-misc.files:
8518         * debian/gstreamer-mpeg2dec.files:
8519         * debian/gstreamer-oss.files:
8520         * debian/gstreamer-plugin-apps.files:
8521         * debian/gstreamer-plugin-apps.manpages:
8522         * debian/gstreamer-plugin-libs-dev.files:
8523         * debian/gstreamer-plugin-libs.files:
8524         * debian/gstreamer-plugin-template.postinst:
8525         * debian/gstreamer-plugin-template.postrm:
8526         * debian/gstreamer-sdl.files:
8527         * debian/gstreamer-sid.files:
8528         * debian/gstreamer-vorbis.files:
8529         * debian/gstreamer-x.files:
8530         * debian/mk.control:
8531         * debian/rules:
8532         Debian package info not maintained here.
8533
8534 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8535
8536         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8537         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
8538         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
8539         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
8540         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
8541         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
8542         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8543         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
8544         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8545         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
8546         * gst-libs/gst/colorbalance/colorbalance.c:
8547         (gst_color_balance_class_init):
8548         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8549         (gst_color_balance_channel_class_init):
8550         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8551         * gst-libs/gst/play/play.c: (gst_play_class_init):
8552         * gst-libs/gst/propertyprobe/propertyprobe.c:
8553         (gst_property_probe_iface_init):
8554         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
8555         * gst-libs/gst/tuner/tunerchannel.c:
8556         (gst_tuner_channel_class_init):
8557         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
8558         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
8559         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
8560         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
8561         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
8562         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8563         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8564         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
8565         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
8566           fix signals to use - instead of _
8567         * ext/libcaca/gstcacasink.h:
8568         * ext/sdl/sdlvideosink.h:
8569           fix header rename
8570
8571 2004-03-04  David Schleef  <ds@schleef.org>
8572
8573         * testsuite/gst-lint:  Add a check for bad signal names.
8574
8575 2004-03-04  <kost@imn.htwk-leipzig.de>
8576
8577         reviewed by David Schleef
8578
8579         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
8580         modified the alpha channel and caused a warning. (bug #136192)
8581
8582 2004-04-03  Christian Schaller <Uraeus@gnome.org>
8583
8584         * gst-plugins.spec.in:
8585         Change names of plugins to actually be correct. Try to keep things
8586         alphabetical to avoid getting beat up by Thomas
8587
8588 2004-03-03  Julien MOUTTE <julien@moutte.net>
8589
8590         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8591         Using ximagesink as a default if no gconf key found. We should
8592         probably consider using alsasink instead of osssink for the audio
8593         part.
8594
8595 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8596
8597         * configure.ac:
8598           fix --with-plugins, don't think it ever worked before
8599         * gst-plugins.spec.in:
8600           even more updates
8601
8602 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8603
8604         * ext/sdl/sdlvideosink.h:
8605         * sys/ximage/ximagesink.h:
8606         * sys/xvideo/xvideosink.h:
8607         * sys/xvimage/xvimagesink.h:
8608           Fix for move of gstvideosink.h -> videosink.h.
8609
8610 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8611
8612         * gst-libs/gst/xwindowlistener/Makefile.am:
8613           this is a plugin library, not a library
8614
8615 2004-03-01  David Schleef  <ds@schleef.org>
8616
8617         * AUTHORS:  Added some names.  Add yourself if you're still
8618         missing.
8619
8620 2004-03-01  David Schleef  <ds@schleef.org>
8621
8622         * MAINTAINERS: Add
8623
8624 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8625
8626         * gst-plugins.spec.in: clean up spec file
8627
8628 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8629
8630         * gst-libs/gst/video/Makefile.am:
8631         * gst-libs/gst/video/gstvideosink.c:
8632         * gst-libs/gst/video/gstvideosink.h:
8633           rename gstvideosink.h to videosink.h to match other headers
8634         * gst/mixmatrix/Makefile.am:
8635           fix plugin filename
8636         * gst/tags/Makefile.am: fix plugin filename
8637
8638 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8639
8640         * gst/tags/Makefile.am: fix plugin filename
8641
8642 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8643
8644         * examples/gstplay/player.c: (got_time_tick), (main):
8645           add error handler
8646           display time_tick more readably
8647         * gst/mixmatrix/Makefile.am:
8648           fix plugin file name
8649
8650 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
8651
8652         * sys/oss/gstosselement.c: (gst_osselement_probe),
8653         (device_combination_append), (gst_osselement_class_probe_devices):
8654         * sys/oss/gstosselement.h: 
8655           Reworked enumeration of oss dsps and mixers so that gst-mixer works
8656           on my system using alsa oss emulation, fixes bug #135597
8657
8658 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8659
8660         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8661         (gst_videodrop_chain), (gst_videodrop_change_state):
8662         * gst/videodrop/gstvideodrop.h:
8663           Work based on timestamp of input data, not based on the expected
8664           framerate from the input. The consequence is that this element now
8665           not only scales framerates, but also functions as a framerate
8666           corrector or framerate stabilizer/constantizer.
8667
8668 2004-02-27  David Schleef  <ds@schleef.org>
8669
8670         patches from jmmv@menta.net (Julio M. Merino Vidal)
8671
8672         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8673         GST_ELEMENT_ERROR call (bug #135634)
8674         * gst/interleave/interleave.c: (interleave_buffered_loop),
8675         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8676         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8677         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8678         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8679         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8680         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8681         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8682         Fix GST_ELEMENT_ERROR call.
8683         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8684         GST_ELEMENT_ERROR call.
8685
8686 2004-02-27  Benjamin Otte  <otte@gnome.org>
8687
8688         * gst-libs/gst/audio/audio.h:
8689           add macro to make sure header isn't included twice
8690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8691           don't use gst_buffer_free
8692         * gst/playondemand/filter.func:
8693           don't use gst_data_free. Free data only once.
8694
8695 2004-02-26  David Schleef  <ds@schleef.org>
8696
8697         * gst-libs/gst/colorbalance/Makefile.am:
8698         * gst-libs/gst/mixer/Makefile.am:
8699         * gst-libs/gst/tuner/Makefile.am:
8700         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8701         should not be disted, -marshal.h files should not be installed,
8702         and -enum.h files _should_ be installed.  Fix to make this the
8703         case.
8704
8705 === release 0.7.5 ===
8706
8707 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8708
8709         * configure.ac: release 0.7.5, "Under The Sea"
8710
8711 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8712
8713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8714         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8715         * gst/videoscale/gstvideoscale.c:
8716         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8717           assorted debug/warning fixes
8718
8719 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8720
8721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8722         (gst_videoscale_init), (gst_videoscale_chain),
8723         (gst_videoscale_set_property), (plugin_init):
8724         * gst/videoscale/gstvideoscale.h:
8725         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8726         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8727         (gst_videoscale_planar400), (gst_videoscale_packed422),
8728         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8729         (gst_videoscale_24bit), (gst_videoscale_16bit),
8730         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8731         (gst_videoscale_scale_plane_slow),
8732         (gst_videoscale_scale_point_sample),
8733         (gst_videoscale_scale_nearest),
8734         (gst_videoscale_scale_nearest_str2),
8735         (gst_videoscale_scale_nearest_str4),
8736         (gst_videoscale_scale_nearest_32bit),
8737         (gst_videoscale_scale_nearest_24bit),
8738         (gst_videoscale_scale_nearest_16bit):
8739         add debugging category and use it properly
8740         fix use of GST_PTR_FORMAT
8741
8742 2004-02-25  Andy Wingo  <wingo@pobox.com>
8743
8744         * gst/interleave/interleave.c (interleave_buffered_loop): Always
8745         push only when channel->buffer is NULL. Prevents segfaults doing
8746         the state change after a nonlocal exit, like a scheme exception.
8747
8748         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8749         Handle the case where the intersected caps is empty.
8750
8751 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8752
8753         * gst/law/mulaw-decode.c: (mulawdec_link):
8754         * gst/law/mulaw.c: (plugin_init):
8755           fix mulawdec so it actually works again
8756
8757 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
8758
8759         reviewed by: David Schleef  <ds@schleef.org>
8760
8761         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8762         (gst_gamma_init), (gst_gamma_set_property),
8763         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8764         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
8765         for RGB, with separate r g and b correction factors. (#131167)
8766
8767 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8768
8769         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8770           only signal tags for bitrate if they're > 0 (#134894)
8771
8772 2004-02-24  David Schleef  <ds@schleef.org>
8773
8774         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8775         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8776         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8777         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8778         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8779         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8780         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8781         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8782         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
8783         category.  Attempt to fix timestamp calculation.
8784
8785 2004-02-24  Johan Dahlin  <johan@gnome.org>
8786
8787         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8788
8789 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8790
8791         * configure.ac:
8792         * gconf/Makefile.am:
8793         * gconf/gstreamer.schemas:
8794         * gst-libs/gst/gconf/Makefile.am:
8795         * gst-libs/gst/gconf/gconf.c:
8796           version gconf schemas and install locations
8797
8798 2004-02-23  Benjamin Otte  <otte@gnome.org>
8799
8800         * ext/xine/xineinput.c: (gst_xine_input_dispose):
8801         (gst_xine_input_subclass_init):
8802           call parent dispose.
8803           change pad template for CD reader correctly
8804         * ext/xine/Makefile.am:
8805         * ext/xine/gstxine.h:
8806         * ext/xine/xine.c: (plugin_init):
8807         * ext/xine/xineaudiosink.c:
8808           wrap audio sinks, too
8809         * gst-libs/gst/resample/private.h:
8810         * gst-libs/gst/resample/resample.c: (gst_resample_init),
8811         (gst_resample_reinit), (gst_resample_scale),
8812         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
8813         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
8814         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
8815         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
8816         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
8817         * gst-libs/gst/resample/resample.h:
8818         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8819         (gst_audioscale_class_init), (gst_audioscale_link),
8820         (gst_audioscale_get_buffer), (gst_audioscale_init),
8821         (gst_audioscale_chain), (gst_audioscale_set_property),
8822         (gst_audioscale_get_property):
8823         * gst/audioscale/gstaudioscale.h:
8824           s/resample_*/gst_resample_*/i to not clobber namespaces
8825
8826 2004-02-23  Julien MOUTTE  <julien@moutte.net>
8827
8828         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8829         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8830         (gst_riff_create_video_template_caps),
8831         (gst_riff_create_audio_template_caps),
8832         (gst_riff_create_iavs_template_caps):
8833         * gst-libs/gst/riff/riff-media.h:
8834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8835         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
8836         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
8837         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8839         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8840         (gst_matroska_demux_plugin_init): First batch implementing audio and 
8841         video codec tags in demuxers.
8842
8843 2004-02-22  Benjamin Otte  <otte@gnome.org>
8844
8845         * ext/xine/Makefile.am:
8846         * ext/xine/gstxine.h:
8847         * ext/xine/xine.c: (plugin_init):
8848         * ext/xine/xineinput.c:
8849           add input plugin wrapper. Playback from files, http, mms and cdda
8850           works.
8851         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
8852           remove leftover G_GNUC_UNUSED
8853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
8854         (gst_asf_demux_identify_guid):
8855           improve debugging output
8856
8857 2004-02-22  Benjamin Otte  <otte@gnome.org>
8858
8859         reported by: Padraig O'Briain <padraig.obriain@sun.com>
8860
8861         * autogen.sh:
8862           replace test -e with test -x for mkinstalldirs to be more portable.
8863           (fixes #134816)
8864
8865 2004-02-22  Benjamin Otte  <otte@gnome.org>
8866
8867         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
8868
8869         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
8870           set rank to PRIMARY
8871         * gst/volume/gstvolume.c: (plugin_init):
8872           set rank to NONE
8873         fixes #134960
8874
8875 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
8876
8877         reviewed by Benjamin Otte  <otte@gnome.org>
8878
8879         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8880           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
8881
8882 2004-02-22  Benjamin Otte  <otte@gnome.org>
8883
8884         * configure.ac:
8885           export [_]*{gst,Gst,GST}.* symbols from plugins
8886
8887 2004-02-22  Christophe Fergeau <teuf@gnome.org>
8888
8889         reviewed by: Benjamin Otte  <otte@gnome.org>
8890
8891         * ext/lame/gstlame.c: (add_one_tag):
8892         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
8894         (gst_vorbisenc_metadata_set1):
8895         * gst/tags/gstid3tag.c:
8896         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
8897           apply fixes from bugs #135042 (lame can't write tags) and #133817
8898           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
8899
8900 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
8901
8902         * configure.ac: Export only gst_plugin_desc from plugins.
8903          Note that this change only makes any effect with Linux using libtool 
8904          1.5.2 or higher. Otherwise it is silently ignored, but it would build
8905          fine. And don't try to have several versions of libtool in different
8906          directories.
8907
8908 2004-02-20  Andy Wingo  <wingo@pobox.com>
8909
8910         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
8911         interleave respectively.
8912
8913         * gst/interleave/deinterleave.c: New plugin: deinterleave
8914         (replaces on oneton).
8915         * gst/interleave/interleave.c: New plugin: interleave.
8916         * gst/interleave/plugin.h: Support file.
8917         * gst/interleave/plugin.c: Support file.
8918
8919         * configure.ac: Remove intfloat and oneton, add interleave.
8920
8921         * ext/sndfile/gstsf.c: Handle events better.
8922
8923         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
8924         and float2int operation. int2float has scheduling problems as
8925         noted in in2float_chain. 
8926
8927 2004-02-20  Benjamin Otte  <otte@gnome.org>
8928
8929         * ext/xine/Makefile.am:
8930         * ext/xine/gstxine.h:
8931         * ext/xine/xine.c: 
8932         * ext/xine/xineaudiodec.c: 
8933         * ext/xine/xinecaps.c: 
8934           add first version of xine plugin wrapper. Currently only wraps the
8935           QDM2 win32 DLL, and even that only in proof-of-concept quality.
8936         * configure.ac:
8937         * ext/Makefile.am:
8938           add xine plugin wrapper, disabled by default. Use --enable-xine to
8939           build. Note that it'll segfault on gst-register if you don't remove
8940           the goom and tvtime post plugins from xine.
8941         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8942         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
8943           add extradata parsing for QDM2.
8944           change around debugging prints.
8945
8946 2004-02-19  Benjamin Otte  <otte@gnome.org>
8947
8948         * ext/lame/gstlame.c: (gst_lame_chain):
8949         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8950           use gst_tag_list_insert when you want to insert tags
8951
8952 2004-02-18  David Schleef  <ds@schleef.org>
8953
8954         * configure.ac:  Move massink to gst-rotten
8955         * ext/Makefile.am:
8956         * ext/mas/Makefile.am:
8957         * ext/mas/massink.c:
8958         * ext/mas/massink.h:
8959
8960 2004-02-18  David Schleef  <ds@schleef.org>
8961
8962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
8963         typefinding, since it seems to be worse than nothing.
8964         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
8965         atom to recognize .mp4 and .m4a files as video/quicktime.
8966
8967 2004-02-18  David Schleef  <ds@schleef.org>
8968
8969         * gst/sine/demo-dparams.c: (quit_live),
8970         (dynparm_log_value_changed), (dynparm_value_changed), (main):
8971         Use double dparams, not float.
8972         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8973         (gst_sinesrc_init): Change sync default to FALSE, since multiple
8974         sync'd elements don't really work correctly.
8975         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
8976         (volume_update_volume), (volume_get_property):  Change dparam
8977         to double.
8978
8979 2004-02-18  Julien MOUTTE  <julien@moutte.net>
8980
8981         * sys/ximage/ximagesink.c:
8982         (gst_ximagesink_xwindow_update_geometry),
8983         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8984         (gst_ximagesink_change_state), (gst_ximagesink_expose),
8985         (gst_ximagesink_init): Rework the way software video scaling works. So
8986         now we check on each chain call if the video frames are feeling the 
8987         window. If not we try to renegotiate caps. On failure we memorize that
8988         and we won't try again for that PLAYING sessions.
8989         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
8990         failure.
8991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
8992         synchronous flag.
8993
8994 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8995
8996         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8997           break up _link so we can give a better debug message for errors
8998
8999 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
9000
9001         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9002           set up debug category
9003
9004 2004-02-18  Julien MOUTTE <julien@moutte.net>
9005
9006         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9007         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
9008         the way renegotiation work. The event handling function is not taking
9009         care of external windows and renegotiate method check for pad flags
9010         NEGOTIATING. Should fix : #133209
9011
9012 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9013
9014         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
9015         pad is negotiating before trying renegotiation.
9016
9017 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9018
9019         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9020           pass on all possible mime types as typefind hints
9021
9022 2004-02-17  Julien MOUTTE <julien@moutte.net>
9023
9024         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
9026         possible SHM leak if we crash. All other apps using XShm are doing
9027         that.
9028
9029 2004-02-17  Julien MOUTTE  <julien@moutte.net>
9030
9031         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9032         (gst_ximagesink_expose): Renegotiate size on expose.
9033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
9034         size on expose.
9035
9036 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9037
9038         * testsuite/alsa/sinesrc.c:
9039           cosmetic fix to fix compile issue with gcc 2.95.4
9040
9041 2004-02-16  Julien MOUTTE <julien@moutte.net>
9042
9043         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
9044         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
9045         failed opening the audio device.
9046         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
9047         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
9048         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
9049         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
9050         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
9051         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
9052         (gst_ximagesink_change_state), (gst_ximagesink_chain),
9053         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
9054         Removing some useless g_return_if_fail like wingo suggested.
9055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
9056         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
9057         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9058         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
9059         (gst_xvimagesink_update_colorbalance),
9060         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
9061         (gst_xvimagesink_xcontext_clear),
9062         (gst_xvimagesink_get_fourcc_from_caps),
9063         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
9064         (gst_xvimagesink_set_xwindow_id),
9065         (gst_xvimagesink_colorbalance_list_channels),
9066         (gst_xvimagesink_colorbalance_set_value),
9067         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
9068         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
9069
9070 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9071
9072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
9073           throw error when not negotiated instead of asserting
9074
9075 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9076
9077         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
9078         correct data refcounting.
9079
9080 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9081
9082         * gst/switch/gstswitch.c: (gst_switch_change_state),
9083         (gst_switch_class_init): Cleaning the sinkpads correctly on state
9084         change, mostly the EOS flag.
9085
9086 2004-02-15  Julien MOUTTE  <julien@moutte.net>
9087
9088         * examples/gstplay/player.c: (got_eos), (main): Adding some 
9089         output for debugging.
9090         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
9091         timeouts if we go to any state different from PLAYING.
9092         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
9093         more EOS bugs in riff lib.
9094
9095 2004-02-14  Julien MOUTTE  <julien@moutte.net>
9096
9097         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
9098         visualization until i find a way to fix switch correctly.
9099         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
9100         EOS arrives.
9101         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9102         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
9103         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
9104         Reworked switch to get a more correct behaviour with events and refing
9105         of data stored in sinkpads.
9106         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
9107         we don't pull from a pad in EOS.
9108
9109 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9110
9111         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9112           remove v1 tag even if we can't read it (makes sure we don't detect
9113           it again)
9114
9115 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9116
9117         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
9118         (gst_alsa_xrun_recovery):
9119         * ext/alsa/gstalsa.h:
9120           try xrun recovery when wait failed. Make xrun recovery function
9121           return TRUE/FALSE to indicate success. (might fix #134354)
9122
9123 2004-02-13  David Schleef  <ds@schleef.org>
9124
9125         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
9126         (dynparm_value_changed), (main): Convert from float to double.
9127         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
9128
9129 2004-02-13  David Schleef  <ds@schleef.org>
9130
9131         * gst/silence/gstsilence.c: (gst_silence_class_init),
9132         (gst_silence_set_clock), (gst_silence_get),
9133         (gst_silence_set_property), (gst_silence_get_property):
9134         * gst/silence/gstsilence.h: Add sync property.
9135         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9136         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
9137         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
9138         * gst/sine/gstsinesrc.h: Add sync property.
9139
9140 2004-02-13  David Schleef  <ds@schleef.org>
9141
9142         * gst/intfloat/gstint2float.c: (conv_f32_s16),
9143         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
9144
9145 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9146
9147         * configure.ac:
9148         * ext/Makefile.am:
9149         * gst-libs/ext/Makefile.am:
9150           move ffmpeg plugin to gst-ffmpeg module
9151
9152 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9153
9154         * configure.ac: use GST_ARCH to detect architecture
9155
9156 2004-02-12  Julien MOUTTE  <julien@moutte.net>
9157
9158         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
9159
9160 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
9161
9162         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9163           classify LADSPA plugins based on number of src/sink pads
9164           (#133663, Stefan Kost)
9165         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
9166           fix dparams registration
9167           (#133528, Stefan Kost)
9168         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
9169           fix use of isprint and use g_ascii_isprint instead
9170           (#133316, Stefan Kost)
9171
9172 2004-02-11  David Schleef  <ds@schleef.org>
9173
9174         Convert a few inner loops to use liboil.  This is currently
9175         optional, and is only enabled if liboil is present (duh!).
9176         * configure.ac: Check for liboil-0.1
9177         * gst/intfloat/Makefile.am:
9178         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
9179         (gst_int2float_chain_gint16):
9180         * gst/videofilter/Makefile.am:
9181         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
9182         (tablelookup_u8), (gst_videobalance_planar411):
9183         * gst/videotestsrc/Makefile.am:
9184         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
9185         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
9186         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
9187         (paint_hline_RGB565), (paint_hline_xRGB1555):
9188
9189 2004-02-11  David Schleef  <ds@schleef.org>
9190
9191         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
9192         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
9193         (gst_colorspace_getcaps), (gst_colorspace_link),
9194         (gst_colorspace_base_init), (gst_colorspace_init),
9195         (gst_colorspace_chain), (gst_colorspace_change_state),
9196         (plugin_init): Merge Ronald's patch (bug #117897) and update
9197         for new caps and negotiation.  Seems to work, although it
9198         shows off bugs in lcs.
9199
9200 2004-02-11  David Schleef  <ds@schleef.org>
9201
9202         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
9203         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
9204
9205 2004-02-11  David Schleef  <ds@schleef.org>
9206
9207         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
9208         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
9209         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
9210         Add server and port properties
9211
9212 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9213
9214         * m4/a52.m4:
9215         * m4/aalib.m4:
9216         * m4/as-ffmpeg.m4:
9217         * m4/as-liblame.m4:
9218         * m4/as-slurp-ffmpeg.m4:
9219         * m4/check-libheader.m4:
9220         * m4/esd.m4:
9221         * m4/freetype2.m4:
9222         * m4/gconf-2.m4:
9223         * m4/glib.m4:
9224         * m4/gst-alsa.m4:
9225         * m4/gst-artsc.m4:
9226         * m4/gst-ivorbis.m4:
9227         * m4/gst-matroska.m4:
9228         * m4/gst-sdl.m4:
9229         * m4/gst-shout2.m4:
9230         * m4/gst-sid.m4:
9231         * m4/gtk.m4:
9232         * m4/libdv.m4:
9233         * m4/libfame.m4:
9234         * m4/libmikmod.m4:
9235         * m4/ogg.m4:
9236         * m4/vorbis.m4:
9237           fix underquotedness of macros (#133800)
9238         * m4/as-avifile.m4:
9239         * m4/xmms.m4:
9240           removed because no longer used
9241
9242 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9243
9244         * configure.ac:
9245           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
9246           by autopoint (fixes #132996)
9247
9248 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9249
9250         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
9251         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
9252         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
9253         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
9254           fix memleaks
9255
9256 2004-02-11  David Schleef  <ds@schleef.org>
9257
9258         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
9259         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
9260         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
9261         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
9262         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
9263         (gst_jpegenc_class_init), (gst_jpegenc_init),
9264         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
9265         (gst_jpegenc_chain), (gst_jpegenc_set_property),
9266         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
9267         * ext/jpeg/gstjpegenc.h: Fix negotiation.
9268
9269 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9270
9271         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
9272         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
9273         * ext/mikmod/gstmikmod.h:
9274           fix caps negotiation in mikmod
9275         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
9276           output debug information
9277
9278 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9279
9280         * gst-libs/gst/colorbalance/Makefile.am:
9281         * gst-libs/gst/navigation/Makefile.am:
9282         * gst-libs/gst/xoverlay/Makefile.am:
9283           remove unused GST_OPT_CFLAGS from Makefiles
9284           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
9285
9286 2004-02-07  David Schleef  <ds@schleef.org>
9287
9288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
9289         push events to pads that haven't been created (#133508)
9290
9291 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
9292
9293         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
9294         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
9295         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
9296         (gst_dvdec_loop), (gst_dvdec_change_state):
9297         Second attempt at committing a working dvdec element.
9298
9299 2004-02-06  David Schleef  <ds@schleef.org>
9300
9301         Build fixes for OS X: (see #129600)
9302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
9303         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
9304         (gst_riff_read_strf_iavs):
9305         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9306         (gst_avi_demux_stream_odml):
9307         * gst/playondemand/Makefile.am:
9308         * gst/rtp/rtp-packet.c:
9309
9310 2004-02-05  David Schleef  <ds@schleef.org>
9311
9312         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
9313         last change, because it Just Doesn't Compile.
9314
9315 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9316
9317         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
9318           skip undecodable id3v2 tag instead of keeping it
9319
9320 2004-02-05  David Schleef  <ds@schleef.org>
9321
9322         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
9323         Unref leaked buffer.  (Noticed by Ronald)
9324
9325 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
9326
9327         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9328         Sync requires with other checks.  >= vs =.
9329
9330 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
9331
9332         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9333         (gst_dvdec_video_link), (gst_dvdec_loop):
9334         * ext/dv/gstdvdec.h:
9335           rework the caps negotiation so that dvdec works again instead
9336           of just segfaulting.
9337
9338 === release 0.7.4 ===
9339
9340 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9341                                                                                 
9342         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
9343         * configure.ac: changed for release
9344
9345 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9346
9347         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
9348         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
9349         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
9350         * pkgconfig/gstreamer-play-uninstalled.pc.in:
9351           reworked patch by David Lehn to fix libdir and includedir for
9352           uninstalled libraries
9353           removed play and gconf from gstreamer-libs since they have their
9354           own pkgconfig files
9355
9356 2004-02-04  David Schleef  <ds@schleef.org>
9357
9358         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
9359         memleak.
9360
9361 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9362
9363         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9364           use correct GST_TAG_ENCODER tag
9365
9366 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9367
9368         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9369           be sure to stop the clock when going to paused
9370         * sys/oss/gstosssink.c: (gst_osssink_change_state):
9371           reset number of transmitted when going to ready.
9372         fixes #132935
9373
9374 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
9375
9376         reviewed by Benjamin Otte
9377
9378         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9379           extract track count (fixes #133410)
9380
9381 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9382
9383         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9384           that should be !=, not == (fixes #132519)
9385
9386 2004-02-04  David Schleef  <ds@schleef.org>
9387
9388         Make sure set_explicit_caps() is called before adding pad.
9389         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9390         * gst/id3/gstid3types.c: (gst_id3types_loop):
9391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9392         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9393
9394 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9395
9396         * configure.ac:
9397           bump nano to 2, first prerelease
9398           put back AM_PROG_LIBTOOL
9399
9400 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9401
9402         * testsuite/alsa/Makefile.am:
9403           these are user test apps, not automatic testsuite tests
9404
9405 2004-02-04  David Schleef  <ds@schleef.org>
9406
9407         Convert GST_DEBUG_CAPS() to GST_DEBUG():
9408         * gst/mpeg1videoparse/gstmp1videoparse.c:
9409         (mp1videoparse_parse_seq):
9410         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9412         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
9413         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9414         (gst_xvideosink_getcaps):
9415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9416         * testsuite/gst-lint: more tests
9417
9418 2004-02-04  David Schleef  <ds@schleef.org>
9419
9420         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
9421         with the code that they would expand to.
9422         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
9423         (gst_flacdec_get_src_query_types),
9424         (gst_flacdec_get_src_event_masks):
9425         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
9426         (gst_gnomevfssrc_get_query_types),
9427         (gst_gnomevfssrc_get_event_mask):
9428
9429 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9430
9431         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9432         (gst_sinesrc_dispose):
9433           fix memleak by properly disposing sinesrc
9434
9435 2004-02-04  Julien MOUTTE  <julien@moutte.net>
9436
9437         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
9438         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
9439         an overlay to redraw the image because it has been exposed.
9440         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
9441         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
9442         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
9443         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
9444         interface
9445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
9446         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
9447         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
9448         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
9449         interface 
9450
9451 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9452
9453         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9454           more memleak fixage
9455
9456 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9457
9458         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9459         * gst/typefind/gsttypefindfunctions.c:
9460           fix memleaks shown by gst-typefind
9461
9462 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9463
9464         * common/glib-gen.mak:
9465           add hack rule to touch .Plo files
9466         * gst-libs/gst/colorbalance/Makefile.am:
9467         * gst-libs/gst/mixer/Makefile.am:
9468         * gst-libs/gst/play/Makefile.am:
9469         * gst-libs/gst/tuner/Makefile.am:
9470           remove glib_root variable
9471
9472 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9473
9474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
9475           set explicit caps before adding the element, so the autopluggers can
9476           plug correctly.
9477         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9478         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9479         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9480         (dv_type_find):
9481           fix memleaks in typefind functions. gst_type_find_suggest takes a const
9482           argument.
9483
9484 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9485
9486         * gst-libs/gst/colorbalance/Makefile.am:
9487         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9488         * gst-libs/gst/colorbalance/colorbalance.c:
9489         * gst-libs/gst/colorbalance/colorbalance.h:
9490         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
9491         * gst-libs/gst/mixer/Makefile.am:
9492         * gst-libs/gst/mixer/mixer-marshal.list:
9493         * gst-libs/gst/mixer/mixer.c:
9494         * gst-libs/gst/mixer/mixer.h:
9495         * gst-libs/gst/mixer/mixermarshal.list:
9496         * gst-libs/gst/play/Makefile.am:
9497         * gst-libs/gst/play/play.h:
9498         * gst-libs/gst/tuner/Makefile.am:
9499         * gst-libs/gst/tuner/tuner-marshal.list:
9500         * gst-libs/gst/tuner/tuner.c:
9501         * gst-libs/gst/tuner/tuner.h:
9502         * gst-libs/gst/tuner/tunermarshal.list:
9503           use new glib-gen.mak snippet to clean up Makefile.am
9504           fix various bugs in Makefile.am's
9505
9506 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9507
9508         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9509           handle chain parsing correctly in the multichain case
9510         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
9511         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
9512         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9513         (theora_dec_chain):
9514           handle events and queries correctly
9515
9516 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9517
9518         * .cvsignore:
9519         Ignore generated file _stdint.h.
9520
9521 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9522
9523         * gst-libs/gst/colorbalance/Makefile.am:
9524         * gst-libs/gst/colorbalance/colorbalance.h:
9525         * gst-libs/gst/mixer/Makefile.am:
9526         * gst-libs/gst/mixer/mixer.h:
9527         * gst-libs/gst/play/Makefile.am:
9528         * gst-libs/gst/play/play.h:
9529         * gst-libs/gst/tuner/Makefile.am:
9530         * gst-libs/gst/tuner/tuner.h:
9531         Generate enum type code with glib-mkenums.
9532         * gst-libs/gst/colorbalance/.cvsignore:
9533         * gst-libs/gst/mixer/.cvsignore:
9534         * gst-libs/gst/play/.cvsignore:
9535         * gst-libs/gst/tuner/.cvsignore:
9536         Ignore generated files.
9537
9538 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9539
9540         * gst-libs/gst/audio/.cvsignore:
9541         Ignore generated file.
9542         * gst-libs/gst/audio/Makefile.am:
9543         Do not install example filter.
9544
9545 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9546
9547         * examples/switch/.cvsignore:
9548         Ignore generated file.
9549
9550 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9551
9552         * common/m4/ax_create_stdint_h.m4:
9553         * configure.ac:
9554           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
9555           _stdint.h.
9556         * Makefile.am:
9557           remove generated _stdint.h in DISTCLEANFILES
9558         * ext/a52dec/gsta52dec.c:
9559           include _stdint.h for a52dec. (should fix #133064)
9560
9561 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9562
9563         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
9564         (gst_tag_to_vorbis_comments):
9565         Add replaygain support to vorbistag
9566
9567 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9568         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9569         (gst_ffmpeg_caps_to_extradata):
9570           Fix SVQ3 caps flag properties
9571           Use glib macro for bytes swap
9572
9573 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9574
9575         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9576         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9577         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9578         * ext/sndfile/gstsf.c: (plugin_init):
9579         * gst/avi/gstavi.c: (plugin_init):
9580         * sys/dxr3/dxr3init.c: (plugin_init):
9581         * sys/oss/gstossaudio.c: (plugin_init):
9582         * sys/v4l/gstv4l.c: (plugin_init):
9583         * sys/v4l2/gstv4l2.c: (plugin_init):
9584           remove textdomain calls
9585         * po/nl.po:
9586           update Dutch translation
9587
9588 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9589
9590         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9591         (gst_play_set_audio_sink): Moving volume in the audio thread for 
9592         instantaneous volume change. Maybe i will add another volume in front
9593         of visualization later, not sure yet though.
9594
9595 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9596
9597         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9598         (gst_ximagesink_handle_xevents): Better X events handling, only take
9599         the latest events for configure and motion.
9600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9601
9602 2004-02-02  Jon Trowbridge  <trow@gnu.org>
9603
9604         reviewed by: David Schleef  <ds@schleef.org>
9605
9606         Fix memory leaks:
9607         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9608         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9609
9610 2004-02-02  David Schleef  <ds@schleef.org>
9611
9612         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
9613         of lines.
9614         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9615         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9616         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9617         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9618         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9619         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9620         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9621         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9622         (gst_float2_2_int_link):
9623         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9624         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9625         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9626         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9627         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9628         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9629         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9630         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9631         * testsuite/gst-lint: Add tests for bzero and ;;
9632
9633 2004-02-02  David Schleef  <ds@schleef.org>
9634
9635         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9636
9637 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9638
9639         * ext/aalib/gstaasink.c: (gst_aasink_open):
9640         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9642         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9643         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9644         (gst_afsink_close_file):
9645         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9646         (gst_afsrc_close_file):
9647         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9648         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9649         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9650         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9651         * ext/esd/esdmon.c: (gst_esdmon_get):
9652         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9653         * ext/faac/gstfaac.c: (gst_faac_chain):
9654         * ext/faad/gstfaad.c: (gst_faad_chain):
9655         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9656         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9657         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9658         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9659         (gst_flacdec_loop):
9660         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9661         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9662         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9663         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9664         (gst_gnomevfssink_close_file):
9665         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9666         (gst_gnomevfssrc_open_file):
9667         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9668         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9669         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9670         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9671         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9672         * ext/mad/gstmad.c: (gst_mad_chain):
9673         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9674         * ext/mpeg2dec/gstmpeg2dec.c:
9675         * ext/mpeg2enc/gstmpeg2enc.cc:
9676         * ext/mplex/gstmplex.cc:
9677         * ext/mplex/gstmplexibitstream.cc:
9678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9679         (gst_ogg_demux_push):
9680         * ext/raw1394/gstdv1394src.c:
9681         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9682         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9683         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9684         (gst_sf_loop):
9685         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9686         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9687         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9688         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9689         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9690         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9691         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9692         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9693         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9694         (gst_riff_read_element_data), (gst_riff_read_seek),
9695         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9696         * gst/adder/gstadder.c: (gst_adder_loop):
9697         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9698         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9699         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9700         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9701         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9702         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9703         * gst/goom/gstgoom.c: (gst_goom_chain):
9704         * gst/id3/gstid3types.c: (gst_id3types_loop):
9705         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9706         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9707         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9708         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9709         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9710         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9711         (gst_ebml_read_float), (gst_ebml_read_header):
9712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9713         (gst_matroska_demux_parse_blockgroup):
9714         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9715         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9716         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9717         * gst/silence/gstsilence.c: (gst_silence_get):
9718         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9719         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9720         * gst/speed/gstspeed.c: (speed_loop):
9721         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9722         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9723         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9724         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9725         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9726         (gst_wavparse_loop):
9727         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9728         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9729         (dxr3audiosink_close):
9730         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9731         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9732         (dxr3videosink_close), (dxr3videosink_write_data):
9733         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9734         * sys/oss/gstosssink.c: (gst_osssink_chain):
9735         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9736         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9737         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9739         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9740         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9741         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9742         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9743         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9744         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9745         (gst_v4l_set_audio):
9746         * sys/v4l/v4l_calls.h:
9747         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9748         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9749         (gst_v4lmjpegsink_playback_init),
9750         (gst_v4lmjpegsink_playback_start):
9751         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9752         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9753         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9754         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9755         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9756         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9757         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9758         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9759         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9760         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9761         (gst_v4l2_get_output), (gst_v4l2_set_output),
9762         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9763         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9764         (gst_v4l2_set_attribute):
9765         * sys/v4l2/v4l2_calls.h:
9766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9767         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9768         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9769         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9770         (gst_v4l2src_capture_stop):
9771         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9772         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9773         (gst_ximagesink_chain):
9774         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9775         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9776         (gst_xvideosink_xwindow_new):
9777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9778         (gst_xvimagesink_chain):
9779
9780 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9781
9782         * gst/volume/gstvolume.c: (gst_volume_set_volume),
9783         (gst_volume_get_volume), (volume_class_init), (volume_init),
9784         (volume_chain_int16), (volume_update_volume):
9785         * gst/volume/gstvolume.h:
9786           make code more readable by removing magic numbers
9787           make mixer interface export 0-100 range
9788           make it internally map to 0.0-1.0 range so users don't distort
9789           output by putting the sliders at full volume
9790
9791 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9792
9793         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9794         (gst_play_state_change), (gst_play_seek_to_time):
9795         block the tick callback for 0.5 secs after doing a seek
9796
9797 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9798
9799         * gst-libs/gst/play/play.c: (gst_play_new):
9800           check for GError
9801
9802 2004-02-01  Julien MOUTTE  <julien@moutte.net>
9803
9804         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
9805         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
9806         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9807         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
9808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9809         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
9810
9811 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9812
9813         * configure.ac:
9814         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9815           check for a function added in vorbis 1.1
9816
9817 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9818
9819         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9820         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
9821           really start/stop clock only on PLAYING <=> PAUSED
9822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9823           remove \n from debugging lines
9824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9825           make it work when seeking does not
9826         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9827           reset on DISCONT
9828
9829 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9830
9831         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
9832           start clock on PAUSED=>PLAYING, not later
9833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9834           extract correct time for different discont formats
9835         (gst_alsa_sink_get_time):
9836           don't segfault when no format is negotiated yet, just return 0
9837         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9838         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
9839         (gst_ogg_pad_push):
9840           handle flush and discont events correctly
9841         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9842           handle discont events correctly
9843
9844 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9845
9846         * gst-libs/gst/play/play.c: (gst_play_error_quark),
9847         (gst_play_error_create), (gst_play_error_plugin),
9848         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
9849         * gst-libs/gst/play/play.h:
9850           add error handling during creation
9851         * examples/gstplay/player.c: (main):
9852           use new gst_play_new
9853           
9854
9855 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9856
9857         * ext/theora/theoradec.c: (theora_dec_chain):
9858           make comments work
9859         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9860         (vorbis_dec_src_event), (vorbis_dec_chain):
9861           add encoder tag, fix tag reading to be more error tolerant, change
9862           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
9863           gst_pad_event_default.
9864         * gst/tags/gstvorbistag.c:
9865         (gst_tag_list_from_vorbiscomment_buffer):
9866           undefine function specific define at end of function
9867
9868 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
9869
9870         * ext/flac/gstflac.c: (plugin_init):
9871         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
9872         * ext/flac/gstflacdec.h:
9873         * ext/flac/gstflacenc.h:
9874           Fix typos
9875
9876 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
9877
9878         * examples/gstplay/player.c: s/gstplay.h/play.h/
9879
9880 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9881
9882         * gst-libs/gst/play/Makefile.am:
9883         * gst-libs/gst/play/gstplay.c:
9884         * gst-libs/gst/play/gstplay.h:
9885         * gst-libs/gst/play/play.c:
9886           more surgery, operation complete
9887
9888 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9889
9890         * gst-libs/gst/play/play.old.c:
9891         * gst-libs/gst/play/play.old.h:
9892           after CVS surgery by moving, remove
9893         * gst-libs/gst/play/playpipelines.c:
9894           remove
9895           
9896         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9897           add negotiation error
9898
9899 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9900
9901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9902         (gst_ogg_demux_push):
9903           add some seeking debug info
9904           send a flush when seeking
9905
9906 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9907
9908         * configure.ac:
9909           use AC_C_INLINE
9910         * configure.ac:
9911         * ext/Makefile.am:
9912         * ext/theora/Makefile.am:
9913         * ext/theora/theoradec.c: 
9914           add theora video decoder. Does just do simple decoding for now and
9915           has been tested against Theora cvs only. It only works when theora
9916           is compiled with --enable-static.
9917         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9918           always reset packetno on DISCONT
9919
9920 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9923           Fix audio.
9924
9925 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9926
9927         * gst/mpegaudioparse/gstmpegaudioparse.c:
9928         (mp3_type_frame_length_from_header):
9929           Fix header parsing - stolen from ffmpeg (thank you! :) ).
9930
9931 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9932
9933         * ext/esd/esdsink.c: (gst_esdsink_init):
9934           Since we have static pad template caps, we don't need to negotiate;
9935           either the core errors out or we know the format.
9936
9937 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9938
9939         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9940         (gst_riff_read_seek):
9941         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9942         (gst_ebml_read_seek):
9943           Fix event handling.
9944
9945 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9946
9947         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
9948           removee video/x-theora from vp3 decoder, it doesn't handle raw
9949           theora streams
9950         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
9951           fix bug with finalizing element that never went to PAUSED
9952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
9953           length and position queries were swapped
9954         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9955         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
9956         (vorbis_dec_src_event):
9957           implement querying time and bytes
9958
9959 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9960
9961         * just about every source file:
9962           gst_element_error -> GST_ELEMENT_ERROR
9963
9964 2004-01-29  Julien MOUTTE  <julien@moutte.net>
9965
9966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
9967         emiting FLUSH and even before DISCONT.
9968         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
9969         get the best instant seeking as possible yay!
9970
9971 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9972
9973         * gst/mpeg1videoparse/gstmp1videoparse.c:
9974         (gst_mp1videoparse_real_chain):
9975           Committed wrong version last week... Grr... Didn't notice until now.
9976
9977 2004-01-29  Julien MOUTTE <julien@moutte.net>
9978
9979         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
9980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
9981         have_xwindow_id signal in xwindow_create.
9982
9983 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9984
9985         * ext/ogg/gstoggdemux.c: 
9986           lots of changes - mainly support for chained bitstreams, seeking,
9987           querying and bugfixes of course
9988         * ext/vorbis/Makefile.am:
9989         * ext/vorbis/vorbisdec.c: 
9990         * ext/vorbis/vorbisdec.h:
9991           add vorbisdec raw vorbis decoder
9992         * ext/vorbis/vorbis.c: (plugin_init):
9993           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
9994         * gst/intfloat/Makefile.am:
9995         * gst/intfloat/float22int.c:
9996         * gst/intfloat/float22int.h:
9997         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
9998           add float2intnew plugin. It converts multichannel interleaved float to
9999           multichannel interleaved int. The name should probably be changed.
10000         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
10001         (plugin_init):
10002           add typefinding for raw theora video so oggdemux can detect it.
10003
10004 2004-01-28  Julien MOUTTE  <julien@moutte.net>
10005
10006         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
10007         sink element first.
10008         * gst/videoscale/gstvideoscale.c:
10009         (gst_videoscale_handle_src_event): Fixing src event handler.
10010
10011 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10014         (gst_v4lsrc_open), (gst_v4lsrc_close),
10015         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
10016         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
10017         * sys/v4l/gstv4lsrc.h:
10018         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
10019         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
10020           Implement resizing... Hack. But that's why v4l is b0rked...
10021
10022 2004-01-28  Julien MOUTTE <julien@moutte.net>
10023
10024         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10025         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
10026         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
10027         (gst_ximagesink_xwindow_destroy):
10028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10029         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10030         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
10031         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
10032         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
10033         correctly cleaning the image created to check xshm calls on succes,
10034         added a lot of XSync calls in X11 functions, and fixed a segfault when
10035         no image format was defined before negotiation happened.
10036
10037 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10038
10039         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
10040           use gst_element_get_time to get correct time
10041
10042 2004-01-28  Julien MOUTTE  <julien@moutte.net>
10043
10044         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10045         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
10046         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
10047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
10048         (gst_xvimagesink_check_xshm_calls),
10049         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
10050         X plugins are now able to detect that XShm calls will fail even if the
10051         server claims that it has XShm support (remote displays most of the
10052         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
10053         so that we use non XShm functions. This feature is almost useless for
10054         xvimagesink as Xv is not supported on remote displays anyway, but 
10055         it might happen than even on the local display XShm calls fail.
10056
10057 2004-01-27  David Schleef  <ds@schleef.org>
10058
10059         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
10060         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
10061         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
10062         changed esdsink to only use 44100,16,2, since esd sucks at rate
10063         conversion and esdsink has had difficulty negotiating.
10064
10065 2004-01-27  Julien MOUTTE <julien@moutte.net>
10066
10067         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
10068         (gst_play_seek_to_time): Fixing the way to get current position.
10069
10070 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10071
10072         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
10073           use gst_element_get_time to get correct time
10074
10075 2004-01-27  Julien MOUTTE <julien@moutte.net>
10076
10077         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
10078         fix ever... Inverting 2 lines of code make spider autoplug correctly
10079         tagged mp3 !
10080
10081 2004-01-27  David Schleef  <ds@schleef.org>
10082
10083         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10084         Use gst_pad_try_set_caps_nonfixed().
10085
10086 2004-01-27  David Schleef  <ds@schleef.org>
10087
10088         * gst/ac3parse/gstac3parse.c: update to checklist 5
10089         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
10090         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
10091         * gst/audioscale/gstaudioscale.c: same
10092         * gst/auparse/gstauparse.c: same
10093         * gst/avi/gstavidemux.c: same
10094
10095 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10096
10097         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
10098           stop processing after EOS
10099
10100 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10101
10102         * gst/asfdemux/asfheaders.h:
10103         * gst/asfdemux/gstasfdemux.c: 
10104         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
10105         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
10106         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
10107           lot's of fixes to make data extraction simpler and get the code
10108           architecture and compiler independant. Add debugging category
10109         * gst/goom/gstgoom.c: (gst_goom_change_state):
10110           reset channel count on PAUSED=>READY, not READY=>PAUSED
10111
10112 2004-01-26  Colin Walters  <walters@verbum.org>
10113
10114         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
10115         code to pull a bigger buffer in iradio mode.  This as a side effect
10116         makes typefinding work.
10117
10118 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
10119
10120         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10121         Fix SVQ3 decoding on PPC
10122
10123 2004-01-26  Julien MOUTTE <julien@moutte.net>
10124
10125         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
10126         that one managed to stay there... Fixed.
10127
10128 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
10129
10130         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
10131         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
10132         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
10133         (qtdemux_video_caps):
10134         * gst/qtdemux/qtdemux.h:
10135         Add SVQ3 specific flags to qtdemux and ffmpeg
10136
10137 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10138
10139         * gst-libs/gst/audio/audio.h:
10140           remove buffer-frames from audio caps
10141         * gst/audioconvert/gstaudioconvert.c:
10142           fix plugin to really work.
10143
10144 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10145
10146         * gst-libs/gst/mixer/mixer.c:
10147         * gst-libs/gst/propertyprobe/propertyprobe.c:
10148         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
10149         (gst_tuner_find_channel_by_name):
10150         * gst-libs/gst/tuner/tuner.h:
10151           Add gtk-doc style comments. Also fix a function name.
10152
10153 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10154
10155         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
10156         (gst_divxdec_negotiate):
10157           Fix for new capsnego - also fixes gst-player with divxdec.
10158
10159 2004-01-25  Julien MOUTTE  <julien@moutte.net>
10160
10161         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10162         (gst_play_identity_handoff), (gst_play_set_location),
10163         (gst_play_set_visualization), (gst_play_connect_visualization): Another
10164         try in visualization implementation. Still have an issue with switch
10165         blocking when pulling from video_queue and only audio comes out of 
10166         spider.
10167         * gst/switch/gstswitch.c: (gst_switch_release_pad),
10168         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
10169         release method. And check if the pad is usable before pulling.
10170
10171 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10172
10173         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
10174         (gst_videobalance_init),
10175         (gst_videobalance_colorbalance_list_channels),
10176         (gst_videobalance_colorbalance_set_value),
10177         (gst_videobalance_colorbalance_get_value),
10178         (gst_videobalance_update_properties),
10179         (gst_videobalance_update_tables_planar411),
10180         (gst_videobalance_planar411):
10181         * gst/videofilter/gstvideobalance.h:
10182           Implement lookup-tables. +/- 10x faster.
10183
10184 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10185
10186         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10187         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10188           The index reading was broken. The rest worked fine, but the whole
10189           goal of my rewrite was to make avidemux readable, and this was
10190           not at all readable. Please use typed variables.
10191
10192 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10193
10194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10195           Additional pad usability check.
10196         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
10197         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
10198         (gst_mp1videoparse_real_chain):
10199           Fix MPEG video stream parsing. The original plugin had several
10200           issues, including not timestamping streams where the source was
10201           not timestamped (this happens with PTS values in mpeg system
10202           streams, but MPEG video is also a valid stream on its own so
10203           that needs timestamps too). We use the display time code for that
10204           for now. Also, if one incoming buffer contains multiple valid
10205           frames, we push them all on correctly now, including proper EOS
10206           handling. Lastly, several potential segfaults were fixed, and we
10207           properly sync on new sequence/gop headers to include them in next,
10208           not previous frames (since they're header for the next frame, not
10209           the previous). Also see #119206.
10210         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
10211         (bpf_from_header):
10212           Move caps setting so we only do it after finding several valid
10213           MPEG-1 fraes sequentially, not right after the first one (which
10214           might be coincidental).
10215         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
10216         (mpeg_video_type_find), (mpeg_video_stream_type_find),
10217         (plugin_init):
10218           Add unsynced MPEG video stream typefinding, and change some
10219           probability values so we detect streams rightly. The idea is as
10220           follows: I can have an unsynced system stream which contains
10221           video. In the current code, I would randomly get a type for either
10222           system or video stream type found, because the probabilities are
10223           being calculated rather randomly. I now use fixed values, so we
10224           always prefer system stream if that was found (and that is how it
10225           should be). If no system stream was found, we can still identity                the stream as video-only.
10226
10227 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10228
10229         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
10230         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
10231           don't write to buffer. Extract data without the need of
10232           __attribute__ ((packed))
10233
10234 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10235
10236         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
10237         (mpeg1_sys_type_find):
10238           Fix MPEG-1 stream typefinding.
10239
10240 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10241
10242         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10243           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
10244
10245 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10246
10247         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
10248         * ext/esd/gstesd.c: (plugin_init):
10249           private debugging, better error reporting
10250
10251 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10252
10253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10254         (gst_riff_read_init), (gst_riff_read_change_state):
10255         * gst-libs/gst/riff/riff-read.h:
10256           Remove stuff fromold metadata system.
10257
10258 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10259
10260         * ext/ogg/gstoggdemux.c:
10261           Fix wrong file comment.
10262         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
10263         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
10264           Add metadata reading properly.
10265
10266 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10267
10268         * ext/Makefile.am:
10269           Fix nas DIST_SUBDIRS
10270           Uraeus:
10271           Fix bug where make distcheck doesn't get run on adding stuff to
10272           the build.
10273
10274 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
10277         * ext/divx/gstdivxdec.h:
10278           Fix divx3 ("msmpeg4") playback using divxdec.
10279
10280 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10281
10282         * gst/typefind/gsttypefindfunctions.c:
10283         (mp3_type_frame_length_from_header): fix bug in length computation 
10284         (mp3_type_find): improve debugging output
10285
10286 2004-01-23  Julien MOUTTE  <julien@moutte.net>
10287
10288         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10289         (gst_play_set_location), (gst_play_seek_to_time),
10290         (gst_play_set_audio_sink), (gst_play_set_visualization),
10291         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
10292         the pipeline from scratch. Visualization is back and switch went out as
10293         i realized it was not possible to use the way i wanted.
10294         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
10295         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
10296         clearing in state change from READY to NULL. So that one can clean the
10297         X ressources keeping the element.
10298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10299         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
10300         (gst_xvimagesink_colorbalance_set_value),
10301         (gst_xvimagesink_colorbalance_get_value),
10302         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
10303         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
10304         change from READY to NULL and fixed some stupid bugs in colorbalance
10305         get/set values. Also added the following feature : when nobody tries to
10306         set some values to the colorbalance levels before the xcontext is 
10307         grabbed, then when creating channels list from Xv attributes we set the
10308         internal values to the Xv defaults. This way we handle buggy Xv drivers
10309         that set default hue values far from the middle of the range (Thanks
10310         to Jon Trowbridge for pointing that issue).
10311         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
10312         colorbalance levels have been set before xcontext is grabbed.
10313
10314 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
10317           Fix the ossmixer case where we shouldn't open /dev/dsp* because
10318           it might block operations (which is bad for a mixer).
10319
10320 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10321
10322         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
10323         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
10324         (gmip_find_type_pre):
10325         * gst-libs/gst/media-info/media-info-priv.h:
10326         * gst-libs/gst/media-info/media-info.c:
10327         (gst_media_info_instance_init), (gst_media_info_read_idler):
10328         add fakesink to get caps on decoder src pad again
10329         fix callback prototype to match new have_type signal signature
10330
10331 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10332
10333         * gst/adder/gstadder.c: (gst_adder_link):
10334           fix non-compile and cut-n-paste code
10335
10336 2004-01-21  David Schleef  <ds@schleef.org>
10337
10338         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
10339         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
10340         (gst_swfdec_init), (gst_swfdec_change_state):
10341         * ext/swfdec/gstswfdec.h:
10342         Fix negotiation.
10343         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
10344         (gst_adder_request_new_pad): Fix negotiation.
10345         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
10346         Add a fixate function.
10347         * gst/intfloat/gstfloat2int.c:
10348         * gst/intfloat/gstfloat2int.h:
10349         * gst/intfloat/gstint2float.c:
10350         * gst/intfloat/gstint2float.h:
10351         Completely rewrite the negotiation.  Doesn't quite work yet,
10352         due to some buffer-frames problem.
10353
10354 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * ext/gnomevfs/gstgnomevfssrc.c:
10357         * sys/v4l2/v4l2_calls.h:
10358           fix includes for distcheck
10359
10360 2004-01-21  Christian Schaller <uraeus@gnome.org>
10361
10362         * ext/nas/
10363         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
10364         based on earlier patch from Laurent Vivier
10365
10366 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
10367
10368         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10369         Fix wma caps property
10370         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10371         Fix typo (flags1 and flags2)
10372
10373 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10374
10375         * gst-libs/gst/media-info/media-info-priv.c:
10376         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
10377         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
10378         (gmip_find_stream), (gmip_find_track_metadata),
10379         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
10380         (gmip_find_track_format):
10381         * gst-libs/gst/media-info/media-info-priv.h:
10382         * gst-libs/gst/media-info/media-info-test.c: (main):
10383         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
10384         (gst_media_info_read_idler), (gst_media_info_read):
10385         * gst-libs/gst/media-info/media-info.h:
10386           register debugging category and use it for debugging
10387
10388 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
10391         (gst_vorbisfile_new_link):
10392           signal streaminfo through tags
10393
10394 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10395
10396         * ext/mplex/gstmplex.cc:
10397         * ext/mplex/gstmplexibitstream.cc:
10398           g++ doesn't like NULL in our i18n/error macros, should be
10399           either (NULL) or ("").
10400
10401 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10402
10403         * sys/dxr3/dxr3audiosink.c:
10404         * sys/dxr3/dxr3init.c:
10405         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
10406         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
10407           Fix more error error error errors (missing includes here).
10408
10409 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10410
10411         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10412           fix thomas' error errors.
10413
10414 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10415
10416         * ext/mpeg2enc/gstmpeg2enc.cc:
10417           fix error errors.
10418
10419 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10420
10421         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10422         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10423           Fix for new error system.
10424
10425 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10426
10427         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10428           fix for new error reporting
10429
10430 2004-01-20  David Schleef  <ds@schleef.org>
10431
10432         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10433         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10434         (gst_ximagesink_set_xwindow_id): Change to using a framerate
10435         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
10436         and neither is 100+, most likely.
10437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10438         (gst_xvimagesink_getcaps): same
10439
10440 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10441
10442         * configure.ac:
10443           Up version requirement to 2.0.3 (not yet released) to avoid symbol
10444           clashes with ffmpeg.
10445
10446 2004-01-20  Julien MOUTTE  <julien@moutte.net>
10447
10448         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10449         (gst_switch_init): Fixed switch element : proxying link and setting
10450         caps from src to sink on request.
10451
10452 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10453
10454         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10455         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10456         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10457         fix element_error
10458
10459 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10460
10461         * sys/v4l/v4l_calls.h:
10462         * sys/v4l2/v4l2_calls.h:
10463           element_error fixes
10464
10465 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10466
10467         * gst-libs/gst/gst-i18n-plugin.h:
10468           add locale.h
10469           remove config.h inclusion
10470
10471 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * autogen.sh:
10474           adding autopoint invocation
10475         * Makefile.am:
10476         * configure.ac:
10477         * gst-libs/gst/gettext.h:
10478           adding gettext bits
10479         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10480         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10481         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10482         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10483         (gst_gnomevfssink_close_file):
10484         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
10485         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
10486         * gst-libs/gst/gst-i18n-plugin.h:
10487         * gst/avi/gstavi.c: (plugin_init):
10488         * sys/dxr3/dxr3init.c: (plugin_init):
10489         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
10490         * sys/oss/gstossaudio.c: (plugin_init):
10491         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10492         * sys/v4l/gstv4l.c: (plugin_init):
10493         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10494         * sys/v4l2/gstv4l2.c: (plugin_init):
10495         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10496         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
10497         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
10498         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
10499         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
10500         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
10501           make sure locale and translation domain are set
10502           fix translated strings 
10503         * po/.cvsignore:
10504         * po/LINGUAS:
10505         * po/Makevars:
10506         * po/POTFILES.in:
10507         * po/nl.po:
10508           put translation files into place
10509         * sys/xvideo/imagetest.c: (main):
10510         * ext/dv/demo-play.c: (main):
10511           fix unnecessary translations
10512
10513 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10514
10515         * ext/sndfile/gstsf.c:
10516         * gst/avi/gstavimux.c:
10517         * ext/audiofile/gstafsink.c:
10518         * ext/audiofile/gstafsrc.c:
10519         * ext/gnomevfs/gstgnomevfssink.c:
10520         * ext/gnomevfs/gstgnomevfssrc.c:
10521         * sys/oss/gstosselement.c:
10522         * sys/v4l/v4l_calls.h:
10523           fix i18n include
10524
10525 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10526
10527         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10528         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10529         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10530         (gst_v4l2_get_output), (gst_v4l2_set_output),
10531         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10532         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10533         (gst_v4l2_set_attribute):
10534         update to new error handling
10535
10536 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10537
10538         * ext/sidplay/gstsiddec.cc:
10539         * gst/modplug/gstmodplug.cc:
10540           parenthese NULL because C++ seems angry about it
10541
10542 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10543
10544         * gst-libs/gst/gst-i18n-plugin.h:
10545           add skeleton i18n stuff, but needs to be further implemented
10546
10547 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10548
10549         * examples/gstplay/player.c: (main):
10550         * ext/aalib/gstaasink.c: (gst_aasink_open):
10551         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10552         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10554         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10555         (gst_afsink_close_file):
10556         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10557         (gst_afsrc_close_file):
10558         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10559         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10560         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10561         * ext/esd/esdmon.c: (gst_esdmon_get):
10562         * ext/esd/esdsink.c: (gst_esdsink_chain):
10563         * ext/faac/gstfaac.c: (gst_faac_chain):
10564         * ext/faad/gstfaad.c: (gst_faad_chain):
10565         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10566         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10567         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10568         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10569         (gst_flacdec_loop):
10570         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10571         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10572         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10573         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10574         (gst_gnomevfssink_close_file):
10575         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10576         (gst_gnomevfssrc_open_file):
10577         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10578         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10579         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10580         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10581         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10582         * ext/mad/gstmad.c: (gst_mad_chain):
10583         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10584         * ext/mpeg2dec/gstmpeg2dec.c:
10585         * ext/mpeg2enc/gstmpeg2enc.cc:
10586         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10587         * ext/mplex/gstmplex.cc:
10588         * ext/mplex/gstmplexibitstream.cc:
10589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10590         (gst_ogg_demux_push), (gst_ogg_pad_push):
10591         * ext/raw1394/gstdv1394src.c:
10592         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10593         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10594         * ext/sidplay/gstsiddec.cc:
10595         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10596         (gst_sf_loop):
10597         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10598         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10599         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10601         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10602         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10603         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10604         * gst-libs/gst/Makefile.am:
10605         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10606         (gst_riff_read_element_data), (gst_riff_read_seek),
10607         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10608         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10609         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10610         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10611         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10612         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10613         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10614         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10615         * gst/goom/gstgoom.c: (gst_goom_chain):
10616         * gst/id3/gstid3types.c: (gst_id3types_loop):
10617         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10618         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10619         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10620         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10621         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10622         (gst_ebml_read_float), (gst_ebml_read_header):
10623         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10624         (gst_matroska_demux_parse_blockgroup):
10625         * gst/modplug/gstmodplug.cc:
10626         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10627         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10628         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10629         * gst/silence/gstsilence.c: (gst_silence_get):
10630         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10631         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10632         * gst/speed/gstspeed.c: (speed_loop):
10633         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10634         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10635         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10636         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10637         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10638         (gst_wavparse_loop):
10639         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10640         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10641         (dxr3audiosink_close):
10642         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10643         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10644         (dxr3videosink_close), (dxr3videosink_write_data):
10645         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10646         * sys/oss/gstosselement.h:
10647         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10648         (gst_osssink_chain):
10649         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10650         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10651         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10653         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10654         (gst_v4l_enable_overlay):
10655         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10656         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10657         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10658         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10659         (gst_v4l_set_audio):
10660         * sys/v4l/v4l_calls.h:
10661         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10662         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10663         (gst_v4lmjpegsink_playback_init),
10664         (gst_v4lmjpegsink_playback_start):
10665         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10666         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10667         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10668         (gst_v4lmjpegsrc_requeue_frame):
10669         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10670         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10671         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10672         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10674         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10675         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10676         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10677         (gst_v4l2src_capture_stop):
10678         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10679         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10680         (gst_ximagesink_chain):
10681         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10682         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10683         (gst_xvideosink_xwindow_new):
10684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10685         (gst_xvimagesink_chain):
10686         use new error signal, function and categories
10687
10688 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
10689
10690         * configure.ac:
10691         * ext/Makefile.am:
10692         * ext/musicbrainz/gsttrm.c:
10693         * ext/musicbrainz/gsttrm.h:
10694         * ext/musicbrainz/Makefile.am:
10695         Add a trm plugin 
10696
10697 2004-01-18  Julien MOUTTE  <julien@moutte.net>
10698
10699         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10700         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
10701         synchronous property for debugging.
10702         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10704         (gst_xvimagesink_set_property): Moving a pointer declaration to a
10705         smaller block, fixing indent.
10706
10707 2004-01-16  David Schleef  <ds@schleef.org>
10708
10709         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10710         property affects the video stream.
10711         * sys/xvimage/xvimagesink.c: 
10712         * sys/xvimage/xvimagesink.h:
10713         Add synchronous property for debugging.  Should probably be
10714         disabled in non-CVS builds.  Make sure that the Xv attribute
10715         exists before we set it (crash!).  Fix a silly float bug that
10716         caused colorbalance to just not work.
10717
10718 2004-01-17  Christian Schaller <Uraeus@gnome.org>
10719
10720         * tools/gst-launch-ext.in - update for new plugins
10721
10722 2004-01-16  David Schleef  <ds@schleef.org>
10723
10724         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10725         already-freed caps.
10726
10727 2994-01-16  Christian Schaller <Uraeus@gnome.org>
10728
10729         * Update spec for new colorspace plugin and libcaca plugin
10730         * Fix compilation of libcaca plugin (clock -> id)
10731
10732 2004-01-16  Julien MOUTTE <julien@moutte.net>
10733
10734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10735         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10736         (gst_xvimagesink_set_xwindow_id),
10737         (gst_xvimagesink_colorbalance_set_value),
10738         (gst_xvimagesink_colorbalance_get_value),
10739         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10740         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10741         correct colorbalance properties. They can now be set when the element
10742         is still in NULL state. The values will be committed to the Xv Port
10743         when xcontext is initialized.
10744         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10745         brightness int values in the GstXvImagesink structure.
10746
10747 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10748
10749         * gst-libs/gst/Makefile.am:
10750           restructure so having local patches works easier.
10751
10752 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * ext/mpeg2enc/Makefile.am:
10755         * ext/mpeg2enc/gstmpeg2enc.cc:
10756         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10757           Bugfix with respect to EOS handling.
10758
10759 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10760
10761         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10762           Link with right caps (else, it segfaults).
10763         * ext/mplex/gstmplexjob.cc:
10764           Fix for slight API change in 1.6.1.93 release of mjpegtools.
10765
10766 2004-01-15  David Schleef  <ds@schleef.org>
10767
10768         * gst-libs/gst/audio/Makefile.am:
10769         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10770         from the template.
10771         * gst-libs/gst/audio/gstaudiofilter.c:
10772         * gst-libs/gst/audio/gstaudiofilter.h:
10773         Add bytes_per_sample and size and n_samples calculation.
10774         * gst-libs/gst/audio/gstaudiofilterexample.c:
10775         Remove, now autogenerated.
10776         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10777         Moved from gstaudiofilterexample, object name changed, code added
10778         so that it actually works.
10779         * gst-libs/gst/audio/make_filter:
10780         Script to build an audiofilter subclass from the template.
10781         * gst/colorspace/Makefile.am:
10782         * gst/colorspace/yuv2yuv.c:
10783         Remove file, since it's GPL, and we don't use it.
10784
10785 2004-01-15  Julien MOUTTE  <julien@moutte.net>
10786
10787         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
10788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10789         them use the buffer free function to test how the buffer was allocated.
10790
10791 2004-01-15  David Schleef  <ds@schleef.org>
10792
10793         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10794         that handles osssink fallback.
10795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10796         (gst_audio_convert_getcaps):
10797         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10798         Add audio/x-qdm2 for QDM2 audio.
10799         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10800         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
10801         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10802         Decrease minimum size to 16x16.
10803         * gst/wavparse/gstwavparse.c:
10804         Convert disabled pad template caps to new caps.
10805         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10807         (gst_xvimagesink_chain): Throw element error when display cannot
10808         be opened.  Increase minimum framerate to 1.0.  Check the data
10809         free function on a buffer to make sure it is the type we expect
10810         before manipulating it.
10811
10812 2004-01-15  Julien MOUTTE <julien@moutte.net>
10813
10814         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10815         (gst_videobalance_colorbalance_set_value): Implement passthru if
10816         settings are in the middle.
10817         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
10818
10819 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10820
10821         * gst/videofilter/Makefile.am:
10822         * gst/volume/Makefile.am:
10823           Since we use videofilter symbols, link to it.
10824
10825 2004-01-15  Julien MOUTTE <julien@moutte.net>
10826
10827         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
10828         mixer interface type to HARDWARE.
10829         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
10830         type to SOFTWARE.
10831         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
10832         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
10833         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
10834         (gst_volume_interface_init), (gst_volume_list_tracks),
10835         (gst_volume_set_volume), (gst_volume_get_volume),
10836         (gst_volume_set_mute), (gst_volume_mixer_init),
10837         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
10838         (volume_init): Implementing mixer interface.
10839         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
10840         * sys/oss/gstosselement.c: (gst_osselement_get_type),
10841         (gst_osselement_change_state): Removing some trailing commas in
10842         structures.
10843         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
10844         interface type to HARDWARE.
10845         * sys/v4l/gstv4lcolorbalance.c:
10846         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
10847         type to HARDWARE.
10848         * sys/v4l2/gstv4l2colorbalance.c:
10849         (gst_v4l2_color_balance_interface_init): Setting colorbalance
10850         interface type to HARDWARE.
10851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
10852         same code than ximagesink for event handling.
10853
10854 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10855
10856         * ext/snapshot/Makefile.am:
10857         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
10858         (gst_snapshot_chain):
10859         * ext/snapshot/gstsnapshot.h:
10860           This has to be a joke... Snapshot should be connected to a tee,
10861           colorspace element before it and EOS after that, where the other
10862           src of the tee receives normal data.
10863           The current way is *wrong*.
10864
10865 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10866
10867         * ext/hermes/gsthermescolorspace.c:
10868           Fix another compile error. Same as below.
10869
10870 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10871
10872         * gst/colorspace/gstcolorspace.c:
10873         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
10874         (gst_colorspace_i420_to_yv12):
10875           Fix compiling... Didn't test if it actually works.
10876
10877 2004-01-15  David Schleef  <ds@schleef.org>
10878
10879         * configure.ac:
10880         * gst/colorspace/Makefile.am:
10881         * gst/colorspace/gstcolorspace.c:
10882         * gst/colorspace/gstcolorspace.h:
10883         * gst/colorspace/yuv2rgb.c:
10884         * gst/colorspace/yuv2rgb.h:
10885         Duplicate the ext/hermes colorspace plugin, and remove Hermes
10886         code and GPL code.  Fix for new caps negotiation.  Rewrite
10887         much of the format handling code, and some of the conversion
10888         code.  Basically, rewrote almost everything.  This element
10889         handles I420, YV12 to RGB conversions.
10890         * ext/hermes/Makefile.am:
10891         * ext/hermes/gsthermescolorspace.c:
10892         Rename colorspace to hermescolorspace.  Fix negotiation issues.
10893         Remove non-Hermes related code.  This element handles lots of
10894         RGB to RGB conversions, but no YUV.
10895         * ext/hermes/gstcolorspace.c:
10896         * ext/hermes/gstcolorspace.h:
10897         * ext/hermes/rgb2yuv.c:
10898         * ext/hermes/yuv2rgb.c:
10899         * ext/hermes/yuv2rgb.h:
10900         * ext/hermes/yuv2rgb_mmx16.s:
10901         * ext/hermes/yuv2yuv.c:
10902         * ext/hermes/yuv2yuv.h:
10903         Remove old code.
10904
10905 2004-01-14  Colin Walters  <walters@verbum.org>
10906
10907         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
10908         they've already been.
10909
10910 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10911
10912         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10913           assume tag mode when pad is not connected
10914
10915 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10916
10917         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10918           Don't update the time of the clock
10919         (gst_alsa_sink_loop):
10920           sync to the clock given to alsasink, not the own clock
10921         * sys/oss/gstosssink.c: (gst_osssink_chain):
10922           sync to the clock
10923         (gst_osssink_change_state):
10924           activate the clock
10925         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10927           remove bogus code that made DISCONT events unhandled
10928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10929           explicitly case to double in _set_simple. (fixes 2nd warning in bug
10930           #131502)
10931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
10932         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
10933         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
10934           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
10935           2nd warning in bug #131502)
10936
10937 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10938
10939         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10940         (gst_videobalance_colorbalance_set_value),
10941         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
10942         for colorbalance interface implementation.
10943         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10944         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10945         (gst_ximagesink_dispose), (gst_ximagesink_init),
10946         (gst_ximagesink_class_init): Adding DISPLAY property.
10947         * sys/ximage/ximagesink.h: Adding display_name to store display.
10948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10949         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10950         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
10951         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
10952         properties (they still need polishing though for gst-launch use : no
10953         xcontext yet, i ll do that tomorrow).
10954         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
10955
10956 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10957
10958         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10959         (gst_play_set_location), (gst_play_set_visualization): Preparing 
10960         switch integration, adding videobalance in the pipeline.
10961
10962 2004-01-14  Julien MOUTTE <julien@moutte.net>
10963
10964         * gst-libs/gst/colorbalance/colorbalance.c:
10965         (gst_color_balance_class_init): Adding a default type.
10966         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
10967         the type.
10968         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
10969         (gst_videobalance_dispose), (gst_videobalance_class_init),
10970         (gst_videobalance_init), (gst_videobalance_interface_supported),
10971         (gst_videobalance_interface_init),
10972         (gst_videobalance_colorbalance_list_channels),
10973         (gst_videobalance_colorbalance_set_value),
10974         (gst_videobalance_colorbalance_get_value),
10975         (gst_videobalance_colorbalance_init): Implementing colorbalance
10976         interface.
10977         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
10978         list.
10979         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
10980         bug which was triggering a BadAccess X error when setting an overlay
10981         before pad was really negotiated.
10982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
10983         Using the colorbalance type macro.
10984
10985 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10986
10987         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
10988         (gst_flacenc_chain):
10989           handle tags correctly
10990         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10991           extract ID3v1 tags correctly
10992
10993 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10994
10995         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
10996         (plugin_init):
10997           Improve matroska typefinding for odd-typed headers...
10998
10999 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11000
11001         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11002           Fix for using incremental number on padnames.
11003
11004 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11005
11006         * ext/divx/gstdivxdec.c:
11007         * ext/divx/gstdivxenc.c:
11008           Set category to divx4linux instead of divx (too generic).
11009         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11010         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
11011         (gst_wavparse_loop), (gst_wavparse_change_state):
11012         * gst/wavparse/gstwavparse.h:
11013           fix parsing of WAV files with non-standard fmt-tag size and fix
11014           skipping of unrecognized chunks... Someone please fix this thing
11015           to use rifflib so all this is automated.
11016         * sys/v4l/Makefile.am:
11017         * sys/v4l2/Makefile.am:
11018           Add X_CFLAGS because we depend on X (for overlay).
11019
11020 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
11021
11022         * ext/mpeg2dec/gstmpeg2dec.c:
11023           Don't issue a timestamp unless we tagged the frame
11024           with a PTS.
11025
11026 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11027
11028         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
11029           Query the audio element to get the time, not the clock. We're
11030           interested in the element's time here.
11031
11032 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11033
11034         * ext/aalib/gstaasink.c: (gst_aasink_chain):
11035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11036         * ext/esd/esdsink.c: (gst_esdsink_chain):
11037         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
11038         * ext/mas/massink.c: (gst_massink_chain):
11039         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
11040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
11041         (gst_matroska_demux_parse_metadata):
11042         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
11043         (gst_mpeg_parse_release_locks):
11044         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
11045         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
11046         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11047         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
11048         (gst_osssink_change_state):
11049         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
11050         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11051         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
11052         (gst_xvideosink_release_locks):
11053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
11054           use element time.
11055         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
11056         (gst_alsa_clock_stop):
11057         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
11058         (gst_audio_clock_get_internal_time):
11059           simplify for use with new clocking code.
11060         * testsuite/alsa/Makefile.am:
11061         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
11062           fix testsuite for new caps system
11063
11064 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11065
11066         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
11067         * ext/flac/gstflacenc.c: (add_one_tag):
11068           length is already host endian, no need to convert. Fixes playback of
11069           tagged files on PPC. (bug #128384)
11070
11071 2004-01-13  Julien MOUTTE <julien@moutte.net>
11072
11073         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
11074         colorbalance interface stating if it is hardware based or software
11075         based.
11076         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
11077         Removing a trailing comma.
11078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11079         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
11080         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
11081         the documentation seems to be wrong on the -1000 to 1000 interval.
11082
11083 2004-01-12  David Schleef  <ds@schleef.org>
11084
11085         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
11086         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
11087         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
11088         Fix negotiation.  Add a bufferalloc function for the sink pad,
11089         and generally clean up some of the code.
11090
11091 2004-01-12  Julien MOUTTE <julien@moutte.net>
11092
11093         * gst-libs/gst/colorbalance/colorbalancechannel.c:
11094         (gst_color_balance_channel_dispose): Adding safety check in dispose
11095         method.
11096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
11097         (gst_xvimagesink_xcontext_clear),
11098         (gst_xvimagesink_interface_supported),
11099         (gst_xvimagesink_colorbalance_list_channels),
11100         (gst_xvimagesink_colorbalance_set_value),
11101         (gst_xvimagesink_colorbalance_get_value),
11102         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
11103         Adding colorbalance interface support to set XV parameters such as
11104         HUE, BRIGHTNESS, CONTRAST, SATURATION.
11105         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
11106         interface.
11107
11108 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11109
11110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
11111         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
11112         (gst_audio_convert_init), (gst_audio_convert_set_property),
11113         (gst_audio_convert_get_property), (gst_audio_convert_chain),
11114         (gst_audio_convert_link),
11115         (gst_audio_convert_buffer_to_default_format),
11116         (gst_audio_convert_buffer_from_default_format), (plugin_init):
11117           - implement _getcaps and use it
11118           - improve linking
11119           - remove float caps since no float conversion is actually done
11120           - remove properties and arguments that were to be used for rate
11121             conversion
11122
11123 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11124
11125         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
11126         (gst_audio_structure_set_int):
11127         * gst-libs/gst/audio/audio.h:
11128           add helper functions for _getcaps matching the standard audio
11129           templates
11130
11131 2004-01-12  David Schleef  <ds@schleef.org>
11132
11133         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11134         Test that pad is negotiated before getting its caps.
11135
11136 2004-01-12  Julien MOUTTE <julien@moutte.net>
11137
11138         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
11139         analyzing the pads of an element the bin is mostly in READY state so
11140         no caps were negotiated. This helper function needs to work with
11141         _get_caps directly then. I was not freeing them though, added that to
11142         fix the mem leak.
11143
11144 2004-01-12  Julien MOUTTE <julien@moutte.net>
11145
11146         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
11147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
11148         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
11149         than the free_func.
11150
11151 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11152
11153         * sys/oss/gstossaudio.c: (plugin_init):
11154         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
11155         * sys/oss/gstosselement.h:
11156           make an oss debugging category
11157           make failure more descriptive
11158
11159 2004-01-11  David Schleef  <ds@schleef.org>
11160
11161         * ext/ffmpeg/gstffmpeg.c:
11162         * ext/ffmpeg/gstffmpegcodecmap.c:
11163         * ext/ffmpeg/gstffmpegdec.c:
11164         * ext/ffmpeg/gstffmpegenc.c:
11165         * ext/ffmpeg/gstffmpegprotocol.c:
11166         * ext/gdk_pixbuf/gstgdkanimation.c:
11167         * ext/jpeg/gstjpeg.c:
11168         * ext/libpng/gstpng.c:
11169         * ext/mpeg2dec/perftest.c:
11170         * ext/speex/gstspeex.c:
11171         * gst-libs/gst/resample/dtos.c:
11172         * gst/intfloat/gstintfloatconvert.c:
11173         * gst/oneton/gstoneton.c:
11174         * gst/rtjpeg/RTjpeg.c:
11175         * gst/rtp/gstrtp.c:
11176         * sys/dxr3/dxr3init.c:
11177         * sys/glsink/gstgl_nvimage.c:
11178         * sys/glsink/gstgl_pdrimage.c:
11179         * sys/glsink/gstglsink.c:
11180         * testsuite/gst-lint:
11181         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
11182
11183 2004-01-11  David Schleef  <ds@schleef.org>
11184
11185         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
11186         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
11187         * ext/gdk_pixbuf/gstgdkanimation.c:
11188         (gst_gdk_animation_iter_create_pixbuf):
11189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11190         (gst_gdk_pixbuf_chain):
11191         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11192         * ext/jack/gstjack.c: (gst_jack_change_state):
11193         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
11194         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
11195         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
11196         * gst/videofilter/gstvideofilter.c:
11197         (gst_videofilter_set_output_size):
11198         Remove all usage of gst_pad_get_caps(), and replace it with
11199         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
11200
11201 2004-01-11  David Schleef  <ds@schleef.org>
11202
11203         * configure.ac:
11204         * ext/Makefile.am: Fixes to make ext/libcaca compile.
11205         * ext/divx/gstdivxdec.c:
11206         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
11207         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
11208         handle images that span multiple buffers.  Now work with both
11209         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
11210         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11211         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
11212         video/video.h changes
11213         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
11214         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11215         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
11216         of GstData free function.
11217         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11218         same.
11219
11220 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11221
11222         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
11223         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
11224         (gst_v4l2element_get_property):
11225         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
11226           add norm, channel and frequency properties.
11227         * sys/v4l2/gstv4l2tuner.c:
11228           fixes for tuner interface changes
11229         * sys/v4l2/gstv4l2element.h:
11230         * sys/v4l2/gstv4l2src.c: 
11231         * sys/v4l2/gstv4l2src.h:
11232         * sys/v4l2/v4l2src_calls.c: 
11233         * sys/v4l2/v4l2src_calls.h:
11234           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
11235
11236 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11237
11238         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
11239         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
11240         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
11241         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
11242         * gst-libs/gst/tuner/tuner.h:
11243           GObjects aren't const.
11244           Add find_by_name functions.
11245           Add checks to _changed functions.
11246         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
11247         (gst_v4l_tuner_get_norm):
11248           Fixes for above.
11249
11250 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11251
11252         * gst-libs/gst/video/video.h:
11253           Fix caps template names to be understandable.
11254           Prefix everything with GST_VIDEO.
11255         * ext/aalib/gstaasink.c:
11256         * ext/divx/gstdivxdec.c:
11257         * ext/divx/gstdivxenc.c:
11258         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11259         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
11260         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
11261         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
11262         * ext/libcaca/gstcacasink.c:
11263         * ext/libpng/gstpngenc.c: (raw_caps_factory):
11264         * ext/snapshot/gstsnapshot.c:
11265         * ext/swfdec/gstswfdec.c:
11266         * ext/xvid/gstxviddec.c:
11267         * ext/xvid/gstxvidenc.c:
11268         * gst/chart/gstchart.c:
11269         * gst/deinterlace/gstdeinterlace.c:
11270         * gst/effectv/gsteffectv.c:
11271         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
11272         * gst/goom/gstgoom.c:
11273         * gst/median/gstmedian.c:
11274         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11275         (gst_monoscope_srcconnect), (gst_monoscope_chain):
11276         * gst/overlay/gstoverlay.c:
11277         * gst/smooth/gstsmooth.c:
11278         * gst/smpte/gstsmpte.c:
11279         * gst/synaesthesia/gstsynaesthesia.c:
11280         * gst/videocrop/gstvideocrop.c:
11281         * gst/videodrop/gstvideodrop.c:
11282         * gst/y4m/gsty4mencode.c:
11283         * sys/qcam/gstqcamsrc.c:
11284         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
11285           Make them work with new video.h file.
11286         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11287         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11289         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11290           Make it work with new buffer allocation system.
11291
11292 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11293
11294         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
11295         pad_alloc_buffer implementation to use ->srcpad
11296         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
11297         pad_alloc_buffer implementation to use ->srcpad
11298         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
11299         pad_alloc_buffer implementation to use ->srcpad
11300         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
11301         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
11302         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11303         a reference to everything we need.
11304         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
11305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11306         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
11307         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
11308         a reference to everything we need.
11309         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
11310
11311 2004-01-11  David Schleef  <ds@schleef.org>
11312
11313         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
11314         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
11315         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
11316         structure members.
11317         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
11318         value during a resize/renegotiation.
11319         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
11320         gst_pad_alloc_buffer();
11321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11322         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
11323         structure members.
11324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
11325         Fix for rename of buffer private structure members.
11326         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11327         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
11328         Fix for rename of buffer private structure members.
11329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11330         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
11331         Fix for rename of buffer private structure members.
11332
11333 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
11334
11335         reviewed by: David Schleef <ds@schleef.org>
11336
11337         * gst/videofilter/Makefile.am:
11338         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
11339         from the patch by ds to fit in with recent make_filter changes.
11340
11341 2004-01-11  Julien MOUTTE  <julien@moutte.net>
11342
11343         * configure.ac: Adding examples/switch/Makefile
11344         * examples/Makefile.am: Adding examples/switch
11345         * examples/switch/Makefile.am: Adding switcher example.
11346         * examples/switch/switcher.c: (got_eos), (idle_iterate),
11347         (switch_timer), (main): Adding an example demonstrating switch usage
11348         with 2 videotestsrc showing different patterns.
11349         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
11350         (gst_switch_init): Fixing switch with the new caps system.
11351
11352 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11353
11354         * gst-libs/gst/video/video.h:
11355           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
11356           They should probably be like
11357           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
11358
11359 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11360
11361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11362         (qtdemux_parse_trak):
11363           fix audio chunk size/timestamp calculation
11364
11365 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11366
11367         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11368           fix SVQ3 caps
11369
11370 2004-01-11  Steve Baker  <steve@stevebaker.org>
11371
11372         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
11373         (gst_agingtv_base_init), (gst_agingtv_class_init),
11374         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
11375         (gst_agingtv_set_property), (gst_agingtv_get_property):
11376         Port agingTV to videofilter
11377
11378 2004-01-09  Julien MOUTTE <julien@moutte.net>
11379
11380         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
11381         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11382
11383 2004-01-09  Julien MOUTTE <julien@moutte.net>
11384
11385         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
11386         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11387         * gst-libs/gst/xoverlay/xoverlay.c:
11388         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
11389         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11390         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11391         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11392         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11393         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11394         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11395         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
11396         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11397         interface implementation to handle xid being 0 and fix some bugs
11398         triggered by Benjamin's testcase.
11399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11400         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11401         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
11402         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11403         interface implementation to handle xid being 0 and fix some bugs
11404         triggered by Benjamin's testcase.
11405
11406 2004-01-09  David Schleef  <ds@schleef.org>
11407
11408         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
11409         mouse pointer events.  It works.
11410
11411 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11412
11413         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11414           Use explicit caps - fix capsnego.
11415         * ext/xvid/gstxviddec.c:
11416         * ext/xvid/gstxvidenc.c:
11417           Remove macro-inside-macro which caused compile errors.
11418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
11419           Error out if it's not a RIFF file. Else we error out without
11420           gst_element_error() which is not good...
11421
11422 2004-01-08  David Schleef  <ds@schleef.org>
11423
11424         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11425         Fix pad_link function to handle formats that ffmpeg returns
11426         as multiple caps structures.
11427         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
11428         Only complain if source buffer is _smaller_ than expected.
11429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11430         (gst_videoscale_handle_src_event): Resize navigation events
11431         when passing them upstream.
11432         * gst/videotestsrc/gstvideotestsrc.c:
11433         * gst/videotestsrc/gstvideotestsrc.h:
11434         * gst/videotestsrc/videotestsrc.c:
11435         * gst/videotestsrc/videotestsrc.h:
11436         Rewrite many of the buffer painting functions to handle odd
11437         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
11438         been verified to work with my video card.
11439         * testsuite/gst-lint:  Add check for elements calling
11440         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
11441
11442 2004-01-08  David Schleef  <ds@schleef.org>
11443
11444         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11445         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
11446
11447 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11448
11449         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
11450         configure event is not emiting the desired size signal. That fixes
11451         aspect ratio issues with gst-player.
11452
11453 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11454
11455         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
11456           Fix capsnego.
11457
11458 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11459
11460         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
11461         public method to fire size signal.
11462
11463 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11464
11465         * examples/gstplay/Makefile.am: Adding the interface library.
11466         * gst-libs/gst/play/Makefile.am: Adding the interface library.
11467         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
11468         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
11469         GST_IS_X_OVERLAY before signal connect.
11470         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
11471         Removing the have_video_size signal.
11472         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
11473         and associated public method.
11474         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11475         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
11476         signal.
11477         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
11478         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
11479         signal.
11480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
11481         Using XOverlay public method to fire size signal.
11482
11483 2004-01-07  David Schleef  <ds@schleef.org>
11484
11485         * gst/videofilter/Makefile.am:
11486         * gst/videofilter/gstvideotemplate.c:
11487         * gst/videofilter/make_filter:
11488         Create gstvideoexample.c in a srcdir!=builddir friendly way.
11489         Convert make_filter to /bin/sh script.
11490
11491 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11492
11493         * gst/modplug/gstmodplug.cc: fix element description
11494
11495 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11496
11497         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11498         (got_video_size): Adding some new lines in g_print calls.
11499         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11500         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
11501         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
11502         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
11503         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
11504         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
11505         Complete code review, reverting some stuff i disagree with, adding
11506         some fixes : time synchronization on invalid timestamps, renegotiation
11507         of private window.
11508         * sys/ximage/ximagesink.h:
11509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
11510         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
11511         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11512         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
11513         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
11514         (gst_xvimagesink_buffer_new),
11515         (gst_xvimagesink_navigation_send_event),
11516         (gst_xvimagesink_set_xwindow_id),
11517         (gst_xvimagesink_get_desired_size),
11518         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
11519         stuff i disagree with, adding some fixes : Renegotiation of private
11520         window, implementing get_desired_size.
11521
11522 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11523
11524         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
11525         (gst_afsink_handle_event):
11526         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11527         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
11528         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
11529         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11530         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11531           Fix for instantiate-test (see core). Also remove dead code from
11532           jpegenc (which still needs fixing, but that's lower on my TODO
11533           list...).
11534         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11535           Never return NULL as caps.
11536
11537 2004-01-07  David Schleef  <ds@schleef.org>
11538
11539         * configure.ac:
11540         * ext/Makefile.am:
11541         * ext/librfb/Makefile.am:
11542         * ext/librfb/gstrfbsrc.c:
11543         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
11544         is the protocol used by VNC.
11545
11546 2004-01-07  David Schleef  <ds@schleef.org>
11547
11548         * gst/videofilter/gstvideotemplate.c:
11549         * gst/videofilter/gstvideotemplate.h:
11550         * gst/videofilter/make_filter:
11551         Merge videotemplate header into source file.
11552         * gst/effectv/Makefile.am:
11553         * gst/effectv/gsteffectv.c: (plugin_init):
11554         * gst/effectv/gstwarp.c:
11555         Make warpTV a subclass of videofilter.
11556
11557 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11558
11559         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11560           Add guard against invalid utf-8 conversions in mad. Just in case.
11561
11562 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11563
11564         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11565           Fix for bug shown by poisoning
11566
11567 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11568
11569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11570         (gst_v4lmjpegsrc_buffer_free):
11571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11572         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
11573         (gst_v4lsrc_buffer_free):
11574           Fix for removed bufferpools.
11575
11576 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11577
11578         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11579         Fix caps negotiation.
11580
11581         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11582         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11583         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11584         (dvdnavsrc_event):
11585         * ext/mpeg2dec/gstmpeg2dec.c:
11586         * gst-libs/gst/navigation/navigation.c:
11587         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11588         * gst-libs/gst/navigation/navigation.h:
11589         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11590         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11592         Super-simple first version of mouse and keyboard events. Clicking
11593         on a DVD menu now works, although it may not take you where you
11594         expected.
11595
11596         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11597         * gst/videotestsrc/gstvideotestsrc.c:
11598         (gst_videotestsrc_src_fixate):
11599         These fixate functions were broken - they never actually
11600         fixated :)
11601         
11602 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11603
11604         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11605         (gst_icecastsend_init):
11606           fix for new caps system.
11607         * gst-libs/gst/mixer/mixertrack.h:
11608         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11609           Add 'master track' flag (for tools like ACME that only want to
11610           change the main volume).
11611
11612 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11613
11614         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11615         (gst_xvid_csp_to_caps):
11616         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11617         * ext/xvid/gstxvidenc.c:
11618         ifdef out ARGB type when it isn't available 
11619         in xvidcore 1.0.0beta2
11620
11621 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11622
11623         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11624           When we have received a new SCR right in the first buffer after
11625           a seek (so in the same cycle that handles the discont), we should
11626           handle the buffer instead of unreffing it, else we lose data.
11627
11628 2004-01-06  Iain <iain@prettypeople.org>
11629
11630         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
11631           buffer-frames caps too.
11632
11633         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11634           caps that we need, don't destroy them all and rebuild them. And when
11635           creating src pads, use the src pad template rather than the sink...
11636
11637 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11638
11639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11640           Add pad to element *after* setting functions such as event handler.
11641           Without this, the scheduler (opt) will link pads, set the event
11642           handler from the default event function (dispatcher in gstpad.c)
11643           and *after* that, we will set our own event function, which will
11644           thus never be used (and thus mpegdemux doesn't handle events).
11645
11646 2004-01-04  David Schleef  <ds@schleef.org>
11647
11648         Fix the fixate functions to handle new prototype:
11649         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11650         * gst/videotestsrc/gstvideotestsrc.c:
11651         (gst_videotestsrc_src_fixate):
11652         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11653         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11655
11656 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11657
11658         * sys/ximage/ximagesink.h:
11659         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11660         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11661         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11662         (gst_ximagesink_xoverlay_init):
11663           assorted fixes to make (re)embedding work
11664         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11665         (gst_ximagesink_get_desired_size):
11666           implement desired size additions to XOverlay
11667
11668 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11669
11670         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11671         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11672         (gst_x_overlay_got_desired_size):
11673         * gst-libs/gst/xoverlay/xoverlay.h:
11674           Add optional "desired size" signal and querying.
11675
11676 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11677
11678         * gst/matroska/matroska-demux.c:
11679         (gst_matroska_demux_parse_blockgroup):
11680           Fix EBML-laced block parsing. Diffs are relative to previous
11681           lace, not the first lace. Thanks to Mosu from the Matroska
11682           team for detecting this.
11683         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11684         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11685         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11686         (gst_wavparse_change_state):
11687         * gst/wavparse/gstwavparse.h:
11688           Quickfix for capsnego.
11689
11690 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11691
11692         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11693           Fix indenting, fix pad creation.
11694
11695 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11696
11697         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11698         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11699         (gst_xviddec_sink_link):
11700           Implement src_getcaps() so proper size caps is negotiated.
11701
11702 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11703
11704         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11705           Finish flac decoder on EOS. See #116178.
11706
11707 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11710         (gst_matroska_demux_add_stream):
11711         * gst/matroska/matroska-ids.h:
11712           Add getcaps() function to fix capsnego...
11713
11714 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11715
11716         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11717         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11718         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11719           Fix more integer overflows. Again, see #126967.
11720
11721 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11722
11723         * ext/mpeg2dec/gstmpeg2dec.c:
11724           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11725           #130416.
11726
11727 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11728
11729         * configure.ac:
11730         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11731         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11732         * ext/xvid/gstxvid.h:
11733         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11734         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11735         (gst_xviddec_src_link), (gst_xviddec_sink_link),
11736         (gst_xviddec_change_state):
11737         * ext/xvid/gstxviddec.h:
11738         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11739         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11740         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11741         (gst_xvidenc_link), (gst_xvidenc_set_property),
11742         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11743         * ext/xvid/gstxvidenc.h:
11744           Update xvid plugin to latest xvid (1.0.0-beta3) API.
11745
11746 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11747
11748         * gst/rtp/rtp-packet.c:
11749           Add sys/types.h include, since OS X doesn't define in_addr_t
11750           in netinet/in.h, like it does on Linux (see #129600).
11751
11752 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
11753
11754         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11755
11756         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11757           Correct logic of dispose function (see #129306).
11758
11759 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11760
11761         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11762         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11763         (gst_mpeg_parse_init):
11764         * gst/mpegstream/gstmpegparse.h:
11765           Remove clock (which was never provided, i.e. dead code), and
11766           also fix integer overflows at high PTS values (see #126967).
11767
11768 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11769
11770         * ext/flac/gstflacdec.c:
11771         * ext/libpng/gstpngenc.h:
11772         * ext/mikmod/gstmikmod.h:
11773           OS X fixes (see #126628).
11774
11775 2004-01-02  David Schleef  <ds@schleef.org>
11776
11777         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11778         (gst_alsa_src_base_init): Remove bogus "src" request pad.
11779         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11780         (gst_mpeg_parse_class_init): Move pad template registration
11781         to class_init, since the derived class (mpegdemux) doesn't
11782         want them.
11783
11784 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11785
11786         * sys/ximage/Makefile.am:
11787         * sys/xvideo/Makefile.am:
11788         * sys/xvimage/Makefile.am:
11789           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11790           after installation (see #127664).
11791
11792 2004-01-02  David Schleef  <ds@schleef.org>
11793
11794         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11795         (gst_ffmpegenc_connect):  Negotiation fixes.
11796         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11797         Remove inappropriate gst_caps_free().
11798         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11799         Reenable Ronald's internal resize code, since the core handles
11800         it correctly now.
11801
11802 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11803
11804         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11805         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
11807           Fix pad template stuff.
11808
11809 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11810
11811         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11812         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
11813           fix signed integer reading/writing.
11814
11815 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11816
11817         * ext/alsa/README:
11818           Remove outdated document
11819
11820 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
11821
11822         * gst/cutter/gstcutter.c: (gst_cutter_init):
11823           src pad was being created twice - oops.
11824
11825 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11826
11827         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11828           Comment out internal resize. It doesn't handle the resulting
11829           XEvent internally, does another try_set_caps() which leads to
11830           a really nice loop.
11831           Real fix will come when Julien and Dave are awake. ;).
11832
11833 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11834
11835         * ext/mpeg2enc/gstmpeg2enc.cc:
11836           fix const/nonconst compile issue.
11837
11838 2004-01-02  David Schleef  <ds@schleef.org>
11839
11840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
11841         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
11842         Add fixate function and a check for bad formats.
11843
11844 2004-01-01  David Schleef  <ds@schleef.org>
11845
11846         Negotiation fixes:
11847         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11848         (gst_audiofilter_init):
11849         * gst/debug/efence.c: (gst_efence_init):
11850         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11851         (gst_deinterlace_init):
11852         * gst/volume/gstvolume.c: (volume_connect):
11853
11854 2004-01-01  David Schleef  <ds@schleef.org>
11855
11856         Convert elements to use gst_pad_use_explicit_caps() where
11857         appropriate:
11858         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
11859         * ext/audiofile/gstafparse.c: (gst_afparse_init),
11860         (gst_afparse_open_file):
11861         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
11862         (gst_afsrc_open_file):
11863         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
11864         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
11865         (gst_ffmpegdec_chain):
11866         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11867         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
11868         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
11869         (gst_gdk_pixbuf_chain):
11870         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
11871         (gst_jpegdec_chain):
11872         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
11873         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
11874         (gst_mikmod_negotiate):
11875         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11876         (gst_mpeg2dec_negotiate_format):
11877         * ext/mpeg2enc/gstmpeg2enc.cc:
11878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11879         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
11880         (gst_speexdec_sinkconnect):
11881         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
11882         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
11883         (gst_vorbisfile_new_link):
11884         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
11885         (gst_ac3parse_chain):
11886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
11887         (gst_asf_demux_setup_pad):
11888         * gst/auparse/gstauparse.c: (gst_auparse_init),
11889         (gst_auparse_chain):
11890         * gst/id3/gstid3types.c: (gst_id3types_loop):
11891         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11892         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11893         (mp1videoparse_parse_seq):
11894         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
11895         (bpf_from_header):
11896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11897         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
11898         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11899         (gst_mpeg_parse_send_data):
11900         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11901         (gst_qtdemux_add_stream):
11902         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
11903         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11904         (gst_wavparse_parse_fmt):
11905
11906 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11907
11908         * configure.ac:
11909           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
11910           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
11911           it therefore uses the wrong include paths. Too bad... Note
11912           that 1.6.1.93 is not release yet. ;).
11913           Also add a check for mplex, which is now using the lib'ified
11914           mplex from mjpegtools, too.
11915         * ext/ffmpeg/gstffmpegcodecmap.c:
11916           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
11917           issues. I don't think ffmpeg handles 3ivx correctly, so this
11918           probably won't work. But it won't hurt either.
11919         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
11920         (gst_ffmpegdec_chain):
11921         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
11922         (gst_ffmpegenc_chain_audio):
11923           Fix memleak in audio encoding. Close codec if open fails, this
11924           calls the cleanup routines so we can re-use the context.
11925         * ext/mpeg2enc/gstmpeg2enc.cc:
11926           Fix pad template names/types, fix memory issue with getcaps().
11927         * ext/mpeg2enc/gstmpeg2encoder.cc:
11928         * ext/mpeg2enc/gstmpeg2encoder.hh:
11929           Fix compile issue with new caps system (const thingy).
11930         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11931         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
11932           We read a first frame right on initing, so that we have a caps
11933           when we init the output. This caps is cached in padprivate and
11934           read as first frame.
11935         * ext/mplex/Makefile.am:
11936         * ext/mplex/gstmplex.cc:
11937         * ext/mplex/gstmplex.h:
11938         * ext/mplex/gstmplex.hh:
11939         * ext/mplex/gstmplexibitstream.cc:
11940         * ext/mplex/gstmplexibitstream.hh:
11941         * ext/mplex/gstmplexjob.cc:
11942         * ext/mplex/gstmplexjob.hh:
11943         * ext/mplex/gstmplexoutputstream.cc:
11944         * ext/mplex/gstmplexoutputstream.hh:
11945           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
11946           had issues, didn't do capsnego, supported only a subset of the
11947           mplex features and required a mplex fork in our local CVS. Plus
11948           that it worked agaist a very old mplex version. Rewriting was
11949           faster than updating it.
11950         * gst-libs/ext/Makefile.am:
11951         * gst-libs/ext/mplex/INSTRUCT:
11952         * gst-libs/ext/mplex/Makefile.am:
11953         * gst-libs/ext/mplex/README:
11954         * gst-libs/ext/mplex/TODO:
11955         * gst-libs/ext/mplex/ac3strm_in.cc:
11956         * gst-libs/ext/mplex/audiostrm.hh:
11957         * gst-libs/ext/mplex/audiostrm_out.cc:
11958         * gst-libs/ext/mplex/aunit.hh:
11959         * gst-libs/ext/mplex/bits.cc:
11960         * gst-libs/ext/mplex/bits.hh:
11961         * gst-libs/ext/mplex/buffer.cc:
11962         * gst-libs/ext/mplex/buffer.hh:
11963         * gst-libs/ext/mplex/fastintfns.h:
11964         * gst-libs/ext/mplex/format_codes.h:
11965         * gst-libs/ext/mplex/inputstrm.cc:
11966         * gst-libs/ext/mplex/inputstrm.hh:
11967         * gst-libs/ext/mplex/lpcmstrm_in.cc:
11968         * gst-libs/ext/mplex/mjpeg_logging.cc:
11969         * gst-libs/ext/mplex/mjpeg_logging.h:
11970         * gst-libs/ext/mplex/mjpeg_types.h:
11971         * gst-libs/ext/mplex/mpastrm_in.cc:
11972         * gst-libs/ext/mplex/mpegconsts.cc:
11973         * gst-libs/ext/mplex/mpegconsts.h:
11974         * gst-libs/ext/mplex/mplexconsts.hh:
11975         * gst-libs/ext/mplex/multplex.cc:
11976         * gst-libs/ext/mplex/outputstream.hh:
11977         * gst-libs/ext/mplex/padstrm.cc:
11978         * gst-libs/ext/mplex/padstrm.hh:
11979         * gst-libs/ext/mplex/stillsstream.cc:
11980         * gst-libs/ext/mplex/stillsstream.hh:
11981         * gst-libs/ext/mplex/systems.cc:
11982         * gst-libs/ext/mplex/systems.hh:
11983         * gst-libs/ext/mplex/vector.cc:
11984         * gst-libs/ext/mplex/vector.hh:
11985         * gst-libs/ext/mplex/videostrm.hh:
11986         * gst-libs/ext/mplex/videostrm_in.cc:
11987         * gst-libs/ext/mplex/videostrm_out.cc:
11988         * gst-libs/ext/mplex/yuv4mpeg.cc:
11989         * gst-libs/ext/mplex/yuv4mpeg.h:
11990         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
11991         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
11992           We don't fork mjpegtools' mplex in our CVS anymore.
11993         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
11994         (gst_avi_demux_add_stream):
11995         * gst/avi/gstavidemux.h:
11996           Add getcaps() function for proper caps nego. This makes some
11997           parts of AVI playback/reading work.
11998         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11999           Resize window on new capsnego. This is probably wrong, but
12000           I'm still committing it because with current capsnego, the
12001           first successfull capsnego is auto-fixated, therefore rounded
12002           down to the lowest values in the caps. this results in a 16x16
12003           XWindow that is not reized when real capsnego finishes.
12004           Dave, I see more cases of this, do you know a proper solution?
12005         * tools/gst-launch-ext.in:
12006           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
12007
12008 2003-12-31  David Schleef  <ds@schleef.org>
12009
12010         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
12011         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
12012           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
12013
12014 2003-12-30  David Schleef  <ds@schleef.org>
12015
12016         * ext/ffmpeg/gstffmpegcolorspace.c:
12017         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12018         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
12019         (gst_ffmpegcsp_chain): Negotiation fixes
12020         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
12021         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
12022         (gst_audio_convert_link), (gst_audio_convert_channels):
12023         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
12024         (gst_audioscale_link), (gst_audioscale_get_buffer),
12025         (gst_audioscale_chain): Negotiation fixes
12026         * gst/audioscale/gstaudioscale.h:
12027         * gst/videofilter/gstvideofilter.c:
12028         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
12029         (gst_videofilter_link), (gst_videofilter_init),
12030         (gst_videofilter_set_output_size), (gst_videofilter_setup),
12031         (gst_videofilter_find_format_by_structure):
12032         * gst/videofilter/gstvideofilter.h: Negotiation fixes
12033         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
12034         (gst_videoscale_link):
12035         * gst/videoscale/videoscale.c: (videoscale_get_structure),
12036         (videoscale_find_by_structure), (gst_videoscale_setup):
12037         * gst/videoscale/videoscale.h: Negotiation fixes
12038         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
12039         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
12040         function, restrict resizing to a multiple of 4 (hack until
12041         everyone supports odd sizes correctly).
12042
12043 2003-12-29  Colin Walters  <walters@verbum.org>
12044
12045         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
12046         signed.
12047
12048 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
12049
12050         * ext/sndfile/gstsf.c: (gst_sf_loop):
12051           Fix warning about discarding const qualifier
12052
12053 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
12054
12055         * gst/cutter/gstcutter.c:
12056         * gst/videoscale/gstvideoscale.c:
12057         * gst/volenv/gstvolenv.c:
12058         * gst-libs/gst/audio/audio.c:
12059         * gst-libs/gst/video/video.c:
12060           Fix warnings
12061
12062 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12063
12064         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12065           Don't send ALSA debugging to stderr.
12066         * ext/alsa/gstalsa.h:
12067           Use GST_WARNING instead of g_warning when ALSA functions fail.
12068
12069 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12070
12071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12072           Free XVAdapterInfo correctly.
12073
12074 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12075
12076         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
12077         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
12078           Make id3tag use correct caps nego.
12079
12080 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
12081
12082         * ext/ivorbis/vorbis.c: 
12083         * ext/ivorbis/vorbisenc.h:
12084         * ext/ivorbis/vorbisfile.c:
12085           Modify so that it uses the new caps things
12086
12087 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12088
12089         * testsuite/spider/spider1.c: (main):
12090         * testsuite/spider/spider2.c: (main):
12091         * testsuite/spider/spider3.c: (main):
12092           Make tests compile again. They probably don't work.
12093
12094 2003-12-24  Colin Walters  <walters@verbum.org>
12095
12096         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
12097         we can't fixate the caps anymore.
12098
12099 2003-12-23  David Schleef  <ds@schleef.org>
12100
12101         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
12102         * sys/oss/gstosssink.c: (gst_osssink_init),
12103         (gst_osssink_sink_fixate): Add fixate function.
12104
12105 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * ext/ffmpeg/gstffmpegcodecmap.c:
12108         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
12109         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
12110         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
12111         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12112         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12113         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12114         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
12115           fix typo in RGB masks, and move back to "old" colorspace
12116           capsnego code until whoever wrote this new crap has actually
12117           tested it so that it works.
12118           And yes, this works, keep it that way please.
12119
12120 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12121
12122         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
12123         (gst_divxdec_init), (gst_divxdec_negotiate):
12124         * ext/divx/gstdivxdec.h:
12125         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
12126         (gst_divxenc_init):
12127         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
12128         (gst_faac_sinkconnect), (gst_faac_srcconnect):
12129         * ext/mpeg2enc/gstmpeg2enc.cc:
12130         * ext/mpeg2enc/gstmpeg2encoder.cc:
12131         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
12132         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
12133         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
12134         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
12135         (dxr3spusink_init):
12136         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
12137         (dxr3videosink_init):
12138           Fix caps breakage after Dave's caps branch merge.
12139
12140 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12141
12142         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12143           Fix for 24bpp display.
12144
12145 2003-12-23  Colin Walters  <walters@verbum.org>
12146
12147         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
12148         a GnomeVFSHandle directly.
12149
12150 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12151
12152         * gst/volume/Makefile.am:
12153         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
12154         (volume_base_init), (volume_init):
12155           Reenable volume element and fix to work with new caps stuff.
12156           Rhythmbox needs this.
12157
12158 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12159
12160         * gst/qtdemux/qtdemux.c: (plugin_init):
12161           qtdemux requires bytestream
12162
12163 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12164
12165         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
12166           Fix remaining caps handling errors due to CAPS merge.
12167
12168 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12169
12170         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
12171         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
12172         (gst_faad_srcconnect): 
12173           Port to new caps system.
12174
12175 2003-12-21  Julien MOUTTE  <julien@moutte.net>
12176
12177         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
12178         (got_video_size), (main): using g_print instead of g_message.
12179         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
12180         signal which was not emitted because of "switch" element added to the
12181         bin but not connected. (Removing from the bin temporarily)
12182
12183 2003-12-21  Julien MOUTTE  <julien@moutte.net>
12184
12185         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
12186         find X development files. I don't understand the previous tests and
12187         they fail on my debian/ppc unstable. This one works.
12188         * examples/gstplay/player.c: (main): Set the pipeline to READY before
12189         exiting.
12190         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
12191         (gst_play_set_video_sink), (gst_play_set_audio_sink),
12192         (gst_play_set_visualization): Add some safety checks in set_ methods
12193         and state_change. This was throwing some ugly CRITICAL messages when
12194         pipeline was getting disposed and casts were failing.
12195
12196 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12197
12198         * configure.ac:
12199           Improve mpeg2enc detection. This is for distributions that do
12200           ship mjpegtools, but without mpeg2enc. Also does object check
12201           for might there ever be ABI incompatibility.
12202         * ext/mpeg2enc/gstmpeg2enc.cc:
12203           Add Andrew as second maintainer (he's helping me), and also add
12204           an error if no caps was set. This happens if I pull before capsnego
12205           and that's something I should solve sometime else.
12206         * gst/matroska/matroska-demux.c:
12207         (gst_matroska_demux_parse_blockgroup):
12208           Fix time parsing.
12209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
12210         (gst_matroska_mux_track_header):
12211           Add caps to templates.
12212         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
12213           Add mpegversion=1 to prevent confusion with MPEG/AAC.
12214         * gst/mpegstream/gstmpegdemux.c:
12215           Remove layer since it causes warnings about unfixed caps.
12216         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
12217           Fix obvious typo (we error out if caps were set, we should of
12218           course error out if *no* caps were set).
12219         * sys/oss/gstosselement.c: (gst_osselement_convert):
12220           Fix format conversion, we confused bits/bytes.
12221         * sys/oss/gstosselement.h:
12222           Improve documentation for 'bps'.
12223         * sys/v4l/TODO:
12224           Remove stuff about plugins that need removing - this was done
12225           ages ago.
12226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
12227         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
12228         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
12229         (gst_v4lsrc_src_query):
12230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12231         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
12232           Add get_query_types(), get_formats() and query() functions.
12233
12234 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12235
12236         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
12237         * moved CVS to freedesktop.org
12238