docs/plugins/: Added videoscale to docs.
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-03-02  Wim Taymans  <wim@fluendo.com>
2
3         * docs/plugins/Makefile.am:
4         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6         Added videoscale to docs.
7
8         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
9         (gst_video_rate_swap_prev), (gst_video_rate_event),
10         (gst_video_rate_chain):
11         Fix typo in docs.
12
13         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14         (gst_video_scale_init), (gst_video_scale_prepare_size),
15         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17         * gst/videoscale/gstvideoscale.h:
18         Added docs, examples.
19         Some code cleanups.
20         Post errors instead of g_warning.
21
22 2006-03-02  Wim Taymans  <wim@fluendo.com>
23
24         * docs/libs/gst-plugins-base-libs-docs.sgml:
25         * docs/libs/gst-plugins-base-libs-sections.txt:
26         * docs/libs/gst-plugins-base-libs.types:
27         * docs/plugins/Makefile.am:
28         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
29         * docs/plugins/gst-plugins-base-plugins-sections.txt:
30         Added some more docs to libs and plugins.
31
32         * gst-libs/gst/audio/gstringbuffer.c:
33         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
34         * gst-libs/gst/audio/gstringbuffer.h:
35         Document ringbuffer some more.
36
37         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
38         (gst_video_rate_setcaps), (gst_video_rate_reset),
39         (gst_video_rate_init), (gst_video_rate_flush_prev),
40         (gst_video_rate_swap_prev), (gst_video_rate_event),
41         (gst_video_rate_chain), (gst_video_rate_change_state):
42         * gst/videorate/gstvideorate.h:
43         Fix videorate to use segments.
44         Make it work with 0/1 framerates (closes #331903)
45         Handle EOS correctly.
46         Added docs.
47
48 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
51         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
52         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
53           In state change function, first chain up to parent class,
54           then handle downwards state change stuff. Remove some
55           commented out cruft from 0.8 code.
56
57 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
58
59         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
60         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
61         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
62         (gst_ogm_parse_chain):
63           Don't remove/re-add source pad if the new caps are the same as
64           the old caps anyway (#333042). When removing source pad, don't
65           unref it afterwards - we didn't ref it when adding. Sprinkle some
66           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
67           after using gst_pad_get_parent(). Return downstream flow return
68           value in chain function.
69
70 2006-03-02  Wim Taymans  <wim@fluendo.com>
71
72         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
73         * docs/plugins/gst-plugins-base-plugins.args:
74         * docs/plugins/gst-plugins-base-plugins.hierarchy:
75         * docs/plugins/gst-plugins-base-plugins.interfaces:
76         * docs/plugins/gst-plugins-base-plugins.signals:
77         Fix hierarchy, added some more elements to the docs.
78
79         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
80         (gst_ffmpegcsp_get_type):
81         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
82         Fix docs for ffmpegcolorspace.
83
84 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
85
86         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
87         (apetag_type_find), (ape_type_find), (plugin_init):
88           Some typefinding fine-tuning:
89           - rank ID3/APE tags in order of preference via probabilities, so that
90             ID3v2 > APEv2 > APEv1 > ID3v1.
91           - three or four bytes don't really justify MAXIMUM probability,
92             change those to 'very likely' (musepack and monkeysaudio).
93
94 2006-03-01  Wim Taymans  <wim@fluendo.com>
95
96         * docs/plugins/Makefile.am:
97         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
98         * docs/plugins/gst-plugins-base-plugins-sections.txt:
99         * ext/alsa/gstalsamixer.c:
100         * ext/alsa/gstalsamixer.h:
101         * ext/alsa/gstalsamixerelement.c:
102         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
103         * ext/alsa/gstalsamixerelement.h:
104         * ext/alsa/gstalsasink.c:
105         * ext/alsa/gstalsasink.h:
106         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
107         (gst_alsasrc_init):
108         * ext/alsa/gstalsasrc.h:
109         Added alsa docs.
110         Small code cleanups.
111
112 2006-03-01  Wim Taymans  <wim@fluendo.com>
113
114         * ext/theora/Makefile.am:
115         Dist new header too,
116
117 2006-03-01  Wim Taymans  <wim@fluendo.com>
118
119         * docs/plugins/Makefile.am:
120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
122         * ext/gnomevfs/gstgnomevfssink.h:
123         * ext/gnomevfs/gstgnomevfssrc.h:
124         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
125         * ext/vorbis/vorbisdec.h:
126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
127         * ext/vorbis/vorbisenc.h:
128         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
129         (vorbis_parse_chain), (vorbis_parse_change_state):
130         * ext/vorbis/vorbisparse.h:
131         * gst/audioconvert/gstaudioconvert.h:
132         * gst/tcp/gsttcpserversink.h:
133         * gst/videotestsrc/gstvideotestsrc.c:
134         * gst/videotestsrc/gstvideotestsrc.h:
135         * gst/volume/gstvolume.c:
136         * gst/volume/gstvolume.h:
137         Fix some more docs.
138         Added docs for vorbisdec and vorbisparse.
139         Fix vorbisparse.
140
141 2006-03-01  Wim Taymans  <wim@fluendo.com>
142
143         * docs/plugins/Makefile.am:
144         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
145         * docs/plugins/gst-plugins-base-plugins-sections.txt:
146         * ext/pango/gstclockoverlay.h:
147         * ext/pango/gsttextoverlay.h:
148         * ext/pango/gsttextrender.h:
149         * ext/pango/gsttimeoverlay.h:
150         * ext/theora/gsttheoradec.h:
151         * ext/theora/gsttheoraenc.h:
152         * ext/theora/theoradec.c:
153         * ext/theora/theoraenc.c:
154         * gst/audioconvert/gstaudioconvert.h:
155         * gst/audiotestsrc/gstaudiotestsrc.h:
156         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
157         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
158         * gst/tcp/gstmultifdsink.h:
159         Updated/added documentation.
160
161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
162         (gst_text_overlay_halign_get_type),
163         (gst_text_overlay_wrap_mode_get_type),
164         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
165         (gst_text_overlay_init), (gst_text_overlay_set_property),
166         (gst_text_overlay_get_property):
167         Fix up properties to be enums instead of string to make bindings,
168         introspection and automatic GUI creation possible.
169         Add getters for the properties.
170
171 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
172
173         * gst/audiotestsrc/gstaudiotestsrc.c:
174           added defines of M_PI and M_PI_2
175         * gst/ffmpegcolorspace/avcodec.h:
176           removed #include "stdint.h" for win32 as _stdint.h is 
177           autogenerated to win32/common
178         * win32/common/libgstaudio.def:
179         * win32/common/libgsttag.def:
180           added some exports
181         * win32/vs6:
182           some project files bugs corrected
183         * win32/vs7:
184           project files are reset to the default vs7 configuration 
185           (they link to msvcr71.dll using default optimizations)
186           
187 2006-02-28  Wim Taymans  <wim@fluendo.com>
188
189         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
190         Fix some docs.
191
192 2006-02-28  Edward Hervey  <edward@fluendo.com>
193
194         * ext/alsa/gstalsasrc.c:
195         Set proper class on the ElementDetails:
196         Source/Audio instead of Src/Audio/
197
198 2006-02-28  Edward Hervey  <edward@fluendo.com>
199
200         * gst/videoscale/vs_scanline.c:
201         (vs_scanline_resample_nearest_RGBA):
202         Revert optimization in videoscale. It should go in liboil and have
203         an appropriate liboil function.
204
205 2006-02-28  Wim Taymans  <wim@fluendo.com>
206
207         * gst-libs/gst/audio/gstbaseaudiosink.c:
208         (gst_base_audio_sink_provide_clock):
209         Don't try to provide a clock in the NULL state.
210
211 2006-02-28  Wim Taymans  <wim@fluendo.com>
212
213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
214         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
215         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
216         (gst_ogg_demux_deactivate_current_chain),
217         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
218         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
219         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
220         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
221         Use GstSegment infrastructure to remove duplicated code
222         and handle more seek cases correctly.
223
224 2006-02-28  Wim Taymans  <wim@fluendo.com>
225
226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
227         (gst_ffmpegcsp_transform):
228         Don't ignore return code from ffmpeg convert function.
229
230         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
231         Split out some long statements to ease debugging.
232
233 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
234
235         * ext/libvisual/visual.c: (gst_visual_init),
236         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
237         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
238         being able to renegotiate the size. Instead, use the negotiation
239         algorithm from the goom plugin to pick an initial output caps. 
240
241         Also, allow theoretical libvisual plugins that might support non-GL 
242         output even if they also do GL.
243
244 2006-02-26  Julien MOUTTE  <julien@moutte.net>
245
246         * ext/libvisual/visual.c: (gst_visual_init),
247         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
248         (plugin_init): Load only non GL plugins. Fix some memleaks and 
249         possible negotiation issues.
250
251 2006-02-25  Julien MOUTTE  <julien@moutte.net>
252
253         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
254
255 2006-02-24  Michael Smith  <msmith@fluendo.com>
256
257         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
258         (cmml_type_find), (plugin_init):
259           Fix CMML type find function to not require a specific minor version
260           of the CMML header.
261
262           Add an MPEG4 video elementary stream typefind function.
263
264 2006-02-04  Michael Smith  <msmith@fluendo.com>
265
266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
267         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
268         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
269         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
270         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
271         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
272           Annodex support in ogg demuxer. Doesn't do very much without the
273           other annodex patches (to come).
274
275 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
276
277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
278           Pick up palette for MS video v1 (#327028, patch by:
279           Fabrizio Gennari <fabrizio dot get at tiscali dot it>)
280
281 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
284         (gst_ffmpegcsp_caps_remove_format_info),
285         (gst_ffmpegcsp_get_unit_size):
286           The 'palette_data' field from incoming RGB caps shouldn't be
287           proxied on outgoing YUV caps; also, restrict unit size
288           adjustment in case of paletted data only to the unit that
289           actually has a palette. Fixes #330711.
290
291 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
292
293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
294         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
295         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
296         (gst_ffmpegcsp_get_unit_size):
297           Plug some memory leaks.
298
299 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
300
301         * sys/ximage/Makefile.am:
302         * sys/xvimage/Makefile.am:
303           Add some _CFLAGS and _LIBS that seem to be missing
304           and/or required for Cygwin (see #317048).
305
306 2006-02-22  Wim Taymans  <wim@fluendo.com>
307
308         * ext/alsa/gstalsasrc.c:
309         Fix description as pointed out by caugier.
310
311 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
312
313         Reviewed by : Edward Hervey  <edward@fluendo.com>
314
315         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
316         (qt_type_find):
317         Better 3gp typefinding (#331526).
318
319 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
320
321         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
322           Don't send EOS event here, the base class will send one for us.
323   
324         * gst/playback/gstplaybasebin.c: (prepare_output):
325           Subpictures without video stream aren't allowed either.
326         
327         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
328           Fix debug statement copy'n'paste-o.
329
330 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
331
332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
333           Fix issues with mixer keeping state when muting/unmuting
334           and when changing the volume whilst muted (see #331763
335           and #331765).
336
337 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
338
339         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
340         (parse_subrip), (gst_sub_parse_format_autodetect):
341           Set right caps given that we send escaped text. Also,
342           honour <i></i>, <b></b> and <u></u> markers that can be found
343           in .srt files (fixes #310202).
344
345 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
346
347         * gst-libs/gst/audio/mixerutils.c:
348         (element_factory_rank_compare_func):
349           Make order in which elements are tried more determinable.
350
351 2006-02-20  Julien MOUTTE  <julien@moutte.net>
352
353         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
354         (remove_element_chain), (cleanup_decodebin),
355         (gst_decode_bin_change_state): Make decodebin reusable by
356         fixing remove_element_chain first and then introduce a
357         cleaner in state change to ->NULL. (Closes #331678)
358
359 2006-02-19  Wim Taymans  <wim@fluendo.com>
360
361         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
362         use 0666 mask when creating files so umask gets applied
363         correctly. Fixes #331295.
364
365 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
366
367         * gst/subparse/Makefile.am:
368         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
369         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
370         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
371         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
372         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
373         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
374         * gst/subparse/gstssaparse.h:
375         * gst/subparse/gstsubparse.c: (plugin_init):
376           Add very basic parser for SSA subtitle streams (as often
377           found in matroska files).
378
379 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
380
381         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
382           That should be text/x-pango-markup, not text/x-pango-layout.
383
384 2006-02-19  Julien MOUTTE  <julien@moutte.net>
385
386         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
387         Polishing.
388
389 2006-02-19  Julien MOUTTE  <julien@moutte.net>
390
391         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
392         (gst_text_overlay_finalize), (gst_text_overlay_init),
393         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
394         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
395         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
396         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
397         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
398         Fix state change deadlock.
399
400 2006-02-19  Julien MOUTTE  <julien@moutte.net>
401
402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
403         (gst_text_overlay_finalize), (gst_text_overlay_init),
404         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
405         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
406         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
407         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
408         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
409         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
410         and subtitles files.
411
412 2006-02-19  Julien MOUTTE  <julien@moutte.net>
413
414         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
415         should be considered as row.
416
417 2006-02-19  Julien MOUTTE  <julien@moutte.net>
418
419         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
420         (cb_probe):
421         * gst/playback/gststreaminfo.h: Introduce language informations.
422
423 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
424
425         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
426         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
427         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
428         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
429         Set shared memory segments to be deleted as soon as we have attached,
430         that way they get cleaned up automatically if we crash.
431
432 2006-02-18  Julien MOUTTE  <julien@moutte.net>
433
434         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
435         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
436         functions are called with lock held.
437
438 2006-02-18  Julien MOUTTE  <julien@moutte.net>
439
440         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
441         (gst_text_overlay_finalize), (gst_text_overlay_init),
442         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
443         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
444         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
445         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
446         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
447         (gst_text_overlay_change_state): Refactoring of textoverlay
448         without collectpads. This now supports sparse subtitles coming
449         from a demuxer instead of a sub file. Seeking is still broken 
450         though. Need to discuss with wtay some more on how to handle
451         seeking correctly.
452         * ext/pango/gsttextoverlay.h:
453         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
454         subtitles coming from the demuxer.
455
456 2006-02-17  Wim Taymans  <wim@fluendo.com>
457
458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
459         (gst_vorbisenc_convert_sink):
460         Use some more scaling functions.
461
462 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
463
464         * ext/cdparanoia/gstcdparanoiasrc.c:
465         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
466         (gst_cd_paranoia_paranoia_callback),
467         (gst_cd_paranoia_src_signal_is_being_watched),
468         (gst_cd_paranoia_src_read_sector):
469         * ext/cdparanoia/gstcdparanoiasrc.h:
470           Add back 'transport-error' and 'uncorrected-error' signals and
471           make them actually be fired when bad stuff happens (#319340).
472
473 2006-02-17  Wim Taymans  <wim@fluendo.com>
474
475         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
476         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
477         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
478         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
479         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
480         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
481         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
482         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
483         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
484         (gst_ring_buffer_clear):
485         Small cleanups.
486         Added some G_LIKELY.
487
488 2006-02-17  Wim Taymans  <wim@fluendo.com>
489
490         * gst-libs/gst/audio/TODO:
491         Update TODO
492
493         * gst-libs/gst/audio/gstbaseaudiosink.c:
494         (gst_base_audio_sink_get_offset):
495         When trying to play samples ASAP and we don't have a
496         previous sample, try to play at position 0 instead of
497         an invalid position.
498
499 2006-02-17  Wim Taymans  <wim@fluendo.com>
500
501         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
502         (gst_alsasink_reset):
503         Also release lock when we get an error in _reset();
504         fix an error message.
505
506 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
507
508         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
509         (gst_alsasink_init), (get_channel_free_structure),
510         (caps_add_channel_configuration), (gst_alsasink_getcaps),
511         (gst_alsasink_close):
512         * ext/alsa/gstalsasink.h:
513           Add support for more than 2 channels (#326720).
514
515 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
516
517         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
518           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
519           with 4 or 6 channels, assume a default channel layout to make things
520           work (not sure there's anything else we can do in those cases).
521
522 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
523
524         * gst-libs/gst/audio/multichannel.c:
525           Minor docs fix.
526
527         * gst-libs/gst/riff/Makefile.am:
528         * gst-libs/gst/riff/riff-ids.h:
529         * gst-libs/gst/riff/riff-media.c:
530         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
531           Add support for WAVEFORMATEX, eg. PCM audio with more than two
532           channels and a channel layout map.
533           
534 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
535
536         Reviewed by Edward Hervey  <edward@fluendo.com>
537
538         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
539         C-level optimization of the RGBA nearest neighbour function.
540         Eventually this might end up in liboil with vectorized versions.
541
542 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
543
544         * gst-libs/gst/audio/multichannel.c:
545         (gst_audio_get_channel_positions):
546           When we have more than 2 channels, but no channel layout is
547           specified in the caps, return some default channel layout
548           to the caller and warn about about a possibly buggy element
549           (could be buggy filtercaps as well of course) (#317038).
550
551 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
554           Add gst-libs/gst/cdda to list of lib search paths.
555
556 2006-02-15  Andy Wingo  <wingo@pobox.com>
557
558         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
559         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
560         to the Lord Jesus that I do not have to touch the ogg muxer ever
561         again.
562
563 2006-02-15  Edward Hervey  <edward@fluendo.com>
564
565         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
566         quicktime movie files can also contain 'uuid' atoms.
567
568 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * gst/audioconvert/plugin.c: (plugin_init):
571           Register the GstAudioChannelPosition enum type with the type
572           system in the plugin_init function, so that it is known before
573           any element actually makes use of multi-channel stuff. This is
574           required for example if one wants to be able to deserialise/use
575           a caps string with channel positions before any pipeline has
576           been setup and started, like with gst-launch.
577
578 2006-02-14  Wim Taymans  <wim@fluendo.com>
579
580         * gst-libs/gst/audio/gstringbuffer.c:
581         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
582         (gst_ring_buffer_samples_done), (wait_segment),
583         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
584         Add some compiler G_(UN_)LIKELY help.
585         SIGNAL the ringbuffer waiters when going to PAUSED as well to
586         make sure they can exit their functions. Should fix #330748
587
588 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
589
590         * Makefile.am:
591         * configure.ac:
592         * win32/MANIFEST:
593         * win32/common/_stdint.h:
594           Windows does not have long long; copy the generated _stdint.h
595         * win32/common/interfaces-enumtypes.c:
596         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
597         (gst_mixer_track_flags_get_type),
598         (gst_tuner_channel_flags_get_type):
599         * win32/common/multichannel-enumtypes.c:
600         (gst_audio_channel_position_get_type):
601           update
602
603 2006-02-13  Wim Taymans  <wim@fluendo.com>
604
605         * gst-libs/gst/audio/gstbaseaudiosink.c:
606         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
607         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
608         Always sync on first sample we receive when starting.
609
610 2006-02-13  Wim Taymans  <wim@fluendo.com>
611
612         * gst/playback/gstplaybin.c: (gen_vis_element):
613         Update vis bin docs.
614         Move queue after tee so we don't queue video buffers but
615         audio samples instead. Fixes problems where the video queue
616         is filled and the audio queue empty.
617
618 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
619
620         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
621           No need to push an EOS event here, GstBaseSrc will do that for us
622           when we return FLOW_UNEXPECTED.
623           
624 2006-02-12  Wim Taymans  <wim@fluendo.com>
625
626         * gst-libs/gst/audio/gstbaseaudiosink.c:
627         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
628         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
629         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
630         Use scale functions when possible.
631         Fix error messages.
632         Free clockid when after waiting for EOS.
633         Use G_(UN_)LIKLY when it makes sense.
634         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
635
636 2006-02-12  Edward Hervey  <edward@fluendo.com>
637
638         * gst/playback/gstplaybasebin.c: (prepare_output): 
639         Remove stray semi-colon (fixes #330888).
640
641 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
642
643         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
645         Fix up the XShm call testing so that we catch errors, and don't
646         cause new ones by attempting to detach from a segment we failed
647         to attach to. Fixes #312439.
648
649 2006-02-10  Edward Hervey  <edward@fluendo.com>
650
651         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
652         Added flv file typefind (video/x-flv).
653
654 2006-02-10  Edward Hervey  <edward@fluendo.com>
655
656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
657         (gst_riff_create_video_template_caps):
658         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
659         Also added the caps to the default set of riff video caps.
660
661 2006-02-09  Andy Wingo  <wingo@pobox.com>
662
663         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
664         time and the end time of the last packet in the page.
665         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
666         on the pages in our queue, set the duration as well. Reflow a
667         debug statement.
668         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
669         Fixes bad muxing order.
670
671 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
672
673         * gst-libs/gst/rtp/gstbasertppayload.c:
674         (gst_basertppayload_setcaps), (gst_basertppayload_push):
675           update seqnum before setting it on the packet; this makes sure
676           that the timestamp and seqnum properties match after pushing
677           a buffer
678
679 2006-02-09  Andy Wingo  <wingo@pobox.com>
680
681         * gst-libs/gst/audio/gstringbuffer.c
682         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
683         overflow after 13.5 hours of recording. Kapow!
684
685         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
686         the buffer size -- we don't care about underrun/overrun reporting
687         right now, just need to return a useful value.
688
689 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
690
691         * configure.ac:
692           Back to CVS
693
694 === release 0.10.3 ===
695
696 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
697
698         * configure.ac:
699           releasing 0.10.3, "Under Pressure"
700
701 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
702
703         * configure.ac:
704         Drat. Bump libtool version number for new API.
705         Prelease 0.10.2.3 (of 0.10.3)
706
707 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
708
709         * configure.ac:
710         * win32/common/config.h:
711         0.10.2.2 prerelease (of 0.10.3).
712
713 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
714
715         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
716           Revert Andy's newsegment change pending a more correct
717           fix.
718
719 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
720
721         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
722         (qt_type_find), (plugin_init):
723           detect more files as 3gp
724           group and reorder the iso file formats
725
726 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
727
728         * ext/vorbis/vorbis.c: (plugin_init):
729           Register musicbrainz tags, so apps don't have to.
730
731 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
732
733         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
734         (gst_tag_to_vorbis_tag):
735           Make sure we called gst_tag_register_musicbrainz_tags()
736           before possibly mapping a vorbiscomment string from/to a
737           musicbrainz tag.
738
739 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
740
741         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
742           In case we can't find the required number of consecutive
743           mpeg audio frames to positively identify an MPEG audio
744           stream, check if there's at least a valid mpeg audio
745           frame right at offset 0 and if so suggest mpeg/audio
746           caps with a very low probability (#153004).
747
748 2006-02-07  Andy Wingo  <wingo@pobox.com>
749
750         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
751         a TIME segment if we get timestamped buffers. Requires recent
752         fixes in core to work properly.
753
754 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
755
756         * gst/playback/gstplaybasebin.c: (prepare_output):
757           Don't print the URI as part of the error message, it
758           makes error dialogs look rather ugly, especially if
759           the URI is very long or has characters in it that
760           need escaping.
761
762 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
763
764         * gst/playback/gstplaybasebin.c: (prepare_output):
765           Error out if we have only text or subtitles, but nothing
766           else. Also error out if we have subtitles but no video
767           stream.
768
769 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
772           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
773           Post an error message on the bus when we encounter an
774           error, which will hopefully be more meaningful than the
775           'Internal Flow Error' message users get to see if we
776           just return GST_FLOW_ERROR.
777
778 2006-02-07  Andy Wingo  <wingo@pobox.com>
779
780         * configure.ac (GST_MAJORMINOR): Update core version req to
781         0.10.2.2, for the collectpads API addition (#330244).
782
783 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
784
785         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
786           Return FALSE from plugin_init() when GnomeVFS can't
787           be initialised for some reason (#328423).
788
789 2006-02-06  Julien MOUTTE  <julien@moutte.net>
790
791         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
792         Stick to seeking theory until i find the bug.
793         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
794
795 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
796
797         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
798         (theora_enc_finalize), (theora_enc_sink_setcaps),
799         (theora_set_header_on_caps), (theora_enc_chain),
800         (theora_enc_change_state):
801         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
802           Make theoraenc and the tests leak free. Like, really.
803
804 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
805
806         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
807         (theora_enc_finalize), (theora_enc_sink_setcaps):
808           Add a finalize method to ensure we clean up state even if
809           someone omitted the state change back to NULL.
810
811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
812         (gst_vorbisenc_chain):
813           Free some more leaked bits.
814
815         * tests/check/pipelines/theoraenc.c: (start_pipeline),
816         (stop_pipeline):
817           Wait for state changes to happen if they're ASYNC.
818
819           This ought to teach those fancy pants buildbots a lesson.
820
821 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
822
823         * gst-libs/gst/tag/gstid3tag.c:
824           Add mapping for ID3 International Standard Recording Code
825           tag "TSRC"
826
827 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
828
829         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
830           Don't leak tag names.
831
832 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * docs/libs/gst-plugins-base-libs-docs.sgml:
835         * docs/libs/gst-plugins-base-libs-sections.txt:
836         * gst-libs/gst/tag/gstid3tag.c:
837         * gst-libs/gst/tag/gstvorbistag.c:
838         * gst-libs/gst/tag/tags.c:
839           Split libgsttag docs into multiple sections.
840
841 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * docs/libs/Makefile.am:
844         * docs/libs/gst-plugins-base-libs-docs.sgml:
845         * docs/libs/gst-plugins-base-libs-sections.txt:
846         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
847         * gst-libs/gst/tag/gstvorbistag.c:
848         * gst-libs/gst/tag/tag.h:
849         * gst-libs/gst/tag/tags.c:
850           Add libgsttag to the docs.
851
852 2006-02-05  Julien MOUTTE  <julien@moutte.net>
853
854         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
855         (gst_text_overlay_init), (gst_text_overlay_src_event),
856         (gst_text_overlay_collected): Fix clockoverlay.
857
858 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * docs/libs/compiling.sgml:
861           Fix typo: it's pkg-config, not pkg-gconfig
862
863         * docs/libs/gst-plugins-base-libs-docs.sgml:
864         * docs/libs/gst-plugins-base-libs-sections.txt:
865         * docs/libs/tmpl/gstgconf.sgml:
866           There is no libgstgconf in 0.10, remove it
867           from the docs.
868
869 2006-02-05  Julien MOUTTE  <julien@moutte.net>
870
871         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
872         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
873         (gst_text_overlay_src_event), (gst_text_overlay_collected):
874         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
875         (gst_sub_parse_class_init), (gst_sub_parse_init),
876         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
877         (parse_mpsub), (parser_state_init), (handle_buffer),
878         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
879         * gst/subparse/gstsubparse.h: Introduce seeking code.
880
881 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
884           Add comment about LANGUAGE tag inconsistency (we want
885           ISO-639-1, but extract three-letter identifiers?)
886
887         * po/POTFILES.in:
888           Add two translatable files.
889
890 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * gst-libs/gst/tag/Makefile.am:
893         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
894         * gst-libs/gst/tag/tag.h:
895         * gst-libs/gst/tag/tags.c:
896         (gst_tag_register_musicbrainz_tags_internal),
897         (gst_tag_register_musicbrainz_tags):
898           Forward-port some tags stuff from the 0.8 branch. This is
899           mostly the addition of musicbrainz tags and their mapping
900           to vorbistags, and a vorbistag mapping of the language tag.
901
902 2006-02-05  Julien MOUTTE  <julien@moutte.net>
903
904         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
905         refactoring.
906
907 2006-02-04  David Schleef  <ds@schleef.org>
908
909         * ext/ogg/gstoggmux.c:
910         * gst/typefind/gsttypefindfunctions.c:
911           Add Dirac typefinding and add dirac format to oggmux.
912
913 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
914
915         * gst/playback/gstdecodebin.c: (try_to_link_1):
916           Don't put essential function call into
917           g_return_*() macro, otherwise it'll all be
918           replaced by NOOPs when compiling with
919           G_DISABLE_CHECKS defined.
920
921 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
922
923         * ext/ogg/gstoggdemux.c:
924         * ext/ogg/gstoggparse.c:
925         * gst/tcp/gsttcpserversink.c:
926         * sys/v4l/v4lsrc_calls.c:
927         * sys/v4l/v4lsrc_calls.h:
928         Just make it compile with --disable-gst-debug.
929
930 2006-02-03  Wim Taymans  <wim@fluendo.com>
931
932         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
933         (gst_alsasink_class_init), (gst_alsasink_init),
934         (gst_alsasink_write), (gst_alsasink_reset):
935         * ext/alsa/gstalsasink.h:
936         Add lock to protect alsa calls.
937         Implement reset to flush samples ASAP, does not work
938         with dmix though.
939
940 2006-02-02  Wim Taymans  <wim@fluendo.com>
941
942         * gst-libs/gst/audio/gstbaseaudiosink.c:
943         (gst_base_audio_sink_provide_clock):
944         Ugh.. getting late I guess...
945
946 2006-02-02  Wim Taymans  <wim@fluendo.com>
947
948         * gst-libs/gst/audio/gstbaseaudiosink.c:
949         (gst_base_audio_sink_provide_clock),
950         (gst_base_audio_sink_set_property),
951         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
952         Don't try to provide a clock when we are not negotiated since
953         we might not be able to make it run.
954
955 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
956
957         * gst/playback/gstdecodebin.c: (try_to_link_1):
958           Unlinking two source pads is ... hard.
959
960 2006-02-02  Wim Taymans  <wim@fluendo.com>
961
962         * gst-libs/gst/audio/TODO:
963         Updated.
964
965         * gst-libs/gst/audio/gstbaseaudiosink.c:
966         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
967         On EOS, wait till the last sample is played before posting EOS.
968
969 2006-02-01  Philippe Kalaf <burger at speedy dot org>
970
971         * gst-libs/gst/rtp/gstbasertpdepayload.c:
972           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
973           setting queue_delay to zero. Also avoid thread being started if
974           queue_delay is zero.
975
976 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
979           Make test work again by connecting fakesinks to each decoded pad,
980           which makes the pipeline wait until each fakesink has a buffer
981           queued before going to PAUSED state. At that point we know the
982           decodebin pads are negotiated.
983
984 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
985
986         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
987         (gst_cdda_base_src_handle_event):
988         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
989           Pass unhandled queries to the parent class's query function.
990
991 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
994         (gst_ogg_pad_src_query):
995         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
996         * ext/theora/theoradec.c: (theora_dec_src_query),
997         (theora_dec_sink_query):
998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
999         (vorbis_dec_sink_query):
1000         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1001         (gst_vorbisenc_sink_query):
1002         * gst/adder/gstadder.c: (gst_adder_query):
1003           Pass unhandled queries upstream instead of just
1004           dropping them (#326447). Also, fix supported
1005           query types list for some elements.
1006
1007 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1010         (paris_type_find), (ilbc_type_find), (plugin_init):
1011           Fix typefinding for audio/x-au, audio/x-paris and
1012           audio/iLBC-sh. We cannot use the START_WITH macros
1013           here, because there can only be one typefind factory
1014           with the same name (caps), so the second one would
1015           replace the first one and the first one would never
1016           be called when doing typefinding (see #161712).
1017           
1018
1019 2006-01-31  Wim Taymans  <wim@fluendo.com>
1020
1021         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1022         (vorbis_handle_header_packet), (vorbis_dec_push),
1023         (vorbis_handle_data_packet):
1024         Use scale_int when we can, add some more scaling.
1025         Check packettype before parsing it.
1026
1027 2006-01-31  Wim Taymans  <wim@fluendo.com>
1028
1029         * ext/theora/theoradec.c: (_theora_granule_time),
1030         (theora_dec_src_convert), (theora_dec_sink_convert):
1031         Call right _scale functions.
1032         Use parameter instead of some other random value.
1033
1034 2006-01-31  Wim Taymans  <wim@fluendo.com>
1035
1036         * ext/theora/theoradec.c: (_theora_granule_frame),
1037         (_theora_granule_time), (_inc_granulepos),
1038         (theora_dec_src_convert), (theora_dec_sink_convert),
1039         (theora_handle_type_packet), (theora_handle_data_packet),
1040         (theora_dec_chain):
1041         Use higher precision timestamps calculation.
1042         Convert some other conversions to _scale.
1043
1044 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1045
1046         * gst/audiotestsrc/gstaudiotestsrc.c:
1047         (gst_audio_test_src_create_sine_table), (plugin_init):
1048         * gst/volume/gstvolume.c: (plugin_init):
1049           initialize gst_controller before using
1050
1051 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1052
1053         * tests/check/pipelines/theoraenc.c:
1054         * tests/check/pipelines/vorbisenc.c:
1055         Define constant using G_GINT64_CONSTANT to avoid errors when
1056         passing it around - otherwise it gets truncated to 32 bits.
1057
1058         Fixes failing tests.
1059
1060 2006-01-31  Andy Wingo  <wingo@pobox.com>
1061
1062         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1063         caps being set doesn't have a framerate value. Basically a stopgap
1064         measure.
1065
1066         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1067         technically correct enough to put into core though.
1068         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1069         DURATION. Fixes theoraenc ! oggmux.
1070
1071         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1072         fraction, not double.
1073
1074 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1075
1076         * win32/vs7:
1077         add vs7 project files created by Sergey Scobich
1078
1079 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1080
1081         * win32/vs8:
1082         add vs8 project files created by Sergey Scobich
1083         
1084 2006-01-30  Andy Wingo  <wingo@pobox.com>
1085
1086         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1087         timestamp + duration, not just timestamp -- ogg pages should be
1088         ordered by stop time. Necessary fix given the change in vorbis
1089         timestamps.
1090
1091         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1092         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1093         (granulepos_add): New function, handles the messiness of adjusting
1094         granulepos values.
1095         (theora_buffer_from_packet):
1096         (theora_enc_chain):
1097         (theora_enc_sink_event): Use granulepos_add, not +.
1098
1099         * tests/check/pipelines/theoraenc.c
1100         (check_buffer_granulepos_from_starttime): Just check the frame
1101         count, not the actual granulepos -- we can't dictate to the
1102         encoder when it should be placing keyframes.
1103
1104 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1105
1106         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1107           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1108           play an http:// stream from a server that's not serving
1109
1110 2006-01-30  Andy Wingo  <wingo@pobox.com>
1111
1112         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1113         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1114         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1115         available.
1116
1117         * ext/theora/gsttheoraenc.h:
1118         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1119         although theoraenc was timestamping correctly. Added handling of
1120         streams that start with nonzero timestamps.
1121
1122         * tests/check/Makefile.am:
1123         * tests/check/pipelines/theoraenc.c: New file, basically does same
1124         tests as vorbisenc.
1125
1126         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1127
1128 2006-01-30  Wim Taymans  <wim@fluendo.com>
1129
1130         * gst-libs/gst/audio/gstaudiosink.c:
1131         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1132         (gst_audioringbuffer_pause):
1133         Implement pause that does not wait for completion.
1134
1135         * gst-libs/gst/audio/gstbaseaudiosink.c:
1136         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1137         Don't drop buffers when going to PAUSED but perform preroll on
1138         remaining samples now that core base class supports this.
1139
1140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1141         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1142         (gst_ring_buffer_commit):
1143         Pause should not signal waiters.
1144         Implement return value of _commit correctly.
1145
1146 2006-01-30  Andy Wingo  <wingo@pobox.com>
1147
1148         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1149
1150         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1151         updated to timestamp from the first sample, not the last.
1152         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1153         special care of granulepos and timestamp for header packets.
1154         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1155         when the first buffer has a nonzero timestamp.
1156
1157         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1158         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1159         case when the first audio buffer we get has a nonzero timestamp.
1160         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1161         properly timestamp vorbis buffers with the time of the first
1162         sample, not the last.
1163         
1164         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1165         vorbis_granule_time_copy -- now it takes the granule/subgranule
1166         offset into account.
1167
1168         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1169         timestamps, durations, and granulepos on buffers produced by
1170         vorbisenc.
1171
1172 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1173
1174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1175         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1176           Patch from Eric Jonas to support conversions to/from UYVY 
1177           (Fixes: #324626)
1178
1179 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1180
1181         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1182         (setup_subtitle), (setup_source), (set_active_source):
1183         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1184         (gen_text_element), (gen_audio_element), (gen_vis_element),
1185         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1186
1187 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1188
1189         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1190         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1191                 use gst_guint64_to_gdouble to be compliant with vs6
1192         * gst/playback/gstdecodebin.c: (try_to_link_1)
1193         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1194                 use G_GINT64_CONSTANT for int64 constants
1195         * win32/common/libgstinterfaces.def:
1196                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1197         * win32/vs6:
1198                 update and add new project files
1199                 
1200 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1201
1202         * Makefile.am:
1203         * win32/MANIFEST:
1204         * win32/common/interfaces-enumtypes.c:
1205         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1206         (gst_mixer_track_flags_get_type),
1207         (gst_tuner_channel_flags_get_type):
1208         * win32/common/interfaces-enumtypes.h:
1209         * win32/common/multichannel-enumtypes.c:
1210         (gst_audio_channel_position_get_type):
1211         * win32/common/multichannel-enumtypes.h:
1212           add a win32-update rule like in core, and copy over enumtypes files
1213
1214 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1215
1216         * win32/MANIFEST:
1217         * win32/common/config.h:
1218         * win32/common/config.h.in:
1219           add config files just like in core
1220
1221 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1222
1223         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1224           Make gcc-4.1 happy (part of #327357).
1225
1226 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1227
1228         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1229         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1230         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1231         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1232         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1233         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1234           Update all error messages.  All of them should either use
1235           the default translated message, or actually provide a
1236           translatable string.
1237           Make the string for channel count problems meaningful.
1238
1239 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1240
1241         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1242           check for and throw RESOURCE_BUSY
1243
1244 2006-01-27  David Schleef  <ds@schleef.org>
1245
1246         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1247           checked in this change -- it requires liboil features not
1248           in 0.3.6.  Revert parts.
1249
1250 2006-01-27  David Schleef  <ds@schleef.org>
1251
1252         * REQUIREMENTS:
1253         * configure.ac: update liboil requirement to 0.3.6
1254         * gst/videoscale/Makefile.am:
1255         * gst/videoscale/vs_scanline.c: liboilify
1256
1257 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1258
1259         * ext/libvisual/visual.c: (get_buffer):
1260           When pad_alloc returns a GstFlowReturn other
1261           than GST_FLOW_OK, make sure it is passed upstream.
1262
1263 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1264
1265         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1266         (gst_alsasink_class_init):
1267           Free the device name string.
1268
1269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1270         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1271         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1272           Don't remove a pad from the collectpads structure until it
1273           is released - it's a request pad, and may receive data again
1274           if the element gets moved back to PLAYING state.
1275
1276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1277           Ensure we turn on double buffering on the Xv port, and
1278           set the colour key to something dark and mysterious that
1279           isn't black.
1280
1281 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1282
1283         * ext/alsa/gstalsaplugin.c: (plugin_init):
1284         * ext/cdparanoia/gstcdparanoiasrc.c:
1285         (gst_cd_paranoia_src_base_init), (plugin_init):
1286         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1288           - a library should not call setlocale. see "Libraries" node in
1289             gettext manual
1290           - make sure all plugins that use translation do bindtextdomain
1291             to point to the localedir
1292         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1293         (setup_sinks), (plugin_init):
1294           all this, and check for NULL when creating sinks
1295
1296 2006-01-27  Julien MOUTTE  <julien@moutte.net>
1297
1298         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1299         (plugin_init): Make typefinding of subtitles work again.
1300
1301 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1302
1303         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1304         (mp3_type_frame_length_from_header), (mp3_type_find),
1305         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1306         (plugin_init):
1307           Backport a bunch of typefinding fixes from the 0.8 branch.
1308           Also, improve wavpack typefinding: if we can't peek the
1309           entire wavpack block, try to parse the bits we can get and
1310           see if we find what we're looking for in those.
1311
1312 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1313
1314         * sys/ximage/ximagesink.c:
1315         (gst_ximagesink_calculate_pixel_aspect_ratio):
1316         * sys/xvimage/xvimagesink.c:
1317         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1318         more cases of pixel aspect ratio.
1319
1320 2006-01-26  Edward Hervey  <edward@fluendo.com>
1321
1322         * gst/playback/gstdecodebin.c: (pad_probe):
1323         Also consider the flush-start and tag events as unblockers
1324         for the pad probes.
1325
1326 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1327
1328         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1329         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1330         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1331         On the fly visualisation switch, works disabling, enabling as
1332         well but it won't be able to enable vis in a playbin that was
1333         created with no visualisation.
1334
1335 2006-01-25  Wim Taymans  <wim@fluendo.com>
1336
1337         * gst-libs/gst/audio/gstbaseaudiosink.c:
1338         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1339         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1340         resume after pause.
1341
1342 2006-01-25  Wim Taymans  <wim@fluendo.com>
1343
1344         * gst-libs/gst/audio/gstbaseaudiosink.c:
1345         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1346         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1347         Improve debugging.
1348         Post error when caps cannot be parsed.
1349         Resync on discontinuity in the stream.
1350         Clip samples to segment boundaries.
1351         return WRONG_STATE sooner when we are flushing.
1352
1353         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1354         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1355         Make audiosrc operate in TIME.
1356         Set TIMESTAMP and DURATION on buffers.
1357
1358 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1359
1360         * tests/examples/seek/seek.c: (main):
1361           Output tag messages as well.
1362
1363 2006-01-23  Edward Hervey  <edward@fluendo.com>
1364
1365         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1366         (free_pad_probes), (remove_fakesink), (pad_probe),
1367         (close_pad_link), (gst_decode_bin_change_state):
1368         Replace GstPadBlockCallback with pad probes that detect
1369         first buffer AND eos before removing fakesink.
1370         Fixes hang with demuxers doing EOS while pre-rolling.
1371         Solves #328279
1372
1373 2006-01-23  Andy Wingo  <wingo@pobox.com>
1374
1375         * ext/alsa/gstalsasink.c:
1376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1377         (gst_base_rtp_depayload_setcaps),
1378         (gst_base_rtp_depayload_add_to_queue),
1379         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1380         
1381         Patch by: Jens Granseuer <jensgr at gmx dot net>
1382
1383 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1384
1385         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1386         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1387         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1388         frames. We might get a frame destroyed after changing state to
1389         NULL, adding a safety check on xcontext.
1390
1391 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst-libs/gst/interfaces/xoverlay.c:
1394           Fix prepare-xwindow-id code example in the docs - we need to
1395           ignore all messages that aren't element messages as well.
1396           
1397 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1398
1399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1400           I think one day i'll completely undestand how caps negotiation
1401           is supposed to work. This refactoring handles buffer_alloc
1402           called with caps we can't handle. We definitely don't want a
1403           set_caps with those caps, so we define and allocate a buffer
1404           we would like to receive.
1405
1406 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         * gst/playback/gstplaybasebin.c: (setup_source):
1409           Free iterator when done.
1410
1411 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1412
1413         * gst-libs/gst/audio/gstbaseaudiosink.c:
1414         (gst_base_audio_sink_render):
1415           Fix playback of non-synchronised streams by assuming a rate
1416           of 1.0 instead of a random one.
1417
1418           Makes this work again:
1419
1420           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1421           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1422           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1423           audioresample ! alsasink
1424
1425 === release 0.10.2 ===
1426
1427 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1428
1429         * configure.ac:
1430           releasing 0.10.2, "Then the devil is six"
1431
1432 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1433
1434         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1435         * gst/playback/gststreamselector.c:
1436         (gst_stream_selector_set_property):
1437           Comment out broken code that connects to the state-changed signal.
1438           At this point, changing current stream selection is broken, but 
1439           stuff like gst-launch playbin current-audio=1 works and filters
1440           to the chosen stream.
1441
1442 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1443
1444         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1445           Fix #327216 (null dereference in vorbisdec)
1446
1447 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1448
1449         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1450           Post taglist actually on bus instead of just freeing it
1451           (fixes #327114 and totem bug #327080).
1452
1453         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1454           Use gst_element_found_tags_for_pad(), so that the tags
1455           are sent downstream as an event as well.
1456
1457 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1458
1459         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1460         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1461         (gst_ximagesink_buffer_alloc):
1462         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1463         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1464         (gst_xvimagesink_buffer_alloc):
1465           move all regularly occurring messages to GST_LOG level
1466           add some more object logs
1467
1468 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1469
1470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1471           fix a silly segfault
1472
1473 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1474
1475         * docs/libs/gst-plugins-base-libs-docs.sgml:
1476         * docs/libs/gst-plugins-base-libs-sections.txt:
1477         * gst-libs/gst/audio/mixerutils.c:
1478         * gst-libs/gst/audio/mixerutils.h:
1479           Add docs for mixerutils stuff.
1480
1481 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         * gst/playback/gstplaybasebin.c: (setup_source):
1484           Fix playback for sources that emit raw audio or
1485           raw video streams (e.g.: cd audio sources) (#325984).
1486
1487 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1488
1489         * gst-libs/gst/audio/mixerutils.c:
1490         (gst_audio_mixer_filter_do_filter):
1491           actually save the element we create
1492
1493 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1494
1495         * gst-libs/gst/cdda/gstcddabasesrc.c:
1496         (gst_cdda_base_src_handle_track_seek):
1497           No need to post a tag message on the bus when seeking
1498           within the same track, only post it when the current
1499           track changes.
1500
1501 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1502
1503         * gst/playback/gstplaybasebin.c: (group_destroy),
1504         (probe_triggered), (new_decoded_pad), (mute_group_type),
1505         (set_active_source):
1506         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1507         * gst/playback/gststreamselector.c:
1508         (gst_stream_selector_base_init),
1509         (gst_stream_selector_set_property),
1510         (gst_stream_selector_request_new_pad):
1511           Reenable stream selection. These mechanisms need a complete overhaul
1512           in the face of 0.8->0.10 changes though.
1513
1514 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1515
1516         * ext/ogg/gstoggdemux.c:
1517           Change the pad template to src_%d to match the pads that 
1518           are created from it. decodebin needs this information in order
1519           to decide that oggdemux is capable of producing multiple pads
1520           (and hence needs queues inserted).
1521
1522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1523         (gst_ogg_mux_collected):
1524           Make debug output more useful by using GST_PTR_FORMAT.
1525
1526 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1527
1528         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1529
1530         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1531           Set depth and width for alaw/mulaw (fixes #326601).
1532
1533 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1534
1535         * tests/icles/Makefile.am:
1536           don't build the tests if we don't have the libs
1537
1538 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1539
1540         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1541         (gst_cd_paranoia_paranoia_callback):
1542           Don't try to free NULL pointers.
1543
1544 2006-01-10  Edward Hervey  <edward@fluendo.com>
1545
1546         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1547         (gst_audio_rate_change_state), (plugin_init):
1548         Add debugging category.
1549         Fix type issues.
1550         Add case for incoming buffers without valid offset/offset_end.
1551
1552 2006-01-10  Michael Smith  <msmith@fluendo.com>
1553
1554         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1555           Don't leak GCond in audio sources.
1556
1557 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1558
1559         * gst/playback/gstplaybin.c: (gen_audio_element):
1560           Don't leak an autoaudiosink/alsasink when we generate
1561           a new audio element. (old code, I guess)
1562
1563 2006-01-10  Michael Smith  <msmith@fluendo.com>
1564
1565         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1566           Support float audio in audiorate.
1567           Use width rather than depth for selecting sample width.
1568
1569 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1570
1571         * gst/videotestsrc/videotestsrc.h:
1572           Use GLib types here (that way we don't have to include the
1573           generated _stdint.h header, which makes life easier for win32
1574           folks that don't use autotools for the build) (#325990, patch
1575           by: Sergey Scobich).
1576
1577 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1578
1579         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1580         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1581         (gst_ring_buffer_pause), (wait_segment):
1582         * gst-libs/gst/audio/gstringbuffer.h:
1583           Name (private) union, makes Forte compiler happy (this time
1584           for real) (#324900).
1585
1586 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         * gst-libs/gst/audio/Makefile.am:
1589           Link against libgstinterfaces, needed for mixer
1590           and property probe stuff.
1591
1592 2006-01-09  Edward Hervey  <edward@fluendo.com>
1593
1594         * gst-libs/gst/Makefile.am:
1595
1596 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * gst-libs/gst/audio/Makefile.am:
1599         * gst-libs/gst/audio/mixerutils.c:
1600         (gst_audio_mixer_filter_do_filter),
1601         (gst_audio_mixer_filter_check_element),
1602         (gst_audio_mixer_filter_probe_feature),
1603         (element_factory_rank_compare_func),
1604         (gst_audio_default_registry_mixer_filter):
1605         * gst-libs/gst/audio/mixerutils.h:
1606           Add gst_audio_default_registry_mixer_filter() utility
1607           function.
1608
1609 2006-01-03  Michael Smith  <msmith@fluendo.com>
1610
1611         * gst/audioresample/resample.h:
1612           As before, but for o_buf
1613
1614 2006-01-03  Michael Smith  <msmith@fluendo.com>
1615
1616         * gst/audioresample/resample.h:
1617           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1618           since we do arithmetic on it.
1619
1620 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1621
1622         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1623         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1624         (gst_ring_buffer_pause), (wait_segment):
1625         * gst-libs/gst/audio/gstringbuffer.h:
1626           Sun's Forte compiler doesn't seem to like anonymous structs,
1627           so use same setup as in GstBaseSrc (fixes #324900).
1628
1629 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * configure.ac:
1632         * gst/volume/Makefile.am:
1633         * gst/volume/demo.c:
1634           move old example to tests/examples/volume/volune.c
1635         * tests/examples/Makefile.am:
1636         * tests/examples/seek/seek.c: (main):
1637           change window-close event from "delete-event" to "destroy"
1638         * tests/examples/volume/Makefile.am:
1639         * tests/examples/volume/volume.c: (value_changed_callback),
1640         (setup_gui), (message_received), (eos_message_received), (main):
1641           fix event handling and bus usage
1642
1643 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1644
1645         * gst/audiotestsrc/gstaudiotestsrc.c:
1646         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1647         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1648         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1649         (gst_audio_test_src_create_square),
1650         (gst_audio_test_src_create_saw),
1651         (gst_audio_test_src_create_triangle),
1652         (gst_audio_test_src_create_silence),
1653         (gst_audio_test_src_create_white_noise),
1654         (gst_audio_test_src_create_pink_noise),
1655         (gst_audio_test_src_init_sine_table),
1656         (gst_audio_test_src_create_sine_table),
1657         (gst_audio_test_src_change_wave),
1658         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1659         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1660         * gst/audiotestsrc/gstaudiotestsrc.h:
1661           update to basesrc changes, implement segmented seeking and eos
1662           handling, add a 'sine-tab' waveform for performance critical playback
1663
1664 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         * po/POTFILES.in:
1667           ... and this time the other modified file that I missed last time.
1668
1669 2005-12-29  Michael Smith  <msmith@fluendo.com>
1670
1671         * gst/playback/gstdecodebin.c: (new_pad):
1672           Fix non-C89 variable declaration not at the start of a block. Should
1673           help some compilers.
1674
1675 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1676
1677         * tests/check/Makefile.am:
1678           And now fix 'make distcheck' (builddir != srcdir)
1679
1680 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1681
1682         * configure.ac:
1683         * ext/cdparanoia/Makefile.am:
1684         * ext/cdparanoia/gstcdparanoia.c:
1685         * ext/cdparanoia/gstcdparanoia.h:
1686         * ext/cdparanoia/gstcdparanoiasrc.c:
1687         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1688         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1689         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1690         (gst_cd_paranoia_paranoia_callback),
1691         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1692         (gst_cd_paranoia_src_set_property),
1693         (gst_cd_paranoia_src_get_property), (plugin_init):
1694         * ext/cdparanoia/gstcdparanoiasrc.h:
1695           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1696           plugin again (there are still fixes required to playbin to make
1697           cdda:// uris work there).
1698
1699 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * tests/check/Makefile.am:
1702           Fix test case compilation.
1703
1704 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1705
1706         * gst-libs/gst/cdda/gstcddabasesrc.c:
1707         (gst_cdda_base_src_update_duration),
1708         (gst_cdda_base_src_calculate_cddb_id):
1709           An integer is not a string. Fix access to uninitialised variable.
1710
1711         * tests/check/Makefile.am:
1712           Add cddabasesrc unit test; also actually enable the vorbis test.
1713
1714         * tests/check/generic/states.c:
1715           Blacklist new cd audio elements as well.
1716
1717         * tests/check/libs/cddabasesrc.c:
1718           Unit test for GstCddaBaseSrc (discid calculation mostly).
1719
1720 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1721
1722         * docs/libs/Makefile.am:
1723         * docs/libs/gst-plugins-base-libs-docs.sgml:
1724         * docs/libs/gst-plugins-base-libs-sections.txt:
1725         * docs/libs/gst-plugins-base-libs.types:
1726           Add docs for libgstcdda/GstCddaBaseSrc.
1727
1728         * gst-libs/gst/interfaces/mixertrack.h:
1729           Do one struct member per line with a semicolon at the end, that way
1730           even gtk-doc might parse it without complaining.
1731
1732 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * configure.ac:
1735         * gst-libs/gst/Makefile.am:
1736         * gst-libs/gst/cdda/Makefile.am:
1737         * gst-libs/gst/cdda/base64.c:
1738         * gst-libs/gst/cdda/base64.h:
1739         * gst-libs/gst/cdda/gstcddabasesrc.c:
1740         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1741         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1742         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1743         (gst_cdda_base_src_get_property),
1744         (gst_cdda_base_src_get_track_from_sector),
1745         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1746         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1747         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1748         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1749         (gst_cdda_base_src_uri_get_protocols),
1750         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1751         (gst_cdda_base_src_uri_handler_init),
1752         (gst_cdda_base_src_setup_interfaces),
1753         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1754         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1755         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1756         (gst_cdda_base_src_add_tags),
1757         (gst_cdda_base_src_add_index_associations),
1758         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1759         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1760         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1761         (gst_cdda_base_src_create):
1762         * gst-libs/gst/cdda/gstcddabasesrc.h:
1763         * gst-libs/gst/cdda/sha1.c:
1764         * gst-libs/gst/cdda/sha1.h:
1765           Add new libgstcdda with GstCddaBaseSrc class.
1766
1767 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1768
1769         * ext/gnomevfs/gstgnomevfssink.h:
1770           Use GstBaseSinkClass as parent_class member for class struct, not
1771           GstBaseSink.
1772
1773 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1774
1775         * gst/videotestsrc/gstvideotestsrc.c:
1776         (gst_video_test_src_class_init), (gst_video_test_src_start):
1777           Add start method to reset running time and number of frames sent
1778           when starting up (fixes #324696; patch by: Michal Benes).
1779
1780 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * docs/plugins/Makefile.am:
1783         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1784         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1785         * docs/plugins/gst-plugins-base-plugins.args:
1786         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1787         * docs/plugins/gst-plugins-base-plugins.signals:
1788           Add docs stuff for gnomevfssrc and gnomevfssink.
1789
1790         * ext/gnomevfs/gstgnomevfssrc.c:
1791           Fix example pipeline in gtk-doc blurb.
1792
1793 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         * ext/gnomevfs/Makefile.am:
1796         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1797         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1798         (gst_gnome_vfs_handle_get_type), (plugin_init):
1799         * ext/gnomevfs/gstgnomevfs.h:
1800         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1801         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1802         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1803         (gst_gnome_vfs_sink_set_property),
1804         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1805         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1806         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1807         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1808         (gst_gnome_vfs_sink_uri_get_type),
1809         (gst_gnome_vfs_sink_uri_get_protocols),
1810         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1811         (gst_gnome_vfs_sink_uri_handler_init):
1812         * ext/gnomevfs/gstgnomevfssink.h:
1813           Port gnomevfssink; add gtk-doc blurb.
1814
1815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1816         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1817         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1818         (gst_gnome_vfs_src_uri_get_type),
1819         (gst_gnome_vfs_src_uri_get_protocols),
1820         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1821         (gst_gnome_vfs_src_uri_handler_init),
1822         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1823         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1824         (gst_gnome_vfs_src_send_additional_headers_callback),
1825         (gst_gnome_vfs_src_received_headers_callback),
1826         (gst_gnome_vfs_src_push_callbacks),
1827         (gst_gnome_vfs_src_pop_callbacks),
1828         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1829         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1830         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1831         * ext/gnomevfs/gstgnomevfssrc.h:
1832           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1833           file; add gtk-doc blurb with example pipelines.
1834
1835 === release 0.10.1 ===
1836
1837 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1838
1839         * configure.ac:
1840           releasing 0.10.1, "Dobro Dedek"
1841
1842 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1843
1844         * gst/typefind/gsttypefindfunctions.c:
1845         iLBC30 and iLBC20 added to typefind.
1846
1847 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1848
1849         * gst-libs/gst/audio/gstbaseaudiosink.c:
1850         (gst_base_audio_sink_class_init):
1851         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1852         (gst_base_audio_src_class_init):
1853           update strings, values are in microseconds
1854           change the default sink buffer time to something that is smaller
1855           (to help software volume mixing have a slightly lower delay) but
1856           still be acceptable on Wim's laptop
1857
1858 2005-12-20  Edward Hervey  <edward@fluendo.com>
1859
1860         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1861         Made a quack, forgot to add DUCK to the riff video template.
1862
1863 2005-12-19  Edward Hervey  <edward@fluendo.com>
1864
1865         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1866         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1867         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1868         (gst_ogm_parse_chain):
1869         Make sure pads are initialized correctly.
1870         * gst-libs/gst/riff/riff-ids.h:
1871         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1872         (gst_riff_create_video_template_caps):
1873         Add a whole bunch of FOURCC <=> MimeType.
1874         Extend the riff video pad template to support the newly added fourcc.
1875
1876 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1877
1878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1879         (gst_ogg_demux_activate_chain):
1880           Extra debug output when activating/deactivating chains.
1881
1882         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1883         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1884         (unlinked):
1885           Remove a queue from our list when it becomes unlinked.
1886           Don't add queues to elements in class 'Demux' if they
1887           can only produce one pad 
1888
1889 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1890
1891         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1892         (gst_video_sink_get_type): Add a debug category.
1893
1894 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1895
1896         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1897         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1898           Handle downstream newsegment by sending our own newsegment before the
1899           next buffer to be released. (#323900)
1900
1901 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1902
1903         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1904         (gst_base_rtp_depayload_set_gst_timestamp):
1905           add queue delay to new segment as well (as opposed to just the first
1906           buffer). (bug #322347)
1907
1908 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1909
1910         * ext/libvisual/visual.c: (make_valid_name):
1911           change some char* into char[]
1912         * gst/audiotestsrc/gstaudiotestsrc.c:
1913         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1914         (gst_audio_test_src_create):
1915         * gst/audiotestsrc/gstaudiotestsrc.h:
1916           prepare to handle EOS and SEGMENT_DONE
1917
1918 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1919
1920         * tests/check/generic/states.c: (GST_START_TEST):
1921           Blacklist cdparanoia element in state test.
1922
1923 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1924
1925         * gst/tcp/gsttcp.c:
1926         * gst/tcp/gsttcpclientsink.c:
1927         * gst/tcp/gsttcpserversink.c:
1928         * gst/tcp/gsttcpserversrc.c:
1929           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1930           patch by: Benjamin Pineau).
1931
1932 2005-12-15  Michael Smith  <msmith@fluendo.com>
1933
1934         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1935         (gst_video_rate_chain):
1936           Fix timestamping for videorate when the first buffer it sees has a
1937           non-zero timestamp. Fix some misleading debug output.
1938
1939 2005-12-15  Michael Smith  <msmith@fluendo.com>
1940
1941         * gst/audioresample/gstaudioresample.c:
1942           Don't leak all input buffers to audioresample.
1943
1944 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1945
1946         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1947           Don't operate on empty text buffers. Strip newlines and
1948           tabs only from the end of the text, but leave them intact
1949           in the middle. Fix typo in gtk-doc description.
1950
1951 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * gst/playback/gstplaybasebin.c:
1954         * gst/playback/gstplaybin.c: (handoff):
1955           Make sure the video frame buffer we return to apps via the
1956           "frame" property always has caps set on it. Modify
1957           _gst_gvalue_set_object() macro to handle NULL objects
1958           gracefully too.
1959
1960 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1961
1962         * gst/audiotestsrc/gstaudiotestsrc.c:
1963         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1964         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1965         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1966         (gst_audio_test_src_create):
1967         * gst/audiotestsrc/gstaudiotestsrc.h:
1968         Adjust to some recent api changes and add wtays new cool seeking
1969         capabillities
1970
1971 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1972
1973         * ext/alsa/Makefile.am:
1974         * ext/alsa/gstalsadeviceprobe.c:
1975         * ext/alsa/gstalsadeviceprobe.h:
1976           Helper functions to add device probing via the GstPropertyProbe
1977           interface to a class.
1978
1979         * ext/alsa/gstalsamixer.h:
1980           Comment out GST_ALSA_MIXER, it returns a struct that's not
1981           used.
1982
1983         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1984           Add some debug info. 
1985
1986         * ext/alsa/gstalsamixerelement.c:
1987         (gst_alsa_mixer_element_interface_supported),
1988         (gst_implements_interface_init),
1989         (gst_alsa_mixer_element_init_interfaces),
1990         (gst_alsa_mixer_element_class_init),
1991         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1992         (gst_alsa_mixer_element_set_property),
1993         (gst_alsa_mixer_element_get_property),
1994         (gst_alsa_mixer_element_change_state):
1995         * ext/alsa/gstalsamixerelement.h:
1996           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1997           for device handling (gnome-volume-control will need that).
1998
1999 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2000
2001         * ext/Makefile.am: fix cdparanoia entry
2002         * gst-plugins-base.spec.in: add cdparanoia
2003
2004 2005-12-12  Michael Smith  <msmith@fluendo.com>
2005
2006         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2007           Use the correct function to free list of typefind factories.
2008
2009 2005-12-12  Wim Taymans  <wim@fluendo.com>
2010
2011         * gst/videotestsrc/gstvideotestsrc.c:
2012         (gst_video_test_src_class_init), (gst_video_test_src_init),
2013         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2014         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2015         (gst_video_test_src_create):
2016         * gst/videotestsrc/gstvideotestsrc.h:
2017         Implement seeking in videotestsrc.
2018         Small cleanups.
2019
2020 2005-12-12  Wim Taymans  <wim@fluendo.com>
2021
2022         * ext/cdparanoia/Makefile.am:
2023         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2024         (gst_paranoia_endian_get_type), (_do_init),
2025         (cdparanoia_class_init), (cdparanoia_init),
2026         (cdparanoia_set_property), (cdparanoia_get_property),
2027         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2028         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2029         (cdparanoia_convert), (cdparanoia_get_query_types),
2030         (cdparanoia_query), (cdparanoia_set_index),
2031         (cdparanoia_uri_set_uri):
2032         * ext/cdparanoia/gstcdparanoia.h:
2033         Partially ported cdparanoia now that basesrc can support a
2034         plugin like this..
2035
2036 2005-12-12  Wim Taymans  <wim@fluendo.com>
2037
2038         * tests/examples/seek/scrubby.c: (main):
2039         Set higher priority for bus events so they don't get reordered with
2040         gtk gui events.
2041
2042         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2043         (flush_toggle_cb), (main):
2044         Added checkbox to disable flushing seeks. 
2045         Disable scrubbing when doing non flushing seeks.
2046
2047 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2048
2049         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2050         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2051         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2052         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2053           Implement some sort of event handling that doesn't rely on
2054           g_return_if_fail; make sure we always push the last chunk of an 
2055           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2056           state change function; remove some old cruft. Seeking is still
2057           rather unlikely to work though.
2058
2059         * tools/.cvsignore:
2060           Ignore more.
2061
2062 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2063
2064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2065         Fixed a leak of the current image reference when cleaning up.
2066         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2067
2068 2005-12-09  Michael Smith  <msmith@fluendo.com>
2069
2070         * tools/Makefile.am:
2071         * tools/gst-launch-ext-m.m:
2072           Remove gst-launch-ext. It doesn't work, and is no longer
2073           particularly useful.
2074
2075 2005-12-08  Luca Ognibene  <luogni@tin.it>
2076
2077         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2078           don't pass random values to ogmparse convert function.
2079           Make seeking possible in the exile1.ogm file.
2080
2081 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2084         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2085           Work around refcount problem with g_value_set_object() that occur
2086           if the core has been compiled against GLib-2.6 (g_value_set_object()
2087           will only g_object_ref() the element, but the caller will
2088           gst_object_unref() it and bad things will happen due to the way
2089           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2090           totem for people on FC4 using Thomas's 0.10 RPMs.
2091           
2092 2005-12-07  Edward Hervey  <edward@fluendo.com>
2093
2094         Time to welcome ogm to 0.10 :)
2095         
2096         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2097         (gst_ogg_pad_typefind):
2098         Oggdemux can now properly typefind elements with dynamic pads.
2099         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2100         Properly set caps on src pad, and set caps on outgoing buffers.
2101
2102 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2103
2104         * ext/alsa/gstalsamixer.h:
2105         * ext/alsa/gstalsamixerelement.h:
2106         * ext/alsa/gstalsamixeroptions.h:
2107         * ext/alsa/gstalsamixertrack.h:
2108         * ext/alsa/gstalsasink.c:
2109         * ext/alsa/gstalsasink.h:
2110         * ext/alsa/gstalsasrc.c:
2111         * ext/alsa/gstalsasrc.h:
2112         * ext/cdparanoia/gstcdparanoia.h:
2113         * ext/gnomevfs/gstgnomevfsuri.h:
2114         * ext/ogg/gstoggdemux.c:
2115         * ext/ogg/gstoggmux.c:
2116         * ext/pango/gsttextoverlay.h:
2117         * ext/theora/theoradec.c:
2118         * ext/theora/theoraenc.c:
2119         * ext/vorbis/vorbisdec.h:
2120         * ext/vorbis/vorbisenc.c:
2121         * ext/vorbis/vorbisenc.h:
2122         * ext/vorbis/vorbisparse.h:
2123         * gst-libs/gst/audio/gstaudioclock.h:
2124         * gst-libs/gst/audio/gstaudiosink.c:
2125         * gst-libs/gst/audio/gstaudiosink.h:
2126         * gst-libs/gst/audio/gstaudiosrc.c:
2127         * gst-libs/gst/audio/gstaudiosrc.h:
2128         * gst-libs/gst/audio/gstbaseaudiosink.c:
2129         * gst-libs/gst/audio/gstbaseaudiosink.h:
2130         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2131         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2132         * gst-libs/gst/audio/gstringbuffer.h:
2133         * gst-libs/gst/audio/multichannel.h:
2134         * gst-libs/gst/floatcast/floatcast.h:
2135         * gst-libs/gst/interfaces/colorbalance.c:
2136         * gst-libs/gst/interfaces/colorbalance.h:
2137         * gst-libs/gst/interfaces/colorbalancechannel.h:
2138         * gst-libs/gst/interfaces/mixer.h:
2139         * gst-libs/gst/interfaces/mixeroptions.h:
2140         * gst-libs/gst/interfaces/mixertrack.h:
2141         * gst-libs/gst/interfaces/navigation.h:
2142         * gst-libs/gst/interfaces/propertyprobe.h:
2143         * gst-libs/gst/interfaces/tuner.h:
2144         * gst-libs/gst/interfaces/tunerchannel.h:
2145         * gst-libs/gst/interfaces/tunernorm.h:
2146         * gst-libs/gst/interfaces/xoverlay.h:
2147         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2148         * gst-libs/gst/riff/riff-ids.h:
2149         * gst-libs/gst/riff/riff-media.h:
2150         * gst-libs/gst/riff/riff-read.h:
2151         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2152         * gst-libs/gst/rtp/gstbasertppayload.c:
2153         * gst-libs/gst/rtp/gstbasertppayload.h:
2154         * gst-libs/gst/rtp/gstrtpbuffer.c:
2155         * gst-libs/gst/rtp/gstrtpbuffer.h:
2156         * gst-libs/gst/tag/gsttageditingprivate.h:
2157         * gst-libs/gst/tag/gstvorbistag.c:
2158         (gst_tag_list_from_vorbiscomment_buffer):
2159         * gst-libs/gst/tag/tag.h:
2160         * gst-libs/gst/video/video.h:
2161         * gst/adder/gstadder.c:
2162         * gst/adder/gstadder.h:
2163         * gst/audioconvert/audioconvert.c:
2164         * gst/audioconvert/audioconvert.h:
2165         * gst/audioconvert/gstaudioconvert.c:
2166         * gst/audioconvert/gstchannelmix.c:
2167         * gst/audioconvert/gstchannelmix.h:
2168         * gst/audiorate/gstaudiorate.c:
2169         * gst/audioresample/buffer.h:
2170         * gst/audioresample/functable.h:
2171         * gst/audioresample/gstaudioresample.c:
2172         * gst/audioresample/resample.h:
2173         * gst/ffmpegcolorspace/avcodec.h:
2174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2175         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2176         * gst/ffmpegcolorspace/imgconvert.c:
2177         * gst/ffmpegcolorspace/imgconvert_template.h:
2178         * gst/playback/gstdecodebin.c:
2179         * gst/playback/gstplaybasebin.h:
2180         * gst/playback/gstplaybin.c:
2181         * gst/playback/gststreaminfo.h:
2182         * gst/tcp/gstfdset.c:
2183         * gst/tcp/gstfdset.h:
2184         * gst/tcp/gstmultifdsink.c:
2185         * gst/tcp/gstmultifdsink.h:
2186         * gst/tcp/gsttcp.h:
2187         * gst/tcp/gsttcpclientsrc.c:
2188         * gst/tcp/gsttcpclientsrc.h:
2189         * gst/tcp/gsttcpplugin.h:
2190         * gst/tcp/gsttcpserversink.c:
2191         * gst/tcp/gsttcpserversrc.c:
2192         * gst/typefind/gsttypefindfunctions.c:
2193         * gst/videorate/gstvideorate.c:
2194         * gst/videotestsrc/gstvideotestsrc.h:
2195         * gst/videotestsrc/videotestsrc.h:
2196         * sys/v4l/gstv4lcolorbalance.h:
2197         * sys/v4l/gstv4ltuner.h:
2198         * sys/v4l/gstv4lxoverlay.h:
2199         * sys/v4l/v4l_calls.h:
2200         * sys/v4l/videodev_mjpeg.h:
2201         * tests/check/elements/audioconvert.c:
2202         * tests/check/elements/audioresample.c:
2203         * tests/check/elements/audiotestsrc.c:
2204         * tests/check/elements/videotestsrc.c:
2205         * tests/check/elements/volume.c:
2206         * tests/examples/seek/scrubby.c:
2207         * tests/examples/seek/seek.c:
2208           expand tabs
2209
2210 === release 0.10.0 ===
2211
2212 2005-12-05   <thomas (at) apestaart (dot) org>
2213
2214         * configure.ac:
2215           releasing 0.10.0, "Mont-d'or"
2216
2217 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2218
2219         * tests/examples/seek/Makefile.am:
2220         Build fix for when gtk is not available.
2221
2222 2005-12-05  Andy Wingo  <wingo@pobox.com>
2223
2224         * ext/libvisual/visual.c: (get_buffer):
2225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2226         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2227         * ext/theora/theoradec.c: (theora_handle_data_packet):
2228         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2229         (theora_enc_chain):
2230         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2231         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2232         Update for alloc_buffer changes.
2233
2234 2005-12-05  Andy Wingo  <wingo@pobox.com>
2235
2236         patch by: Kai Vehmanen <kv2004 eca cx>
2237         
2238         * gst-libs/gst/rtp/gstbasertpdepayload.c
2239         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2240
2241 2005-12-04  Andy Wingo  <wingo@pobox.com>
2242
2243         patch by: Sebastien Cote <sebas642 yahoo ca>
2244         
2245         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2246         Fixes #319172.
2247
2248 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2249
2250         * docs/plugins/Makefile.am:
2251         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2252         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2253         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2254         * ext/pango/gstclockoverlay.c:
2255         * ext/pango/gsttextoverlay.c: 
2256         * ext/pango/gsttextrender.c:
2257         * ext/pango/gsttimeoverlay.c:
2258           Add gtk-doc blurbs to pango elements.
2259
2260 2005-12-02  Wim Taymans  <wim@fluendo.com>
2261
2262         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2263         * gst/audioresample/buffer.h:
2264         * gst/audioresample/gstaudioresample.c:
2265         * gst/audioresample/gstaudioresample.h:
2266         * gst/audioresample/resample.c: (resample_input_flush),
2267         (resample_input_pushthrough), (resample_input_eos),
2268         (resample_get_output_size_for_input),
2269         (resample_get_input_size_for_output), (resample_get_output_size),
2270         (resample_get_output_data):
2271         * gst/audioresample/resample.h:
2272         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2273         Fix audioresample, seek torture, new segments, reverse negotiation
2274         etc.. work fine.
2275
2276 2005-12-02  Wim Taymans  <wim@fluendo.com>
2277
2278         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2279         Small cleanups.
2280
2281 2005-12-02  Wim Taymans  <wim@fluendo.com>
2282
2283         * gst/audioconvert/gstaudioconvert.c:
2284         (gst_audio_convert_transform):
2285         Post errors.
2286
2287 === release 0.9.7 ===
2288
2289 2005-12-01   <thomas (at) apestaart (dot) org>
2290
2291         * configure.ac:
2292           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2293
2294 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2295
2296         * Makefile.am:
2297         * po/hu.po:
2298         * win32/MANIFEST:
2299         * win32/gst.sln:
2300           add win32 MANIFEST file
2301           do something to the hungarian translation
2302
2303 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * ext/Makefile.am:
2306           Add $(PANGO_DIR) to SUBDIRS
2307
2308         * ext/pango/gstclockoverlay.c:
2309         * ext/pango/gsttimeoverlay.c:
2310           Fix and improve element descriptions.
2311
2312 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2313
2314         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2315         * docs/plugins/inspect/plugin-libvisual.xml:
2316         * docs/plugins/inspect/plugin-pango.xml:
2317           add pango plugin to docs
2318
2319 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2320
2321         * configure.ac:
2322         * ext/Makefile.am:
2323           moved pango to base
2324
2325 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2326
2327         * configure.ac:
2328         * tests/Makefile.am:
2329         * tests/icles/.cvsignore:
2330         * tests/icles/Makefile.am:
2331         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2332         (close_display), (resize_window), (move_window), (create_window),
2333         (terminate_playback), (pause_playback), (start_playback), (main):
2334           add stress test for xoverlay from Julien
2335
2336 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2337
2338         * docs/libs/tmpl/gstcolorbalance.sgml:
2339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2340         * gst-libs/gst/rtp/gstbasertppayload.c:
2341         * gst-libs/gst/rtp/gstrtpbuffer.c:
2342         * gst-libs/gst/rtp/gstrtpbuffer.h:
2343           Do burger's rename for rtp payloaders and depayloaders
2344
2345 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2346
2347         * win32/:
2348           add Visual Studio 6 build files
2349
2350 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2351
2352         * docs/libs/gst-plugins-base-libs-docs.sgml:
2353         * docs/libs/gst-plugins-base-libs-sections.txt:
2354         * docs/libs/tmpl/gstaudio.sgml:
2355         * docs/libs/tmpl/gstringbuffer.sgml:
2356         * gst-libs/gst/interfaces/xoverlay.c:
2357         * gst-libs/gst/video/gstvideofilter.c:
2358         * gst-libs/gst/video/gstvideosink.c:
2359           update documentation
2360
2361 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2362
2363         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2364         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2365         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2366         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2367         (gst_multi_fd_sink_get_stats),
2368         (gst_multi_fd_sink_remove_client_link),
2369         (gst_multi_fd_sink_handle_client_read),
2370         (gst_multi_fd_sink_client_queue_data),
2371         (gst_multi_fd_sink_client_queue_caps),
2372         (gst_multi_fd_sink_client_queue_buffer),
2373         (gst_multi_fd_sink_new_client),
2374         (gst_multi_fd_sink_handle_client_write),
2375         (gst_multi_fd_sink_recover_client),
2376         (gst_multi_fd_sink_queue_buffer),
2377         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2378         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2379         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2380         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2381         * gst/tcp/gstmultifdsink.h:
2382         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2383         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2384         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2385         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2386         (gst_tcp_client_sink_set_property),
2387         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2388         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2389         * gst/tcp/gsttcpclientsink.h:
2390         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2391         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2392         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2393         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2394         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2395         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2396         * gst/tcp/gsttcpclientsrc.h:
2397         * gst/tcp/gsttcpplugin.c: (plugin_init):
2398         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2399         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2400         (gst_tcp_server_sink_finalize),
2401         (gst_tcp_server_sink_handle_server_read),
2402         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2403         (gst_tcp_server_sink_set_property),
2404         (gst_tcp_server_sink_get_property),
2405         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2406         * gst/tcp/gsttcpserversink.h:
2407         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2408         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2409         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2410         (gst_tcp_server_src_set_property),
2411         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2412         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2413         * gst/tcp/gsttcpserversrc.h:
2414           more borgifying
2415
2416 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2417
2418         * docs/plugins/Makefile.am:
2419         * docs/plugins/gst-plugins-base-plugins.args:
2420         * docs/plugins/inspect/plugin-libvisual.xml:
2421         * gst/audioconvert/plugin.h:
2422         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2423         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2424         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2425         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2426         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2427         (plugin_init):
2428         * gst/audiotestsrc/gstaudiotestsrc.c:
2429         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2430         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2431         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2432         (gst_audio_test_src_get_query_types),
2433         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2434         (gst_audio_test_src_create_square),
2435         (gst_audio_test_src_create_saw),
2436         (gst_audio_test_src_create_triangle),
2437         (gst_audio_test_src_create_silence),
2438         (gst_audio_test_src_create_white_noise),
2439         (gst_audio_test_src_init_pink_noise),
2440         (gst_audio_test_src_generate_pink_noise_value),
2441         (gst_audio_test_src_create_pink_noise),
2442         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2443         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2444         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2445         (plugin_init):
2446         * gst/audiotestsrc/gstaudiotestsrc.h:
2447         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2448         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2449         (gst_sub_parse_init), (gst_sub_parse_formats),
2450         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2451         (convert_encoding), (get_next_line),
2452         (gst_sub_parse_data_format_autodetect),
2453         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2454         (gst_sub_parse_loop), (gst_sub_parse_chain),
2455         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2456         (plugin_init):
2457         * gst/subparse/gstsubparse.h:
2458         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2459         (gst_video_rate_base_init), (gst_video_rate_class_init),
2460         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2461         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2462         (gst_video_rate_init), (gst_video_rate_event),
2463         (gst_video_rate_chain), (gst_video_rate_set_property),
2464         (gst_video_rate_get_property), (gst_video_rate_change_state),
2465         (plugin_init):
2466         * gst/videoscale/gstvideoscale.c:
2467         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2468         (gst_video_scale_src_template_factory),
2469         (gst_video_scale_sink_template_factory),
2470         (gst_video_scale_get_type), (gst_video_scale_base_init),
2471         (gst_video_scale_class_init), (gst_video_scale_init),
2472         (gst_video_scale_set_property), (gst_video_scale_get_property),
2473         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2474         (gst_video_scale_prepare_size), (parse_caps),
2475         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2476         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2477         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2478         (plugin_init):
2479         * gst/videoscale/gstvideoscale.h:
2480         * gst/videotestsrc/gstvideotestsrc.c:
2481         (gst_video_test_src_pattern_get_type),
2482         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2483         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2484         (gst_video_test_src_set_pattern),
2485         (gst_video_test_src_set_property),
2486         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2487         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2488         (gst_video_test_src_event), (gst_video_test_src_get_times),
2489         (gst_video_test_src_create), (plugin_init):
2490         * gst/videotestsrc/gstvideotestsrc.h:
2491         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2492         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2493         (gst_video_test_src_black):
2494         * gst/videotestsrc/videotestsrc.h:
2495           borgify further
2496           clean up docs a little
2497
2498 2005-11-30  Wim Taymans  <wim@fluendo.com>
2499
2500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2501         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2502         (gst_basertppayload_event), (gst_basertppayload_push),
2503         (gst_basertppayload_change_state):
2504         * gst-libs/gst/rtp/gstbasertppayload.h:
2505         closed #320644.
2506
2507 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2508
2509         * docs/libs/gst-plugins-base-libs-docs.sgml:
2510         * docs/libs/gst-plugins-base-libs-sections.txt:
2511         * gst-libs/gst/video/gstvideofilter.c:
2512         * gst-libs/gst/video/gstvideosink.c:
2513         * gst-libs/gst/video/gstvideosink.h: Adding docs.
2514
2515 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2516
2517         * LICENSE:
2518           move
2519         * po/af.po:
2520         * po/az.po:
2521         * po/cs.po:
2522         * po/en_GB.po:
2523         * po/hu.po:
2524         * po/it.po:
2525         * po/nb.po:
2526         * po/nl.po:
2527         * po/or.po:
2528         * po/sq.po:
2529         * po/sr.po:
2530         * po/sv.po:
2531         * po/uk.po:
2532         * po/vi.po:
2533         * Makefile.am:
2534           update
2535         * scripts/autoplugins.sh:
2536           remove
2537
2538 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2539
2540         * Makefile.am:
2541         * configure.ac:
2542         * examples/Makefile.am:
2543         * examples/capsfilter/Makefile.am:
2544         * examples/capsfilter/capsfilter1.c:
2545         * examples/gob/Makefile.am:
2546         * examples/gob/gst-identity2.gob:
2547         * examples/indexing/.cvsignore:
2548         * examples/indexing/Makefile.am:
2549         * examples/indexing/indexmpeg.c:
2550         * examples/seeking/.cvsignore:
2551         * examples/seeking/Makefile.am:
2552         * examples/seeking/cdparanoia.c:
2553         * examples/seeking/cdplayer.c:
2554         * examples/seeking/chained.c:
2555         * examples/seeking/scrubby.c:
2556         * examples/seeking/seek.c:
2557         * examples/stats/Makefile.am:
2558         * examples/stats/mp2ogg.c:
2559         * examples/switch/.cvsignore:
2560         * examples/switch/Makefile.am:
2561         * examples/switch/switcher.c:
2562         * tests/Makefile.am:
2563         * tests/check/generic/.cvsignore:
2564         * tests/check/pipelines/.cvsignore:
2565         * tests/examples/Makefile.am:
2566         * tests/examples/seek/Makefile.am:
2567           reorganize stuff under tests/
2568
2569 2005-11-30  Edward Hervey  <edward@fluendo.com>
2570
2571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2572         Go away you stupid GstStaticPadTemplate memleak.
2573
2574 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2575
2576         * gst-libs/gst/net/Makefile.am:
2577         * gst-libs/gst/net/README:
2578         * gst-libs/gst/net/gstnetbuffer.c:
2579         * gst-libs/gst/net/gstnetbuffer.h:
2580           this was moved to "netbuffer"
2581
2582 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2583
2584         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2585         (gst_video_filter_class_init), (gst_video_filter_init):
2586         * gst-libs/gst/video/gstvideofilter.h:
2587           borgify name to bring in line with other classes
2588
2589 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2590
2591         * gst/audioscale/.cvsignore:
2592         * gst/audioscale/Makefile.am:
2593         * gst/audioscale/README:
2594         * gst/audioscale/audioscale.vcproj:
2595         * gst/audioscale/dtof.c:
2596         * gst/audioscale/dtos.c:
2597         * gst/audioscale/functable.c:
2598         * gst/audioscale/gstaudioscale.c:
2599         * gst/audioscale/gstaudioscale.h:
2600         * gst/audioscale/private.h:
2601         * gst/audioscale/resample.c:
2602         * gst/audioscale/resample.h:
2603         * gst/audioscale/test.c:
2604           remove
2605
2606 2005-11-30  Edward Hervey  <edward@fluendo.com>
2607
2608         * gst-libs/gst/netbuffer/Makefile.am:
2609         really, really tired
2610
2611 2005-11-30  Edward Hervey  <edward@fluendo.com>
2612
2613         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2614         Update for new GstTypeFindFactory _register()
2615
2616 2005-11-30  Edward Hervey  <edward@fluendo.com>
2617
2618         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2619         Let's not override libgstnet from core for no reason...
2620         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2621         Ok, maybe not so quick next time.
2622
2623 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2624
2625         * configure.ac:
2626         * gst-libs/gst/Makefile.am:
2627           moved gst-libs/gst/net to netbuffer through CVS surgery
2628           remove old directory
2629           updating build to accomodate
2630           (#322257)
2631
2632 2005-11-29  Andy Wingo  <wingo@pobox.com>
2633
2634         * pkgconfig/gstreamer-plugins-base.pc.in:
2635         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2636         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2637         (#322257).
2638
2639 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2640
2641         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2642         3rd time's the charm. Correct ref-counting for discarded buffers.
2643
2644 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2645
2646         * gst/playback/gststreamselector.c:
2647         (gst_stream_selector_class_init),
2648         (gst_stream_selector_set_property),
2649         (gst_stream_selector_get_property),
2650         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2651         Fix ref-counting
2652
2653 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2654
2655         * gst/subparse/gstsubparse.c: (feed_textbuf):
2656           Don't access already unref'ed buffer.
2657
2658 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2659
2660         * gst/playback/gststreamselector.c:
2661         (gst_stream_selector_class_init), (gst_stream_selector_init),
2662         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2663         (gst_stream_selector_get_property),
2664         (gst_stream_selector_get_linked_pad),
2665         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2666         * gst/playback/gststreamselector.h:
2667         Add the active-pad property for playbin to use shortly. Ignore buffers
2668         from any other pad, returning GST_FLOW_NOT_LINKED
2669
2670 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2671
2672         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2673         patch from bug #322704 (Alessandro Decina).
2674
2675 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2676
2677         * gst-libs/gst/audio/Makefile.am:
2678           folded audiofilter into the audio library
2679
2680 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2681
2682         * gst/videoscale/gstvideoscale.h:
2683         * gst/videoscale/gstvideoscale.c:
2684           remove unimplemented scale methods
2685
2686 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2687
2688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2689           Don't leak caps.
2690
2691 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2692
2693         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2694         (gst_ximagesink_setcaps):
2695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2696         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2697         happens (only visible on ximagesink but bug is in xv too) set_caps was
2698         destroying the internal x[v]image used to memcpy non locally alloced
2699         buffers so that it got renewed on next _chain. The issue is that 
2700         _expose will try to put that image as it reffed it in _put.
2701         Using gst_buffer_unref instead of destroy fixes it !
2702
2703 2005-11-28  Edward Hervey  <edward@fluendo.com>
2704
2705         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2706         (try_to_link_1), (queue_filled_cb):
2707         Better use of the queues. Start with a small size queue and only increase
2708         the size of the queues when the other queues are empty.
2709
2710 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2711
2712         * gst-libs/gst/video/Makefile.am:
2713           compile in copied-over videofilter into the video library
2714         * gst-libs/gst/video/videosink.h:
2715           rename the header to gstvideosink.h since it's a base GstObject class
2716         * sys/ximage/ximagesink.h:
2717         * sys/xvimage/xvimagesink.h:
2718           use the new header
2719
2720 2005-11-28  Wim Taymans  <wim@fluendo.com>
2721
2722         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2723         * gst/playback/gstplaybasebin.h:
2724         Prepare to handle errors betters.
2725
2726         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2727         Set sinks to PAUSED first before adding and linking them so that
2728         we don't interrupt dataflow.
2729
2730 2005-11-28  Wim Taymans  <wim@fluendo.com>
2731
2732         * gst-libs/gst/audio/TODO:
2733         Updated TODO
2734
2735         * gst-libs/gst/audio/gstaudiosink.c:
2736         (gst_audioringbuffer_open_device),
2737         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2738         (gst_audioringbuffer_release):
2739         Small cleanups.
2740
2741         * gst-libs/gst/audio/gstbaseaudiosink.c:
2742         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2743         (gst_base_audio_sink_change_state):
2744         Slave to the master clock when going to PLAYING and unslave when
2745         going to PAUSED.
2746
2747         * gst-libs/gst/audio/gstringbuffer.c:
2748         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2749         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2750         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2751         (gst_ring_buffer_clear_all), (wait_segment),
2752         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2753         (gst_ring_buffer_advance):
2754         * gst-libs/gst/audio/gstringbuffer.h:
2755         Add some docs and cleanups.
2756
2757 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2758
2759         * sys/xvimage/xvimagesink.c:
2760         (gst_xvimagesink_navigation_send_event): Fix navigation events
2761         coordinates translation with pixel aspect ratios.
2762
2763 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2764
2765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2766         Use calculated video geometry from _setcaps instead of buffer
2767         caps to respect pixel aspect ratio. (fixes #322388)
2768
2769 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2770
2771         * docs/libs/tmpl/gstcolorbalance.sgml:
2772         * docs/libs/tmpl/gstmixer.sgml:
2773         * docs/libs/tmpl/gstxoverlay.sgml:
2774         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2775         interface.
2776
2777 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2778
2779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2780         Refuse to create an XvImage if we can't find the format.
2781
2782 2005-11-28  Edward Hervey  <edward@fluendo.com>
2783
2784         * gst-libs/gst/riff/riff-media.c:
2785         (gst_riff_create_audio_template_caps):
2786         Add ATRAC3 to the list of riff-possible audio caps.
2787         I know we still don't have a plugin for atrac3, but it's saner to output
2788         that than a cryptic mimetype.
2789
2790 2005-11-27  Edward Hervey  <edward@fluendo.com>
2791
2792         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2793         Don't try to create a zero-sized subbuffer.
2794
2795 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2796
2797         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2798         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2799         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2800         (gst_ximagesink_expose): Fixed a tricky race.
2801         * sys/ximage/ximagesink.h:
2802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2803         (gst_xvimagesink_expose): Fixed a tricky race.
2804         * sys/xvimage/xvimagesink.h:
2805
2806 2005-11-27  Edward Hervey  <edward@fluendo.com>
2807
2808         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2809         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2810         Remove unused properties, and add queues between demuxers and decoders
2811         so that a lot more files can preroll properly.
2812
2813 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2814
2815         * gst-libs/gst/net/Makefile.am:
2816         * gst-libs/gst/rtp/Makefile.am:
2817         * gst-libs/gst/tag/Makefile.am:
2818           remove silly include
2819         * gst/tags/Makefile.am:
2820         * gst/tags/gsttagediting.c:
2821         * gst/tags/gsttageditingprivate.h:
2822         * gst/tags/tagedit.vcproj:
2823           remove directory, is as good as empty
2824
2825 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2826
2827         * configure.ac:
2828           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2829         * gst-libs/Makefile.am:
2830         * gst-libs/gst/audio/Makefile.am:
2831         * gst-libs/gst/interfaces/Makefile.am:
2832         * gst-libs/gst/net/Makefile.am:
2833         * gst-libs/gst/riff/Makefile.am:
2834         * gst-libs/gst/rtp/Makefile.am:
2835         * gst-libs/gst/tag/Makefile.am:
2836         * gst-libs/gst/video/Makefile.am:
2837           and use them
2838
2839 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2840
2841         * docs/libs/tmpl/gstcolorbalance.sgml:
2842         * docs/libs/tmpl/gstmixer.sgml:
2843         * docs/libs/tmpl/gstxoverlay.sgml:
2844         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2845         * sys/ximage/ximagesink.h:
2846         * sys/xvimage/xvimagesink.h: More and more documentation.
2847
2848 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2849
2850         * docs/libs/gst-plugins-base-libs-docs.sgml:
2851         * docs/libs/gst-plugins-base-libs-sections.txt:
2852         * docs/libs/tmpl/gstcolorbalance.sgml:
2853         * docs/libs/tmpl/gstmixer.sgml:
2854         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2855         to documentation.
2856
2857 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2858
2859         * docs/plugins/Makefile.am:
2860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2862         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2863
2864 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2865
2866         * docs/plugins/Makefile.am:
2867         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2868         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2869         * docs/plugins/inspect/plugin-adder.xml:
2870         * docs/plugins/inspect/plugin-alsa.xml:
2871         * docs/plugins/inspect/plugin-audioconvert.xml:
2872         * docs/plugins/inspect/plugin-audiorate.xml:
2873         * docs/plugins/inspect/plugin-audioresample.xml:
2874         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2875         * docs/plugins/inspect/plugin-decodebin.xml:
2876         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2877         * docs/plugins/inspect/plugin-gnomevfs.xml:
2878         * docs/plugins/inspect/plugin-ogg.xml:
2879         * docs/plugins/inspect/plugin-playbin.xml:
2880         * docs/plugins/inspect/plugin-subparse.xml:
2881         * docs/plugins/inspect/plugin-tcp.xml:
2882         * docs/plugins/inspect/plugin-theora.xml:
2883         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2884         * docs/plugins/inspect/plugin-video4linux.xml:
2885         * docs/plugins/inspect/plugin-videorate.xml:
2886         * docs/plugins/inspect/plugin-videoscale.xml:
2887         * docs/plugins/inspect/plugin-videotestsrc.xml:
2888         * docs/plugins/inspect/plugin-volume.xml:
2889         * docs/plugins/inspect/plugin-vorbis.xml:
2890         * docs/plugins/inspect/plugin-ximagesink.xml:
2891         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2892         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2893
2894 2005-11-26  Edward Hervey  <edward@fluendo.com>
2895
2896         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2897         Properly return GstFlowReturn from gst_pad_push in chain functions.
2898
2899 2005-11-25  Michael Smith  <msmith@fluendo.com>
2900
2901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2902         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2903         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2904         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2905           Handle various conditions better when we don't understand a stream.
2906           Removes a heap of CRITICALs on ogg streams containing unknown data.
2907
2908 2005-11-24  Andy Wingo  <wingo@pobox.com>
2909
2910         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2911         Be threadsafe.
2912
2913 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2914
2915         * configure.ac: back to HEAD
2916
2917 === release 0.9.6 ===
2918
2919 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2920
2921         * configure.ac:
2922           releasing 0.9.6, "White Eight"
2923
2924 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2925
2926         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2927         * docs/plugins/inspect/plugin-sine.xml:
2928           remove sinesrc some more
2929
2930 2005-11-23  Wim Taymans  <wim@fluendo.com>
2931
2932         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2933         If we are reading too slowly, jump forward in the ringbuffer
2934         instead of blocking.
2935
2936 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2937
2938         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2939         (gst_visual_chain):
2940         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2941         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2942         (gst_videorate_chain):
2943         * gst/videotestsrc/gstvideotestsrc.c:
2944         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2946         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2947         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2949         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2950           Updates for API changes
2951
2952 2005-11-23  Wim Taymans  <wim@fluendo.com>
2953
2954         * gst-libs/gst/audio/gstbaseaudiosink.c:
2955         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2956         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2957         Fix for calibration API change.
2958
2959 2005-11-23  Michael Smith <msmith@fluendo.com>
2960
2961         * gst-libs/gst/audio/multichannel.c:
2962         (gst_audio_get_channel_positions),
2963         (gst_audio_set_channel_positions),
2964         (gst_audio_set_structure_channel_positions_list),
2965         (gst_audio_fixate_channel_positions):
2966           Use gst_value_array_*() functions on value arrays, not
2967           gst_value_list_*().
2968
2969 2005-11-23  Edward Hervey  <edward@fluendo.com>
2970
2971         * autogen.sh:
2972         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2973         Fixes autogen
2974
2975 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2976
2977         * check/Makefile.am:
2978         * check/elements/videotestsrc.c: (setup_videotestsrc),
2979         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2980         (main):
2981           add a test for videotestsrc
2982
2983 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2984
2985         * gst/sine/.cvsignore:
2986         * gst/sine/Makefile.am:
2987         * gst/sine/gstsinesrc.c:
2988         * gst/sine/gstsinesrc.h:
2989         * gst/sine/sinesrc.vcproj:
2990           and remove sinesrc from the repository.  Closes #321446
2991
2992 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2993
2994         * configure.ac:
2995         * gst-plugins-base.spec.in:
2996           remove sinesrc from the build
2997
2998 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2999
3000         * check/Makefile.am:
3001         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3002         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3003         (main):
3004           add a test for audiotestsrc, testing all waves.  Even seems
3005           leak-free at first glance, nice job Stefan
3006
3007 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3008
3009         * po/af.po:
3010         * po/az.po:
3011         * po/cs.po:
3012         * po/en_GB.po:
3013         * po/hu.po:
3014         * po/it.po:
3015         * po/nb.po:
3016         * po/nl.po:
3017         * po/or.po:
3018         * po/sq.po:
3019         * po/sr.po:
3020         * po/sv.po:
3021         * po/uk.po:
3022         * po/vi.po:
3023           Translation string updates
3024
3025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3026         (gst_v4lsrc_set_caps):
3027         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3028         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3029         * sys/v4l/v4lsrc_calls.h:
3030           Improve v4lsrc, by making it work again.
3031
3032 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3033
3034         * ext/libvisual/visual.c: (gst_visual_chain):
3035           Fix the fps calculations.
3036
3037         * gst/ffmpegcolorspace/avcodec.h:
3038           Move structure element for clarity
3039
3040         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3041         * gst-libs/gst/interfaces/tunernorm.h:
3042         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3043         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3044         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3045         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3046         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3047         (gst_v4lmjpegsrc_getcaps):
3048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3049         (gst_v4lsrc_set_caps):
3050         * sys/v4l/gstv4lsrc.h:
3051         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3052         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3053         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3054         * sys/v4l/v4lsrc_calls.h:
3055           Fractional framerates...
3056
3057 2005-11-22  Wim Taymans  <wim@fluendo.com>
3058
3059         * gst-libs/gst/audio/gstbaseaudiosink.c:
3060         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3061         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3062         And we provide a clock by default, of course...
3063
3064 2005-11-22  Wim Taymans  <wim@fluendo.com>
3065
3066         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3067         This clock can be slaved to a master clock now.
3068
3069         * gst-libs/gst/audio/gstbaseaudiosink.c:
3070         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3071         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3072         (gst_base_audio_sink_set_clock),
3073         (gst_base_audio_sink_set_property),
3074         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3075         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3076         * gst-libs/gst/audio/gstbaseaudiosink.h:
3077         Handle slaving the internal clock to the clock selected in the
3078         pipeline.
3079         Add property to make the basesink not provide a clock.
3080
3081         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3082         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3083         (gst_base_rtp_depayload_wait):
3084         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3085         We can use the clock in GstElement, no need to store it ourselves.
3086
3087 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * docs/libs/tmpl/gstaudio.sgml:
3090           update
3091         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3092         (gst_paranoia_endian_get_type):
3093         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3094         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3095         * gst/audiotestsrc/gstaudiotestsrc.c:
3096         (gst_audiostestsrc_wave_get_type):
3097         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3098         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3099         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3100         (gst_sync_method_get_type), (gst_unit_type_get_type),
3101         (gst_client_status_get_type), (gst_multifdsink_class_init),
3102         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3103         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3104         (gst_multifdsink_get_property):
3105         * gst/tcp/gstmultifdsink.h:
3106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3107         * gst/videotestsrc/gstvideotestsrc.c:
3108         (gst_videotestsrc_pattern_get_type):
3109           remove deprecated properties
3110           fix up enums to correctly have short lowercase dashed nicks
3111
3112 2005-11-22  Michael Smith <msmith@fluendo.com>
3113
3114         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3115         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3116           Add underscore.
3117
3118 2005-11-22  Michael Smith <msmith@fluendo.com>
3119
3120         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3121         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3122           Use utility method for scaling clocktime for fractional framerates.
3123
3124 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3125
3126         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3127         (gst_visual_chain):
3128         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3129         * ext/theora/theoradec.c: (theora_handle_type_packet):
3130         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3131         (theora_enc_chain):
3132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3133         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3134         * gst-libs/gst/video/video.h:
3135         * gst/ffmpegcolorspace/avcodec.h:
3136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3137         (gst_ffmpeg_caps_to_pixfmt):
3138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3139         (gst_ffmpegcsp_set_caps):
3140         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3141         (gst_videorate_setcaps), (gst_videorate_blank_data),
3142         (gst_videorate_chain):
3143         * gst/videotestsrc/gstvideotestsrc.c:
3144         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3145         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3146         (gst_videotestsrc_event), (gst_videotestsrc_create):
3147         * gst/videotestsrc/gstvideotestsrc.h:
3148         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3149         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3150         (gst_ximagesink_get_times), (gst_ximagesink_init):
3151         * sys/ximage/ximagesink.h:
3152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3153         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3154         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3155         * sys/xvimage/xvimagesink.h:
3156           Convert elements to use fractions for their framerate.
3157           V4L elements to come later tonight.
3158
3159 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3160
3161         * gst-libs/gst/audio/audio.c:
3162         * gst-libs/gst/audio/audio.h:
3163           remove some deprecated functions
3164
3165 2005-11-22  Andy Wingo  <wingo@pobox.com>
3166
3167         * Update for gst_tag_setter API changes.
3168
3169 2005-11-22  Andy Wingo  <wingo@pobox.com>
3170
3171         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3172         (gst_ogg_demux_perform_seek):
3173         * ext/theora/theoradec.c (theora_dec_sink_event):
3174         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3175         update-funcnames.
3176
3177 2005-11-22  Wim Taymans  <wim@fluendo.com>
3178
3179         * examples/seeking/seek.c: (main):
3180         Give higher priority to bus signals than the gtk events
3181         to fix a race condition in the segment looping.
3182
3183 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * ext/theora/Makefile.am:
3186         * ext/vorbis/Makefile.am:
3187         * gst-libs/gst/tag/Makefile.am:
3188         * gst-plugins-base.spec.in:
3189           Rename libgsttagedit to libgsttag (#322117).
3190
3191 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3192
3193         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3195           Call gst_x_overlay_prepare_xwindow_id() to give applications
3196           a final chance to set their own xwindow id before the video
3197           sink creates its own window.
3198
3199 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3200
3201         * sys/xvimage/xvimagesink.c:
3202         (gst_xvimagesink_navigation_send_event): Handle navigation
3203         events correcly with borders if applicable.
3204
3205 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3206
3207         Patch by: Luca Ognibene
3208
3209         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3210         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3212         (gst_ffmpegcsp_caps_remove_format_info):
3213         * gst/ffmpegcolorspace/imgconvert.c:
3214         * gst/ffmpegcolorspace/imgconvert_template.h:
3215           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3216           #318353); use gst_structure_has_name().
3217
3218 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3219
3220         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3221         (gst_ximagesink_class_init): Add debug macros on functions.
3222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3223         (gst_xvimagesink_xwindow_draw_borders),
3224         (gst_xvimagesink_xvimage_put),
3225         (gst_xvimagesink_xwindow_update_geometry),
3226         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3227         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3228         (gst_xvimagesink_xcontext_clear),
3229         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3230         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3231         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3232         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3233         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3234         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3235         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3236         expose while being PAUSED, out of data flow navigation events, etc..
3237
3238 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3239
3240         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3241         * gst-libs/gst/audio/audio.h:
3242           fix prototype - wondering why the test worked regardless
3243
3244 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3245
3246         * check/Makefile.am:
3247         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3248         * gst-libs/gst/audio/audio.h:
3249           add a method that returns a proper GstClockTime
3250
3251 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3254         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3255         * gst-libs/gst/interfaces/xoverlay.h:
3256           Remove everything having to do with the desired size; add 
3257           gst_x_overlay_prepare_xwindow_id() function; remove the
3258           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3259           post a message on the bus instead (#321816).
3260
3261         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3263         (gst_xvimagesink_xoverlay_init):
3264           Remove desired size stuff (#321816).
3265
3266 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3267
3268         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3269         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3270         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3271           Terminate vararg functions with NULL instead of 0 to 
3272           make gcc4 happy.
3273
3274 2005-11-21  Andy Wingo  <wingo@pobox.com>
3275
3276         patch by: Sebastien Cote <sebas642@yahoo.ca>
3277         
3278         * gst-libs/gst/rtp/gstrtpbuffer.h: 
3279         * gst-libs/gst/rtp/gstrtpbuffer.c
3280         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3281
3282 2005-11-21  Andy Wingo  <wingo@pobox.com>
3283
3284         * gst/playback/gstplaybin.c (gen_audio_element) 
3285         (gen_video_element): Use the new MISSING_PLUGIN core error
3286         category. Closes #320060.
3287
3288         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
3289         * gst/videorate/gstvideorate.c (gst_videorate_event):
3290         * ext/theora/theoradec.c (theora_dec_sink_event): 
3291         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3292         stream lock.
3293
3294         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3295         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3296         stream lock changes.
3297
3298 2005-11-21  Wim Taymans  <wim@fluendo.com>
3299
3300         * gst-libs/gst/audio/gstbaseaudiosink.c:
3301         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3302         (gst_base_audio_sink_provide_clock),
3303         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3304         (gst_base_audio_sink_change_state):
3305         * gst/audioresample/gstaudioresample.c:
3306         Segment update fix.
3307
3308 2005-11-21  Andy Wingo  <wingo@pobox.com>
3309
3310         * *.h:
3311         * *.c: Ran scripts/update-macros. Oh yes.
3312
3313 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * sys/ximage/Makefile.am:
3316         * sys/ximage/ximage.c:
3317           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3318           remove your old libgstximage.* manually if necessary).
3319
3320 2005-11-21  Michael Smith <msmith@fluendo.com>
3321
3322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3323           Minimal fix for bug #320200: set the min/max bitrate in the correct
3324           units. A better fix would be to upgrade to the RATEMANAGE2
3325           interface, rather than using the deprecated interface used here, but
3326           that would require an update in our libvorbis dependency (to 1.1),
3327           which is probably undesirable.
3328
3329 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3330
3331         * ext/libvisual/visual.c: (get_buffer):
3332         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3333         (gst_base_audio_src_fixate):
3334         * gst/audioconvert/gstaudioconvert.c:
3335         (gst_audio_convert_fixate_caps):
3336         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3337         * gst/audiotestsrc/gstaudiotestsrc.c:
3338         (gst_audiotestsrc_src_fixate):
3339         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3340         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3342         * gst/videotestsrc/gstvideotestsrc.c:
3343         (gst_videotestsrc_src_fixate):
3344         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3346           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3347           (#322027)
3348
3349
3350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3351
3352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3353         (gst_riff_create_iavs_caps):
3354         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3355         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3356         (gst_riff_parse_info):
3357         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3360           Fixes for GST_FOURCC_FORMAT API change.
3361
3362 2005-11-21  Andy Wingo  <wingo@pobox.com>
3363
3364         patch by: Alessandro Dessina <alessandro nnva org>
3365
3366         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3367         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3368         (gst_ogg_parse_chain):
3369         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3370         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3371         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3372         gst_value_list calls on arrays. Fixes #321962.
3373
3374 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3377         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3378         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3379         * gst/adder/gstadder.c: (gst_adder_init),
3380         (gst_adder_request_new_pad), (gst_adder_collected),
3381         (gst_adder_change_state):
3382           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3383           API change.
3384
3385 2005-11-21  Michael Smith <msmith@fluendo.com>
3386
3387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3388         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3389           Properly handle pad_push return values.
3390
3391 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3392
3393         * gst-libs/gst/tag/Makefile.am:
3394         * gst-libs/gst/tag/gstvorbistag.c:
3395         (gst_tag_list_to_vorbiscomment_buffer):
3396           Remove obsolete vorbistag element and debug category.
3397
3398         * gst/playback/gstplaybasebin.c: (check_queue):
3399           Don't divide by 0 when queue-threshold is 0.
3400
3401         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3402           Don't modify an existing pixel-aspect-ratio if we fail to read
3403           a new one.
3404
3405 2005-11-20  Wim Taymans  <wim@fluendo.com>
3406
3407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3408         (gst_vorbisenc_push_packet):
3409         GST_PAD_IS_USABLE is gone, use the return value of
3410         the push or pad_alloc_buffer instead.
3411
3412 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3413
3414         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3415         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3416         (gst_ximagesink_ximage_destroy),
3417         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3418         (gst_ximagesink_xwindow_new),
3419         (gst_ximagesink_xwindow_update_geometry),
3420         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3421         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3422         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3423         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3424         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3425         (gst_ximagesink_navigation_send_event),
3426         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3427         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3428         (gst_ximagesink_finalize), (gst_ximagesink_init),
3429         (gst_ximagesink_class_init):
3430         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3431         This new version brings correct software scaling, non flickering
3432         window while resizing, pixel aspect ratio handling, usage of
3433         hardware buffer pools, out of data flow event thread for 
3434         navigation and handling of expose events even when being PAUSED,
3435         a new property to keep video aspect ratio when resizing, etc...
3436
3437 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3438
3439         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3440         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3441         handling of PAR.
3442
3443 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3444
3445         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3446         Unsetting IS_SINK flag from the fakesink, so decodebin
3447         never behaves as a sink.
3448
3449 2005-11-17  Wim Taymans  <wim@fluendo.com>
3450
3451         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3452         (gst_base_audio_src_change_state):
3453         Fix the audiosrc base class again, we did not unflush.
3454
3455 2005-11-17  Julien MOUTTE  <julien@moutte.net>
3456
3457         * examples/seeking/seek.c: (make_dv_pipeline),
3458         (make_vorbis_theora_pipeline), (make_avi_pipeline),
3459         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3460         to ogg/vorbis/theora pipeline.
3461
3462 2005-11-17  Wim Taymans  <wim@fluendo.com>
3463
3464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3465         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3466         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3467         Fix EOS on multiple streams.
3468         More debugging.
3469
3470 2005-11-16  Wim Taymans  <wim@fluendo.com>
3471
3472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3473         (gst_ogg_demux_perform_seek):
3474         Segment done must include stream time.
3475
3476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3477         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3478         (gst_ogg_mux_change_state):
3479         Fix ogg muxer again.
3480
3481 2005-11-16  Wim Taymans  <wim@fluendo.com>
3482
3483         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3484         Fix compile again.
3485
3486 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         * ext/libvisual/visual.c: (gst_visual_init):
3489         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3490         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3491         (gst_ogg_parse_chain):
3492         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3493         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3494         * ext/theora/theoradec.c: (gst_theora_dec_init):
3495         * ext/theora/theoraenc.c: (gst_theora_enc_init):
3496         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3497         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3498         * gst/adder/gstadder.c: (gst_adder_class_init),
3499         (gst_adder_dispose):
3500         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3501         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3502         * gst/videorate/gstvideorate.c: (gst_videorate_init):
3503           Fix a whole set of pad template leaks
3504
3505 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3506
3507         * check/generic/states.c: (GST_START_TEST):
3508           fix the test so that it only checks for elements that are part of
3509           this source module
3510
3511 2005-11-16  Michael Smith <msmith@fluendo.com>
3512
3513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3514         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3515         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3516         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3517         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3518         (gst_ogg_mux_change_state):
3519           Fix leaking collectpads.
3520
3521 2005-11-16  Edward Hervey  <edward@fluendo.com>
3522
3523         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3524         (gst_videorate_event), (gst_videorate_chain):
3525         Handle segment seeks
3526
3527 2005-11-16  Wim Taymans  <wim@fluendo.com>
3528
3529         * gst-libs/gst/audio/gstbaseaudiosink.c:
3530         (gst_base_audio_sink_provide_clock),
3531         (gst_base_audio_sink_change_state):
3532         Set ringbuffer to non-flushing when going to PAUSED, set to
3533         flushing again when going to READY.
3534
3535         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3536         (gst_ring_buffer_stop):
3537         Start in flushing mode by default.
3538         Don't set flushing in the _stop method, let the app call
3539         this explicitly.
3540
3541 2005-11-16  Julien MOUTTE  <julien@moutte.net>
3542
3543         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3544         * gst-libs/gst/video/videosink.h: Add helper function needed
3545         for video sinks.
3546
3547 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3548
3549         * gst/videoscale/gstvideoscale.c:
3550         (gst_videoscale_handle_src_event):
3551           Don't leak reference to pad parent.
3552
3553 2005-11-16  Wim Taymans  <wim@fluendo.com>
3554
3555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3556         Set ringbuffer to flushing when stopping so that we don't
3557         block on wait_segment anymore and livelock.
3558
3559 2005-11-16  Wim Taymans  <wim@fluendo.com>
3560
3561         * examples/seeking/seek.c: (send_event), (do_seek),
3562         (loop_toggle_cb), (segment_done), (main):
3563         Added looping checkbox.
3564
3565 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3566
3567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3568         (gst_ogg_demux_init):
3569         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3570         (gst_vorbis_dec_init):
3571           revert unrefs, they don't pass make check
3572
3573 2005-11-15  Johan Dahlin  <johan@gnome.org>
3574
3575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3576         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3577         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3578         (gst_vorbis_dec_init):
3579         Fix pad template leaks. 
3580
3581 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3582
3583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3584           Make state change function thread safe.
3585
3586 2005-11-15  Edward Hervey  <edward@fluendo.com>
3587
3588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3589         (gst_ogg_demux_class_init):
3590         Implement GstElement::send_event, so we can send seek events
3591         in GST_STATE_READY
3592
3593 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3594
3595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3596         Discovered how to take away flickering while resizing the
3597         window. Please don't put that in ximagesink, refactoring in
3598         progress.
3599
3600 2005-11-14  Michael Smith <msmith@fluendo.com>
3601
3602         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3603         (gst_multifdsink_render):
3604           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3605
3606 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         * gst/playback/gstplaybin.c: (gen_audio_element):
3609           Use autoaudiosink, it tends to be more widely available than
3610           autoaudiiosink.
3611           
3612 2005-11-14  Andy Wingo  <wingo@pobox.com>
3613
3614         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3615         as well if it is available. Fixes #316442.
3616
3617 2005-11-14  Michael Smith <msmith@fluendo.com>
3618
3619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3620         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3621         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3622         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3623         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3624         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3625         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3626         (gst_vorbisenc_change_state):
3627           Fix a small memory leak in vorbisenc.
3628           Fix large memory leaks in oggmux, also fix lots of state change
3629           bugs in oggmux.
3630
3631 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3632
3633         * gst/videotestsrc/gstvideotestsrc.c:
3634         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3635         (gst_videotestsrc_src_fixate):
3636           move fixation to a fixate function
3637           remove negotiate function, basesrc's is good enough
3638           fixes a bug for check when using the element alone
3639
3640 2005-11-13  Edward Hervey  <edward@fluendo.com>
3641
3642         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3643         (key_toggle_cb), (main):
3644         Added checkboxes for adding/removing the accurate and key_unit seek
3645         flags.
3646
3647 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * configure.ac: back to HEAD
3650
3651 === release 0.9.5 ===
3652
3653 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3654
3655         * configure.ac:
3656           releasing 0.9.5, "No No Kia"
3657
3658 2005-11-11  Edward Hervey  <edward@fluendo.com>
3659
3660         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3661         Added parse-launch syntax seeking mode for the seeking example.
3662         This should help stress-test even more cases.
3663         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3664
3665 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3666
3667         * sys/xvimage/xvimagesink.c:
3668         (gst_xvimagesink_navigation_send_event):
3669           Check whether peer pad exists before sending navigation events
3670           to it.
3671
3672 2005-11-11  Michael Smith <msmith@fluendo.com>
3673
3674         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3675         (gst_vorbisenc_buffer_from_packet):
3676         * ext/vorbis/vorbisenc.h:
3677           Set duration on encoded buffers. This allows oggmux's
3678           max_page_delay parameter to actually work.
3679
3680 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3683         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3684         (gst_ffmpegcsp_avpicture_fill):
3685         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3686         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3687           Make palettes work again (see #132341). Use our own macros
3688           for rounding up.
3689
3690 2005-11-10  Andy Wingo  <wingo@pobox.com>
3691
3692         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3693         string doober.
3694
3695 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3696
3697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3698         (gst_ffmpegcsp_transform_caps):
3699           Prefer passthrough in transform_caps
3700
3701 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3702
3703         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3704           check for ALSA errors properly, instead of relying on ALSA's
3705           error strings to serve to the user.
3706
3707 2005-11-10  Wim Taymans  <wim@fluendo.com>
3708
3709         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3710         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3711         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3712         Modernise the seek code.
3713
3714 2005-11-10  Michael Smith <msmith@fluendo.com>
3715         
3716         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3717         (setup_substreams), (set_active_source):
3718           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3719           trying to go to NULL if we failed to read a file.
3720
3721 2005-11-10  Wim Taymans  <wim@fluendo.com>
3722
3723         * gst/audiotestsrc/gstaudiotestsrc.c:
3724         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3725         (gst_audiotestsrc_create):
3726         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3727         (gst_sinesrc_get_times), (gst_sinesrc_create):
3728         * gst/videotestsrc/gstvideotestsrc.c:
3729         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3730         (gst_videotestsrc_create):
3731         The base class can now sync for us.
3732
3733 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3734
3735         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3736           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3737           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3738           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3739           format=(fourcc)I420" ! xvimagesink
3740
3741 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3742
3743         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3744         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3745         (gst_sinesrc_newsegment):
3746           Send newsegment event in TIME format, set duration if
3747           num-buffers is set, fix duration querying.
3748
3749 2005-11-10  Michael Smith <msmith@fluendo.com>
3750
3751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3752         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3753         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3754         (gst_ogg_mux_collected):
3755          Fix EOS handling, partially. Now forwarding an EOS event once we have
3756          EOS on all pads works correctly. However, we still don't properly set
3757          EOS on the actual ogg stream pages.
3758
3759 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3760
3761         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3762           Set elements to NULL state before disposing of them.
3763
3764 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3765
3766         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3767
3768         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3769         (gst_base_rtp_depayload_init),
3770         (gst_base_rtp_depayload_set_gst_timestamp):
3771         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3772           We need to send a newsegment event for each instance, not
3773           just for the first instance of this class (get rid of
3774           static variable in function). (#321011).
3775           
3776 2005-11-08  Michael Smith <msmith@fluendo.com>
3777
3778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3779         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3780         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3781         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3782           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3783           This makes us mux things correctly according to the ogg muxing
3784           rules. Still not handling EOS correctly right now, though.
3785
3786 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3787
3788         * gst/audioconvert/gstaudioconvert.c:
3789           Fix typo in docs. 
3790
3791 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3794         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3795           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3796           creating a new chain; should fix live streaming. Also
3797           add more debug output and fix a typo.
3798
3799 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3800
3801         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3802
3803         * gst/volume/gstvolume.c: (volume_set_caps):
3804           Fix compilation on Solaris with Forte. (#320923)
3805
3806 2005-11-08  Wim Taymans  <wim@fluendo.com>
3807
3808         * gst-libs/gst/audio/gstbaseaudiosink.c:
3809         (gst_base_audio_sink_render):
3810         No need to do a typecheck.
3811
3812 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3813
3814         * ext/alsa/gstalsa.h:
3815           We register a debug category, so let's use it.
3816
3817 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3818
3819         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3820         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3821         Fixed a small problem.
3822
3823 2005-11-04  Wim Taymans  <wim@fluendo.com>
3824
3825         * examples/seeking/Makefile.am:
3826         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3827         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3828         (make_playerbin_pipeline), (format_value), (update_scale),
3829         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3830         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3831         (print_usage), (main):
3832         Added app for playback speed testing.
3833
3834         * examples/seeking/seek.c: (dynamic_link),
3835         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3836         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3837         (message_received), (main):
3838         Updated seek example.
3839
3840 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3841
3842         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3843         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3844         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3845         (gst_base_rtp_depayload_set_clock):
3846         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3847         Don't sleep on the bench (system clock) when you have a nice 
3848         comfortable bed (Gstreamer clock) to sleep on.
3849
3850 2005-11-03  Wim Taymans  <wim@fluendo.com>
3851
3852         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3853         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3854         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3855         Handle the case where a pad_block failed.
3856
3857 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3858
3859         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3860
3861         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3862         (gst_base_rtp_depayload_add_to_queue),
3863         (gst_base_rtp_depayload_push),
3864         (gst_base_rtp_depayload_set_gst_timestamp),
3865         (gst_base_rtp_depayload_queue_release):
3866           Fixes some bugs in the depayloader's queuing/de-queueing code.
3867
3868 2005-10-31  Michael Smith <msmith@fluendo.com>
3869
3870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3871         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3872         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3873           Patch from Alessandro Decina <alessandro@nnva.org>.
3874           Make oggdemux only find the final time in a chain, not per-pad,
3875           since the per-pad information can be very expensive to locate, and
3876           it isn't used anywhere. This makes reading a file containing
3877           OggSkeleton reasonably fast.
3878           Also, make chain finding work when there are logical bitstreams that
3879           can't be decoded. Fixes #319110.
3880
3881 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3882
3883         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3884         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3885         (gst_base_rtp_depayload_chain),
3886         (gst_base_rtp_depayload_add_to_queue),
3887         (gst_base_rtp_depayload_push),
3888         (gst_base_rtp_depayload_set_gst_timestamp),
3889         (gst_base_rtp_depayload_queue_release),
3890         (gst_base_rtp_depayload_start_thread),
3891         (gst_base_rtp_depayload_set_property),
3892         (gst_base_rtp_depayload_get_property):
3893         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3894         Some random fixes, to fullfill the desires of thomas.
3895
3896 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3897
3898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3899         (gst_base_rtp_depayload_add_to_queue),
3900         (gst_base_rtp_depayload_push):
3901         Fixed the queueing algorithm.
3902
3903 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3904
3905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3906         (gst_base_rtp_depayload_push):
3907         A small fix
3908
3909 2005-10-31  Wim Taymans  <wim@fluendo.com>
3910
3911         * gst-libs/gst/audio/gstringbuffer.h:
3912         Don't break ABI.
3913
3914         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3915         (gst_ffmpeg_caps_to_pixfmt):
3916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3917         (gst_ffmpegcsp_set_caps):
3918         Some more comments.
3919         Handle missing required caps fields better.
3920
3921 2005-10-31  Wim Taymans  <wim@fluendo.com>
3922
3923         * gst-libs/gst/audio/gstbaseaudiosink.c:
3924         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3925         (gst_base_audio_sink_render):
3926         * gst-libs/gst/audio/gstringbuffer.c:
3927         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3928         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3929         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3930         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3931         (gst_ring_buffer_read):
3932         * gst-libs/gst/audio/gstringbuffer.h:
3933         Add flushing mode to the ringbuffer so that it in all cases does
3934         not try to handle more audio. This makes sure it does not try to
3935         block anymore when flushing and fixes a livelock.
3936
3937 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3940         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3941         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3942           Explicitly check for -1 values before doing a conversion
3943           and always map them to -1. (#315545)
3944
3945 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * gst/playback/gstplaybin.c: (gen_video_element):
3948           first try autovideosink, then xvimagesink, then error out
3949         * po/POTFILES.in:
3950           add translatable file
3951         * po/af.po:
3952         * po/az.po:
3953         * po/cs.po:
3954         * po/en_GB.po:
3955         * po/hu.po:
3956         * po/it.po:
3957         * po/nb.po:
3958         * po/nl.po:
3959         * po/or.po:
3960         * po/sq.po:
3961         * po/sr.po:
3962         * po/sv.po:
3963         * po/uk.po:
3964         * po/vi.po:
3965           update translations
3966
3967 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3968
3969         * gst-libs/gst/rtp/gstbasedepayload.c:
3970         * gst-libs/gst/rtp/gstbasedepayload.h:
3971           Minor cleanups
3972
3973 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * gst/playback/.cvsignore:
3976         * gst/playback/decodetest.c:
3977         * gst/playback/test3.c:
3978           Port these two tests as well.
3979
3980 2005-10-27  Wim Taymans  <wim@fluendo.com>
3981
3982         * ext/theora/theoradec.c: (theora_dec_src_query),
3983         (theora_dec_sink_event):
3984         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3985         (theora_enc_change_state):
3986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3987         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3988         Take proper locks when handling events.
3989
3990 2005-10-27  Wim Taymans  <wim@fluendo.com>
3991
3992         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3993         (gst_adder_change_state):
3994         Fix timestamps and fix deadlock when stopping the collectpads.
3995
3996 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3997
3998         * gst-libs/gst/rtp/gstrtpbuffer.h:
3999         Declaring the payload types as strings too so that they can be used
4000         in the padtemplate inialization.
4001
4002 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4003
4004         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4005
4006         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4007         (gst_base_rtp_depayload_class_init):
4008         Fixes a small but nasty bug. The derived elements no longer segfaults
4009         on finalization.
4010
4011 2005-10-26  Michael Smith <msmith@fluendo.com>
4012
4013         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4014           When clearing an audioconvert context, set tmpbufsize to zero, so
4015           we'll allocate it again later if required.
4016           This fixes audioconvert re-negotiating formats, which previously
4017           segfaulted with a NULL destination buffer.
4018
4019 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4020
4021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4022         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4023         (gst_base_rtp_depayload_set_gst_timestamp),
4024         (gst_base_rtp_depayload_queue_release):
4025         Fixed a smalll memleak.
4026
4027 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4029         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4030         (gst_base_rtp_depayload_finalize),
4031         (gst_base_rtp_depayload_setcaps),
4032         (gst_base_rtp_depayload_add_to_queue),
4033         (gst_base_rtp_depayload_push),
4034         (gst_base_rtp_depayload_set_gst_timestamp),
4035         (gst_base_rtp_depayload_queue_release),
4036         (gst_base_rtp_depayload_thread),
4037         (gst_base_rtp_depayload_change_state):
4038         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4039         Changed the C++ comments to C comments
4040
4041 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4044         * gst/tcp/gsttcpclientsrc.h:
4045         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4046         * gst/tcp/gsttcpserversrc.h:
4047           Remove unused 'curoffset' structure member.
4048
4049 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4050
4051         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4052         (gst_base_rtp_depayload_base_init),
4053         (gst_base_rtp_depayload_finalize):
4054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4055         * gst-libs/gst/rtp/gstbasertppayload.h:
4056           The pad-template on the sinkpad should be set by the derived classes.
4057           Also added some useful macros.
4058
4059 2005-10-24  Wim Taymans  <wim@fluendo.com>
4060
4061         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4062         Correctly flush decoder samples even if we could not
4063         copy them to an output buffer. Fixes #319618.
4064
4065 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4066
4067         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4069         the caps against our xcontext caps.
4070
4071 2005-10-24  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst-libs/gst/audio/gstbaseaudiosink.c:
4074         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4075         Remove g_print
4076         Use sync property from baseclass to disable sync.
4077
4078 2005-10-24  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst-libs/gst/audio/gstbaseaudiosink.c:
4081         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4082         Buffers with no timestamps get aligned with previous buffers or
4083         on underrun, played ASAP.
4084
4085 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4086
4087         * gst-libs/gst/video/video.h:
4088         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4089         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4091         here comes my change on caps for framerate and geometry range.
4092         We are now accepting 1 to MAXINT for width and height, and from
4093         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4094         to be blended correctly in videomixer.
4095
4096 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4097
4098         * configure.ac:
4099           back to HEAD
4100
4101 === release 0.9.4 ===
4102
4103 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4104
4105         * NEWS:
4106         * RELEASE:
4107         * configure.ac:
4108           releasing 0.9.4, "Velociraptor"
4109
4110 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4111
4112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4113         * po/POTFILES.in:
4114           STOPPED -> FAILED
4115
4116 2005-10-21  Wim Taymans  <wim@fluendo.com>
4117
4118         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4119         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4120         (pad_blocked), (close_pad_link), (new_pad):
4121         Don't try to remove elements twice.
4122
4123 2005-10-21  Wim Taymans  <wim@fluendo.com>
4124
4125         * ext/theora/theoradec.c: (theora_dec_src_query),
4126         (theora_dec_sink_event):
4127         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4128         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4129         (vorbis_handle_data_packet):
4130         * ext/vorbis/vorbisdec.h:
4131         Fix old naming.
4132
4133         * gst-libs/gst/audio/gstbaseaudiosink.c:
4134         (gst_base_audio_sink_render):
4135         Don't try to sync on buffers without a timestamp.
4136
4137 2005-10-21  Wim Taymans  <wim@fluendo.com>
4138
4139         * ext/theora/theoradec.c: (theora_dec_src_query),
4140         (theora_dec_sink_event):
4141         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4142         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4143         (vorbis_handle_data_packet):
4144         * ext/vorbis/vorbisdec.h:
4145         Fix old naming.
4146
4147 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4150         (gst_vorbisenc_src_query):
4151           Implement position and duration queries.
4152
4153         * gst/playback/test3.c: (update_scale), (main):
4154           Fix for async state changes and print nicer output.
4155
4156 2005-10-20  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4159         (dump_element_stats), (main):
4160         * gst/playback/test6.c: (main):
4161         Fix tests again
4162
4163 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4166         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4167           Don't use functions for position queries when handling
4168           duration queries.
4169
4170 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4171
4172         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4173         (vorbis_handle_data_packet), (vorbis_dec_chain),
4174         (vorbis_dec_change_state):
4175         * ext/vorbis/vorbisdec.h:
4176           Vorbis streams can be embedded in other container formats
4177           than ogg, container formats where the demuxer might set 
4178           timestamps on encoded vorbis buffers instead of those silly 
4179           granulepos thingies. In short: make vorbisdec handle 
4180           timestamps on incoming buffers as well.
4181
4182 2005-10-20  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst/playback/gstplaybasebin.c: (group_destroy),
4185         (gst_play_base_bin_change_state):
4186         Fix leak.
4187         Handle case where playbasebin is now ASYNC because
4188         decodebin is.
4189
4190 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4191
4192         * gst/audioconvert/Makefile.am:
4193         * gst/audioconvert/bufferframesconvert.c:
4194         * gst/audioconvert/plugin.c: (plugin_init):
4195         * gst/audioconvert/plugin.h:
4196           And bye bye buffer-frames-convert
4197
4198 2005-10-19  Wim Taymans  <wim@fluendo.com>
4199
4200         * check/elements/audioconvert.c:
4201         * docs/libs/tmpl/gstaudio.sgml:
4202         * docs/libs/tmpl/gstcolorbalance.sgml:
4203         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4204         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4205         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4206         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4207         * gst-libs/gst/audio/audio.h:
4208         * gst/audioconvert/audioconvert.h:
4209         * gst/audioconvert/gstaudioconvert.c:
4210         (gst_audio_convert_parse_caps):
4211         * gst/volume/gstvolume.c:
4212         Bye bye buffer-frames.
4213
4214 2005-10-19  Wim Taymans  <wim@fluendo.com>
4215
4216         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4217         (query_positions_elems), (query_positions_pads), (update_scale),
4218         (do_seek), (set_update_scale), (message_received), (main):
4219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4220         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4221         (gst_ogg_demux_loop):
4222         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4223         * ext/theora/theoradec.c: (theora_dec_src_query),
4224         (theora_dec_sink_event):
4225         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4226         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4227         * gst/adder/gstadder.c: (gst_adder_query):
4228         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4229         * gst/playback/test3.c: (update_scale):
4230         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4231         (dump_element_stats), (main):
4232         * gst/playback/test6.c: (main):
4233         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4234         Query API update.
4235
4236 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4239         (xml_check_first_element), (xml_type_find), (smil_type_find),
4240         (plugin_init):
4241           Add typefinding for SMIL and for generic XML. Based on patch by
4242           Akos Maroy (#308663).
4243
4244 2005-10-18  Wim Taymans  <wim@fluendo.com>
4245
4246         * gst/playback/Makefile.am:
4247         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4248         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4249         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4250         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4251         (gst_decode_bin_change_state):
4252         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4253         (gst_play_bin_send_event_to_sink):
4254         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4255         (dump_element_stats), (main):
4256         * gst/playback/test6.c: (main):
4257         Make playbin async, it'll commit state to paused when all streams
4258         are detected.
4259         Remove ugly hack.
4260         Added test6.c to show async behaviour.
4261
4262 2005-10-18  Wim Taymans  <wim@fluendo.com>
4263
4264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4265         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4266         Fix for segment-start/stop API change.
4267
4268 2005-10-18  Wim Taymans  <wim@fluendo.com>
4269
4270         * check/Makefile.am:
4271         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4272         (main):
4273         Add future test for clock selection.
4274
4275 2005-10-18  Wim Taymans  <wim@fluendo.com>
4276
4277         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4278         (gst_alsasink_close):
4279         Set handle to NULL.
4280
4281         * gst-libs/gst/audio/gstringbuffer.c:
4282         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4283         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4284         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4285         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4286         (gst_ring_buffer_read):
4287         More debug info.
4288
4289 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
4290
4291         * gst/audiotestsrc/Makefile.am:
4292         * gst/sine/Makefile.am:
4293         * gst/volume/Makefile.am:
4294           fix broken build of controllerized plugins
4295
4296 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4297
4298         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4299
4300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4301         (gst_riff_create_video_template_caps):
4302           Add support for Indeo-3 (IV32).
4303
4304 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4305
4306         * configure.ac:
4307           rewrite
4308
4309 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4310
4311         * gst-libs/gst/video/video.c: (gst_video_get_size):
4312         * gst/audiotestsrc/gstaudiotestsrc.c:
4313           doc updates
4314
4315 2005-10-17  Andy Wingo  <wingo@pobox.com>
4316
4317         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4318         with the collectpads change.
4319         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4320
4321         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4322
4323         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4324
4325         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4326         alloc_buffer flow return to callers.
4327         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4328         change. Fix some memleaks in theoraenc.
4329
4330         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4331         in strange circumstance.
4332
4333 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4334
4335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4336         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4337         from caps, let's use the caps...
4338
4339 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4340
4341         * configure.ac:
4342           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4343
4344 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4345
4346         * gst-libs/gst/interfaces/Makefile.am:
4347           fix silly typo
4348
4349 2005-10-16  Andy Wingo  <wingo@pobox.com>
4350
4351         * gst/playback/gstdecodebin.c
4352         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4353         function!
4354         (try_to_link_1): Increase kraziness level.
4355
4356 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4357
4358         * configure.ac:
4359           restructure like the core one
4360         * gst-libs/gst/audio/Makefile.am:
4361         * gst-libs/gst/interfaces/Makefile.am:
4362         * gst-libs/gst/net/Makefile.am:
4363         * gst-libs/gst/riff/Makefile.am:
4364         * gst-libs/gst/rtp/Makefile.am:
4365         * gst-libs/gst/tag/Makefile.am:
4366         * gst-libs/gst/video/Makefile.am:
4367           use correct linker flags, now the libs are properly versioned
4368         * check/elements/audioconvert.c: (verify_convert):
4369         * ext/alsa/gstalsaplugin.c:
4370         * ext/cdparanoia/gstcdparanoia.c:
4371         * ext/gnomevfs/gstgnomevfs.c:
4372         * ext/libvisual/visual.c:
4373         * ext/ogg/gstogg.c:
4374         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4375         * ext/theora/theora.c:
4376         * ext/vorbis/vorbis.c:
4377         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4378         * gst-libs/gst/tag/gsttagediting.c:
4379         * gst-libs/gst/video/video.c:
4380         * gst/adder/gstadder.c:
4381         * gst/audioconvert/plugin.c:
4382         * gst/audiorate/gstaudiorate.c:
4383         * gst/audioresample/gstaudioresample.c:
4384         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4385         * gst/audioscale/gstaudioscale.c:
4386         * gst/audioscale/resample.c:
4387         * gst/audiotestsrc/gstaudiotestsrc.c:
4388         * gst/ffmpegcolorspace/gstffmpeg.c:
4389         * gst/playback/gstdecodebin.c: (close_pad_link):
4390         * gst/playback/gstplaybin.c: (gen_video_element),
4391         (gen_audio_element):
4392         * gst/sine/gstsinesrc.c:
4393         * gst/subparse/gstsubparse.c:
4394         * gst/tags/gsttagediting.c:
4395         * gst/tcp/gsttcpplugin.c:
4396         * gst/typefind/gsttypefindfunctions.c:
4397         * gst/videorate/gstvideorate.c:
4398         * gst/videoscale/gstvideoscale.c:
4399         * gst/videotestsrc/gstvideotestsrc.c:
4400         * gst/volume/gstvolume.c:
4401         * sys/v4l/gstv4l.c:
4402         * sys/ximage/ximage.c:
4403         * sys/xvimage/xvimagesink.c:
4404           fix up defines
4405
4406 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * ext/vorbis/vorbisenc.c:
4409         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4410         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4411         (gst_tag_to_vorbis_comments):
4412           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4413
4414 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4415
4416         * examples/stats/mp2ogg.c:
4417         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4418           typo fixes
4419
4420 2005-10-13  Michael Smith <msmith@fluendo.com>
4421
4422         * ext/ogg/gstoggmux.c:
4423           Use magic glib macros to define constants as 64 bit, to ensure
4424           appropriate vararg passing.
4425
4426 2005-10-13  Michael Smith <msmith@fluendo.com>
4427
4428         * ext/ogg/gstoggmux.c:
4429         * gst/audioconvert/audioconvert.c: (float):
4430           Don't use LL suffix, as it's not portable, and neither of these
4431           uses required it anyway.
4432
4433 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4434
4435         * examples/indexing/indexmpeg.c: (main):
4436         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4437         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4438         (cdparanoia_convert), (cdparanoia_query):
4439         * ext/cdparanoia/gstcdparanoia.h:
4440         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4441         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4442         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4443         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4444         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4445         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4446         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4447         (gst_multifdsink_render), (gst_multifdsink_start),
4448         (gst_multifdsink_stop):
4449         * gst/tcp/gstmultifdsink.h:
4450         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4451         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4452         (gst_tcpclientsink_stop):
4453         * gst/tcp/gsttcpclientsink.h:
4454         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4455         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4456         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4457         * gst/tcp/gsttcpclientsrc.h:
4458         * gst/tcp/gsttcpserversink.h:
4459         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4460         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4461         (gst_tcpserversrc_stop):
4462         * gst/tcp/gsttcpserversrc.h:
4463         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4464         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4465         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4466           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4467           moved bitshift from macro to enum definition
4468
4469 2005-10-12  Wim Taymans  <wim@fluendo.com>
4470
4471         * examples/seeking/Makefile.am:
4472         Oops.
4473
4474 2005-10-12  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4477         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4478         Don't assert on normal stuff.
4479
4480         * gst/playback/gstplaybin.c: (do_playbin_seek):
4481         API fix.
4482
4483 2005-10-12  Wim Taymans  <wim@fluendo.com>
4484
4485         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4486         * examples/seeking/Makefile.am:
4487         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4488         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4489         (do_seek), (set_update_scale), (message_received), (main):
4490         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4491         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4492         Update for _get_state() API change.
4493
4494 2005-10-11  Wim Taymans  <wim@fluendo.com>
4495
4496         * gst-libs/gst/audio/gstbaseaudiosink.c:
4497         (gst_base_audio_sink_render):
4498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4499         (gst_base_audio_src_create):
4500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4501         (gst_ring_buffer_read):
4502         Cleanups.
4503         Commit and read from ringbuffer in samples rather than bytes.
4504
4505 2005-10-11  Wim Taymans  <wim@fluendo.com>
4506
4507         * gst-libs/gst/audio/gstbaseaudiosink.c:
4508         (gst_base_audio_sink_render):
4509         Respect segment rate and accum when scheduling samples.
4510
4511 2005-10-11  Julien MOUTTE  <julien@moutte.net>
4512
4513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4514         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4515         EOS correctly, that needs more work.
4516
4517 2005-10-11  Wim Taymans  <wim@fluendo.com>
4518
4519         * check/generic/states.c: (GST_START_TEST):
4520         remove old property.
4521
4522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4523         (gst_ogg_demux_perform_seek):
4524         * ext/theora/theoradec.c: (theora_dec_sink_event):
4525         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4526         (vorbis_handle_data_packet):
4527         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4528         (gst_base_rtp_depayload_set_gst_timestamp):
4529         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4530         Update for newsegment API change.
4531
4532 2005-10-11  Michael Smith <msmith@fluendo.com>
4533
4534         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4535         (do_playbin_seek), (gst_play_bin_send_event):
4536           Override send_event differently, so that we can takes bits of
4537           functionality from GstPipeline (special handling for seeks,
4538           including pausing/resuming, and resetting stream time) and still get
4539           the appropriate behaviour of only forwarding event to a single sink,
4540           rather than all of them.
4541           Unfortunately requires a lot of code duplication, but the
4542           alternatives are equally ugly in the end.
4543
4544 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4545
4546         * check/elements/audioconvert.c: (setup_audioconvert),
4547         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4548         (GST_START_TEST), (audioconvert_suite):
4549           clean up tests a little, fix some leaks.
4550
4551 2005-10-10  Wim Taymans  <wim@fluendo.com>
4552
4553         * ext/alsa/gstalsasink.c:
4554         Also allow unsigned int.
4555
4556         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4557         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4558         Small cleanup
4559
4560 2005-10-10  Wim Taymans  <wim@fluendo.com>
4561
4562         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4563         Small update, use API as stated in design docs.
4564
4565         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4566         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4567         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4568         (message_received), (main):
4569         Updated seek example for GOption. Some usability improvements.
4570
4571 2005-10-10  Wim Taymans  <wim@fluendo.com>
4572
4573         * gst/audioconvert/audioconvert.h:
4574         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4575         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4576         Alloc temp storage somewhere else where we can do it more
4577         portable.
4578
4579 2005-10-10  Wim Taymans  <wim@fluendo.com>
4580
4581         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4582         (gst_tcpserversrc_start):
4583         Don't block in accept while doing the state change, move
4584         to poll and make cancellable.
4585
4586 2005-10-09  Philippe Khalaf <burger@speedy.org>
4587
4588         * gst-libs/gst/rtp/rtpbasedepayload.c:
4589         Set timestamp and add queue delay to timestamp
4590         * gst-libs/gst/rtp/rtpbuffer.h:
4591         Set correct payload type for h263
4592
4593 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4594
4595         * gst/audiotestsrc/gstaudiotestsrc.c:
4596         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4597         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4598         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4599         (gst_audiotestsrc_create_triangle),
4600         (gst_audiotestsrc_create_silence),
4601         (gst_audiotestsrc_create_white_noise),
4602         (gst_audiotestsrc_init_pink_noise),
4603         (gst_audiotestsrc_generate_pink_noise_value),
4604         (gst_audiotestsrc_create_pink_noise),
4605         (gst_audiotestsrc_change_wave):
4606         * gst/audiotestsrc/gstaudiotestsrc.h:
4607           fixed typo, added pink noise
4608
4609 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4610
4611         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4612         (plugin_init):
4613           Add wavpack and spc typefind functions from 0.8 branch.
4614
4615 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4616
4617         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4618         (ar_type_find), (msdos_type_find), (plugin_init):
4619           Add typefind functions for tar archives, ar archives,
4620           RAR archives, and msdos-executables (dlls, exe, etc.).
4621           Some of those would be wrongly identified as mpeg
4622           streams of some sort before (#315550).
4623
4624 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4625
4626         * configure.ac:
4627         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4629         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4630         * gst/audiotestsrc/Makefile.am:
4631         * gst/audiotestsrc/gstaudiotestsrc.c:
4632         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4633         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4634         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4635         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4636         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4637         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4638         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4639         (gst_audiotestsrc_create_silence),
4640         (gst_audiotestsrc_create_white_noise),
4641         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4642         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4643         (gst_audiotestsrc_start), (plugin_init):
4644         * gst/audiotestsrc/gstaudiotestsrc.h:
4645           add new plugin and element
4646         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4647           use gobject_class
4648
4649 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4650
4651         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4652         (gst_adder_init), (gst_adder_request_new_pad),
4653         (gst_adder_change_state):
4654           Add query function to source pad, so adder reports the correct
4655           time/sample position when queried (#315457); fix state change
4656           function; use GST_DEBUG_FUNCPTR() for pad functions.
4657
4658 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4659
4660         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4661           Fix leaks in typefind registration
4662           Clean up the gratuitous commenting and whitespacing a little
4663
4664 2005-10-08  Wim Taymans  <wim@fluendo.com>
4665
4666         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4667         Only actually wait for the thread to be stopped if it's 
4668         running.
4669
4670 2005-10-08  Wim Taymans  <wim@fluendo.com>
4671
4672         * gst-libs/gst/audio/gstbaseaudiosink.c:
4673         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4674         If we receive EOS we can start playback of what we had.
4675
4676 2005-10-08  Wim Taymans  <wim@fluendo.com>
4677
4678         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4679         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4680         (gst_multifdsink_stop):
4681         Fix crasher when going to NULL multiple times.
4682
4683 2005-10-06  Wim Taymans  <wim@fluendo.com>
4684
4685         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4686         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4687         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4688         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4689         patch from Edgard Lima <edgard.lima@indt.org.br>
4690         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4691
4692 2005-10-06  Wim Taymans  <wim@fluendo.com>
4693
4694         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4695         Report the FLOW_RETURN as string in the error message.
4696
4697         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4698         Don't assert when clearing an unnegotiated buffer.
4699
4700 2005-10-04  Michael Smith <msmith@fluendo.com>
4701
4702         * gst/playback/gstplaybasebin.c: (group_destroy),
4703         (gen_preroll_element), (remove_groups), (setup_source):
4704         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4705         (setup_sinks), (gst_play_bin_send_event),
4706         (gst_play_bin_change_state):
4707           Set state to NULL before removing from bin. Fix refcounting.
4708
4709 2005-10-04  Michael Smith <msmith@fluendo.com>
4710
4711         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4712           Correct refcounting in send_event() function. Previously was wrong
4713           if the first sink was unable to handle the event.
4714
4715 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4716
4717         * configure.ac:
4718           back to development
4719
4720 === release 0.9.3 ===
4721
4722 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4723
4724         * configure.ac:
4725           Releasing 0.9.3, "De Facto"
4726
4727 2005-10-03  Andy Wingo  <wingo@pobox.com>
4728
4729         * gst/playback/gstdecodebin.c (try_to_link_1)
4730         (remove_element_chain): set element to NULL before removing it.
4731
4732 2005-10-02  Johan Dahlin  <johan@gnome.org>
4733
4734         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4735         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4736         MT safe.
4737
4738 2005-10-02  Andy Wingo  <wingo@pobox.com>
4739
4740         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4741         (gst_ring_buffer_prepare_read): 
4742         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4743         Demote to LOG.
4744
4745 2005-09-29  Wim Taymans  <wim@fluendo.com>
4746
4747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4748         * ext/theora/theoradec.c: (theora_handle_data_packet):
4749         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4750         Propagate error codes from alloc_buffer too.
4751
4752 2005-09-29  Wim Taymans  <wim@fluendo.com>
4753
4754         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4755         We use fixed caps.
4756
4757         * gst/playback/Makefile.am:
4758         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4759         (dump_element_stats), (main):
4760         Added example stream introspection code.
4761
4762 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4763
4764         * gst/adder/gstadder.c: (gst_adder_collected):
4765           fix adder for float elements
4766
4767 2005-09-28  Wim Taymans  <wim@fluendo.com>
4768
4769         * gst-libs/gst/audio/gstbaseaudiosink.c:
4770         (gst_base_audio_sink_class_init),
4771         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4773         (gst_base_audio_src_class_init),
4774         (gst_base_audio_src_provide_clock):
4775         get_clock -> provide_clock
4776
4777 2005-09-28  Andy Wingo  <wingo@pobox.com>
4778
4779         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4780         and unlocking.
4781
4782         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4783         unlocking.
4784
4785         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4786         Actually add the pad template.
4787         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4788
4789         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4790         I'm at it...
4791
4792         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4793         from fdsrc. Get caps in create() instead of start() so it can be
4794         interrupted. Interruption somewhat untested.
4795
4796         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4797         Proper EOS handling.
4798
4799 2005-09-27  Andy Wingo  <wingo@pobox.com>
4800
4801         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4802
4803         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4804
4805         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4806
4807         * gst/tcp/gsttcp.h: 
4808         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4809         out of tcpclientsrc.c. Cancellable.
4810         (gst_tcp_socket_read): Made private, cancellable, with better
4811         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4812         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4813         whole buffer, and better diagnostics.
4814         (gst_tcp_gdp_read_caps): Same.
4815
4816         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4817
4818 2005-09-26  Andy Wingo  <wingo@pobox.com>
4819
4820         * gst/sine/gstsinesrc.h:
4821         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4822         change the 'sync' property to 'is-live' and implement it halfway,
4823         update for controller api change.
4824
4825         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4826         controller api change.
4827
4828 2005-09-24  Wim Taymans  <wim@fluendo.com>
4829
4830         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4831         * gst-libs/gst/audio/gstaudiosink.c:
4832         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4833         (gst_audioringbuffer_stop):
4834         * gst-libs/gst/audio/gstbaseaudiosink.c:
4835         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4836         (gst_base_audio_sink_change_state):
4837         * gst-libs/gst/audio/gstbaseaudiosink.h:
4838         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4839         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4840         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4841         * gst-libs/gst/audio/gstringbuffer.h:
4842         Fix sync again. Moved sample alignment to basesink.
4843
4844 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4845
4846         * docs/plugins/Makefile.am:
4847         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4848         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4849         * gst/volume/gstvolume.c:
4850           add/fix docs
4851         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4852         * gst-libs/gst/audio/audio.h:
4853           add conversion macros for frames <-> clocktime
4854
4855 2005-09-23  David Schleef  <ds@schleef.org>
4856
4857         * gst/audioresample/Makefile.am:
4858         * gst/audioresample/debug.h:
4859         * gst/audioresample/gstaudioresample.c:
4860         * gst/audioresample/resample.c: Convert to using gst debugging
4861
4862 2005-09-22  Wim Taymans  <wim@fluendo.com>
4863
4864         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4865         (gst_play_bin_send_event):
4866         Only seek on one sink, the first one that succeeds.
4867
4868 2005-09-22  Michael Smith <msmith@fluendo.com>
4869
4870         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4871         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4872         Don't flush encoder state unless we have an initialised encoder.
4873         Clear out encoder state on PAUSED_TO_READY.
4874
4875 2005-09-22  Wim Taymans  <wim@fluendo.com>
4876
4877         * gst-libs/gst/rtp/gstbasertppayload.c:
4878         (gst_basertppayload_class_init), (gst_basertppayload_init),
4879         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4880         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4881         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4882         (gst_basertppayload_set_property),
4883         (gst_basertppayload_get_property),
4884         (gst_basertppayload_change_state):
4885         * gst-libs/gst/rtp/gstbasertppayload.h:
4886         Added max-ptime to control amount of data in the rtp packets.
4887
4888 2005-09-21  Andy Wingo  <wingo@pobox.com>
4889
4890         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4891         thingies.
4892
4893         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4894         can be called multiple times, dogs.
4895
4896 2005-09-21  Wim Taymans  <wim@fluendo.com>
4897
4898         * gst-libs/gst/rtp/gstbasertppayload.c:
4899         (gst_basertppayload_class_init), (gst_basertppayload_init),
4900         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4901         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4902         (gst_basertppayload_push), (gst_basertppayload_get_property),
4903         (gst_basertppayload_change_state):
4904         Allow 0 ssrc too.
4905
4906 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4907
4908         * docs/libs/compiling.sgml:
4909           fixing typos
4910
4911 2005-09-20  Wim Taymans  <wim@fluendo.com>
4912
4913         * gst-libs/gst/rtp/gstbasertppayload.c:
4914         (gst_basertppayload_class_init), (gst_basertppayload_init),
4915         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4916         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4917         (gst_basertppayload_push), (gst_basertppayload_set_property),
4918         (gst_basertppayload_get_property),
4919         (gst_basertppayload_change_state):
4920         * gst-libs/gst/rtp/gstbasertppayload.h:
4921         Added property to configure sequence number offsets.
4922
4923 2005-09-20  Wim Taymans  <wim@fluendo.com>
4924
4925         * gst-libs/gst/rtp/gstbasertppayload.c:
4926         (gst_basertppayload_class_init), (gst_basertppayload_init),
4927         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4928         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4929         (gst_basertppayload_push), (gst_basertppayload_set_property),
4930         (gst_basertppayload_get_property),
4931         (gst_basertppayload_change_state):
4932         * gst-libs/gst/rtp/gstbasertppayload.h:
4933         Make timestamp offset configurable.
4934
4935 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4938           fix wrong pop/unref
4939
4940 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4941
4942         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         * gst-libs/gst/interfaces/propertyprobe.c:
4945         (gst_property_probe_probe_property_name),
4946         (gst_property_probe_needs_probe_name),
4947         (gst_property_probe_get_values_name),
4948         (gst_property_probe_probe_and_get_values_name):
4949           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4950           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4951
4952 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4953
4954         * check/Makefile.am:
4955           have some tests be disabled for valgrinding
4956         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4957         (GST_START_TEST):
4958         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4959           Fix A Leak.  Chain To Parent Finalize.
4960
4961 2005-09-19  Wim Taymans  <wim@fluendo.com>
4962
4963         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4964         Fixed wav pipeline.
4965
4966 2005-09-19  Wim Taymans  <wim@fluendo.com>
4967
4968         * gst-libs/gst/rtp/gstbasertppayload.c:
4969         (gst_basertppayload_class_init), (gst_basertppayload_init),
4970         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4971         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4972         (gst_basertppayload_push), (gst_basertppayload_get_property),
4973         (gst_basertppayload_change_state):
4974         Posting ERROR and WARNING messages is good.
4975
4976 2005-09-19  Wim Taymans  <wim@fluendo.com>
4977
4978         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4979         (gst_base_rtp_depayload_add_to_queue),
4980         (gst_base_rtp_depayload_push),
4981         (gst_base_rtp_depayload_set_gst_timestamp),
4982         (gst_base_rtp_depayload_queue_release):
4983         This one was not supposed to go in.
4984
4985 2005-09-19  Wim Taymans  <wim@fluendo.com>
4986
4987         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4988         Fix for bus API.
4989
4990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4991         (gst_base_rtp_depayload_chain),
4992         (gst_base_rtp_depayload_add_to_queue),
4993         (gst_base_rtp_depayload_push),
4994         (gst_base_rtp_depayload_set_gst_timestamp),
4995         (gst_base_rtp_depayload_queue_release):
4996         Some cleanups.
4997
4998         * gst-libs/gst/rtp/gstbasertppayload.c:
4999         (gst_basertppayload_class_init), (gst_basertppayload_init),
5000         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5001         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5002         (gst_basertppayload_get_property),
5003         (gst_basertppayload_change_state):
5004         Added debugging category.
5005
5006 2005-09-18  David Schleef  <ds@schleef.org>
5007
5008         * gst/playback/gstdecodebin.c: free plugin list correctly
5009         * gst/playback/gstplaybin.c: emit warning if autovideosink
5010           and autoaudiosink can't be found (instead of segfaulting)
5011
5012 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5013
5014         * check/elements/audioconvert.c: (GST_START_TEST):
5015           try out 24 bit conversion
5016
5017 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5018
5019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5020         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5021         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5022         * ext/vorbis/vorbisenc.h:
5023           Fix EOS handling.  Still needs a fix in the ogg muxer to
5024           mark the last page as eos.
5025
5026 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5027
5028         * common/gtk-doc-plugins.mak:
5029         * docs/plugins/Makefile.am:
5030         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5031         * gst/ffmpegcolorspace/Makefile.am:
5032         * gst/ffmpegcolorspace/avcodec.h:
5033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5034         * gst/tcp/gstmultifdsink.c:
5035           fix up ffmpegcolorspace docs; extract header
5036
5037 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5038
5039         * common/gtk-doc-plugins.mak:
5040         * docs/plugins/Makefile.am:
5041         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5042         * ext/theora/Makefile.am:
5043         * ext/theora/gsttheoraenc.h:
5044         * ext/theora/theoraenc.c:
5045         * ext/vorbis/vorbisenc.c:
5046           pick up signals and args for vorbis; add some docs for vorbis
5047
5048 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5049
5050         * common/gstdoc-scangobj:
5051         * common/gtk-doc-plugins.mak:
5052         * docs/libs/Makefile.am:
5053         * docs/plugins/gst-plugins-base-plugins.args:
5054         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5055         * docs/plugins/gst-plugins-base-plugins.interfaces:
5056         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5057         * docs/plugins/gst-plugins-base-plugins.signals:
5058           only scanobj stuff from our source module.  Not sure yet
5059           if that's correct, given the hierarchy stuff :)
5060
5061 2005-09-15  Wim Taymans  <wim@fluendo.com>
5062
5063         * gst/audioconvert/gstaudioconvert.c:
5064         And enable 24 bits mode as well..
5065
5066 2005-09-15  Wim Taymans  <wim@fluendo.com>
5067
5068         * gst-libs/gst/rtp/Makefile.am:
5069         * gst-libs/gst/rtp/gstbasertppayload.c:
5070         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5071         (gst_basertppayload_class_init), (gst_basertppayload_init),
5072         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5073         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5074         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5075         (gst_basertppayload_set_property),
5076         (gst_basertppayload_get_property),
5077         (gst_basertppayload_change_state):
5078         * gst-libs/gst/rtp/gstbasertppayload.h:
5079         Added rtp payloader base class.
5080
5081 2005-09-15  Andy Wingo  <wingo@pobox.com>
5082
5083         * configure.ac (plugindir): Remove the EOL matcher from the
5084         regexp, as it causes me problems. Libtool? Make? Who knows?
5085
5086 2005-09-14  David Schleef  <ds@schleef.org>
5087
5088         * check/generic/states.c: 
5089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5090         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5091           Fixes for changes in registry API.
5092
5093         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5094           to GST_PLUGIN_LDFLAGS.
5095         * ext/libvisual/visual.c: Make the library shut up.
5096         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5097         * gst-libs/gst/audio/gstaudiofilter.c: same
5098
5099 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5100
5101         * docs/plugins/Makefile.am:
5102         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5103         * docs/plugins/inspect/plugin-libvisual.xml:
5104         * docs/plugins/tmpl/element-tcpserversink.sgml:
5105         * ext/theora/theoraenc.c:
5106           add libvisual plugin and theoraenc element to docs
5107
5108 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5109
5110         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5111         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5112         * ext/theora/theoraenc.c:
5113           add theoraenc
5114
5115 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         * gst/audioconvert/Makefile.am:
5118           Audioconvert derives from GstBaseTransform and should
5119           link to the library with our base elements to avoid
5120           unresolved symbols. Makes things work with MinGW (#316160)
5121
5122         * gst/playback/test4.c: (main):
5123           Fix MinGW build problem and use g_usleep() instead of 
5124           sleep() (#316162)
5125
5126 2005-09-12  Wim Taymans  <wim@fluendo.com>
5127
5128         * gst/audioconvert/audioconvert.c: (float),
5129         (audio_convert_prepare_context), (audio_convert_convert):
5130         * gst/audioconvert/audioconvert.h:
5131         Cleanups, speedups, simplifications, added back support
5132         for 24 bits.
5133
5134 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5135
5136         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5137         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5138         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5139         * docs/plugins/tmpl/element-tcpserversink.sgml:
5140         * gst/ffmpegcolorspace/gstffmpeg.c:
5141         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5142         * gst/videotestsrc/gstvideotestsrc.c:
5143         * gst/volume/gstvolume.c:
5144           add more elements to the docs
5145
5146 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5147
5148         * check/Makefile.am:
5149         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5150         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5151           Add extra tests for basetransform based components. 
5152           Comment out the test_element_negotiation test until we decide
5153           if it's testing correct behaviour.
5154         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5155         (gst_visual_chain), (gst_visual_change_state):
5156           Slightly more correct but still bogus timestamping.
5157           Fix state change function.
5158         * gst/audioconvert/gstaudioconvert.c:
5159         (gst_audio_convert_class_init):
5160         * gst/audioresample/gstaudioresample.c:
5161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5162         (gst_ffmpegcsp_class_init):
5163         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5164         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5165         (gst_videoscale_prepare_image):
5166         * gst/volume/gstvolume.c: (gst_volume_class_init),
5167         (volume_transform_ip):
5168           Basetransform updates. Enable passthrough modes.
5169         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5170         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5171         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5172           Negotiation fix that allows the window to return to the original
5173           size and renegotiate passthrough upstream. Extra debug output.
5174
5175 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5176
5177         * gst/sine/gstsinesrc.c:
5178         * gst/volume/gstvolume.c:
5179           fix up header include
5180
5181 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5182
5183         * gst-libs/gst/audio/gstbaseaudiosink.c:
5184         (gst_base_audio_sink_render):
5185         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5186         * gst/volume/gstvolume.c: (gst_volume_class_init),
5187         (volume_transform):
5188           fixing lost sync, some more debugging
5189
5190 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5191
5192         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5193         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5194         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5195         (gst_xvimagesink_check_xshm_calls):
5196           Fix compilation when XShm is not available.
5197
5198 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5199
5200         * ext/libvisual/visual.c: (gst_visual_dispose),
5201         (gst_visual_getcaps), (gst_visual_src_setcaps),
5202         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5203         (gst_visual_change_state):
5204           Finish fixing up libvisual plugin so that it runs. 
5205
5206 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5207
5208         * ext/vorbis/vorbisenc.c:
5209         * gst-libs/gst/tag/gstvorbistag.c:
5210           gsttaginterface.h -> gsttagsetter.h
5211
5212 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5213
5214         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5215           added another test that failes for me (test is not active by default)
5216
5217 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5218
5219         * configure.ac:
5220           v4l2 is no longer in gst-plugins-base
5221
5222 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5223
5224         * configure.ac:
5225           In the output at the end, don't show the first plugin on the same
5226           line as "Core plug-ins, always built:".
5227           Indent the output as for other plugin categories
5228         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5229           #define that can be used to not use peer buffer_alloc functions for
5230           test purposes.
5231         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5232         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5233         (gst_ximagesink_show_frame):
5234         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5235         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5236         (gst_xvimagesink_show_frame):
5237           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5238           fails gracefully instead of XError aborting or deadlocking.
5239
5240 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5241
5242         * ext/libvisual/Makefile.am:
5243           link against gst-base-libs
5244
5245 2005-09-06  David Schleef  <ds@schleef.org>
5246
5247         * configure.ac: Enable libvisual plugin.
5248         * ext/libvisual/Makefile.am:
5249         * ext/libvisual/visual.c: Fixes to make it compile.
5250
5251 === release 0.9.2 ===
5252
5253 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5254
5255         * NEWS:
5256         * RELEASE:
5257         * configure.ac:
5258         * docs/random/ChangeLog-0.8:
5259           releasing 0.9.2, "Spoon"
5260
5261 2005-09-05  Michael Smith <msmith@fluendo.com>
5262
5263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5264           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5265           that in the vorbisenc element.
5266
5267 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5268
5269         * common/gtk-doc-plugins.mak:
5270         * docs/plugins/Makefile.am:
5271           fix distcheck
5272         * gst/audioresample/resample.c:
5273           fix wrong docstring
5274
5275 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5276
5277         * common/gst-xmlinspect.py:
5278         * common/gtk-doc-plugins.mak:
5279           only inspect plugins for this given package
5280           require gst-python 0.9
5281
5282 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5283
5284         * Makefile.am:
5285         * autogen.sh:
5286         * common/gst-xmlinspect.py:
5287         * configure.ac:
5288         * docs/Makefile.am:
5289         * docs/plugins/inspect/plugin-alsa.xml:
5290         * docs/plugins/inspect/plugin-audioresample.xml:
5291         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5292         * docs/plugins/inspect/plugin-ogg.xml:
5293         * docs/plugins/tmpl/element-gnomevfssink.sgml:
5294         * docs/plugins/tmpl/element-multifdsink.sgml:
5295         * docs/plugins/tmpl/element-tcpserversink.sgml:
5296         * docs/plugins/tmpl/element-vorbisenc.sgml:
5297         * gst-plugins-base.spec.in:
5298           various doc-related updates
5299
5300 2005-08-31  Wim Taymans  <wim@fluendo.com>
5301
5302         * gst-libs/gst/audio/gstbaseaudiosink.c:
5303         (gst_base_audio_sink_render):
5304         Resync if the buffer timestamps drift more than a 10th 
5305         of a second.
5306
5307 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5308
5309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5310         (gst_v4lsrc_get_property):
5311           The 'timestamp-offset' property is registered as an int64, so
5312           let's use g_value_{set|get}_int64() in our setter and getter
5313           functions (makes it work and fixes warnings with gst-inspect).
5314
5315 2005-08-30  Wim Taymans  <wim@fluendo.com>
5316
5317         * check/elements/audioconvert.c: (setup_audioconvert):
5318         * check/elements/audioresample.c: (setup_audioresample):
5319         * check/elements/volume.c: (setup_volume):
5320         Fix checks.
5321
5322 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5323
5324         * common/gtk-doc-plugins.mak:
5325         * common/plugins.xsl:
5326         * docs/plugins/Makefile.am:
5327           make module a param
5328
5329 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5330
5331         * examples/seeking/seek.c: (make_mp3_pipeline),
5332         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5333         (play_cb), (pause_cb), (stop_cb):
5334           update the example
5335
5336 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5337
5338         * gst/volume/gstvolume.c: (gst_volume_class_init),
5339         (volume_transform):
5340           do not update controlled params, if buffer has no timestamp
5341
5342 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5343
5344         * configure.ac:
5345         * gst/sine/Makefile.am:
5346         * gst/volume/Makefile.am:
5347           controllerized elements also need to link against controller-libs ;)
5348
5349 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5350
5351         * docs/libs/tmpl/gstcolorbalance.sgml:
5352         * docs/libs/tmpl/gstgconf.sgml:
5353         * docs/libs/tmpl/gstmixer.sgml:
5354         * docs/libs/tmpl/gstringbuffer.sgml:
5355         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5356         (gst_sinesrc_create):
5357         * gst/volume/gstvolume.c: (gst_volume_class_init),
5358         (volume_transform):
5359           controllerized two audio plugins
5360
5361 2005-08-29  Andy Wingo  <wingo@pobox.com>
5362
5363         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5364         (vorbis_handle_data_packet): Fix some int overflow errors.
5365
5366         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5367         -1.
5368         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5369         valid.
5370         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5371         if it's valid. Fixed streaming-mode playback.
5372
5373         * check/elements/volume.c (cleanup_volume): Fix for running
5374         CK_FORK=no.
5375
5376         * check/elements/audioconvert.c: Convert from native endian, not
5377         little endian.
5378
5379 2005-08-29  Michael Smith <msmith@fluendo.com>
5380
5381         * ext/ogg/Makefile.am:
5382         * ext/ogg/gstogg.c: (plugin_init):
5383         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5384         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5385         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5386         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5387         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5388         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5389         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5390         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5391         Add an ogg parser element.
5392
5393 2005-08-28  Andy Wingo  <wingo@pobox.com>
5394
5395         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5396
5397 2005-08-26  Wim Taymans  <wim@fluendo.com>
5398
5399         * gst/audioconvert/audioconvert.c: (if), (float),
5400         (audio_convert_get_func_index), (check_default),
5401         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5402         (audio_convert_clean_context), (audio_convert_get_sizes),
5403         (audio_convert_convert):
5404         Cleanups.
5405
5406 2005-08-26  Wim Taymans  <wim@fluendo.com>
5407
5408         * gst/audioconvert/audioconvert.c: (if), (float),
5409         (audio_convert_get_func_index), (check_default),
5410         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5411         (audio_convert_clean_context), (audio_convert_get_sizes),
5412         (audio_convert_convert):
5413         More elegant and working temp buffer selection algo.
5414
5415 2005-08-26  Wim Taymans  <wim@fluendo.com>
5416
5417         * gst/audioconvert/audioconvert.c: (if), (float),
5418         (audio_convert_get_func_index), (check_default),
5419         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5420         (audio_convert_clean_context), (audio_convert_get_sizes),
5421         (get_temp_buffer), (audio_convert_convert):
5422         Use realloc else we lose our original data.
5423
5424 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5425
5426         * gst/audioresample/gstaudioresample.c:
5427           use base class' newsegment to properly timestamp
5428
5429 2005-08-26  Wim Taymans  <wim@fluendo.com>
5430
5431         * gst/audioconvert/audioconvert.c: (if), (float),
5432         (audio_convert_get_func_index), (check_default),
5433         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5434         (audio_convert_clean_context), (audio_convert_get_sizes),
5435         (get_temp_buffer), (audio_convert_convert):
5436         * gst/audioconvert/gstaudioconvert.c:
5437         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5438         (gst_audio_convert_transform_caps),
5439         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5440         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5441         Oops, allocate enough space to perform the channel mix.
5442
5443 2005-08-26  Wim Taymans  <wim@fluendo.com>
5444
5445         * gst/audioconvert/Makefile.am:
5446         * gst/audioconvert/audioconvert.c: (if), (float),
5447         (audio_convert_get_func_index), (check_default),
5448         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5449         (audio_convert_clean_context), (audio_convert_get_sizes),
5450         (get_temp_buffer), (audio_convert_convert):
5451         * gst/audioconvert/audioconvert.h:
5452         * gst/audioconvert/gstaudioconvert.c:
5453         (gst_audio_convert_class_init), (gst_audio_convert_init),
5454         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5455         (gst_audio_convert_get_unit_size),
5456         (gst_audio_convert_transform_caps),
5457         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5458         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5459         * gst/audioconvert/gstaudioconvert.h:
5460         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5461         (gst_channel_mix_fill_identical),
5462         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5463         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5464         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5465         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5466         (gst_channel_mix_mix):
5467         * gst/audioconvert/gstchannelmix.h:
5468         Cleanups, librarify a bit, optimize, better negotiation and more.
5469
5470 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5471
5472         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5473         Another from MikeS:
5474         During typefinding, don't support negative offsets
5475         (offsets from the end of the stream) in our typefind->peek() function
5476         - nothing embedded in ogg ever needs them. However, we need to recognise
5477         those requests and reject them, otherwise we return invalid pointers.
5478
5479 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5480
5481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5482         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5483         (vorbisdec_finalize), (vorbis_handle_type_packet):
5484           Big shout-out to MikeS for fixing this giant memory leak.
5485           Huzzah!
5486
5487 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5488
5489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5490         (audio_convert_get_unit_size):
5491           plug some leaks
5492
5493 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5494
5495         * check/Makefile.am:
5496         * check/elements/audioconvert.c: (setup_audioconvert),
5497         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5498         (GST_START_TEST), (audioconvert_suite), (main):
5499           add a test for audioconvert
5500         * gst/audioresample/gstaudioresample.c:
5501         * gst/audioresample/gstaudioresample.h:
5502           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5503           note that for buffers of 1/3 sec this means DURATION(c) is 
5504           one nanosecond more than for a and b
5505
5506 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5507
5508         * check/Makefile.am:
5509         * check/elements/audioresample.c: (setup_audioresample),
5510         (cleanup_audioresample), (fail_unless_perfect_stream),
5511         (test_perfect_stream_instance), (GST_START_TEST),
5512           add a check for audioresample
5513         (audioresample_suite), (main):
5514         * check/elements/volume.c: (GST_START_TEST):
5515           remove unused method
5516         * gst/audioresample/gstaudioresample.c:
5517           set correct buffer parameters since we're changing them
5518         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5519           add some debug
5520
5521 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5522
5523         * gst/audioresample/debug.c:
5524         * gst/audioresample/gstaudioresample.c:
5525           add room for extra overlap samples when asked to transform size
5526           protect against possible mem corruption and check for discrepancies
5527           between written size and outbuffer's size so we can warn for
5528           potential problems
5529         * gst/audioresample/resample.c: (resample_init),
5530         (resample_get_output_size_for_input), (resample_get_output_size),
5531         (resample_set_n_channels), (resample_set_format):
5532           set debug level based on RESAMPLE_DEBUG env var
5533           make sure that get_output_size* returns a whole number of
5534           sample_size
5535           set sample_size each time either channel or format is set
5536         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5537         * gst/audioresample/resample_functable.c:
5538         (resample_scale_functable):
5539         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5540           remove r->sample_size, it's done in resample.c now
5541           add some debugging to the ref implementation
5542           make sure we only give back bytes that are wholes of the sample
5543           size
5544
5545 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
5546         * gst/playback/gstplaybasebin.c: (fill_buffer):
5547         Revert unpopular change for GST_MESSAGE_SRC to GObject.
5548
5549 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
5550
5551         * gst/volume/gstvolume.c:
5552           made set_caps function static
5553
5554 2005-08-24  Wim Taymans  <wim@fluendo.com>
5555
5556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5557         (gst_vorbisenc_change_state):
5558         Stop leaking taglists.
5559
5560 2005-08-24  Wim Taymans  <wim@fluendo.com>
5561
5562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5563         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5564         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5565         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5566         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5567         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5568         Parse seeking events better.
5569         Unref static caps.
5570         Generate correct newsegment events, fixes seeking in live oggs.
5571
5572         * ext/theora/theoradec.c: (theora_dec_src_query),
5573         (theora_dec_src_event), (theora_dec_src_getcaps),
5574         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5575         Use newsegment values to report correct play time.
5576
5577         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5578         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5579         * ext/vorbis/vorbisdec.h:
5580         Parse and use newsegment values to report correct play time.
5581
5582         * gst-libs/gst/audio/gstbaseaudiosink.c:
5583         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5584         Clear ringbuffer on flush.
5585         Use newsegment values to calculate playback time.
5586
5587         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5589         Basesink does newsegment calculations for us now.
5590
5591 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5592
5593         * check/Makefile.am:
5594         * configure.ac:
5595           add core's plugins to the mix so that playbin works
5596         * check/generic/states.c: (GST_START_TEST):
5597           set a 0 timeout on pipelines, so they don't force the next
5598           state change
5599         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5600         (gst_play_base_bin_change_state):
5601           remove the crappy error handling and do GST error handling
5602
5603 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5604
5605         * check/Makefile.am:
5606         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5607           add same test as to core, it bitches out on playbin atm.
5608
5609 2005-08-24  Wim Taymans  <wim@fluendo.com>
5610
5611         * configure.ac:
5612         Remove audioscale.
5613
5614 2005-08-24  Wim Taymans  <wim@fluendo.com>
5615
5616         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5617         (gst_videoscale_prepare_size), (parse_caps),
5618         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5619         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5620         (gst_videoscale_transform):
5621         * gst/videoscale/gstvideoscale.h:
5622         Refactor, make use of BaseTranform really well.
5623
5624 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5625
5626         * configure.ac:
5627           compile audioresample
5628         * gst/audioresample/Makefile.am:
5629         * gst/audioresample/buffer.c:
5630         * gst/audioresample/functable.c:
5631         * gst/audioresample/gstaudioresample.c:
5632         * gst/audioresample/gstaudioresample.h:
5633         * gst/audioresample/resample.c:
5634         (resample_get_output_size_for_input):
5635         * gst/audioresample/resample.h:
5636         * gst/audioresample/resample_chunk.c:
5637         * gst/audioresample/resample_functable.c:
5638         * gst/audioresample/resample_ref.c:
5639           port to use basetransform; doesn't work in all cases yet
5640
5641 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5642
5643         * gst/audioconvert/gstaudioconvert.c:
5644         (gst_audio_convert_class_init), (gst_audio_convert_init),
5645         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5646         (audio_convert_fixate_caps), (audio_convert_set_caps),
5647         (audio_convert_transform),
5648         (gst_audio_convert_buffer_to_default_format),
5649         (gst_audio_convert_buffer_from_default_format),
5650         (gst_audio_convert_channels):
5651         * gst/audioconvert/gstchannelmix.c:
5652         * gst/audioconvert/gstchannelmix.h:
5653           port to basetransform
5654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5655         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5656         (gst_ffmpegcsp_get_unit_size):
5657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5658         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5659           fix for basetransform changes
5660
5661 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5662
5663         * check/Makefile.am:
5664           Add CHECK_CFLAGS and LDFLAGS
5665
5666         * gst/playback/gstplaybasebin.c: (fill_buffer):
5667           GST_MESSAGE_SRC became a GObject
5668
5669 2005-08-24  Wim Taymans  <wim@fluendo.com>
5670
5671         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5672         (gst_ring_buffer_clear_all):
5673         * gst-libs/gst/audio/gstringbuffer.h:
5674         Added function to clear the ringbuffer.
5675
5676 2005-08-24  Andy Wingo  <wingo@pobox.com>
5677
5678         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5679         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5680         of _open and _close.
5681
5682         * sys/v4l/gstv4lxoverlay.h:
5683         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5684         an Xv connection here, instead of all the time. Make Xv only be
5685         loaded if you axe for it. Kindof a workaround for buggy behaviour
5686         of Xv when using remote xservers (XvQueryExtension would block).
5687         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5688         replace the _open and _close public API. Only start the xv
5689         connection if necessary.
5690         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5691
5692 2005-08-23  David Schleef  <ds@schleef.org>
5693
5694         * gst/audioresample/Makefile.am: Leet audioresampling code
5695         * gst/audioresample/buffer.c:
5696         * gst/audioresample/buffer.h:
5697         * gst/audioresample/debug.c:
5698         * gst/audioresample/debug.h:
5699         * gst/audioresample/functable.c:
5700         * gst/audioresample/functable.h:
5701         * gst/audioresample/gstaudioresample.c:
5702         * gst/audioresample/gstaudioresample.h:
5703         * gst/audioresample/resample.c:
5704         * gst/audioresample/resample.h:
5705         * gst/audioresample/resample_chunk.c:
5706         * gst/audioresample/resample_functable.c:
5707         * gst/audioresample/resample_ref.c:
5708
5709 2005-08-23  Wim Taymans  <wim@fluendo.com>
5710
5711         * examples/seeking/seek.c: (make_vorbis_pipeline),
5712         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5713         Small seek updates.
5714
5715 2005-08-23  Andy Wingo  <wingo@pobox.com>
5716
5717         * gst-libs/gst/audio/gstbaseaudiosrc.c
5718         (gst_base_audio_src_fixate): Only fixate endianness if it is
5719         present in the caps.
5720
5721 2005-08-22  Andy Wingo  <wingo@pobox.com>
5722
5723         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5724         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5725         device-name property.
5726
5727         * gst-libs/gst/audio/gstaudiosrc.h:
5728         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5729         close_device in the ring buffer, like gstaudiosink.
5730
5731         * ext/alsa/gstalsamixer.h:
5732         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5733         macro to implement the interface without much code. Cleanups. 
5734
5735         * ext/alsa/gstalsasrc.h:
5736         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5737         READY.
5738
5739         * ext/alsa/Makefile.am: Add new files.
5740         * ext/alsa/gstalsamixerelement.c: 
5741         * ext/alsa/gstalsamixerelement.c: Split element code out from
5742         mixer code so that alsasrc can be a mixer too.
5743
5744 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5745
5746         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5747         (GST_START_TEST):
5748         * check/elements/vorbisdec.c: (setup_vorbisdec),
5749         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5750         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5751         (vorbis_handle_identification_packet),
5752         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5753         (vorbis_handle_header_packet), (vorbis_dec_push),
5754         (vorbis_dec_chain):
5755           use the setup/teardown methods to save code.  save code is good.
5756
5757 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5758
5759         * check/Makefile.am:
5760           add ext dir for plugins
5761           add vorbisdec test conditionally
5762         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5763         (GST_START_TEST), (volume_suite):
5764           add a test with wrong caps
5765         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5766         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5767           add a vorbisdec test
5768         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5769         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5770           clean up debug output
5771         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5772           yay, fix a segfault/security issue in vorbisdec
5773           gst-launch fakesrc ! vorbisdec wasn't happy
5774         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5775         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5776         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5777         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5778         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5779         (gst_vorbisenc_set_metadata), (get_constraints_string),
5780         (update_start_message), (gst_vorbisenc_setup),
5781         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5782         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5783         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5784         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5785         * ext/vorbis/vorbisenc.h:
5786           march in line
5787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5788         (gst_ffmpegcsp_transform):
5789           have the kow come home
5790         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5791           debug my func ptr
5792         * gst/volume/gstvolume.c: (volume_set_caps):
5793           add a debug
5794
5795 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5796
5797         * Makefile.am:
5798         * check/.cvsignore:
5799         * check/Makefile.am:
5800         * check/elements/.cvsignore:
5801         * check/elements/volume.c: (chain_func), (event_func),
5802         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5803         (main):
5804         * configure.ac:
5805           add unit test structure for gst-plugins-base
5806           add a test for volume
5807         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5808         (gst_volume_set_volume), (gst_volume_get_volume),
5809         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5810         (volume_funcfind), (volume_process_float), (volume_process_int16),
5811         (volume_set_caps), (volume_transform), (volume_update_mute),
5812         (volume_update_volume), (volume_set_property),
5813         (volume_get_property):
5814           document a little; use basetransform vmethod _set_caps
5815
5816 2005-08-19  Andy Wingo  <wingo@pobox.com>
5817
5818         * ext/alsa/gstalsamixertrack.h:
5819         * ext/alsa/gstalsamixertrack.c:
5820         * ext/alsa/gstalsamixeroptions.h:
5821         * ext/alsa/gstalsamixeroptions.c:
5822         * ext/alsa/gstalsamixer.h:
5823         * ext/alsa/gstalsamixer.c: Port to 0.9.
5824
5825         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5826         Remove gstalsa.c and alsaclock. No more cruft here.
5827         
5828 2005-08-18  Wim Taymans  <wim@fluendo.com>
5829
5830         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5831         (gst_base_rtp_depayload_chain),
5832         (gst_base_rtp_depayload_add_to_queue),
5833         (gst_base_rtp_depayload_push),
5834         (gst_base_rtp_depayload_queue_release):
5835         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5836         Fix for RTPBuffer changes.
5837
5838         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5839         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5840         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5841         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5842         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5843         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5844         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5845         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5846         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5847         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5848         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5849         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5850         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5851         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5852         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5853         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5854         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5855         (gst_rtpbuffer_get_payload):
5856         * gst-libs/gst/rtp/gstrtpbuffer.h:
5857         Don't subclass GstBuffer but add methods and helper functions
5858         to construct and manipulate RTP packets in regular GstBuffers.
5859
5860 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5861
5862         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5863           moved statement below switch
5864         * gst/volume/gstvolume.c: (gst_volume_class_init):
5865           added debug ptr
5866
5867 2005-08-16  Wim Taymans  <wim@fluendo.com>
5868
5869         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5870         (gst_base_audio_src_change_state):
5871         Open and close device in READY<->NULL state change.
5872
5873 2005-08-16  Andy Wingo  <wingo@pobox.com>
5874
5875         * examples/seeking/Makefile.am: Don't compile non-compiling
5876         compiled objects with the compiler.
5877
5878         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5879         elements.
5880
5881 2005-08-12  Philippe Khalaf <burger@speedy.org>
5882         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5883         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5884           Made a thread to release the queue.
5885           Removed timestamp conversion for now.
5886
5887 2005-08-10  Philippe Khalaf <burger@speedy.org>
5888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5889         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5890           Added rtp timestamp -> gst timestamp conversion.
5891           Fixed several problems with queue.
5892
5893 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5894
5895         * gst-libs/gst/audio/gstaudioclock.h:
5896         * gst-libs/gst/audio/gstaudiofilter.h:
5897         * gst-libs/gst/audio/gstaudiosink.h:
5898         * gst-libs/gst/audio/gstaudiosrc.h:
5899         * gst-libs/gst/audio/gstbaseaudiosink.h:
5900         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5901         * gst-libs/gst/audio/gstringbuffer.h:
5902         * gst-libs/gst/net/gstnetbuffer.h:
5903         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5904         * gst-libs/gst/rtp/gstrtpbuffer.h:
5905           Add padding (you will need to rebuild gst-plugins-base,
5906           gst-plugins and all applications afterwards!)
5907
5908 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5909
5910         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5911         (gst_riff_parse_chunk):
5912           Fix bug in debug message and add some more debug messages.
5913
5914 2005-08-08  Edward Hervey  <edward@fluendo.com>
5915
5916         * gst-libs/gst/riff/riff-media.c:
5917         backported updates since branch
5918
5919 2005-08-08  Andy Wingo  <wingo@pobox.com>
5920
5921         * gst-libs/gst/audio/gstbaseaudiosink.c
5922         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5923         like good elements should. Close on READY->NULL too.
5924
5925         * gst-libs/gst/audio/gstaudiosink.c
5926         (gst_audioringbuffer_open_device,
5927         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5928         (gst_audioringbuffer_release): Updates for new ring buffer API,
5929         hook into the new audio sink api.
5930
5931         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5932         (GstAudioSinkClass.close): Just open and close the device -- no
5933         resource allocation or configuration.
5934         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5935         vmethods, handle device setup and resource allocation.
5936
5937         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5938         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5939         base class API.
5940
5941         * gst-libs/gst/audio/gstringbuffer.h
5942         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5943         New vmethods.
5944
5945         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5946         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5947         New API functions. The device should be opened before acquiring
5948         and closed after releasing.
5949
5950 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5951
5952         * gst-libs/gst/interfaces/mixer.h:
5953           Reset padding to GST_PADDING.
5954
5955 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5956
5957         * gst/playback/gstplaybin.c: (remove_sinks):
5958           Remove visualization from parent explicitely; works around some
5959           apparent refcount issue that I haven't tracked down yet.
5960
5961 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5962
5963         * ext/alsa/gstalsasink.c: (set_hwparams):
5964           Assign debug category, add negotiation debug msgs.
5965
5966 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5967
5968         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5969           Fix error code for file-not-found to NOT_FOUND.
5970
5971 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5972
5973         * common/gtk-doc-plugins.mak:
5974         * docs/plugins/Makefile.am:
5975         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5976         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5977           renamed to actual element names, so much nicer to look at
5978         * docs/plugins/tmpl/gstmultifdsink.sgml:
5979           remove
5980         * docs/plugins/tmpl/multifdsink.sgml:
5981         * docs/plugins/tmpl/tcpserversink.sgml:
5982           add
5983         * ext/alsa/gstalsa.c:
5984         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5985         * ext/ogg/gstoggmux.c:
5986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5987         * gst/playback/gstdecodebin.c:
5988         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5989         * gst/tcp/gsttcpserversink.c:
5990           various fixes and documentation additions
5991
5992 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5993
5994         * common/Makefile.am:
5995         * common/gstdoc-scangobj:
5996         * common/gtk-doc-plugins.mak:
5997         * common/gtk-doc.mak:
5998           add a custom scangobj that uses the registry
5999           add a custom gtk-doc-plugins.mak that uses it
6000           some doc build fixes
6001         * configure.ac:
6002         * docs/Makefile.am:
6003         * docs/plugins/Makefile.am:
6004         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6005         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6006         * docs/plugins/gst-plugins-base-plugins.types:
6007         * docs/plugins/tmpl/gstmultifdsink.sgml:
6008           add docs for one element, multifdsink
6009         * gst/adder/gstadder.h:
6010         * gst/volume/gstvolume.h:
6011           don't privatize enum
6012         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6013         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6014         (gst_sync_method_get_type), (gst_client_status_get_type),
6015         (gst_multifdsink_class_init),
6016         (gst_multifdsink_client_queue_buffer),
6017         (gst_multifdsink_handle_client_write):
6018         * gst/tcp/gstmultifdsink.h:
6019         * gst/tcp/gsttcp.h:
6020         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6021         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6022         (gst_tcpclientsink_render):
6023         * gst/tcp/gsttcpclientsink.h:
6024         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6025         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6026         (gst_tcpclientsrc_start):
6027         * gst/tcp/gsttcpclientsrc.h:
6028         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6029         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6030         * gst/tcp/gsttcpserversrc.h:
6031         * gst/typefind/gsttypefindfunctions.c:
6032           remove superfluous Type stuff
6033
6034 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6035
6036         * gst/playback/gstplaybin.c: (gen_video_element):
6037           Enable videoscale.
6038
6039 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6040
6041         * gst-libs/gst/gconf/gconf.c:
6042         * gst-libs/gst/gconf/gconf.h:
6043           Fix some Andy Problem [tm].
6044
6045 2005-08-04  Andy Wingo  <wingo@pobox.com>
6046
6047         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6048         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6049         (gst_ffmpegcsp_get_size): Adapt to API changes.
6050
6051         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6052         Implement an in-place do-nothing transform.
6053
6054 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6055
6056         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6057         (gst_ximagesink_renegotiate_size):
6058           Do not set new window sizes yet if we prepare a new buffer size
6059           for upstream renegotiation (software scaling) at some point in the
6060           future, because this new size waqs not actually accepted yet. Once
6061           accepted, renegotiation later on will set the new sizes just fine.
6062           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6063           embedding testcase.
6064
6065 2005-08-03  Andy Wingo  <wingo@pobox.com>
6066
6067         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6068         (gst_ximagesink_buffer_alloc): 
6069         Protect the height, width, and desired_caps with the pool_lock.
6070         Fixes videotestsrc ! queue ! ximagesink.
6071
6072 2005-08-02  Edward Hervey  <edward@fluendo.com>
6073
6074         * gst/volume/gstvolume.c:
6075         include left from controller cleanup
6076
6077 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6079           Stop collectpads before calling the parent state
6080           change function on PAUSED->READY.
6081
6082 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6083         * configure.ac:
6084           When testing for X libs, use the X CFlags 
6085         * gst/adder/gstadder.c: (gst_adder_change_state):
6086           Stop the collectpads before calling parent state change function
6087           on PAUSED->READY, otherwise we deadlock deactivating pads.
6088
6089 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * configure.ac:
6092         * docs/libs/tmpl/gstcolorbalance.sgml:
6093         * docs/libs/tmpl/gstmixer.sgml:
6094         * examples/Makefile.am:
6095         * gst/sine/Makefile.am:
6096         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6097         (gst_sinesrc_set_property), (plugin_init):
6098         * gst/sine/gstsinesrc.h:
6099         * gst/volume/Makefile.am:
6100         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6101         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6102         (volume_process_float), (volume_process_int16),
6103         (volume_set_property), (plugin_init):
6104         * gst/volume/gstvolume.h:
6105           deactivate and remove dparams (libgstcontrol)
6106
6107 2005-07-29  Wim Taymans  <wim@fluendo.com>
6108
6109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6110         Convert me to BaseTransform!! help..
6111
6112 2005-07-29  Andy Wingo  <wingo@pobox.com>
6113
6114         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6115         sinks.
6116
6117         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6118         support of both endiannesses.
6119
6120 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6121
6122         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6123           Fix confusing debug message (s/event/query/)
6124
6125 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6126
6127         * gst/videotestsrc/videotestsrc.h:
6128           Use "_stdint.h" instead of <stdint.h>
6129
6130 2005-07-27  Wim Taymans  <wim@fluendo.com>
6131
6132         * ext/vorbis/Makefile.am:
6133         Revert wrong commit.
6134
6135 2005-07-27  Wim Taymans  <wim@fluendo.com>
6136
6137         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6138         More compilation fixen.
6139
6140 2005-07-27  Wim Taymans  <wim@fluendo.com>
6141
6142         * gst-libs/gst/audio/gstbaseaudiosink.c:
6143         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6144         (gst_base_audio_sink_create_ringbuffer),
6145         (gst_base_audio_sink_change_state):
6146         Fix compilation.
6147
6148 2005-07-27  Wim Taymans  <wim@fluendo.com>
6149
6150         * examples/seeking/seek.c: (setup_dynamic_link),
6151         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6152         (query_positions_elems), (query_positions_pads), (do_seek):
6153         Update seek example.
6154
6155         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6156         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6157         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6158         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6159         (gst_ogg_demux_handle_event),
6160         (gst_ogg_demux_deactivate_current_chain),
6161         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6162         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6163         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6164         (gst_ogg_demux_loop):
6165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6166         * ext/theora/theoradec.c: (theora_dec_src_event),
6167         (theora_dec_src_getcaps), (theora_dec_sink_event),
6168         (theora_dec_push), (theora_dec_chain):
6169         * ext/vorbis/Makefile.am:
6170         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6171         (vorbis_dec_sink_event), (vorbis_dec_push),
6172         (vorbis_handle_data_packet):
6173         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6174         (gst_vorbisenc_chain):
6175         * gst/playback/gststreaminfo.c: (cb_probe):
6176         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6177         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6178         * gst/videoscale/gstvideoscale.c:
6179         (gst_videoscale_handle_src_event):
6180         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6181         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6182         (gst_ximagesink_navigation_send_event):
6183         * sys/xvimage/xvimagesink.c:
6184         (gst_xvimagesink_navigation_send_event):
6185         Various event updates and cleanups
6186
6187 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6188
6189         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6190           Fix segfault for I420/YV12.
6191
6192 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6193
6194         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6195           Report bitrate.
6196
6197 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6198
6199         * gst/playback/gstplaybin.c: (gen_video_element),
6200         (gen_audio_element):
6201           Switch to auto*sink elements as default sinks; add volume element
6202           so that volume control in totem works.
6203
6204 2005-07-21  Wim Taymans  <wim@fluendo.com>
6205
6206         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6207         * gst/playback/gstplaybin.c: (setup_sinks),
6208         (gst_play_bin_change_state):
6209         Refcount fix and more comments.
6210
6211 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6212
6213         * sys/ximage/Makefile.am:
6214         * sys/ximage/ximage.c: (plugin_init):
6215         * sys/ximage/ximagesink.c:
6216         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6217         
6218
6219 2005-07-21  Wim Taymans  <wim@fluendo.com>
6220
6221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6222         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6223         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6224         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6225         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6226         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6227         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6228         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6229         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6230         Generate correct disconts for live chained oggs.
6231
6232         * gst-libs/gst/audio/gstbaseaudiosink.c:
6233         (gst_base_audio_sink_render),
6234         (gst_base_audio_sink_create_ringbuffer),
6235         (gst_base_audio_sink_change_state):
6236         Handle discont math correctly.
6237
6238         * gst/playback/gstplaybin.c: (add_sink):
6239         Some small debug cleanup.
6240
6241 2005-07-21  Wim Taymans  <wim@fluendo.com>
6242
6243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6244         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6245         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6246         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6247         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6248         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6249         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6250         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6251         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6252         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6253         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6254         (gst_ogg_demux_change_state), (gst_ogg_print):
6255         Reorganize code to send the right disconts when in streaming
6256         mode.
6257
6258 2005-07-20  Andy Wingo  <wingo@pobox.com>
6259
6260         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6261         fix (?), fixes a seggie mcfalterson (#310894).
6262
6263 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6264
6265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6266         (gst_ogg_mux_set_header_on_caps):
6267         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6269         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6270         * gst-libs/gst/audio/multichannel.c:
6271         (gst_audio_set_channel_positions),
6272         (gst_audio_set_structure_channel_positions_list):
6273         * gst/playback/gstdecodebin.c: (dynamic_create):
6274         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6275         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6276           Fixes for API changes in core.
6277
6278 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6279
6280         * gst/playback/gstplaybasebin.c: (fill_buffer):
6281           Use _new_custom() so we can set custom message types for buffering
6282           messages.
6283
6284 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6285
6286         * configure.ac:
6287         * gst-libs/gst/Makefile.am:
6288         * gst-libs/gst/gconf/.cvsignore:
6289         * gst-libs/gst/gconf/Makefile.am:
6290         * gst-libs/gst/gconf/test-gconf.c:
6291         * pkgconfig/Makefile.am:
6292         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6293         * pkgconfig/gstreamer-gconf.pc.in:
6294           Remove gconf stuff, use gconf elements instead from now on.
6295
6296 2005-07-20  Wim Taymans  <wim@fluendo.com>
6297
6298         * gst-libs/gst/audio/TODO:
6299         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6300         (gst_audio_clock_get_internal_time):
6301         * gst-libs/gst/audio/gstaudioclock.h:
6302         * gst-libs/gst/audio/gstbaseaudiosink.c:
6303         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6304         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6305         (gst_base_audio_sink_render),
6306         (gst_base_audio_sink_create_ringbuffer),
6307         (gst_base_audio_sink_change_state):
6308         Make sure the audio clock always returns an increasing value.
6309
6310 2005-07-19  Andy Wingo  <wingo@pobox.com>
6311
6312         * gst/videotestsrc/: Cleanups.
6313
6314 2005-07-19  Wim Taymans  <wim@fluendo.com>
6315
6316         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6317         Better debugging.
6318
6319 2005-07-19  Wim Taymans  <wim@fluendo.com>
6320
6321         * examples/seeking/seek.c: (make_dv_pipeline),
6322         (make_vorbis_theora_pipeline), (query_rates),
6323         (query_positions_elems), (query_positions_pads), (do_seek):
6324         Make correct DV pipeline.
6325
6326 2005-07-18  Andy Wingo  <wingo@pobox.com>
6327
6328         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6329         default. Also because it's the only thing that really works. (This
6330         is used in the GConf elements).
6331         Use AS_LIBTOOL_TAGS.
6332
6333 2005-07-18  Wim Taymans  <wim@fluendo.com>
6334
6335         * gst/playback/gstdecodebin.c: (remove_element_chain):
6336         * gst/playback/gstplaybin.c: (add_sink):
6337         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6338         (gst_stream_info_set_mute):
6339         * gst/playback/gststreamselector.c:
6340         (gst_stream_selector_get_linked_pad),
6341         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6342         More leak and compile fixes.
6343
6344 2005-07-18  Wim Taymans  <wim@fluendo.com>
6345
6346         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6347         (query_rates), (query_positions_elems), (query_positions_pads),
6348         (do_seek), (seek_cb), (stop_seek):
6349         Updated seek example. 
6350
6351         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6352         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6353         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6354         * gst/playback/gstplaybin.c: (add_sink):
6355         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6356         (gst_stream_info_set_mute):
6357         Some refcount leak fixes.
6358
6359 2005-07-16  Wim Taymans  <wim@fluendo.com>
6360
6361         * gst-libs/gst/audio/gstbaseaudiosink.c:
6362         (gst_base_audio_sink_render):
6363         Align samples even if we have roundoff errors in the 
6364         timestamp conversion.
6365
6366 2005-07-16  Wim Taymans  <wim@fluendo.com>
6367
6368         * docs/libs/tmpl/gstringbuffer.sgml:
6369         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6370         (query_rates), (query_positions_elems), (query_positions_pads),
6371         (update_scale), (do_seek):
6372         Updated seek example.
6373
6374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6375         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6376         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6377         (gst_ogg_demux_loop):
6378         Push out correct discont values.
6379
6380         * ext/theora/theoradec.c: (theora_dec_src_convert),
6381         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6382         (theora_dec_sink_event), (theora_handle_type_packet),
6383         (theora_handle_header_packet), (theora_dec_push),
6384         (theora_handle_data_packet), (theora_dec_chain),
6385         (theora_dec_change_state):
6386         Better timestamping.
6387
6388         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6389         (vorbis_dec_sink_event), (vorbis_dec_push),
6390         (vorbis_handle_data_packet), (vorbis_dec_chain):
6391         * ext/vorbis/vorbisdec.h:
6392         Better timestamping.
6393
6394         * gst-libs/gst/audio/gstbaseaudiosink.c:
6395         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6396         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6397         Handle syncing on timestamps instead of sample offsets. Make
6398         use of DISCONT values as described in design docs.
6399
6400         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6401         (gst_base_audio_src_get_time):
6402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6403         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6404         (gst_ring_buffer_read):
6405         * gst-libs/gst/audio/gstringbuffer.h:
6406         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6407         (gst_ximagesink_show_frame):
6408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6409         Correcly convert buffer timestamp to stream time.
6410
6411 2005-07-16  Wim Taymans  <wim@fluendo.com>
6412
6413         * gst/audioconvert/gstaudioconvert.c:
6414         (gst_audio_convert_get_buffer):
6415         Timestamp buffers correctly.
6416
6417         * gst/playback/gstplaybin.c: (gen_video_element):
6418         Make internal fakesink silent.
6419
6420 2005-07-15  Wim Taymans  <wim@fluendo.com>
6421
6422         * gst/ffmpegcolorspace/Makefile.am:
6423         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6424         (gst_ffmpegcsp_caps_remove_format_info),
6425         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6426         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6427         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6428         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6429         Ported ffmpegcolorspace to basetransform.
6430
6431         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6432         * gst/volume/gstvolume.c: (volume_transform):
6433         Ported to new API.
6434
6435 2005-07-14  Wim Taymans  <wim@fluendo.com>
6436
6437         * gst/videotestsrc/Makefile.am:
6438         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6439         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6440         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6441         (gst_videotestsrc_init), (gst_videotestsrc_event),
6442         (gst_videotestsrc_create), (gst_videotestsrc_start),
6443         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6444         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6445         (gst_videotestsrc_get_property):
6446         * gst/videotestsrc/gstvideotestsrc.h:
6447         Make videotestsrc a pushsrc.
6448
6449 2005-07-14  Wim Taymans  <wim@fluendo.com>
6450
6451         * gst/tcp/gstfdset.c: (gst_fdset_free):
6452         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6453         (gst_multifdsink_add), (gst_multifdsink_remove),
6454         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6455         (gst_multifdsink_remove_client_link),
6456         (gst_multifdsink_client_queue_data),
6457         (gst_multifdsink_client_queue_caps),
6458         (gst_multifdsink_client_queue_buffer),
6459         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6460         (gst_multifdsink_stop):
6461         * gst/tcp/gstmultifdsink.h:
6462         0.8 backporting.
6463
6464         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6465         Also draw image when not from a pool.
6466
6467 2005-07-14  Wim Taymans  <wim@fluendo.com>
6468
6469         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6470         (mute_stream), (silence_stream):
6471         Small debug additions.
6472
6473 2005-07-14  Wim Taymans  <wim@fluendo.com>
6474
6475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6476         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6477         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6478         Better error recovery, ignore unconnected pads and
6479         non-fatal errors.
6480
6481 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6482
6483         * docs/libs/tmpl/gstaudio.sgml:
6484         * docs/libs/tmpl/gstcolorbalance.sgml:
6485         * docs/libs/tmpl/gstgconf.sgml:
6486         * docs/libs/tmpl/gstmixer.sgml:
6487         * docs/libs/tmpl/gstringbuffer.sgml:
6488         * docs/libs/tmpl/gsttuner.sgml:
6489         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6490         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6491         (gst_tcpclientsrc_class_init):
6492         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6493         (gst_tcpserversrc_class_init):
6494         * sys/v4l/gstv4lelement.c:
6495           more autistic cleanliness in functions/names/defines
6496
6497 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6498
6499         * configure.ac:
6500           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6501           added manually to each Makefile.am so we are sure it goes
6502           *last* and doesn't add -L flags before linking in libs of our
6503           own, like, say, internal .la libs, that then accidentally pick
6504           up the installed copy.
6505         * docs/libs/Makefile.am:
6506         * ext/alsa/Makefile.am:
6507         * ext/cdparanoia/Makefile.am:
6508         * ext/gnomevfs/Makefile.am:
6509         * ext/libvisual/Makefile.am:
6510         * ext/ogg/Makefile.am:
6511         * ext/theora/Makefile.am:
6512         * ext/vorbis/Makefile.am:
6513         * gst-libs/gst/video/Makefile.am:
6514         * gst/adder/Makefile.am:
6515         * gst/audioconvert/Makefile.am:
6516         * gst/audiorate/Makefile.am:
6517         * gst/audioscale/Makefile.am:
6518         * gst/ffmpegcolorspace/Makefile.am:
6519         * gst/playback/Makefile.am:
6520         * gst/sine/Makefile.am:
6521         * gst/subparse/Makefile.am:
6522         * gst/tags/Makefile.am:
6523         * gst/tcp/Makefile.am:
6524         * gst/typefind/Makefile.am:
6525         * gst/videorate/Makefile.am:
6526         * gst/videoscale/Makefile.am:
6527         * gst/videotestsrc/Makefile.am:
6528         * gst/volume/Makefile.am:
6529         * sys/v4l/Makefile.am:
6530         * sys/ximage/Makefile.am:
6531         * sys/xvimage/Makefile.am:
6532           adapt properly to this change. This should make sure that
6533           plugins and libs properly link to the as-yet-uninstalled
6534           copies of stuff like libgstinterfaces and libgstvideo
6535
6536 2005-07-13  Andy Wingo  <wingo@pobox.com>
6537
6538         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6539         (gst_v4lsrc_fixate): Fixate on format as well.
6540
6541         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
6542         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6543         buffer points to it.
6544         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6545         rather just doing X calls ourselves. Also fixes a memleak.
6546
6547 2005-07-12  Andy Wingo  <wingo@pobox.com>
6548
6549         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
6550         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
6551         (gst_v4lsrc_create): Re-add the copy-mode property, default to
6552         TRUE to avoid deadlocks if an element holds on to our buffers.
6553
6554 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6555
6556         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6557         (gst_sinesrc_init), (gst_sinesrc_create),
6558         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6559         (gst_sinesrc_start):
6560         * gst/sine/gstsinesrc.h:
6561           removing num-buffers property before moving it
6562
6563 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6564
6565         * configure.ac:
6566           use overridable ERROR_CFLAGS
6567         * docs/libs/gst-plugins-base-libs.types:
6568         * docs/libs/tmpl/gstringbuffer.sgml:
6569         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6570         (gst_alsasink_class_init):
6571         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6572         (gst_alsasrc_class_init):
6573         * gst-libs/gst/audio/audio.h:
6574         * gst-libs/gst/audio/gstaudioclock.h:
6575         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6576         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6577         (gst_audio_filter_link), (gst_audio_filter_init),
6578         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6579         (gst_audio_filter_get_property),
6580         (gst_audio_filter_class_add_pad_templates):
6581         * gst-libs/gst/audio/gstaudiofilter.h:
6582         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6583         (gst_audio_filter_template_get_type),
6584         (gst_audio_filter_template_base_init),
6585         (gst_audio_filter_template_class_init),
6586         (gst_audio_filter_template_init),
6587         (gst_audio_filter_template_set_property),
6588         (gst_audio_filter_template_get_property), (plugin_init),
6589         (gst_audio_filter_template_setup),
6590         (gst_audio_filter_template_filter),
6591         (gst_audio_filter_template_filter_inplace):
6592         * gst-libs/gst/audio/gstaudiosink.c:
6593         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6594         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6595         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6596         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6597         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6598         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6599         * gst-libs/gst/audio/gstaudiosink.h:
6600         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6601         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6602         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6603         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6604         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6605         (gst_audio_src_class_init), (gst_audio_src_init),
6606         (gst_audio_src_create_ringbuffer):
6607         * gst-libs/gst/audio/gstaudiosrc.h:
6608         * gst-libs/gst/audio/gstbaseaudiosink.c:
6609         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6610         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6611         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6612         (gst_base_audio_sink_set_property),
6613         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6614         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6615         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6616         (gst_base_audio_sink_create_ringbuffer),
6617         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6618         * gst-libs/gst/audio/gstbaseaudiosink.h:
6619         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6620         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6621         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6622         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6623         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6624         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6625         (gst_base_audio_src_event), (gst_base_audio_src_create),
6626         (gst_base_audio_src_create_ringbuffer),
6627         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6628         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6630         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6631         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6632         (gst_ring_buffer_debug_spec_caps),
6633         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6634         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6635         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6636         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6637         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6638         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6639         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6640         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6641         (gst_ring_buffer_clear):
6642         * gst-libs/gst/audio/gstringbuffer.h:
6643         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6644         (gst_video_sink_class_init), (gst_video_sink_get_type):
6645         * gst-libs/gst/video/videosink.h:
6646         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6647         (gst_multifdsink_class_init),
6648         (gst_multifdsink_handle_client_write),
6649         (gst_multifdsink_change_state):
6650         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6651         (gst_tcpclientsink_setcaps):
6652         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6653         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6654         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6655         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6656         (gst_ximagesink_send_pending_navigation),
6657         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6658         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6659         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6660         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6661         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6662         (gst_xvimagesink_send_pending_navigation),
6663         (gst_xvimagesink_navigation_send_event),
6664         (gst_xvimagesink_set_xwindow_id),
6665         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6666         (gst_xvimagesink_get_type):
6667         more macro splitting
6668
6669 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6670
6671         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6672           plug a memleak, allows me to import 1479 albums in one go
6673           in jamboree
6674         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6675         (vorbis_handle_type_packet), (vorbis_dec_chain),
6676         (vorbis_dec_change_state):
6677           fix some format strings
6678
6679 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6680
6681         * docs/libs/tmpl/gstcolorbalance.sgml:
6682         * docs/libs/tmpl/gstmixer.sgml:
6683         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6684         (gst_alsasink_set_property), (gst_alsasink_get_property):
6685         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6686         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6687           add device property
6688
6689 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6690
6691         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6692         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6693         (audiocast_register_listener), (audiocast_thread_run),
6694         (gst_gnomevfssrc_send_additional_headers_callback),
6695         (gst_gnomevfssrc_received_headers_callback),
6696         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6697         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6698         (gst_gnomevfssrc_get_size):
6699           add/clean up debugging
6700         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6701           cleanups
6702
6703 2005-07-07  Andy Wingo  <wingo@pobox.com>
6704
6705         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6706         framerate. Need to get a handle on when exactly this function is
6707         called, tho.
6708
6709         * sys/v4l/v4lsrc_calls.h:
6710         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6711         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6712         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6713
6714         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6715         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6716         v4lelements are sources.
6717
6718         * sys/v4l/gstv4lxoverlay.h:
6719         * sys/v4l/gstv4lxoverlay.c:
6720         * sys/v4l/gstv4ltuner.h:
6721         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6722         
6723         * sys/v4l/gstv4lsrc.h:
6724         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6725         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6726         or something should handle that. Made a live source.
6727
6728         * sys/v4l/gstv4lelement.h:
6729         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6730         signals. Some cleanups.
6731
6732         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6733
6734         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6735         stuff.
6736
6737         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6738         stuff.
6739
6740         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6741
6742 2005-07-07  Wim Taymans  <wim@fluendo.com>
6743
6744         * ext/theora/theoradec.c: (theora_get_query_types),
6745         (theora_dec_src_getcaps), (theora_dec_push):
6746         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6747         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6748         Remove deprecated/unused query types.
6749
6750 2005-07-06  Wim Taymans  <wim@fluendo.com>
6751
6752         * ext/alsa/Makefile.am:
6753         * ext/alsa/gstalsaplugin.c: (plugin_init):
6754         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6755         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6756         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6757         (gst_alsasrc_class_init), (gst_alsasrc_init),
6758         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6759         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6760         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6761         (gst_alsasrc_reset):
6762         * ext/alsa/gstalsasrc.h:
6763         * gst-libs/gst/audio/Makefile.am:
6764         * gst-libs/gst/audio/gstaudiosink.c:
6765         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6766         (gst_audioringbuffer_start):
6767         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6768         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6769         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6770         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6771         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6772         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6773         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6774         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6775         * gst-libs/gst/audio/gstaudiosrc.h:
6776         * gst-libs/gst/audio/gstbaseaudiosink.c:
6777         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6778         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6779         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6781         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6782         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6783         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6784         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6785         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6786         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6787         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6788         (gst_baseaudiosrc_change_state):
6789         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6790         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6791         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6792         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6793         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6794         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6795         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6796         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6797         * gst-libs/gst/audio/gstringbuffer.h:
6798         Added audiosource base classes.
6799         Ported alsasrc, still very basic.
6800
6801 2005-07-06  Wim Taymans  <wim@fluendo.com>
6802
6803         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6804         (theora_dec_push), (theora_handle_data_packet):
6805         Prepare for better timestamp fix later.
6806
6807         * gst/audioconvert/gstaudioconvert.c:
6808         List most accurate caps first
6809
6810         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6811         Use proper pad task function.
6812
6813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6814         (gst_xvimagesink_show_frame):
6815         Fix deadlock when alloc failed.
6816
6817 2005-07-05  Andy Wingo  <wingo@pobox.com>
6818
6819         * ext/gnomevfs/gstgnomevfssrc.c:
6820         * gst/sine/gstsinesrc.c:
6821         * gst/tcp/gsttcpserversrc.c:
6822         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6823
6824         * sys/v4l/: Port from 0.8.
6825
6826         * Many files: Null if we got it....
6827
6828 2005-07-05  Andy Wingo  <wingo@pobox.com>
6829
6830         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6831         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6832         Signedness fixes.
6833
6834 2005-07-05  Wim Taymans  <wim@fluendo.com>
6835
6836         * configure.ac:
6837         * gst/tcp/Makefile.am:
6838         * gst/tcp/README:
6839         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6840         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6841         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6842         (is_sync_frame), (gst_multifdsink_handle_client_write),
6843         (gst_multifdsink_render), (gst_multifdsink_start),
6844         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6845         * gst/tcp/gstmultifdsink.h:
6846         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6847         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6848         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6849         * gst/tcp/gsttcp.h:
6850         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6851         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6852         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6853         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6854         * gst/tcp/gsttcpclientsink.h:
6855         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6856         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6857         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6858         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6859         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6860         * gst/tcp/gsttcpclientsrc.h:
6861         * gst/tcp/gsttcpplugin.c: (plugin_init):
6862         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6863         * gst/tcp/gsttcpserversink.h:
6864         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6865         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6866         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6867         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6868         (gst_tcpserversrc_stop):
6869         * gst/tcp/gsttcpserversrc.h:
6870         * gst/tcp/gsttcpsink.c:
6871         * gst/tcp/gsttcpsink.h:
6872         * gst/tcp/gsttcpsrc.c:
6873         * gst/tcp/gsttcpsrc.h:
6874         Ported tcp plugins to 0.9. 
6875         
6876
6877 2005-07-05  Andy Wingo  <wingo@pobox.com>
6878
6879         * gst/playback/gstplaybasebin.c (fill_buffer):
6880         message_new_application fixen.
6881
6882         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6883         Style fix.
6884
6885 2005-07-04  Wim Taymans  <wim@fluendo.com>
6886
6887         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6888         Set caps on output buffer.
6889
6890 2005-07-04  Andy Wingo  <wingo@pobox.com>
6891
6892         * ext/gnomevfs/gstgnomevfssrc.c
6893         (gst_gnomevfssrc_received_headers_callback) 
6894         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6895         hopefully.
6896
6897         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6898         No refcount leakage.
6899
6900         * configure.ac: Enable -Werror.
6901         
6902         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6903         * gst/audioconvert/bufferframesconvert.c
6904         (buffer_frames_convert_fixate):
6905         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6906         (gst_audio_convert_fixate):
6907         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6908         (gst_sinesrc_create): Fixate func changes.
6909         
6910         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6911         (gst_ximagesink_buffer_alloc): Unused var.
6912
6913 2005-07-01  Andy Wingo  <wingo@pobox.com>
6914
6915         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6916         getcaps to do explicit caps. Needs to be done in all decoders,
6917         possibly via a base class.
6918
6919         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6920
6921         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6922         caps on the sink pad, just rely on the pad template. Also, setting
6923         ANY caps on a pad is not valid because the caps are not fixed.
6924
6925         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6926         caps on the buffer, and get the width from the desired_caps if
6927         they're set.
6928         (gst_ximagesink_renegotiate_size): Implement via setting the
6929         desired_caps on the ximagesink.
6930         (gst_ximagesink_setcaps): Only reset the width of the player if it
6931         wasn't already set. Not sure if this is right.
6932         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6933
6934         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6935         that the user wants. NULL unless the window has been resized.
6936
6937         * gst/volume/gstvolume.c (volume_transform): Adapt to
6938         basetransform refcount changes.
6939         
6940 2005-07-01  Andy Wingo  <wingo@pobox.com>
6941
6942         * gst/videoscale/gstvideoscale.c:
6943         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6944         from BaseTransform, implements a transform_caps. Removed dead code
6945         including some PAR stuff that was never reached -- should probably
6946         be added back somehow.
6947
6948 2005-07-01  Andy Wingo  <wingo@pobox.com>
6949
6950         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6951         come later.
6952
6953 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6954
6955         * configure.ac:
6956         * docs/libs/Makefile.am:
6957         * docs/libs/gst-plugins-libs.types:
6958         * ext/alsa/Makefile.am:
6959         * ext/alsa/gstalsamixer.h:
6960         * ext/alsa/gstalsamixeroptions.h:
6961         * ext/alsa/gstalsamixertrack.h:
6962         * gst-libs/gst/Makefile.am:
6963         * gst-libs/gst/colorbalance/.cvsignore:
6964         * gst-libs/gst/colorbalance/Makefile.am:
6965         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6966         * gst-libs/gst/colorbalance/colorbalance.c:
6967         * gst-libs/gst/colorbalance/colorbalance.h:
6968         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6969         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6970         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6971         * gst-libs/gst/interfaces/Makefile.am:
6972         * gst-libs/gst/interfaces/colorbalance.c:
6973         (gst_color_balance_class_init):
6974         * gst-libs/gst/interfaces/colorbalance.h:
6975         * gst-libs/gst/interfaces/interfaces-marshal.list:
6976         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6977         * gst-libs/gst/interfaces/mixer.h:
6978         * gst-libs/gst/interfaces/mixeroptions.h:
6979         * gst-libs/gst/interfaces/navigation.c:
6980         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6981         * gst-libs/gst/interfaces/tuner.h:
6982         * gst/volume/Makefile.am:
6983         * gst/volume/gstvolume.c:
6984         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6985         * sys/ximage/Makefile.am:
6986         * sys/ximage/ximagesink.c:
6987         * sys/xvimage/Makefile.am:
6988         * sys/xvimage/xvimagesink.c:
6989           fold in all interfaces into an interfaces dir, preserving CVS
6990           history
6991
6992 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6993
6994         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6995           Fix build after riff changes.
6996
6997 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6998
6999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7000         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7001         (gst_riff_create_video_template_caps),
7002         (gst_riff_create_audio_template_caps),
7003         (gst_riff_create_iavs_template_caps):
7004         * gst-libs/gst/riff/riff-media.h:
7005         * gst-libs/gst/riff/riff-read.h:
7006         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7007           Add gst_riff_init() to initialize the debug category, instead
7008           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7009
7010 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7011
7012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7013           Oops, I shouldn't apply hacks.
7014
7015 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7016
7017         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7018           Remove pad_loop function which doesn't work.
7019
7020 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7021
7022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7023           Send EOS when deactivating.
7024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7025         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7026         (gen_preroll_element), (probe_triggered), (mute_stream),
7027         (silence_stream), (new_decoded_pad), (setup_substreams),
7028         (set_active_source):
7029         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7030         (remove_sinks), (add_sink):
7031         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7032           Change for new probe API.
7033
7034 2005-06-29  Wim Taymans  <wim@fluendo.com>
7035
7036         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7037         * gst-libs/gst/audio/gstbaseaudiosink.c:
7038         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7039         (gst_baseaudiosink_change_state):
7040         * gst-libs/gst/audio/gstbaseaudiosink.h:
7041         * gst-libs/gst/audio/gstringbuffer.c:
7042         (gst_ringbuffer_set_callback):
7043         Fix compilation error.
7044         Ringbuffer starts out as not running.
7045         Free our clock in dispose.
7046         When releasing the ringbuffer we need to renegotiate so
7047         clear the pad caps.
7048
7049 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7050
7051         * autogen.sh:
7052         * configure.ac:
7053         * docs/Makefile.am:
7054         * docs/libs/Makefile.am:
7055         * docs/libs/gst-plugins-libs-docs.sgml:
7056         * docs/libs/gst-plugins-libs-sections.txt:
7057         * docs/libs/gst-plugins-libs.types:
7058         * docs/libs/tmpl/gstaudio.sgml:
7059         * docs/libs/tmpl/gstcolorbalance.sgml:
7060         * docs/libs/tmpl/gstringbuffer.sgml:
7061         * gst-libs/gst/audio/gstringbuffer.c:
7062         (gst_ringbuffer_set_callback):
7063           reinstate gtk-doc docs for plugin libs
7064
7065 2005-06-28  Wim Taymans  <wim@fluendo.com>
7066
7067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7068         (gst_ogg_demux_init):
7069         Removed pad loop function.
7070
7071 2005-06-28  Wim Taymans  <wim@fluendo.com>
7072
7073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7074         If we're building a chain we are not in an error case
7075         when we queue a buffer.
7076
7077 2005-06-28  Andy Wingo  <wingo@pobox.com>
7078
7079         * *.c: Don't cast to GstObject before reffing/unreffing.
7080
7081 2005-06-27  Andy Wingo  <wingo@pobox.com>
7082
7083         * gst/videotestsrc/gstvideotestsrc.c
7084         (gst_videotestsrc_activate_push): Activation API changes.
7085
7086         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7087         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7088         they have refs on the decodebin.
7089
7090         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7091         parent class.
7092         (gst_ogg_pad_typefind): Don't leak a pad ref.
7093         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7094         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7095         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7096
7097 2005-06-27  Edward Hervey  <edward@fluendo.com>
7098
7099         * ext/theora/theoradec.c: (theora_dec_change_state): 
7100         re-arranged call to parent's state change in order to avoid locks (or
7101         worse).
7102
7103 2005-06-26  Edward Hervey  <edward@fluendo.com>
7104
7105         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7106         2nd argument of 'unknow-type' signal is a GstCaps and not a
7107         GstMiniObject
7108
7109 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7110         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7111           Set the worker thread's running flag to TRUE before starting the
7112           thread.
7113         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7114           Catch a failure to add typefind to the bin.
7115
7116 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7117
7118         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7119         (gst_sinesrc_init), (gst_sinesrc_create),
7120         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7121         (gst_sinesrc_start):
7122         * gst/sine/gstsinesrc.h:
7123           add num-buffers and timestamp-offset properties
7124         * gst/videotestsrc/gstvideotestsrc.c:
7125         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7126         (gst_videotestsrc_get_property):
7127           add timestamp-offset property
7128
7129 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7130
7131         * configure.ac: add videorate
7132         * gst-plugins-base.spec.in: add videorate
7133
7134 2005-06-23  Wim Taymans  <wim@fluendo.com>
7135
7136         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7137         (gst_videorate_getcaps), (gst_videorate_setcaps),
7138         (gst_videorate_event), (gst_videorate_chain):
7139         Fixed videorate, fixating an already fixated caps is not
7140         an error.
7141
7142 2005-06-23  Wim Taymans  <wim@fluendo.com>
7143
7144         * ext/ogg/README:
7145         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7146         Buffer on caps is not boxed anymore.
7147
7148 2005-06-22  Wim Taymans  <wim@fluendo.com>
7149
7150         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7152         Set buffers on caps as miniobjects and not as boxed.
7153
7154 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7155
7156         * configure.ac:
7157           back to HEAD
7158
7159 === release 0.9.1 ===
7160
7161 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7162
7163         * .cvsignore:
7164         * NEWS:
7165         * README:
7166         * RELEASE:
7167         * configure.ac:
7168         * po/af.po:
7169         * po/az.po:
7170         * po/cs.po:
7171         * po/en_GB.po:
7172         * po/hu.po:
7173         * po/it.po:
7174         * po/nb.po:
7175         * po/nl.po:
7176         * po/or.po:
7177         * po/sq.po:
7178         * po/sr.po:
7179         * po/sv.po:
7180         * po/uk.po:
7181         * po/vi.po:
7182           updates for release
7183
7184 2005-06-09  Andy Wingo  <wingo@pobox.com>
7185
7186         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7187         
7188 2005-06-09  Andy Wingo  <wingo@pobox.com>
7189
7190         * configure.ac:
7191         * gst-libs/gst/Makefile.am:
7192         * gst-libs/gst/net/Makefile.am:
7193         Add gstnet to build.
7194
7195 2005-06-09  Andy Wingo  <wingo@pobox.com>
7196
7197         * gst-libs/gst/gconf/gconf.c:
7198         * gst/playback/test.c:
7199         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7200         fixes.
7201
7202         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7203
7204         * ext/theora/theoraenc.c (theora_enc_chain): 
7205         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7206
7207         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7208         RealPad.
7209
7210 2005-06-02  Wim Taymans  <wim@fluendo.com>
7211
7212         * gst-libs/gst/net/Makefile.am:
7213         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7214         * pkgconfig/gstreamer-libs.pc.in:
7215         Added net stuff, version net lib.
7216
7217 2005-06-02  Wim Taymans  <wim@fluendo.com>
7218
7219         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7220         (query_rates), (query_positions_elems), (query_positions_pads),
7221         (do_seek):
7222         Updated seek example.
7223
7224 2005-06-02  Andy Wingo  <wingo@pobox.com>
7225
7226         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7227         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7228         list.
7229
7230         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7231         remove the typefind, the bin dispose will do it for us. When it's
7232         removed and unreffed, the signal handler will be disconnected,
7233         too.
7234         (unlinked): It's too difficult to disconnect from unlinked
7235         handlers, as they are on pads not elements. Just punt if the pads
7236         aren't grandkids of the bin.
7237
7238 2005-06-02  Wim Taymans  <wim@fluendo.com>
7239
7240         * ext/ogg/README:
7241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7242         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7243         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7244         * ext/theora/theoradec.c: (theora_dec_src_query),
7245         (theora_handle_data_packet):
7246         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7247         (theora_enc_chain):
7248         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7249         (vorbis_handle_data_packet):
7250         * gst/audioconvert/bufferframesconvert.c:
7251         (buffer_frames_convert_chain):
7252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7253         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7254         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7255         (gst_ffmpegcsp_chain):
7256         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7257         (gst_videorate_getcaps), (gst_videorate_setcaps),
7258         (gst_videorate_event), (gst_videorate_chain):
7259         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7260         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7261         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7262         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7263         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7264         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7265         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7266         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7267         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7268         Cleanups and buffer alloc.
7269
7270 2005-05-31  Wim Taymans  <wim@fluendo.com>
7271
7272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7273         Don't try to call the delay method when the device is not
7274         opened.
7275
7276 2005-05-31  Wim Taymans  <wim@fluendo.com>
7277
7278         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7279         Get actual segment size and buffer size after opening
7280         the device.
7281
7282 2005-05-30  Wim Taymans  <wim@fluendo.com>
7283
7284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7285         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7286         Also FLUSH upstream, makes the loop function exit faster.
7287         
7288         * ext/theora/theoradec.c: (theora_dec_src_query):
7289         Some more debug info in the query.
7290         
7291         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7292         (gst_ximagesink_setcaps):
7293         Release lock on par error, better error reporting.
7294
7295 2005-05-26  Wim Taymans  <wim@fluendo.com>
7296
7297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7298         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7299         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7300         Clear chains in READY
7301         Queue packets until the chain is activated.
7302
7303 2005-05-25  Wim Taymans  <wim@fluendo.com>
7304
7305         * gst-libs/gst/audio/gstaudiosink.c:
7306         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7307         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7308         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7309         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7310         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7311         (gst_audiosink_create_ringbuffer):
7312         * gst-libs/gst/audio/gstbaseaudiosink.c:
7313         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7314         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7315         (gst_baseaudiosink_set_property), (build_linear_format),
7316         (debug_spec_caps), (debug_spec_buffer),
7317         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7318         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7319         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7320         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7322         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7323         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7324         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7325         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7326         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7327         (wait_segment), (gst_ringbuffer_commit),
7328         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7329         (gst_ringbuffer_clear):
7330         Various small cleanups.
7331
7332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7333         (gst_audio_convert_change_state):
7334         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7335         No need to take the locks anymore.
7336
7337 2005-05-25  Wim Taymans  <wim@fluendo.com>
7338
7339         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7340         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7341         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7342         (type_found):
7343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7344         (group_destroy), (group_commit), (queue_overrun),
7345         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7346         (mute_stream), (new_decoded_pad), (setup_substreams),
7347         (setup_source), (mute_group_type), (set_active_source),
7348         (gst_play_base_bin_change_state):
7349         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7350         (gen_video_element), (gen_text_element), (gen_audio_element),
7351         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7352         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7353         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7354         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7355         Some playbin cleanups mostly refcounting sloppyness.
7356
7357 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7358
7359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7360           Work with streaming input.
7361
7362 2005-05-25  Wim Taymans  <wim@fluendo.com>
7363
7364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7365         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7366         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7367         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7368         No need to take the STREAM lock anymore.
7369
7370 2005-05-25  Wim Taymans  <wim@fluendo.com>
7371
7372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7373         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7374         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7375         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7376         (gst_ogg_demux_sink_activate):
7377         * ext/theora/theoradec.c: (theora_dec_src_event),
7378         (theora_handle_comment_packet), (theora_dec_chain),
7379         (theora_dec_change_state):
7380         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7381         (vorbis_handle_data_packet), (vorbis_dec_chain),
7382         (vorbis_dec_change_state):
7383         Remove STREAM locks as they are taken in core now.
7384         Never set bogus granulepos on vorbis/theora.
7385         Fix leaks in theoradec tag parsing.
7386
7387 2005-05-25  Wim Taymans  <wim@fluendo.com>
7388
7389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7390         Fix memleaks, GST_BUFFER_DATA() is not freed.
7391
7392 2005-05-25  Wim Taymans  <wim@fluendo.com>
7393
7394         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7395         Open non-blocking, set to blocking mode afterwards to avoid
7396         lockups when audio device is busy.
7397
7398 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7399
7400         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7401           This can't be good.
7402
7403 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7404
7405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7406         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7407         (gst_audio_convert_setcaps):
7408           Implement instant setup switching.
7409
7410 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7411
7412         * gst/playback/gstplaybasebin.c: (probe_triggered):
7413           Fix missing unlock.
7414         * gst/playback/gstplaybin.c: (add_sink):
7415           First add, then link (otherwise pad link fails).
7416
7417 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7418
7419         * examples/Makefile.am:
7420         fix buildbot (make distcheck)
7421
7422 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7423
7424         * gst/playback/gstplaybin.c: (gen_vis_element):
7425           Remove some wrong code. Doesn't work yet.
7426
7427 2005-05-19  Wim Taymans  <wim@fluendo.com>
7428
7429         * gst-libs/gst/net/Makefile.am:
7430         * gst-libs/gst/net/README:
7431         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7432         (gst_netbuffer_class_init), (gst_netbuffer_init),
7433         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7434         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7435         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7436         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7437         * gst-libs/gst/net/gstnetbuffer.h:
7438         Added buffer subclass to store extra to/from addresses for
7439         network sources/sinks.
7440
7441 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7442
7443         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7444           Don't lock an unassigned variable.
7445
7446 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7447
7448         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7449           Increase buffer for video, decrease buffer for other media types.
7450         * gst/playback/gstplaybin.c: (gen_video_element),
7451         (gen_audio_element):
7452           Change names for debugging purposes.
7453
7454 2005-05-18  Wim Taymans  <wim@fluendo.com>
7455
7456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7457         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7458         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7459         (gst_ffmpegcsp_chain):
7460         Enable buffer alloc passthrough if the source and dest
7461         formats are the same.
7462
7463 2005-05-17  Wim Taymans  <wim@fluendo.com>
7464
7465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7466         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7467         (gst_ogg_demux_chain_unlocked):
7468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7469         (gst_audio_convert_caps_remove_format_info),
7470         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7471         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7473         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7474         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7475         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7476         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7477         (gst_ffmpegcsp_get_property):
7478         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7479         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7480         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7481         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7482         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7483         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7484         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7485         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7486         Leak fixes in oggdemux.
7487         Some cleanups in audioconvert.
7488         Make passthrough work along with buffer_alloc etc.
7489         Make buffer_alloc and buffer recycling actually work in
7490         xvimagesink.
7491
7492 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7493
7494         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7495           make the compiler happy
7496
7497 2005-05-17  Wim Taymans  <wim@fluendo.com>
7498
7499         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7500         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7501         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7502         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7503         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7504         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7505         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7506         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7507         (gst_xvimagesink_set_xwindow_id):
7508         * sys/xvimage/xvimagesink.h:
7509         Port xvimagesink to new MiniObject.
7510
7511 2005-05-17  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7514         (gst_audiofilter_chain):
7515         * gst-libs/gst/audio/gstaudiosink.c:
7516         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7517         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7518         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7519         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7520         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7521         (gst_audiosink_create_ringbuffer):
7522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7523         (gst_audio_convert_caps_remove_format_info),
7524         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7525         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7526         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7527         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7528         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7529         Fix passthrough in ffmpegcolorspace.
7530         Fix memset in audiosink on wrong memory.
7531
7532 2005-05-16  David Schleef  <ds@schleef.org>
7533
7534         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7535         to GstMiniObject.
7536
7537 2005-05-16  David Schleef  <ds@schleef.org>
7538
7539         Port from GstData to GstMiniObject.
7540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7542         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7543         (gst_ogg_mux_collected):
7544         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7545         * ext/theora/theoradec.c: (theora_handle_comment_packet),
7546         (theora_handle_data_packet):
7547         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7548         (theora_set_header_on_caps), (theora_enc_chain):
7549         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7550         (vorbis_handle_comment_packet):
7551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7552         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7553         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7554         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7555         * gst/audioconvert/gstaudioconvert.c:
7556         (gst_audio_convert_get_buffer):
7557         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7558         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7559         (mute_stream), (silence_stream):
7560         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7561         * gst/volume/gstvolume.c: (volume_transform):
7562         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7563         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7564         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7565         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7566         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7567         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7568         (gst_ximagesink_buffer_alloc):
7569         * sys/ximage/ximagesink.h:
7570
7571 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7572
7573         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7574         (fill_buffer), (check_queue), (queue_threshold_reached),
7575         (queue_out_of_data):
7576         * gst/playback/gstplaybasebin.h:
7577           Post buffer-fullness on the bus.
7578
7579 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7580
7581         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7582         (try_to_link_1):
7583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7584         (group_commit), (probe_triggered), (setup_source),
7585         (gst_play_base_bin_change_state):
7586         * gst/playback/gstplaybasebin.h:
7587         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7588         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7589         (gst_play_bin_change_state):
7590           Move setup_output_pads into a virtual function, remove
7591           group-switch (no longer needed) and redirect (handled by bus
7592           now) signals.
7593
7594 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7595
7596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7597         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7598         (get_active_group), (get_building_group), (group_destroy),
7599         (group_commit), (check_queue), (queue_overrun),
7600         (queue_threshold_reached), (queue_out_of_data),
7601         (gen_preroll_element), (remove_groups), (unknown_type),
7602         (add_element_stream), (no_more_pads), (probe_triggered),
7603         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7604         (setup_substreams), (setup_source), (finish_source),
7605         (prepare_output), (muted_group_change_state),
7606         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7607         (gst_play_base_bin_change_state):
7608         * gst/playback/gstplaybasebin.h:
7609         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7610         (gst_play_bin_init), (gst_play_bin_set_property),
7611         (gen_video_element), (gen_text_element), (gen_audio_element),
7612         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7613         (gst_play_bin_change_state):
7614         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7615         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7616         (stream_info_change_state), (gst_stream_info_set_mute),
7617         (gst_stream_info_get_property):
7618         * gst/playback/gststreaminfo.h:
7619         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7620         (gst_stream_selector_get_linked_pad),
7621         (gst_stream_selector_getcaps),
7622         (gst_stream_selector_get_linked_pads),
7623         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7624         * gst/playback/gststreamselector.h:
7625           Rough port of playbin. Needs some more work, but is mostly done,
7626           and uses a few locks in important places, which should make stuff
7627           like chain-switches clean. Still uses GST_STATE() in a few places,
7628           which isn't all that good an idea, subtitles/elements disabled
7629           because no elements to test with and thus probably broken, query
7630           and event handling moved to GstBin, internal thread removed
7631           alltogether because the pipeline does that for us now. Can play
7632           Ogg/Vorbis files. Haven't tested anything else yet.
7633
7634 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7635
7636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7637           Do no-more-pads (needed for autoplugging).
7638
7639 2005-05-10  Andy Wingo  <wingo@pobox.com>
7640
7641         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7642         message to the bus with the tags. Still not sent downstream tho.
7643
7644         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7645         get_parent.
7646         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7647         avoid refcounting hassles.
7648
7649 2005-05-09  Andy Wingo  <wingo@pobox.com>
7650
7651         * gst/volume/Makefile.am:
7652         * gst/volume/demo.c
7653         * gst/volume/gstvolume.h
7654         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7655         basetransform. Probably need an audio filter base class.
7656
7657 2005-05-09  Wim Taymans  <wim@fluendo.com>
7658
7659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7660         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7661         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7662         (gst_vorbisenc_chain):
7663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7664         (gst_audio_convert_caps_remove_format_info),
7665         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7666         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7667         Make caps writable before writing to it.
7668         Fix negotiation in audioconvert some more.
7669
7670 2005-05-09  Wim Taymans  <wim@fluendo.com>
7671
7672         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7673         (gst_videorate_getcaps), (gst_videorate_setcaps),
7674         (gst_videorate_event), (gst_videorate_chain):
7675         Better negotiation.
7676
7677 2005-05-09  Wim Taymans  <wim@fluendo.com>
7678
7679         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7680         (gst_videorate_getcaps), (gst_videorate_setcaps),
7681         (gst_videorate_blank_data), (gst_videorate_init),
7682         (gst_videorate_event), (gst_videorate_chain),
7683         (gst_videorate_change_state):
7684         Port videorate, do a better job at negotiation while we're at
7685         it.
7686
7687 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7688
7689         * configure.ac:
7690           Disable libvisual
7691
7692         * examples/Makefile.am:
7693         * gst-libs/gst/audio/Makefile.am:
7694         * gst-libs/gst/riff/Makefile.am:
7695         * gst-libs/gst/tag/Makefile.am:
7696         * gst-libs/gst/video/Makefile.am:
7697           Fixups for missing variables.
7698
7699 2005-05-09  Wim Taymans  <wim@fluendo.com>
7700
7701         * examples/seeking/seek.c: (make_theora_pipeline),
7702         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7703         (query_rates), (query_positions_elems), (query_positions_pads),
7704         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7706         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7707         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7708         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7709         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7711         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7712         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7713         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7714         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7715         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7716         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7717         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7718         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7719         (theora_dec_src_convert), (theora_dec_sink_convert),
7720         (theora_dec_src_query), (theora_dec_sink_query),
7721         (theora_dec_src_event), (theora_dec_sink_event),
7722         (theora_handle_comment_packet), (theora_handle_type_packet),
7723         (theora_handle_header_packet), (theora_handle_data_packet),
7724         (theora_dec_chain):
7725         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7726         (vorbis_dec_convert), (vorbis_dec_src_query),
7727         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7728         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7729         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7730         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7732         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7733         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7734         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7735         (gst_play_bin_query):
7736         * gst/playback/test3.c: (update_scale):
7737         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7738         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7739         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7740         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7741         (gst_videotestsrc_src_query):
7742         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7743         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7744         (paint_hline_YUV9):
7745         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7746         Port to new query API.
7747         Updated seek.
7748         Cleanups in x[v]imagesink
7749
7750 2005-05-09  Andy Wingo  <wingo@pobox.com>
7751
7752         * ext/alsa/gstalsasink.h:
7753         * ext/gnomevfs/gstgnomevfssrc.c:
7754         (gst_gnomevfssrc_get_icy_metadata):
7755         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7756         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7757         * ext/theora/theoradec.c (theora_dec_src_query)
7758         (theora_dec_src_event, theora_dec_sink_event)
7759         (theora_handle_comment_packet, theora_handle_data_packet):
7760         * ext/theora/theoraenc.c (theora_enc_chain):
7761         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7762         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7763         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7764         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7765         (qt_type_find):
7766         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7767         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7768         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7769         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7770         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7771         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7772         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7773         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7774         (paint_setup_RGB565, paint_setup_xRGB1555):
7775         * gst/videotestsrc/videotestsrc.h:
7776         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7777         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7778         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7779         GCC4 fixes.
7780         
7781         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7782         gst_pad_query_position. Fixes oggdemux.
7783
7784 2005-05-08  David Schleef  <ds@schleef.org>
7785
7786         * configure.ac: Require liboil.
7787         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7788         a few more.
7789         * gst/videotestsrc/videotestsrc.c:
7790         * gst/videotestsrc/videotestsrc.h:
7791
7792 2005-05-06  Wim Taymans  <wim@fluendo.com>
7793
7794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7795         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7796         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7797         Well, unreffing a buffer right before pushing it is asking
7798         for trouble..
7799
7800 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7801
7802         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7803
7804 2005-05-06  Wim Taymans  <wim@fluendo.com>
7805
7806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7807         (gst_audio_convert_caps_remove_format_info),
7808         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7809         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7810         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7811         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7812         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7813         * gst/sine/Makefile.am:
7814         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7815         (gst_sinesrc_class_init), (gst_sinesrc_init),
7816         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7817         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7818         (gst_sinesrc_update_freq):
7819         * gst/sine/gstsinesrc.h:
7820         * gst/tcp/gstmultifdsink.c:
7821         * sys/xvimage/xvimagesink.c:
7822         Fixed negotiation wrt _peer_get_caps()
7823         Some cleanups.
7824
7825
7826 2005-05-06  Wim Taymans  <wim@fluendo.com>
7827
7828         * gst-libs/gst/audio/gstaudiosink.c:
7829         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7830         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7831         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7832         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7833         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7834         (gst_audiosink_create_ringbuffer):
7835         * gst-libs/gst/audio/gstbaseaudiosink.c:
7836         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7837         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7838         (gst_baseaudiosink_set_property), (build_linear_format),
7839         (debug_spec_caps), (debug_spec_buffer),
7840         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7841         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7842         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7843         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7844         * gst-libs/gst/audio/gstbaseaudiosink.h:
7845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7846         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7847         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7848         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7849         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7850         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7851         (wait_segment), (gst_ringbuffer_commit),
7852         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7853         (gst_ringbuffer_clear):
7854         * gst-libs/gst/audio/gstringbuffer.h:
7855         Make the base audiosink return an error when there is no
7856         audiobuffer negotiated.
7857
7858 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7859
7860         * ext/Makefile.am:
7861         Disable cdparanoia until someone ports it!
7862
7863 2005-05-06  Wim Taymans  <wim@fluendo.com>
7864
7865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7866         (gst_ogg_demux_sink_activate):
7867         And revert after wingo's revert.. sigh..
7868
7869 2005-05-05  Andy Wingo  <wingo@pobox.com>
7870
7871         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7872         GObject.
7873         * configure.ac: Return audiorate and subparse from the ghetto.
7874         Re-enable -Wall -Werror.
7875         * gst/subparse/gstsubparse.c:
7876         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7877         or chain-based. Cleaned up a bit. Not tested.
7878         
7879 2005-05-05  Christian Schaller <christian@fluendo.com> 
7880
7881         * Makefile.am: remove stuff that is not building
7882         * configure.ac: remove stuff that is not building
7883         * examples/Makefile.am: remove stuff that is not building
7884         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7885         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7886         * sys/Makefile.am: remove stuff that is not building
7887         * testsuite/Makefile.am: remove stuff that is not building
7888
7889 2005-05-05  Andy Wingo  <wingo@pobox.com>
7890
7891         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7892         * gst-libs/gst/tag/gstvorbistag.c:
7893         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7894         * gst/adder/gstadder.h:
7895         * gst/audioconvert/gstchannelmix.c:
7896         (gst_audio_convert_fill_one_other):
7897         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7898         (gst_audiorate_init), (gst_audiorate_chain):
7899         * gst/playback/gstplaybasebin.c: (setup_source):
7900         * gst/playback/test3.c: (update_scale):
7901         Some GCC4 fixes
7902         
7903         * po/af.po:
7904         * po/az.po:
7905         * po/cs.po:
7906         * po/en_GB.po:
7907         * po/hu.po:
7908         * po/it.po:
7909         * po/nb.po:
7910         * po/nl.po:
7911         * po/or.po:
7912         * po/sq.po:
7913         * po/sr.po:
7914         * po/sv.po:
7915         * po/uk.po:
7916         * po/vi.po: Foo
7917
7918 2005-05-05  Wim Taymans  <wim@fluendo.com>
7919
7920         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7921         (gst_audio_convert_caps_remove_format_info),
7922         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7923         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7924         * gst/videotestsrc/gstvideotestsrc.c:
7925         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7926         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7927         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7928         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7929         Don't ignore _push() return values.
7930         Make sure no processing is done when shutting down.
7931         Videotestsrc pad activation fix.
7932
7933 2005-05-05  Wim Taymans  <wim@fluendo.com>
7934
7935         * gst/adder/Makefile.am:
7936         * gst/adder/gstadder.c: (gst_adder_setcaps),
7937         (gst_adder_class_init), (gst_adder_init),
7938         (gst_adder_request_new_pad), (gst_adder_collected),
7939         (gst_adder_change_state):
7940         * gst/adder/gstadder.h:
7941         Ported adder as an example of a mixer element using
7942         collect pads. Needs more negotiation work.
7943
7944 2005-05-05  Wim Taymans  <wim@fluendo.com>
7945
7946         * ext/theora/theoradec.c: (_inc_granulepos),
7947         (theora_dec_src_event), (theora_dec_sink_event),
7948         (theora_handle_comment_packet), (theora_handle_type_packet),
7949         (theora_handle_header_packet), (theora_handle_data_packet),
7950         (theora_dec_chain):
7951         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7952         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7953         (theora_push_buffer), (theora_push_packet),
7954         (theora_enc_sink_event), (theora_enc_chain),
7955         (theora_enc_change_state), (theora_enc_set_property),
7956         (theora_enc_get_property):
7957         Added stream lock to decoder so that we can serialize
7958         the discont event.
7959         More theoraenc porting, recover from errors, do clean
7960         shutdown.
7961
7962 2005-05-05  Wim Taymans  <wim@fluendo.com>
7963
7964         * ext/ogg/Makefile.am:
7965         * ext/ogg/README:
7966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7967         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7968         (gst_ogg_print):
7969         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7970         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7971         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7972         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7973         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7974         (gst_ogg_mux_change_state):
7975         Ported ogg muxer.
7976
7977 2005-05-05  Wim Taymans  <wim@fluendo.com>
7978
7979         * docs/design-audiosinks.txt:
7980         * gst-libs/gst/audio/TODO:
7981         * gst-libs/gst/audio/gstaudiosink.c:
7982         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7983         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7984         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7985         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7986         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7987         (gst_audiosink_create_ringbuffer):
7988         * gst-libs/gst/audio/gstbaseaudiosink.c:
7989         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7990         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7991         (gst_baseaudiosink_set_property), (build_linear_format),
7992         (debug_spec_caps), (debug_spec_buffer),
7993         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7994         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7995         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7996         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7998         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7999         (gst_ringbuffer_release), (gst_ringbuffer_play),
8000         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8001         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8002         (gst_ringbuffer_set_sample), (wait_segment),
8003         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8004         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8005         More work on the audiosink, mostly debugging and a race in
8006         shutdown.
8007
8008 2005-04-28  Wim Taymans  <wim@fluendo.com>
8009
8010         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8011         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8012         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8013         (vorbis_dec_src_query), (vorbis_dec_src_event),
8014         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8015         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8016         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8017         Don't crap out when seeking back to position 0.
8018
8019 2005-04-28  Wim Taymans  <wim@fluendo.com>
8020
8021         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8022         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8023         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8024         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8025         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8026         Make audio sink configurable, use alsasink as default.
8027
8028 2005-04-28  Wim Taymans  <wim@fluendo.com>
8029
8030         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8031         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8032         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8033         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8034         (vorbis_dec_change_state):
8035         * ext/vorbis/vorbisdec.h:
8036         Refactor, use STREAM_LOCK.
8037
8038 2005-04-28  Wim Taymans  <wim@fluendo.com>
8039
8040         * ext/theora/theoradec.c: (_inc_granulepos),
8041         (theora_dec_sink_event), (theora_handle_comment_packet),
8042         (theora_handle_type_packet), (theora_handle_header_packet),
8043         (theora_handle_data_packet), (theora_dec_chain),
8044         (theora_dec_change_state):
8045         Refactor a bit, use STREAM_LOCK.
8046
8047 2005-04-28  Wim Taymans  <wim@fluendo.com>
8048
8049         * ext/alsa/Makefile.am:
8050         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8051         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8052         (gst_alsa_link), (gst_alsa_close_audio):
8053         * ext/alsa/gstalsaplugin.c: (plugin_init):
8054         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8055         (gst_alsasink_dispose), (gst_alsasink_base_init),
8056         (gst_alsasink_class_init), (gst_alsasink_init),
8057         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8058         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8059         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8060         (gst_alsasink_reset):
8061         * ext/alsa/gstalsasink.h:
8062         Implement alsasink with simple open/write/close API. 
8063         Make alsa dir build by disabling compilation of code.
8064
8065 2005-04-28  Wim Taymans  <wim@fluendo.com>
8066
8067         * gst-libs/gst/audio/Makefile.am:
8068         * gst-libs/gst/audio/audio.h:
8069         * gst-libs/gst/audio/audioclock.c:
8070         * gst-libs/gst/audio/audioclock.h:
8071         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8072         (gst_audio_clock_class_init), (gst_audio_clock_init),
8073         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8074         * gst-libs/gst/audio/gstaudioclock.h:
8075         * gst-libs/gst/audio/gstaudiosink.c:
8076         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8077         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8078         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8079         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8080         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8081         (gst_audiosink_create_ringbuffer):
8082         * gst-libs/gst/audio/gstbaseaudiosink.c:
8083         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8084         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8085         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8086         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8087         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8088         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8089         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8090         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8091         * gst-libs/gst/audio/gstbaseaudiosink.h:
8092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8093         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8094         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8095         (gst_ringbuffer_release), (gst_ringbuffer_play),
8096         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8097         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8098         (gst_ringbuffer_set_sample), (wait_segment),
8099         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8100         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8101         * gst-libs/gst/audio/gstringbuffer.h:
8102         Make ringbuffer faster and more simple by removing the locks
8103         in the playback thread.
8104         Add sample accurate playback based on buffer sample offsets.
8105         Make the baseaudiosink provide a clock.
8106         Parse caps in the base class.
8107         Correctly handle seeking, flushing and state changes.
8108
8109 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8110
8111         * configure.ac:
8112         * gst/audioconvert/Makefile.am:
8113         * gst/audioscale/Makefile.am:
8114           Fix part of the build.  Come on guys, autogen didn't even work :)
8115
8116 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8117
8118         * configure.ac:
8119         * gst-libs/gst/Makefile.am:
8120         * gst-libs/gst/media-info/.cvsignore:
8121         * gst-libs/gst/media-info/Makefile.am:
8122         * gst-libs/gst/media-info/README:
8123         * gst-libs/gst/media-info/media-info-priv.c:
8124         * gst-libs/gst/media-info/media-info-priv.h:
8125         * gst-libs/gst/media-info/media-info-test.c:
8126         * gst-libs/gst/media-info/media-info.c:
8127         * gst-libs/gst/media-info/media-info.h:
8128         * gst-libs/gst/media-info/media-info.vcproj:
8129         * pkgconfig/Makefile.am:
8130         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8131         * pkgconfig/gstreamer-media-info.pc.in:
8132           Remove media-info, which is also successed by playbin (see Totem
8133           implementation).
8134
8135 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * configure.ac:
8138         * examples/Makefile.am:
8139         * examples/gstplay/.cvsignore:
8140         * examples/gstplay/Makefile.am:
8141         * examples/gstplay/player.c:
8142         * gst-libs/gst/Makefile.am:
8143         * gst-libs/gst/play/.cvsignore:
8144         * gst-libs/gst/play/Makefile.am:
8145         * gst-libs/gst/play/play.c:
8146         * gst-libs/gst/play/play.h:
8147         * gst-libs/gst/play/play.vcproj:
8148         * pkgconfig/Makefile.am:
8149         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8150         * pkgconfig/gstreamer-play.pc.in:
8151           Remove libgstplay, playbin is now the official successor.
8152
8153 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8154
8155         * configure.ac:
8156         * gst-libs/gst/Makefile.am:
8157         * gst-libs/gst/xwindowlistener/Makefile.am:
8158         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8159         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8160           Remove deprecated xwindowlistener (I've moved xwindowlistening
8161           in the v4l/v4l2 plugins over to serverside).
8162
8163 2005-04-25  David Schleef  <ds@schleef.org>
8164
8165         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8166         to examples/dynparams.  Examples do not belong interspersed with
8167         source code.
8168         * examples/dynparams/demo-dparams.c:
8169         * gst/sine/Makefile.am:
8170         * gst/sine/demo-dparams.c:
8171
8172 2005-04-25  David Schleef  <ds@schleef.org>
8173
8174         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8175         * gst-libs/gst/audio/Makefile.am:
8176         * gst-libs/gst/riff/Makefile.am:
8177         * gst-libs/gst/tag/Makefile.am:
8178         * gst-libs/gst/video/Makefile.am:
8179         * gst-libs/gst/xwindowlistener/Makefile.am:
8180
8181         Convert to 0.9 API, seems to work:
8182         * sys/ximage/Makefile.am:
8183         * sys/ximage/ximagesink.c:
8184
8185 2005-04-24  David Schleef  <ds@schleef.org>
8186
8187         Link plugins against libraries:
8188         * ext/alsa/Makefile.am:
8189         * gst/tcp/Makefile.am:
8190
8191         Remove asm code that should be in liboil
8192         * gst/videoscale/Makefile.am:
8193         * gst/videoscale/videoscale_x86_asm.s:
8194
8195         gettext wants these checked in:
8196         * po/af.po:
8197         * po/az.po:
8198         * po/cs.po:
8199         * po/en_GB.po:
8200         * po/hu.po:
8201         * po/it.po:
8202         * po/nb.po:
8203         * po/nl.po:
8204         * po/or.po:
8205         * po/sq.po:
8206         * po/sr.po:
8207         * po/sv.po:
8208         * po/uk.po:
8209         * po/vi.po:
8210
8211 2005-04-24  David Schleef  <ds@schleef.org>
8212
8213         Convert gst_main() to g_main_loop_run()
8214         * gst/playback/decodetest.c: (main):
8215         * gst/playback/test2.c: (main):
8216         * gst/playback/test3.c: (main):
8217         * gst/playback/test4.c: (main):
8218
8219         Link plugins against libraries:
8220         * ext/libvisual/Makefile.am:
8221         * sys/xvimage/Makefile.am:
8222
8223 2005-04-24  David Schleef  <ds@schleef.org>
8224
8225         * configure.ac: Remove idct and resample libs
8226         * gst-libs/gst/Makefile.am: same
8227
8228         Remove usage of gst_library_load():
8229         * ext/alsa/gstalsaplugin.c: (plugin_init):
8230         * ext/libvisual/visual.c: (plugin_init):
8231         * ext/ogg/gstogg.c: (plugin_init):
8232         * ext/theora/theora.c: (plugin_init):
8233         * ext/vorbis/vorbis.c: (plugin_init):
8234         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8235         * gst/audioscale/gstaudioscale.c:
8236         * gst/adder/gstadder.c: (plugin_init):
8237         * gst/audioconvert/plugin.c: (plugin_init):
8238         * sys/ximage/ximagesink.c: (plugin_init):
8239         * sys/xvimage/xvimagesink.c: (plugin_init):
8240         * gst/tcp/gsttcpplugin.c: (plugin_init):
8241
8242         Link plugins against libraries:
8243         * ext/ogg/Makefile.am:
8244         * ext/theora/Makefile.am:
8245         * ext/vorbis/Makefile.am:
8246         * gst/audioconvert/Makefile.am:
8247
8248         Create proper libraries:
8249         * gst-libs/gst/riff/Makefile.am:
8250         * gst-libs/gst/audio/Makefile.am:
8251         * gst-libs/gst/video/Makefile.am:
8252
8253         Move resample library to audioscale plugin directory:
8254         * gst-libs/gst/resample/Makefile.am:
8255         * gst-libs/gst/resample/README:
8256         * gst-libs/gst/resample/dtof.c:
8257         * gst-libs/gst/resample/dtos.c:
8258         * gst-libs/gst/resample/functable.c:
8259         * gst-libs/gst/resample/private.h:
8260         * gst-libs/gst/resample/resample.c:
8261         * gst-libs/gst/resample/resample.h:
8262         * gst-libs/gst/resample/resample.vcproj:
8263         * gst-libs/gst/resample/test.c:
8264         * gst/audioscale/Makefile.am:
8265         * gst/audioscale/README:
8266         * gst/audioscale/dtof.c:
8267         * gst/audioscale/dtos.c:
8268         * gst/audioscale/functable.c:
8269         * gst/audioscale/private.h:
8270         * gst/audioscale/resample.c:
8271         * gst/audioscale/resample.h:
8272         * gst/audioscale/test.c:
8273
8274         Move tagedit library to gst-libs:
8275         * gst-libs/gst/tag/Makefile.am:
8276         * gst-libs/gst/tag/gstid3tag.c:
8277         * gst-libs/gst/tag/gsttagediting.c:
8278         * gst-libs/gst/tag/gsttageditingprivate.h:
8279         * gst-libs/gst/tag/gstvorbistag.c:
8280         * gst/tags/Makefile.am:
8281         * gst/tags/gstid3tag.c:
8282         * gst/tags/gstvorbistag.c:
8283
8284         Fix for core changes:
8285         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8286         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8287         (gst_sinesrc_getrange):
8288
8289 2005-04-23  David Schleef  <ds@schleef.org>
8290
8291         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
8292         in gst-plugins in a long time, and properly belongs in liboil.
8293         * gst-libs/gst/idct/Makefile.am:
8294         * gst-libs/gst/idct/README:
8295         * gst-libs/gst/idct/dct.h:
8296         * gst-libs/gst/idct/doieee:
8297         * gst-libs/gst/idct/fastintidct.c:
8298         * gst-libs/gst/idct/floatidct.c:
8299         * gst-libs/gst/idct/idct.c:
8300         * gst-libs/gst/idct/idct.h:
8301         * gst-libs/gst/idct/idtc.vcproj:
8302         * gst-libs/gst/idct/ieeetest.c:
8303         * gst-libs/gst/idct/intidct.c:
8304
8305 2005-04-20  Wim Taymans  <wim@fluendo.com>
8306
8307         * docs/design-audiosinks.txt:
8308         * gst-libs/gst/audio/Makefile.am:
8309         * gst-libs/gst/audio/TODO:
8310         * gst-libs/gst/audio/gstaudiosink.c:
8311         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8312         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8313         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8314         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8315         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8316         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8317         (gst_audiosink_class_init), (gst_audiosink_init),
8318         (gst_audiosink_create_ringbuffer):
8319         * gst-libs/gst/audio/gstaudiosink.h:
8320         * gst-libs/gst/audio/gstbaseaudiosink.c:
8321         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8322         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8323         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8324         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8325         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8326         (gst_baseaudiosink_create_ringbuffer),
8327         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8328         * gst-libs/gst/audio/gstbaseaudiosink.h:
8329         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8330         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8331         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8332         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8333         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8334         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8335         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8336         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8337         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8338         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8339         * gst-libs/gst/audio/gstringbuffer.h:
8340         An attempt at a set of audio base classes together with some
8341         design docs.
8342
8343 2005-04-20  Wim Taymans  <wim@fluendo.com>
8344
8345         * gst/audioconvert/Makefile.am:
8346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8347         (gst_audio_convert_caps_remove_format_info),
8348         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8349         (gst_audio_convert_channels):
8350         Link against audio libs.
8351         Fix audio convert plugin.
8352
8353 2005-04-20  Wim Taymans  <wim@fluendo.com>
8354
8355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8356         (gst_ogg_demux_sink_activate):
8357         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8358         (theora_set_header_on_caps), (theora_enc_sink_event),
8359         (theora_enc_chain):
8360         Fix theora encoder.
8361
8362 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8363
8364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8365         * gst/playback/gstdecodebin.c: (find_compatibles):
8366           Work with staticpadtemplates in elementfactories.
8367
8368 2005-04-12  Wim Taymans  <wim@fluendo.com>
8369
8370         * gst/playback/README:
8371         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8372         (compare_ranks), (print_feature), (gst_decode_bin_init),
8373         (dynamic_create), (dynamic_free), (find_compatibles),
8374         (mimetype_is_raw), (close_pad_link), (got_redirect),
8375         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8376         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8377         (gst_decode_bin_change_state):
8378         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8379         (gst_play_base_bin_init), (group_destroy), (group_commit),
8380         (check_queue), (queue_overrun), (queue_threshold_reached),
8381         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8382         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8383         (got_redirect), (setup_source), (play_base_eos),
8384         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8385         (gst_play_base_bin_remove_element):
8386         * gst/playback/gstplaybasebin.h:
8387         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8388         (gst_play_bin_init), (gst_play_bin_dispose),
8389         (gst_play_bin_set_property), (gen_video_element),
8390         (gen_text_element), (gen_audio_element), (remove_sinks),
8391         (gst_play_bin_send_event):
8392         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8393         (stream_info_change_state), (gst_stream_info_set_mute):
8394         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8395         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8396         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8397         (gst_stream_selector_chain):
8398         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8399         (main):
8400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8401         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8402         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8403         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8404         Raw and crude port of decodebin. 
8405         Make playbin compile.
8406
8407 2005-04-06  Wim Taymans  <wim@fluendo.com>
8408
8409         * ext/gnomevfs/Makefile.am:
8410         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8411         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8412         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8413         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8414         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8415         (gst_gnomevfssrc_stop):
8416         * ext/ogg/Makefile.am:
8417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8418         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8419         * ext/theora/Makefile.am:
8420         * ext/theora/theoradec.c: (_inc_granulepos),
8421         (theora_dec_sink_event), (theora_dec_chain):
8422         * ext/vorbis/Makefile.am:
8423         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8424         (vorbis_dec_sink_event), (vorbis_dec_chain):
8425         * gst-libs/gst/audio/Makefile.am:
8426         * sys/xvimage/Makefile.am:
8427         Make gnomevfssrc extend the source base class.
8428         Fix linking against libs in various plugins.
8429
8430 2005-04-06  Andy Wingo  <wingo@pobox.com>
8431
8432         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8433         GST_BASE_LIBS.
8434
8435         * configure.ac: Add check and AC_SUBST for libgstbase.
8436
8437 2005-03-31  Wim Taymans  <wim@fluendo.com>
8438
8439         * examples/seeking/Makefile.am:
8440         * examples/seeking/cdparanoia.c: (main):
8441         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8442         (play_cb), (pause_cb), (stop_cb), (main):
8443         * examples/seeking/playbin.c:
8444         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8445         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8446         (make_sid_pipeline), (make_vorbis_pipeline),
8447         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8448         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8449         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8450         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8451         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8452         (stop_cb), (main):
8453         * examples/seeking/spider_seek.c:
8454         * examples/seeking/vorbisfile.c:
8455         * ext/gnomevfs/Makefile.am:
8456         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8457         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8458         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8459         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8460         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8461         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8462         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8463         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8464         * ext/ogg/README:
8465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8466         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8467         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8468         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8469         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8470         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8471         (gst_ogg_pad_event), (gst_ogg_pad_reset),
8472         (gst_ogg_demux_factory_filter), (compare_ranks),
8473         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8474         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8475         (gst_ogg_chain_new), (gst_ogg_chain_free),
8476         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8477         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8478         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8479         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8480         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8481         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8482         (gst_ogg_demux_get_prev_page),
8483         (gst_ogg_demux_deactivate_current_chain),
8484         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8485         (gst_ogg_demux_bisect_forward_serialno),
8486         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8487         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8488         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8489         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8490         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8491         (gst_ogg_demux_change_state), (gst_ogg_print):
8492         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8493         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8494         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8495         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8496         (gst_ogg_mux_loop):
8497         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8498         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8499         (theora_dec_src_convert), (theora_dec_sink_convert),
8500         (theora_dec_src_query), (theora_dec_src_event),
8501         (theora_dec_sink_event), (theora_dec_chain),
8502         (theora_dec_change_state):
8503         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8504         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8505         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8506         (theora_enc_change_state):
8507         * ext/vorbis/Makefile.am:
8508         * ext/vorbis/oggvorbisenc.c:
8509         * ext/vorbis/oggvorbisenc.h:
8510         * ext/vorbis/vorbis.c: (plugin_init):
8511         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8512         (vorbis_dec_src_query), (vorbis_dec_src_event),
8513         (vorbis_dec_sink_event), (vorbis_dec_chain),
8514         (vorbis_dec_change_state):
8515         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8516         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8517         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8518         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8519         (gst_vorbisenc_change_state):
8520         * ext/vorbis/vorbisenc.h:
8521         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8522         * gst-libs/gst/audio/audioclock.c:
8523         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8524         (gst_audiofilter_init), (gst_audiofilter_chain):
8525         * gst-libs/gst/audio/testchannels.c: (main):
8526         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8527         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8528         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8529         (gmip_find_track_streaminfo), (gmip_find_track_format):
8530         * gst-libs/gst/media-info/media-info.c:
8531         (gst_media_info_read_idler):
8532         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8533         (gst_play_get_all_by_interface):
8534         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8535         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8536         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8537         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8538         (gst_riff_parse_info):
8539         * gst-libs/gst/riff/riff-read.h:
8540         * gst-libs/gst/riff/riff.c: (plugin_init):
8541         * gst-libs/gst/video/Makefile.am:
8542         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8543         (gst_videosink_class_init), (gst_videosink_get_type):
8544         * gst-libs/gst/video/videosink.h:
8545         * gst/audioconvert/bufferframesconvert.c:
8546         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8547         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8548         * gst/audioconvert/channelmixtest.c: (main):
8549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8550         (gst_audio_convert_chain),
8551         (gst_audio_convert_caps_remove_format_info),
8552         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8553         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8554         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8555         (gst_audio_convert_buffer_to_default_format),
8556         (gst_audio_convert_buffer_from_default_format),
8557         (gst_audio_convert_channels):
8558         * gst/audioconvert/gstchannelmix.h:
8559         * gst/ffmpegcolorspace/avcodec.h:
8560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8561         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8562         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8563         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8564         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8565         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8566         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8567         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8568         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8569         (dv_type_find):
8570         * gst/videotestsrc/gstvideotestsrc.c:
8571         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8572         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8573         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8574         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8575         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8576         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8577         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8579         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8580         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8581         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8582         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8583         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8584         (gst_xvimagesink_navigation_send_event),
8585         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8586         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8587         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8588         * sys/xvimage/xvimagesink.h:
8589         Plugin port to 0.9, ogg/theora playback should work in the seek
8590         example now.
8591         Removed old examples.
8592         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8593         explained in 0.9 TODO doc.
8594
8595
8596 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8597
8598         * autogen.sh:
8599         * configure.ac:
8600         * ext/Makefile.am:
8601         * gst/Makefile.am:
8602         * po/POTFILES.in:
8603         * po/af.po:
8604         * po/az.po:
8605         * po/cs.po:
8606         * po/en_GB.po:
8607         * po/hu.po:
8608         * po/it.po:
8609         * po/nb.po:
8610         * po/nl.po:
8611         * po/or.po:
8612         * po/sq.po:
8613         * po/sr.po:
8614         * po/sv.po:
8615         * po/uk.po:
8616         * po/vi.po:
8617         * sys/Makefile.am:
8618         * testsuite/Makefile.am:
8619           remove a whole bunch of plugins.  This module now contains a set
8620           of free reference plugins/elements as agreed.
8621
8622 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8623
8624         * configure.ac:
8625           hunting season on 0.9 is now OPEN
8626
8627 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8628
8629         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8630           Kick the hell out of gcc for not warning me about a symbol conflict.
8631
8632 2005-02-22  Luca Ognibene  <luogni@tin.it>
8633
8634         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8635
8636         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8637           Don't leak caps string (fixes #168134)
8638
8639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8640         (gst_jpegenc_init), (gst_jpegenc_finalize),
8641         (gst_jpegenc_change_state):
8642           Don't leak line buffers and context struct (fixes #168133).
8643
8644 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8645
8646         * configure.ac:
8647         * ext/dirac/gstdiracdec.cc:
8648         (gst_diracdec_chain):
8649           Since dirac 0.5.0 the framerate in dirac is expressed as a
8650           rational number. Fix build and up requirement to 0.5.0, and
8651           also pass parameters to gst_diracdec_link in the right order
8652           (fixes #167959).
8653
8654 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8655
8656         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8657         * ext/faad/gstfaad.h:
8658         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8659         certain invalid muxed streams, where some packets will contain 
8660         junk after decoder data. Partially fixes #149158.
8661
8662 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8663         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8664           Make sure we only write to writable buffers
8665
8666 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8667
8668         * gst-libs/gst/riff/riff-media.c:
8669         (gst_riff_create_audio_caps_with_data):
8670           Do actually fix invalid RIFF fmt header values for alaw
8671           and mulaw audio instead of just saying so.
8672
8673         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8674           Give gst_riff_create_audio_caps_with_data() a chance to
8675           fix up broken format header fields before extracting any
8676           parameters from the header. (fixes #167633)
8677
8678 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8679
8680         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8681
8682         * gst/audioconvert/bufferframesconvert.c:
8683         (buffer_frames_convert_link):
8684           Don't leak othercaps. (fixes #167878)
8685
8686 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8687
8688         * configure.ac:
8689         * ext/libvisual/visual.c: (gst_visual_srclink),
8690         (gst_visual_change_state):
8691           Support libvisual 0.2.0.
8692
8693 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8694
8695         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8696         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8697           Use same rowstrides for I420 as used everywhere else.
8698
8699 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8700
8701         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8702           Declare variables at beginning of block and make gcc-2.95 happy
8703           (fixes # 167482, patch by Gergely Nagy).
8704           
8705         * gst/tcp/gsttcpclientsrc.c:
8706         * gst/tcp/gsttcpclientsrc.h:
8707           Move some includes into the header, so that struct sockaddr_in is
8708           defined when it should be defined on FreeBSD as well (fixes
8709           #167483).
8710           
8711         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8712           Don't pass uninitialised values to setsockopt() here either.
8713
8714 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8715
8716         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8717
8718         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8719           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8720
8721 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8722
8723         * gst/playback/gstplaybin.c: (add_sink):
8724           Invert bin_add/link order to workaround deadlock in opt.
8725
8726 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8727
8728         * gst/modplug/gstmodplug.cc:
8729           Add missing break causing position queries to fail.
8730
8731 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8732
8733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8734           Granpos can apparently be -1, which screws up calculations...
8735
8736 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8737
8738         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8739         (gst_ximagesink_send_pending_navigation),
8740         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8741         (gst_ximagesink_init):
8742         * sys/ximage/ximagesink.h:
8743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8744         (gst_xvimagesink_send_pending_navigation),
8745         (gst_xvimagesink_navigation_send_event),
8746         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8747         * sys/xvimage/xvimagesink.h:
8748           Use a mutex protected list to marshal navigation
8749           events into the stream thread from whichever thread
8750           sends them.
8751
8752 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8753
8754         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8755           Display current position and track length; misc. clean-ups.
8756           
8757         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8758         (speed_init), (speed_chain):
8759           Add query function, so that the stream length and current position
8760           get adjusted when queried (note that current position queries may
8761           still be wrong if the audio sink returns values based on buffer
8762           timestamps instead of passing on the query).
8763
8764 2005-02-13  Benjamin Otte  <otte@gnome.org>
8765
8766         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8767         (gst_audio_convert_channels):
8768           create channel conversion matrix when linking
8769         * gst/audioconvert/.cvsignore:
8770         * gst/audioconvert/Makefile.am:
8771         * gst/audioconvert/channelmixtest.c: (main):
8772           add (ugly) test that ensures stereo <=> mono conversion works
8773           correctly
8774
8775 2005-02-13  Benjamin Otte  <otte@gnome.org>
8776
8777         * gst/audioconvert/gstchannelmix.h:
8778           include missing header file
8779         * gst/audioconvert/gstchannelmix.c:
8780         (gst_audio_convert_fill_compatible):
8781           use same sign for both channels when converting to/from compatible
8782           channel. Previously used different signs made the signals cancel
8783           each other out and appear like silence. (fixes #167269)
8784
8785 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8786
8787         * gst/ffmpegcolorspace/avcodec.h:
8788         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8789         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8790         (gst_ffmpegcsp_avpicture_fill):
8791         * gst/ffmpegcolorspace/imgconvert.c:
8792           Convert to and from YV12 (fixes #156379).
8793
8794 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8795
8796         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8797         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8798         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8799         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8800         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8801         methods from chain and negotiation and vice versa (Fixes #166142).
8802         * sys/ximage/ximagesink.h: Add stream_lock.
8803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8804         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8805         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8806         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8807
8808 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8809
8810         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8811           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8812           error message when we can't open the DVD device (when dvdnav_open()
8813           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8814           the above). Send something more useful instead (fixes #167117).
8815
8816 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8817
8818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8819         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8820         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8821         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8822         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8823         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8824         methods from chain and negotiation and vice versa (Fixes #166142).
8825         Fix a possible bug of images in the buffer pool being discarded because
8826         we are looking at the wrong geometry.
8827         * sys/xvimage/xvimagesink.h: Add stream_lock.
8828
8829 2005-02-11  David Schleef  <ds@schleef.org>
8830
8831         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8832         unsigned int. (fixes #167128)
8833
8834 2005-02-11  David Schleef  <ds@schleef.org>
8835
8836         * gst/librfb/Makefile.am: Testing stuff before committing is
8837           for wimps... and people with fast machines.  Fix stupid
8838           mistake.
8839
8840 2005-02-11  David Schleef  <ds@schleef.org>
8841
8842         * configure.ac: Pull in librfb from my CVS tree, because it is
8843           too small and annoying to be separate.  Move rfbsrc plugin
8844           to gst/.
8845         * ext/Makefile.am:
8846         * ext/librfb/Makefile.am:
8847         * ext/librfb/gstrfbsrc.c:
8848         * gst/librfb/Makefile.am:
8849         * gst/librfb/gstrfbsrc.c:
8850         * gst/librfb/rfb.c:
8851         * gst/librfb/rfb.h:
8852         * gst/librfb/rfbbuffer.c:
8853         * gst/librfb/rfbbuffer.h:
8854         * gst/librfb/rfbbytestream.c:
8855         * gst/librfb/rfbbytestream.h:
8856         * gst/librfb/rfbcontext.h:
8857         * gst/librfb/rfbdecoder.c:
8858         * gst/librfb/rfbdecoder.h:
8859         * gst/librfb/rfbutil.h:
8860
8861 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8862
8863         * gst/speed/Makefile.am:
8864         * gst/speed/demo-mp3.c: (main):
8865         * gst/speed/filter.func:
8866         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8867         (speed_class_init), (speed_init), (speed_chain_int16),
8868         (speed_chain_float32), (speed_chain), (speed_set_property),
8869         (speed_get_property), (speed_change_state):
8870         * gst/speed/gstspeed.h:
8871           Fix speed element and make it chain-based (fixes #156467),
8872           and make it handle more than one channel.
8873
8874 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8875
8876         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8877         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8878         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8879         * ext/dts/gstdtsdec.h:
8880           Don't clobber the stack constructing the channels array.
8881           Make the element chain-based. DTS tracks can now be played.
8882           
8883 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8884
8885         * gst-libs/gst/audio/multichannel.h:
8886         * gst-libs/gst/gconf/gconf.h:
8887         * gst-libs/gst/idct/idct.h:
8888         * gst-libs/gst/media-info/media-info-priv.h:
8889         * gst-libs/gst/play/play.h:
8890         * gst-libs/gst/resample/private.h:
8891         * gst-libs/gst/resample/resample.h:
8892         * gst-libs/gst/riff/riff-ids.h:
8893         * gst-libs/gst/video/video.h:
8894         * gst-libs/gst/video/videosink.h:
8895           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8896           missing, so that they work when included from C++ code.
8897
8898 2005-02-09  David Schleef  <ds@schleef.org>
8899
8900         * testsuite/gst-lint: Check for non-statically scoped
8901           parent_class variables.  This won't be a problem once
8902           plugins are loaded with RTLD_LOCAL.
8903
8904 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8905
8906         * ext/mplex/gstmplexibitstream.cc:
8907           gcc madness.
8908
8909 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8910
8911         * ext/ogg/gstogmparse.c:
8912         * gst/debug/gstnavigationtest.c:
8913           Die, thou faulty symbol pollutors (non-static parent_class).
8914
8915 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8916
8917         * ext/mplex/gstmplexibitstream.cc:
8918           Fix event handling (#165525).
8919
8920 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * ext/mikmod/gstmikmod.c:
8923         * gst/modplug/gstmodplug.cc:
8924           Add missing endianness to template (fixes #165509).
8925
8926 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8927
8928         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8929           Fix wrong order of reading of optional bytes (#165290).
8930
8931 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8932
8933         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8934           Implement FILLER event awareness.
8935
8936 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8937
8938         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8939           Fix track calculations (#166208).
8940
8941 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8942
8943         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8944
8945         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8946         * ext/libpng/gstpngenc.c:
8947           Fix byte-order, use proper fixed caps. Fixes #164197.
8948
8949 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8950
8951         * configure.ac:
8952           Add dvdlpcmdec 
8953
8954         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8955         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8956           Don't push buffers if the src pad isn't negotiated yet.
8957           
8958         * gst/audioconvert/gstaudioconvert.c:
8959         (gst_audio_convert_buffer_to_default_format),
8960         (gst_audio_convert_buffer_from_default_format):
8961           Add support for 24-bit width.
8962
8963         * gst/dvdlpcmdec/.cvsignore:
8964         * gst/dvdlpcmdec/Makefile.am:
8965         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8966         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8967         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8968         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8969         (plugin_init):
8970         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8971           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8972           format. Needs support for the channels maps if someone can find 
8973           a DVD LPCM track with > 2 channels.
8974
8975         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8976         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8977         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8978         * gst/mpegstream/gstdvddemux.h:
8979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8980         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8981         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8982         * gst/mpegstream/gstmpegdemux.h:
8983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8984         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8985         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8986         (gst_mpeg_parse_handle_src_query),
8987         (gst_mpeg_parse_handle_src_event):
8988           Use audio/x-dvd-lpcm for LPCM output.
8989           Add DTS output.
8990
8991 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8992
8993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8994
8995         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8996         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8997           Add BGRA handling (#165736).
8998
8999 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9000
9001         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9002
9003         * gst/law/alaw-decode.c: (alawdec_link):
9004         * gst/law/alaw-encode.c: (alawenc_link):
9005         * gst/law/mulaw-decode.c: (mulawdec_link):
9006         * gst/law/mulaw-encode.c: (mulawenc_link):
9007           Fix caps memleaks (#166600).
9008
9009 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9010
9011         * ext/tarkin/mem.h:
9012         * ext/tarkin/wavelet.h:
9013         * ext/tarkin/yuv.h:
9014         * gst/ffmpegcolorspace/avcodec.h:
9015           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9016           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9017
9018 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9019
9020         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9022         (gst_xvimagesink_change_state):
9023           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9024           Xv video (and thereby regenerate Xv colourkey) in clear() so
9025           that PLAY -> READY -> PLAY works (fixes #162504).
9026
9027 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9028
9029         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9030           Switch to list instead of range, since MJPEG-devices really just
9031           support decimations, not any size.
9032
9033 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9034         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9035         (gst_mpeg2dec_reset), (free_all_buffers),
9036         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9037         * ext/mpeg2dec/gstmpeg2dec.h:
9038           The libmpeg2 user-allocated buffer management is awkward, 
9039           to say the least. Hopefully this fixes things.
9040
9041 2005-02-04  Andy Wingo  <wingo@pobox.com>
9042
9043         * gst/audioconvert/bufferframesconvert.c
9044         (buffer_frames_convert_fixate): New function, fixates to 256
9045         frames per buffer by default. (Much better than 1.)
9046         (buffer_frames_convert_init): Set the fixate function for both src
9047         and sink pad.
9048         (buffer_frames_convert_link): After success setting nonfixed caps,
9049         get the negotiated caps so we can know how many buffer-frames it
9050         will be. No idea how this worked at all before.
9051
9052 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9053
9054         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9055         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9056         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9057         (handle_sequence), (handle_picture):
9058         * ext/mpeg2dec/gstmpeg2dec.h:
9059           Rearrange buffer tracking and refcounting and refactor
9060           a little for readability. 
9061
9062 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9063         * sys/v4l/gstv4l.c: (plugin_init):
9064         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9065         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9066         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9067         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9068         * sys/v4l/gstv4ljpegsrc.h:
9069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9070         * sys/v4l/v4l_calls.h:
9071         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9072         (gst_v4lsrc_get_fps):
9073         * sys/v4l/v4lsrc_calls.h:
9074           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9075           you jpeg inside rgb frames" driver.
9076           Don't error in the v4lsrc link function, just return 
9077           REFUSED.
9078
9079 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9080
9081         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9082         (gst_qcamsrc_open):
9083           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9084
9085 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9086
9087         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9088           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9089
9090 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9091
9092         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9093           Reset negotiated state on PAUSED->READY.
9094
9095 2005-02-02  David Schleef  <ds@schleef.org>
9096
9097         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9098         whereever possible.  (Fixes #165997)
9099         * examples/capsfilter/capsfilter1.c: (main):
9100         * examples/dynparams/filter.c: (create_ui):
9101         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9102         * examples/seeking/chained.c: (main):
9103         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9104         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9105         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9106         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9107         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9108         * examples/switch/switcher.c: (main):
9109         * ext/dv/demo-play.c: (main):
9110         * ext/faad/gstfaad.c: (gst_faad_change_state):
9111         * ext/mad/gstmad.c: (gst_mad_chain):
9112         * ext/smoothwave/demo-osssrc.c: (main):
9113         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9114         (gst_gconf_render_bin_from_description),
9115         (gst_gconf_get_default_audio_sink),
9116         (gst_gconf_get_default_video_sink),
9117         (gst_gconf_get_default_audio_src),
9118         (gst_gconf_get_default_video_src),
9119         (gst_gconf_get_default_visualization_element):
9120         * gst/level/demo.c: (main):
9121         * gst/level/plot.c: (main):
9122         * gst/playback/gstplaybin.c: (gen_video_element),
9123         (gen_audio_element):
9124         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9125         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9126         * gst/sine/demo-dparams.c: (main):
9127         * gst/spectrum/demo-osssrc.c: (main):
9128         * gst/speed/demo-mp3.c: (main):
9129         * gst/volume/demo.c: (main):
9130         * testsuite/embed/embed.c: (main):
9131
9132 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9133
9134         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9135         (gst_tcpclientsink_finalize):
9136         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9137         (gst_tcpclientsrc_finalize):
9138         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9139         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9140         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9141         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9142           Don't leak the hostname when shutting down.
9143           In tcpserversrc, take a copy of the default hostname.
9144
9145 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9146
9147         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9148           Set caps to systemstream=TRUE.
9149
9150 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9151
9152         * testsuite/Makefile.am:
9153           Fix more OSX buildbots.
9154
9155 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9156
9157         * ext/mpeg2dec/gstmpeg2dec.c:
9158           Don't send things to NULL PAD_PEERs
9159
9160         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9161           Copy-on-write the incoming buffer.
9162
9163         * gst/mpegstream/gstdvddemux.h:
9164         * gst/mpegstream/gstmpegclock.h:
9165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9166         (normal_seek), (gst_mpeg_demux_handle_src_event):
9167         * gst/mpegstream/gstmpegdemux.h:
9168         * gst/mpegstream/gstmpegpacketize.h:
9169         * gst/mpegstream/gstmpegparse.c:
9170         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9171         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9172         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9173         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9174         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9175         * gst/mpegstream/gstmpegparse.h:
9176         * gst/mpegstream/gstrfc2250enc.h:
9177           Various changes to the way time is computed that make seeking and
9178           total time estimation much better here.
9179           Use G_BEGIN/END_DECLS instead of __cplusplus
9180
9181         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9182           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9183
9184 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9185
9186         * gst/subparse/gstsubparse.c:
9187           Fix OSX buildbot.
9188
9189 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9190
9191         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9192         (theora_enc_chain), (theora_enc_change_state):
9193         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9194         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9195         (gst_vorbisenc_change_state):
9196         * ext/vorbis/vorbisenc.h:
9197           Set granulepos and timestamp correctly for streams not
9198           starting at 0, taking into account the initial delay.
9199
9200 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9201
9202         * gst/mpegstream/gstdvddemux.c:
9203           Add audio/x-dts to audio pad template caps
9204
9205 2005-01-30  David Schleef  <ds@schleef.org>
9206
9207         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9208         (create_context), (gst_polypsink_link): Fix silly endianness
9209         bug.  Add some debugging.  Remove float from caps; it doesn't
9210         work.  Attempt to get remote audio working.
9211
9212 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9213
9214         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9215           Add 3IV2 fourcc.
9216
9217 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9218
9219         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9220         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9221         (gst_avi_demux_stream_data):
9222         * gst/avi/gstavidemux.h:
9223           Invert DIB images. Fixes #132341.
9224
9225 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9226
9227         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9228         (gst_ffmpegcsp_chain):
9229           D'oh, reference the palette data, not the palette structure.
9230           Fixes color distortion in #132341.
9231
9232 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9233
9234         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9235           PAR can be non-fixed when not provided as argument (#162626).
9236
9237 2005-01-29  David Moore  <dcm@acm.org>
9238
9239         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9240
9241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9242         (gst_qtdemux_loop_header):
9243           Re-apply patch from #142272 that allows non-seekable sources,
9244           re-proposed by Daniel Drake <dsd@gentoo.org>.
9245
9246 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9247
9248         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9249           Use the src template for creating the src pad (#162330).
9250
9251 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9252
9253         * configure.ac:
9254         * ext/musepack/Makefile.am:
9255         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9256         (gst_musepackdec_init), (gst_musepackdec_dispose),
9257         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9258         (gst_musepack_stream_init), (gst_musepackdec_loop),
9259         (gst_musepackdec_change_state):
9260         * ext/musepack/gstmusepackdec.cpp:
9261         * ext/musepack/gstmusepackdec.h:
9262         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9263         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9264         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9265         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9266         * ext/musepack/gstmusepackreader.cpp:
9267         * ext/musepack/gstmusepackreader.h:
9268           Update to 1.1 API (#165446).
9269
9270 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * ext/Makefile.am:
9273           Unbreak buildbot.
9274
9275 2005-01-28  Andy Wingo  <wingo@pobox.com>
9276
9277         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9278         to reflect a different dubious internet source. Add a reference
9279         and some commentary.
9280
9281 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9282
9283         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9284         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9285         * gst/playback/gststreamselector.h:
9286           Be more selective when we're redoing caps negotiation from
9287           within the chain function on a stream change.
9288
9289 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9290
9291         * configure.ac:
9292         * ext/Makefile.am:
9293         * ext/amrnb/Makefile.am:
9294         * ext/amrnb/amrnb.c: (plugin_init):
9295         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9296         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9297         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9298         (gst_amrnbdec_state_change):
9299         * ext/amrnb/amrnbdec.h:
9300         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9301         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9302         (gst_amrnbparse_init), (gst_amrnbparse_formats),
9303         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9304         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9305         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9306         * ext/amrnb/amrnbparse.h:
9307           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9308         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9309           Add AMR-NB/-WB raw formats.
9310         * ext/alsa/gstalsa.c: (gst_alsa_link):
9311           Keep valid time when changing format.
9312         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9313         (qtdemux_parse_trak):
9314           Add some more format-specific options (#140141, #143555, #155163).
9315
9316 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9317
9318         * gst/matroska/matroska-demux.c:
9319         (gst_matroska_demux_parse_blockgroup):
9320           Fix logic error in timing of subtitle stream synchronization.
9321         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9322           Add skip-chunk, which is found in kodak-camera streams.
9323
9324 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9325
9326         * po/LINGUAS:
9327         * po/vi.po:
9328           Adding Vietnamese translation (submitted by Clytie Siddall)
9329
9330 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9331
9332         * gst/playback/gstdecodebin.c: (try_to_link_1):
9333           Use realpad for signal.
9334
9335 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9336
9337         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9338           Fix category so decodebin picks it up.
9339
9340 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9341
9342         * ext/mad/Makefile.am:
9343         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9344         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9345         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9346         (found_type), (gst_id3demux_bin_change_state):
9347         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9348         (gst_id3_tag_init), (gst_id3_tag_handle_event),
9349         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9350         (gst_id3_tag_change_state), (plugin_init):
9351         * ext/mad/gstmad.h:
9352           Add id3demuxbin (which is a simple bin consisting of id3demux
9353           and typefind), take over rank from id3demux, remove typefind
9354           code from id3demux. Makes all broken mp3s that I know of work,
9355           and thereby fixes #152688.
9356
9357 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9358
9359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9360
9361         * ext/mad/gstmad.c: (gst_mad_src_event):
9362         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9363           Allow seeks on audio pad, make mad forward those (#164826).
9364         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9365           Set duration (#165335).
9366
9367 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9368
9369         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9370         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9371         (gst_asf_demux_process_ext_content_desc),
9372         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9373         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9374         * gst/asfdemux/gstasfdemux.h:
9375           Improve metadata display, e.g. if the metadata comes before the
9376           streams are loaded (which is perfectly valid).
9377
9378 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9379
9380         * tools/gst-launch-ext-m.m:
9381           Fix AVI/ASF pipelines (#165340).
9382
9383 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9384         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9385         build failure on amd64
9386
9387 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9388
9389         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9390         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9391           Check environment variables GST_ID3V2_TAG_ENCODING,
9392           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9393           list of character encodings to force interpretation of non-unicode
9394           strings stored in an ID3v2 tag to a particular encoding. If none
9395           is specified, try to use current locale's encoding, then fall back
9396           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9397         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9398         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9399           Check environment variables GST_ID3V1_TAG_ENCODING,
9400           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9401           list of character encodings to use in case a string encountered
9402           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9403           specified, try to use the current locale's encoding, then fall
9404           back to ISO-8859-1 (which will always succeed).
9405
9406 2005-01-25  Benjamin Otte  <otte@gnome.org>
9407
9408         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9409           - on half framerate, compute the rate in advance so the comparisons
9410             don't compare wrong values
9411           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9412             behaviour
9413           - don't use mad_header_decode anymore, mad_frame_decode does that
9414             automatically
9415           - when getting rid of consumed bytes, reset the stream's skiplen
9416           (fixes #163867)
9417
9418 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9419
9420         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9421           Use 1/2 a second for default max_discont, as PES streams from DVB
9422           seem to have larger spacings in the SCR. 
9423           Fix a typo.
9424
9425 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9426
9427         * gst/playback/gstplaybasebin.c: (group_commit):
9428           Notify delayed stream-info availability.
9429
9430 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9431         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9432         (gst_a52dec_handle_event), (gst_a52dec_chain):
9433         Add some debug output. Check that a discont has a valid
9434         time associated.
9435         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9436         (gst_alsa_sink_loop):
9437         Ignore TAG events. A little extra debug for broken timestamps.
9438         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9439         (dvdnavsrc_change_state):
9440         Ensure we send a discont to engage the link before we send any
9441         other events.
9442         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9443         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9444         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9445         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9446         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9447         dvd://title works in totem because typefinding sends a seek that ends
9448         up going back to chapter 1 regardless.
9449         * ext/mpeg2dec/gstmpeg2dec.c:
9450         * ext/mpeg2dec/gstmpeg2dec.h:
9451         Output correct timestamps and handle disconts.
9452         * ext/ogg/gstoggdemux.c: (get_relative):
9453         Small guard against a null dereference.
9454         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9455         (gst_textoverlay_set_property):
9456         Free memory when done. Don't call gst_event_filler_get_duration on
9457         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9458         g_warning.
9459         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9460         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9461         (gst_sw_srclink), (gst_smoothwave_chain):
9462         Draw solid lines, prettier colours.
9463         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9464         Add a default palette that'll work for some movies.
9465         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9466         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9467         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9468         * gst/mpegstream/gstdvddemux.h:
9469         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9470         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9472         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9473         * gst/mpegstream/gstmpegparse.h:
9474         Use PTM/NAV events when for timestamp adjustment when connected to 
9475         dvdnavsrc. Don't use many discont events where one suffices.
9476         * gst/playback/gstplaybasebin.c: (group_destroy),
9477         (gen_preroll_element), (gst_play_base_bin_add_element):
9478         * gst/playback/gstplaybasebin.h:
9479         Make sure we remove subtitles from the same bin we put them in.
9480         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9481         (gst_subparse_buffer_format_autodetect),
9482         (gst_subparse_change_state):
9483         Fix some memleaks and invalid accesses.
9484         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9485         (oggskel_type_find), (cmml_type_find), (plugin_init):
9486         Some typefind functions for Annodex v3.0 files
9487         * gst/wavparse/gstwavparse.h:
9488         GstRiffReadClass is the correct parent class.
9489
9490 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9491
9492         * gst-libs/gst/riff/riff-media.c:
9493         (gst_riff_create_video_caps_with_data):
9494           Add extradata to huffyuv (fixes #165013).
9495         * gst-libs/gst/riff/riff-read.c:
9496         (gst_riff_read_strf_vids_with_data):
9497           Fix extradata extraction if it is in the chunk size.
9498
9499 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
9500
9501         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9502
9503         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9504         (gst_quarktv_change_state), (gst_quarktv_dispose):
9505           Memory free'ing location fix (#164708).
9506
9507 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9508
9509         * gst/playback/gstplaybasebin.c: (group_commit),
9510         (gen_preroll_element), (probe_triggered), (gen_source_element),
9511         (setup_source), (gst_play_base_bin_change_state),
9512         (gst_play_base_bin_add_element):
9513           Don't block for streams.
9514         * gst/playback/gststreaminfo.c: (stream_info_change_state),
9515         (gst_stream_info_set_mute):
9516           Use gst_pad_set_active_recursive.
9517
9518 2005-01-25  Andy Wingo  <wingo@pobox.com>
9519
9520         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9521         for #ifndef HAVE_XVIDEO.
9522
9523 2005-01-24  Jeffrey C. Ollie
9524
9525         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
9526
9527         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9528         * ext/gsm/gstgsmdec.h:
9529         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9530         * ext/gsm/gstgsmenc.h:
9531         Fix rate to 8kHz as per spec, removes obscure errors when no rate
9532         was given by property. Add proper buffer timestamps and offsets.
9533
9534 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9535
9536         * gst-libs/gst/riff/riff-media.c:
9537         (gst_riff_create_audio_caps_with_data):
9538           Audio can be <8000Hz.
9539
9540 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9541
9542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9543           Explicit state change to workaround refcount bugs.
9544
9545 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9546
9547         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9548         (gst_avimux_riff_get_avi_header):
9549           Fix...
9550
9551 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9552
9553         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9554         (gst_riff_read_element_data):
9555         * gst-libs/gst/riff/riff-read.h:
9556           Add _peek version (req'ed in CDXA).
9557         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9558         (gst_cdxaparse_loop):
9559           Fix parsing in playbin.
9560         * gst/playback/gstdecodebin.c: (close_pad_link):
9561           Ignore current_ pads, they cause major annoyance.
9562
9563 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9564
9565         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9566           Safety guard.
9567
9568 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9569
9570         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9571           Fix padding...
9572
9573 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9574
9575         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9576           Allow for 0-sized buffers. Fixes length query problems in
9577           starwars.mkv from the testsuite.
9578
9579 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9580
9581         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9582         (gst_video_box_i420), (gst_video_box_chain):
9583           Fix row strides for I420 (fixes #163159)
9584           
9585 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9586
9587         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9588           MPEG2 has a useful rate property, so we can actually use that.
9589           For MPEG-1, continue using the bytes/time properties.
9590
9591 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9592
9593         * gst-libs/gst/riff/riff-media.c:
9594         (gst_riff_create_video_caps_with_data),
9595         (gst_riff_create_video_template_caps):
9596           Add intel-h263.
9597
9598 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9599
9600         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9601           Fail if caps negotiation fails. Should fix #162184, and should
9602           definately be in there regardless of it fixing the actual bug.
9603         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9604         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9605         (gst_avimux_riff_get_avix_header),
9606         (gst_avimux_riff_get_video_header),
9607         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9608         (gst_avimux_start_file), (gst_avimux_handle_event),
9609         (gst_avimux_change_state):
9610         * gst/avi/gstavimux.h:
9611           Refactor structure writing to use GST_WRITE_UINT macros, add
9612           metadata writing support.
9613
9614 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9615
9616         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9617           Elements may already be destroyed when this function is called.
9618
9619 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9620
9621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9622         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9623           More memory leak fixes (#149162).
9624
9625 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9626
9627         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9628         (gst_qtdemux_add_stream):
9629           Fix two memleaks.
9630
9631 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9632
9633         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9634           Argh...
9635
9636 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9637
9638         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9639           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9640           when fixating to six channels in Totem.
9641
9642 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9643
9644         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9645           Fix compile warnings on Solaris 10 buildbot
9646
9647 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9648
9649         * ext/dvdread/dvdreadsrc.c: (_read):
9650           Don't read beyond the last cell in a chapter (fixes 
9651           invalid memory access)
9652
9653 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9654
9655         * ext/dvdread/stream_labels.c:
9656         (dvdreadsrc_get_audio_stream_labels):
9657           Use NULL for an empty GList instead of g_list_alloc(); fix 
9658           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9659           of GString (easier to bulk free later)
9660
9661 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9662
9663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9664
9665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9666         (gst_ffmpeg_pixfmt_to_caps):
9667           Fix BGRA32 caps (#164209).
9668
9669 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9670
9671         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9672
9673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9674         (gst_ffmpeg_caps_to_pixfmt):
9675           alpha_mask can be RGBA/ABGR. Fixes #164265.
9676
9677 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9678
9679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9680
9681         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9682         (gst_mpeg2dec_alloc_buffer):
9683         * ext/mpeg2dec/gstmpeg2dec.h:
9684           Crop if decoding size is not the actual image size (#163676).
9685
9686 2005-01-17  Steve Baker  <steve@stevebaker.org>
9687
9688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9689
9690         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9691         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9692           Add libsndfile typefind functions (#163309).
9693
9694 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9695
9696         * tools/gst-launch-ext-m.m:
9697           Add .aac, fix .m1v/.m2v (#163891).
9698
9699 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9700
9701         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9702           Sanity check, don't wait endlessly since the clock might not
9703           actually run at this point (which is a deadlock). Fixes #164069.
9704
9705 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9706
9707         * gst/playback/gstplaybasebin.c: (probe_triggered):
9708           Of course, only pause if group is done...
9709
9710 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9711
9712         * gst/playback/gstplaybasebin.c: (probe_triggered):
9713           Thread safety.
9714
9715 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9716
9717         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9718           Don't return state change success when the parent
9719           failed.
9720
9721 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9722
9723         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9724           Free events (fix memleak in #162905).
9725
9726 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9727
9728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9729
9730         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9731         (gst_ffmpeg_caps_to_pixfmt):
9732           Fix for depth = 15. Fixes #161675.
9733
9734 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9735
9736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9737           Set FPS correctly, even for webcams and the like.
9738         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9739           Don error on setting while capturing.
9740
9741 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9742
9743         * ext/dv/gstdvdec.c:
9744         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9745         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9746           I'm a bad boy. using /1001. to force C to do float division
9747           and not integer division (as it did in my last commit)
9748           Thanks to David I. Lehn for pointing this mistake.
9749
9750 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9751
9752         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9753           Revert Johan??s 1.35->1.36 since it breaks compat.
9754
9755 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9756
9757         * ext/dv/gstdvdec.c:
9758         * ext/libfame/gstlibfame.c:
9759         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9760         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9761           replace framerate aproximations by their real value
9762           (24000/1001, 30000/1001, 60000/1001)
9763           Finish fixing bug #164049
9764
9765 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9766
9767         * ext/ogg/gstoggmux.c:
9768           eos/bos debugging
9769         * gst/tcp/gstmultifdsink.c:
9770         * gst/tcp/gstmultifdsink.h:
9771         * gst/tcp/gsttcp.c:
9772         * gst/tcp/gsttcp.h:
9773         * gst/tcp/gsttcpclientsink.c:
9774         * gst/tcp/gsttcpclientsrc.c:
9775         * gst/tcp/gsttcpserversink.c:
9776         * gst/tcp/gsttcpserversrc.c:
9777           improve reusability of elements after state changes and errors
9778           make multifdsink throw away streamheaders when receiving new ones
9779
9780 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9781
9782         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9783           Fix for if items are already in list...
9784
9785 2005-01-12  Benjamin Otte  <otte@gnome.org>
9786
9787         * gst/adder/gstadder.c: (gst_adder_loop):
9788           fix adder a bit so it doesn't screw up with events as much anymore
9789
9790 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9791
9792         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9793         (pixbufscale_scale), (gst_pixbufscale_chain):
9794         * ext/gdk_pixbuf/pixbufscale.h:
9795           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9796           to ensure rowstrides are calculated the same way as 
9797           ffmpegcolorspace
9798           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9799           that we pick up duration and offset also.
9800
9801 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9802
9803         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9804         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9805           Reusability fixes.
9806
9807 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9808
9809         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9810         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9811         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9812         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9813           Update flags when requested.
9814
9815 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9816
9817         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9818           Fix dmix.
9819
9820 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9821
9822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9823         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9824         (probe_triggered), (new_decoded_pad), (gen_source_element),
9825         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9826         * gst/playback/gstplaybasebin.h:
9827         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9828         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9829         (gst_play_bin_change_state):
9830           Implement group-switch signal for use in apps to clear metadata
9831           cache, clean up subtitle, add suburi property instead of # hack,
9832           some error-out fixes.
9833
9834 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9835
9836         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9837           Debug.
9838         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9839           If we got a state change in the _get handler, don't return success.
9840
9841 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9842
9843         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9844         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9845           Make jpegdec quiet on MJPEG decoding
9846         * gst/asfdemux/README:
9847           Fix mimetypes for MJPEG and H263
9848
9849 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9850
9851         * ext/theora/theoradec.c: (theora_dec_chain):
9852           Fix broken code generation by gcc by swapping arguments.
9853         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9854           Fix \n in debug.
9855
9856 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9857
9858         * TODO:
9859           delete this file, it is by far outdated
9860         * ext/alsa/gstalsa.1: remove
9861         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9862         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9863         (gst_alsa_get_caps):
9864           Add HW probing for supported sample rates. Fixes #161704
9865
9866 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9867
9868         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9869           Don't crash, biatch! :).
9870
9871 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9872
9873         * ext/musepack/gstmusepackreader.cpp:
9874         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9875           Some work on tags - still doesn't work in playbin...
9876         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9877           Handle events...
9878
9879 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9880
9881         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9882           Also shove tags on kid pads.
9883
9884 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9885
9886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9887           Don't bail on unknown events.
9888         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9889           Don't crash on events before negotiation.
9890         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9891           Send tags on pads, too.
9892         * gst/playback/gststreamselector.c:
9893         (gst_stream_selector_request_new_pad):
9894           Forward events on first pad if no input was selected yet.
9895
9896 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9897
9898         * gst/playback/gstplaybasebin.c: (setup_substreams):
9899           Don't disable streamtype if the stream doesn't exist, since
9900           then playing a video after audio will disable both and nothing
9901           will happen. Fixes the testsuite.
9902
9903 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9904
9905         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9906         (gst_v4l_xoverlay_set_xwindow_id):
9907         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9908         (gst_v4l2_xoverlay_set_xwindow_id):
9909           Add debug categories, fix overlay disabling.
9910
9911 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9912
9913         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9914         * ext/alsa/gstalsa.h:
9915           Add HW probing for period_count/size and buffer_size MIX/MAX
9916           Adjust default/user defined value if out of bounds
9917           Should fix bug #162024
9918
9919 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9920
9921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9922           Fix warning (#161191).
9923
9924 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9925
9926         * ext/dvdread/stream_labels.c:
9927         (dvdreadsrc_get_audio_stream_labels):
9928           Fix warning (init the good variable in switch default)
9929
9930 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9931
9932         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9935           Fix gcc-2.95 compile (#163485).
9936
9937 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9938
9939         * configure.ac:
9940         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9941         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9942         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9943         (gst_flacenc_change_state):
9944         * ext/flac/gstflacenc.h:
9945           Update for API change in flac-1.1.1. Update requirement in
9946           configure.ac. Fixes #162974.
9947
9948 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * gst/playback/gstplaybasebin.c: (group_destroy):
9951           Remove hack to get rid of assert and get rid of unlinked
9952           signals properly.
9953
9954 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9955
9956         * gst/playback/gstplaybasebin.c: (setup_source):
9957           Set source to NULL so that resources are free'ed. Fixes issues
9958           with playback of CDDA and similar device-accessing things.
9959
9960 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9961
9962         * testsuite/embed/Makefile.am:
9963           test->noinst, fix make test in buildbot.
9964
9965 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9966
9967         * ext/dvdread/stream_labels.c: new file
9968         * ext/dvdread/stream_labels.h: new file
9969         * ext/dvdread/Makefile.am:
9970         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9971           Extract audio stream label from DVD IFO files.
9972           It only dump them on the console for now, still have to
9973           make playbin aware of them.
9974
9975 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9976
9977         * gst/playback/gstplaybasebin.c: (setup_source):
9978           Fix hanging subs.
9979
9980 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9981
9982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9983         (gen_preroll_element), (remove_groups), (setup_subtitle),
9984         (gen_source_element), (setup_source):
9985         * gst/playback/gstplaybasebin.h:
9986           Multiple .sub files is just a stupid idea... Fix some threading
9987           mistakes. Interestingly, external .sub files cause playbin to
9988           hang, I don't know why... Parsing fixes contributed by Fran??ois
9989           Kooman <fkooman@tuxed.net>.
9990
9991 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9992
9993         * testsuite/embed/Makefile.am:
9994           Fix buildbot.
9995
9996 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9997
9998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9999
10000         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10001         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10002         (gst_pngenc_set_property):
10003         * ext/libpng/gstpngenc.h:
10004           Add compression level property (#163323).
10005
10006 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10007
10008         * configure.ac:
10009         * examples/capsfilter/capsfilter1.c: (main):
10010         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10011         * ext/dvdread/Makefile.am:
10012         * ext/dvdread/demo-play:
10013         * ext/dvdread/demo-play.c:
10014         * gconf/gstreamer.schemas.in:
10015         * gst-libs/gst/gconf/gconf.c:
10016         * sys/v4l/TODO:
10017         * testsuite/Makefile.am:
10018         * testsuite/embed/Makefile.am:
10019         * testsuite/embed/embed.c: (cb_expose), (main):
10020           Remove all references to xvideosink, fix examples (#140845).
10021         * gst/playback/gstplaybasebin.c: (group_destroy):
10022           Apparently, disposal does not unlink - so do explicitely.
10023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10024           Add debug.
10025
10026 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10027
10028         * README: fix PKG_CONFIG_PATH instructions, what was there
10029         previously was breaking default search path, not nice. 
10030         Fixes #163358
10031
10032 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10033
10034         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10035         (gst_audioscale_chain):
10036           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10037           when resampling - how the ^@$^!@^! is this possible?!?
10038
10039 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10042           Reset variables on READY.
10043         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10044         (gst_matroska_mux_loop):
10045           Require data before writing header.
10046
10047 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10048
10049         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10050
10051         * ext/mad/gstmad.c: (gst_mad_chain):
10052           Don't call mad_stream_sync() directly after recovering sync.
10053           Fixes #151661.
10054
10055 2005-01-09  Martin Eikermann  <meiker@upb.de>
10056
10057         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10058
10059         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10060         (snapshot_handler), (gst_snapshot_sinkconnect),
10061         (gst_snapshot_chain):
10062           Allocate resources when required, fix recursive signal emission
10063           and fix caps. Fixes #161667.
10064
10065 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10066
10067         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10068
10069         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10070         (gst_pngdec_chain):
10071           Handle only 8-bppc (bits-per-pixel-component) images, better
10072           error handling and correct strides. Fixes #163177.
10073         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10074         (gst_pngenc_chain):
10075           Better error handling. Fixes #163348.
10076
10077 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10078
10079         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10080         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10081         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10082         (dvdnavsrc_uri_handler_init):
10083           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10084         * gst/playback/gstplaybasebin.c: (gen_source_element):
10085           Add MMS to streaming URIs.
10086
10087 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10088
10089         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10090         * sys/xvimage/xvimagesink.c:
10091         (gst_xvimagesink_navigation_send_event):
10092           Check for pad availability before sending event.
10093
10094 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10095
10096         * gst-plugins.spec.in:
10097           Add subparse.
10098
10099 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10100
10101         * configure.ac:
10102           Since we use functions from CVS, up requirement.
10103
10104 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10105
10106         * gst/playback/Makefile.am:
10107         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10108         (group_destroy), (group_commit), (group_is_muted),
10109         (gen_preroll_element), (add_stream), (unknown_type),
10110         (probe_triggered), (preroll_unlinked), (mute_stream),
10111         (silence_stream), (new_decoded_pad), (setup_substreams),
10112         (setup_source), (get_active_source), (mute_group_type),
10113         (muted_group_change_state), (set_active_source),
10114         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10115         (play_base_eos), (gst_play_base_bin_change_state):
10116         * gst/playback/gstplaybasebin.h:
10117         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10118         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10119         (gst_stream_info_dispose), (stream_info_mute_pad),
10120         (stream_info_change_state), (gst_stream_info_set_mute):
10121         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10122         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10123         (gst_stream_selector_init), (gst_stream_selector_dispose),
10124         (gst_stream_selector_get_linked_pad),
10125         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10126         (gst_stream_selector_get_linked_pads),
10127         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10128         * gst/playback/gststreamselector.h:
10129           Adding stream selection support plus required properties for
10130           applications to use this. Fully fixes #100931.
10131
10132 2005-01-08  Benjamin Otte  <otte@gnome.org>
10133
10134         * gst/games/gstpuzzle.c: (nav_event_handler):
10135           - handle nav events differently: forward every event no matter if it
10136             was handled or not.
10137           - translate events
10138           You can now cheat by using navigationtest ! puzzle and moving the
10139           mouse close to the edge of a tile. ;)
10140
10141 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10142
10143         * configure.ac:
10144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10145         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10146         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10147         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10148         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10149         (gst_ogm_parse_plugin_init):
10150         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10151         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10152         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10153         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10154         * ext/pango/gsttextoverlay.h:
10155         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10156         (gst_matroska_demux_handle_seek_event),
10157         (gst_matroska_demux_sync_streams),
10158         (gst_matroska_demux_parse_blockgroup),
10159         (gst_matroska_demux_subtitle_caps),
10160         (gst_matroska_demux_plugin_init):
10161         * gst/matroska/matroska-ids.h:
10162         * gst/playback/gstdecodebin.c: (close_pad_link):
10163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10164         (gen_preroll_element), (remove_groups), (add_stream),
10165         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10166         (setup_source):
10167         * gst/playback/gstplaybasebin.h:
10168         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10169         * gst/subparse/Makefile.am:
10170         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10171         (gst_subparse_base_init), (gst_subparse_class_init),
10172         (gst_subparse_init), (gst_subparse_formats),
10173         (gst_subparse_eventmask), (gst_subparse_event),
10174         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10175         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10176         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10177         (parse_mpsub_deinit), (parse_mpsub_init),
10178         (gst_subparse_buffer_format_autodetect),
10179         (gst_subparse_format_autodetect), (gst_subparse_loop),
10180         (gst_subparse_change_state), (gst_subparse_type_find),
10181         (plugin_init):
10182         * gst/subparse/gstsubparse.h:
10183         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10184         (plugin_init):
10185           Add subtitle support, .sub parser (supports SRT and MPsub),
10186           OGM text support, Matroska UTF-8 text support, deadlock fixes
10187           all over the place, subtitle awareness in decodebin/playbin
10188           and some fixes to textoverlay to handle subtitles in a stream
10189           correctly. Fixes #100931.
10190
10191 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10192
10193         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10194           Check for pad availability before doing a query on it.
10195
10196 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10197
10198         * ext/dv/gstdvdec.c:
10199           really fix bpp24/32 dvdec caps (classic rgba indeed)
10200         * gst/asfdemux/gstasfdemux.c:
10201         (gst_asf_demux_process_ext_content_desc):
10202           don't send text tags if they are empty (bis repetita)
10203
10204 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10205
10206         * ext/dv/gstdvdec.c:
10207          remove unneeded comment from dvdec
10208           (related to DV 4CC codes in AVI files)
10209           moved them in gstreamer/docs/random/mimetypes
10210         * gst/asfdemux/gstasfdemux.c:
10211         (gst_asf_demux_process_ext_content_desc):
10212          don't send text tags if they are empty
10213          fix mem leak on error path
10214         * gst/ffmpegcolorspace/avcodec.h:
10215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10216         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10217         (gst_ffmpegcsp_avpicture_fill):
10218         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10219         * gst/ffmpegcolorspace/imgconvert_template.h:
10220          adds BGR32 and BGRA32 to ffmpegcolorspace
10221           (still bad colors, fixing it on next commit)
10222           helps with dvdec outputing BGR32
10223
10224 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10225
10226         * ext/dv/gstdvdec.c:
10227          Fix audio caps i just broke (missing ',')
10228         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10229         (gst_matroska_mux_reset):
10230          Fix typo + add FIXME about old "x-gst-metadata" crap
10231
10232 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10233
10234         * ext/dv/demo-play.c: (main):
10235          xvideosink -> xvimagesink
10236         * ext/dv/gstdvdec.c:
10237          change rgb 32/32 caps to 24/32 (no alpha)
10238          change nb of channels to be a list (2 or 4, not 2)
10239          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10240         * gst/asfdemux/gstasfdemux.c:
10241         (gst_asf_demux_process_ext_content_desc):
10242          Add 'date/year' to extracted metadata list
10243
10244 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10245
10246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10247           The return value of fixate_to does not imply that the requested
10248           value was set, so don't assume.
10249
10250 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10251
10252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10253
10254         * ext/libpng/gstpngdec.c:
10255         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10256         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10257         * ext/libpng/gstpngenc.h:
10258           Alpha support (encoder; #163161), mime fixage.
10259
10260 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10261
10262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10263
10264         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10265         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10266         (gst_faac_set_property), (gst_faac_get_property):
10267         * ext/faac/gstfaac.h:
10268           Allow for ADTS output (#153434).
10269
10270 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10271
10272         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10273           Fix against template (#150576).
10274
10275 2005-01-06  Benjamin Otte  <otte@gnome.org>
10276
10277         * gst/games/gstpuzzle.c: (draw_puzzle):
10278           don't draw a puzzle if either width or height of tiles would be 0.
10279
10280 2005-01-06  Benjamin Otte  <otte@gnome.org>
10281
10282         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10283         (gst_puzzle_class_init), (gst_puzzle_finalize):
10284           no memleaks, please
10285         (gst_puzzle_create), (gst_puzzle_init),
10286         (gst_puzzle_set_property), (gst_puzzle_setup):
10287           change initialization code around so we don't reshuffle on resize
10288         (draw_puzzle):
10289           fix another stupid typo
10290
10291 2005-01-06  Benjamin Otte  <otte@gnome.org>
10292
10293         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10294           fix stupid typo that borked copying on YUY2
10295
10296 2005-01-06  Benjamin Otte  <otte@gnome.org>
10297
10298         * gst/games/gstpuzzle.c: (draw_puzzle):
10299           fix edges when image sizes aren't multiples of tile sizes
10300
10301 2005-01-06  Benjamin Otte  <otte@gnome.org>
10302
10303         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10304           make RGB endianness work correctly
10305         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10306           refactor and fix race with initial shuffling
10307         (nav_event_handler):
10308           allow using the mouse to puzzle
10309         (draw_puzzle):
10310           insist on tiles having width and height as multiples of 4 to get
10311           clean YUV image handling
10312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10313         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10314           s/DEBUG/LOG/ for common messages
10315         (gst_xvimagesink_navigation_send_event):
10316           fix mouse event translation to not include screen PAR
10317         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10318           fix mouse event translation to actually work
10319
10320 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10321
10322         * gst/asfdemux/gstasfdemux.c:
10323         (gst_asf_demux_process_ext_content_desc):
10324          Extract TrackNumber metadata + clean up code
10325         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10326          Hope this is the good fix (var used unitialised)
10327
10328 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10329
10330         * ext/faad/gstfaad.c: (gst_faad_chain):
10331           Only increment timestamp if it's valid. Fixes raw AAC streams.
10332
10333 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10334
10335         * configure.ac:
10336         * gst/games/Makefile.am:
10337         * gst/games/gstpuzzle.c:
10338           add a puzzle game with...
10339         * gst/games/gstvideoimage.c:
10340         * gst/games/gstvideoimage.h:
10341           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10342           from videotestsrc and made into something that would be a nice
10343           library for a lot of other plugins.
10344
10345 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10346
10347         * configure.ac:
10348          don't compile faad plugin if a RC of 2.0 is found
10349          Fixes #155346 (and FC1 buildbot)
10350         * gst/asfdemux/gstasfdemux.c:
10351         (gst_asf_demux_process_ext_content_desc):
10352          try to make Solaris compiler happier
10353
10354 2005-01-06  Paul Jack  <pjack@sfaf.org>
10355
10356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10357
10358         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10359           Fix segfault (#161667).
10360
10361 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10362
10363         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10364           Fix framerate reporting.
10365
10366 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10367
10368         * gst-libs/gst/riff/riff-ids.h:
10369         * gst/wavenc/riff.h:
10370          Add AMR (VBR and CBR) ids to riff.h audio codec list
10371         * gst/asfdemux/gstasfdemux.c:
10372         (gst_asf_demux_process_ext_content_desc),
10373         (gst_asf_demux_process_object):
10374           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10375
10376 2005-01-05  Martin Eikermann  <meiker@upb.de>
10377
10378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10379
10380         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10381         (gst_dvd_demux_handle_discont):
10382         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10383         (gst_mpeg_demux_handle_discont):
10384           Recreate pads on new-media (#160730).
10385         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10386           Send discont even if manager changes timestamps (#161929).
10387
10388 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10389
10390         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10391
10392         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10393           Fix invalid memory access (#159211).
10394
10395 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10396
10397         * examples/gstplay/player.c: (main):
10398           Don't iterate.
10399         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10400           Add visualizations.
10401         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10402         (gst_a52dec_handle_frame):
10403           Set duration.
10404         * ext/dvdnav/gst-dvd:
10405           Add audioconvert. Fixes #161325.
10406         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10407           Explicitely case to gint64. Possible valgrind error.
10408         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10409         (gst_play_tick_callback), (gst_play_change_state),
10410         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10411         (gst_play_set_location), (gst_play_get_location),
10412         (gst_play_seek_to_time), (gst_play_set_data_src),
10413         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10414         (gst_play_set_visualization), (gst_play_connect_visualization),
10415         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10416         (gst_play_new):
10417           Use playbin. Fixes #139749 and #147744.
10418         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10419           Add genre tag.
10420         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10421         (audioscale_get_type), (gst_audioscale_base_init),
10422         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10423         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10424         (gst_audioscale_link), (gst_audioscale_get_buffer),
10425         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10426         (gst_audioscale_init), (gst_audioscale_dispose),
10427         (gst_audioscale_chain), (gst_audioscale_set_property),
10428         (gst_audioscale_get_property), (plugin_init):
10429           Indent properly.
10430         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10431           Fix LPCM.
10432         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10433         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10434         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10435           Add more metadata (fixes #162656).
10436
10437 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10438
10439         * configure.ac:
10440           back to cvs
10441
10442 === release 0.8.7 ===
10443
10444 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10445
10446         * NEWS:
10447         * RELEASE:
10448         * configure.ac:
10449           releasing 0.8.7, "Hyperspace"
10450
10451 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10452
10453         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10454
10455         * gst/playback/gstplaybasebin.c:
10456          Fix for #162924 - free caps after use, not before
10457
10458 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10459
10460         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10461
10462         * gst/playback/gstplaybasebin.c:
10463         * gst/wavparse/gstwavparse.c:
10464           Fix for #154773 - fixes playback of small .wav files
10465
10466 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10467
10468         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10469
10470         * gst/audioscale/gstaudioscale.c:
10471           Fix for #162819 - make audioscale reusable
10472           Fixes playback of more than one file with playbin/totem
10473
10474 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10475
10476         * gst/ffmpegcolorspace/avcodec.h:
10477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10478         * gst/ffmpegcolorspace/imgconvert.c:
10479           clean up the mess that made me cry and avoid needless duplication
10480
10481 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * gst/ffmpegcolorspace/imgconvert.c:
10484           give some indication of why we're segfaulting
10485
10486 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10487
10488         * configure.ac:
10489           Fix indentation, fix v4l2 plugin detection.
10490         * ext/Makefile.am:
10491           Fix libmms location (Maciej, use diff -u!).
10492         * ext/alsa/gstalsa.c: (gst_alsa_init):
10493           Initialize caps cache to NULL.
10494         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10495           Only change state on audiosink if it exists.
10496
10497 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
10498
10499         * gst/matroska/matroska-demux.c:
10500         * gst/matroska/matroska-ids.h:
10501         * gst/matroska/matroska-demux.h:
10502         Fix Vorbis streams failing to decode in some files, where cluster_time
10503         isn't 0, because then it doesn't send codec_priv before actual data.
10504         Remove time-based test and replace it with marker set on beginning of
10505         new stream
10506
10507 2004-12-28  David Schleef  <ds@schleef.org>
10508
10509         Merge patch from Ronald fixing problems with streaming
10510         text.
10511         * ext/cairo/gstcairo.c: (plugin_init):
10512         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10513         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10514         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10515         (gst_textoverlay_font_init), (gst_textoverlay_init),
10516         (gst_textoverlay_set_property):
10517         * ext/cairo/gsttextoverlay.h:
10518
10519 2004-12-27  David Schleef  <ds@schleef.org>
10520
10521         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10522         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10523         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10524         (gst_textoverlay_font_init), (gst_textoverlay_init),
10525         (gst_textoverlay_set_property): Improvements to actually
10526         render text as white on black outline on video, including
10527         font selection and horizontal/vertical alignment.  (Ronald's
10528         christmas present)
10529         * ext/cairo/gsttextoverlay.h:
10530
10531 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10532
10533         * ext/ogg/gstogg.c:
10534         * ext/ogg/gstogmparse.c:
10535           fix ogm[audio/video]parse plugin registration
10536           (riff won't load if bytestream is already loaded)
10537
10538 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10539
10540         * gst/audioconvert/gstchannelmix.c:
10541           fix for GLIB < 2.4
10542
10543 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10544
10545         * Makefile.am:
10546         * configure.ac:
10547           disable docs again until it actually passes make distcheck.
10548
10549 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10550
10551         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10552         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10553         (plugin_init):
10554           Add 3GP (variables name Q3GP because they can't start with a
10555           number). Add samr audio fourcc (used in .3gp files), decoder
10556           is work in progress. Also do a GST_WARNING instead of ERROR
10557           in case of unknown nodes, to decrease output.
10558
10559 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10560
10561         * Makefile.am:
10562           really fix dist
10563
10564 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10565
10566         * configure.ac:
10567         * ext/speex/gstspeexdec.h:
10568         * ext/speex/gstspeexenc.h:
10569           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10570           Fix detection code in configure.ac
10571
10572 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10573
10574         * gst/matroska/matroska-demux.c:
10575         (gst_matroska_demux_parse_blockgroup):
10576           Save position, so that queries give proper return values. Don't
10577           know how this could ever have worked before...
10578
10579 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10580
10581         * configure.ac:
10582           Put additional LAME check inside the conditional.  Fixes #152339
10583
10584 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10585
10586         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10587         (gst_avi_demux_stream_scan):
10588           Add some more debug. Fix logic error when setting movi offset
10589           while reading index.
10590
10591 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10592
10593         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10594         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10595         (gst_avi_demux_process_next_entry):
10596           Add some debugging. Better detection of broken indexes and the
10597           accompanying index recovery. No infinite loops on state changes
10598           when we're still in our loopfunction.
10599
10600 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10601
10602         * configure.ac:
10603           Fix up.
10604
10605 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10606
10607         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10608
10609         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10610           Normalizing the value before setting
10611         (gst_sunaudiomixer_get_volume):
10612           Normalizing the value after getting. Fixes bug# 161980
10613
10614 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10615
10616         * Makefile.am: Make sure docs gets disted
10617         * docs/Makefile.am: Make sure all needed files get disted
10618         * gst-plugins.spec.in: latest updates
10619
10620 2004-12-22  Wim Taymans  <wim@fluendo.com>
10621
10622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10623         Revert patch 1.38 as clock distribution over schedulers does
10624         not work correcly in the core yet.
10625
10626 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10627
10628         * sys/oss/README: remove this file, which predates my birth
10629           (and which content is by far outdated)
10630
10631 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10632
10633         * Makefile.am:
10634         * configure.ac:
10635         * docs/Makefile.am:
10636         * docs/libs/Makefile.am:
10637         * docs/libs/gst-plugins-libs-docs.sgml:
10638         * docs/libs/gst-plugins-libs-sections.txt:
10639         * docs/libs/tmpl/gstgconf.sgml:
10640         * docs/upload.mak:
10641         * docs/version.entities.in:
10642           Added boilerplate gtk-doc files for plugin-libs documentation.
10643
10644 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10645
10646         * gst/auparse/gstauparse.c: fix int and float audio caps
10647
10648 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10649
10650         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10651         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10652           g_assert() can be a macro, don't use #ifdef inside it.
10653
10654 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10655
10656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10657
10658         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10659         (gst_videorate_init), (gst_videorate_chain),
10660         (gst_videorate_change_state):
10661           Event handling (fixes #159986).
10662
10663 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10664
10665         * gst-libs/gst/riff/riff-media.c:
10666         (gst_riff_create_video_caps_with_data):
10667           Add BLZ0 (Blizzard's version of DivX) fourcc.
10668
10669 2004-12-18  David Schleef  <ds@schleef.org>
10670
10671         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10672         portability fix.
10673
10674 2004-12-18  David Schleef  <ds@schleef.org>
10675
10676         * gst/tta/ttadec.h: Disable some header code that isn't used
10677         and clearly isn't portable.
10678
10679 2004-12-18  David Schleef  <ds@schleef.org>
10680
10681         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10682         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10683         (avcodec_get_pix_fmt), (avpicture_layout),
10684         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10685         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10686         Fix code to not use GCC extensions (and c99 extensions that
10687         Forte does not like.)
10688
10689 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10690
10691         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10692
10693         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10694         (gst_deinterlace_chain):
10695           Rowstride fixes. Fixes #161039.
10696         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10697         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10698         (gst_video_crop_getcaps), (gst_video_crop_link),
10699         (gst_video_crop_i420), (gst_video_crop_chain),
10700         (gst_video_crop_change_state):
10701           Rework of negotiation. Actually works now. Fixes #158650.
10702
10703 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10706           That was very stupid.
10707
10708 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10709
10710         * gst/matroska/matroska-demux.c:
10711         (gst_matroska_demux_parse_blockgroup):
10712           Fix possible crasher.
10713
10714 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10715
10716         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10717         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10718           Lace sizes can be zero.
10719
10720 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10721
10722         * ext/musepack/gstmusepackdec.cpp:
10723           Fetch error return values. Fixes #161624.
10724         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10725           Really EOS.
10726
10727 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10728
10729         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10730           Work for truncated (unfinished download etc.) files. Fixes #160514.
10731
10732 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10733
10734         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10735           Fix for integer overflow. Makes #156001 not crash. Probably masks
10736           the real bug.
10737
10738 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * gst/ac3parse/gstac3parse.c: (plugin_init):
10741           Parsers never have ranks. Fixes #159651.
10742
10743 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10744
10745         * gst/playback/gstdecodebin.c: (compare_ranks):
10746           make sure the facotries are ordered the same every time even if they
10747           have the same rank by using the name
10748         * gst/playback/gstdecodebin.c: (find_compatibles):
10749           make sure we don't add factories to the list twice
10750
10751 2004-12-16  David Schleef  <ds@schleef.org>
10752
10753         * configure.ac: look for musepack headers as musepack/*.h
10754         (fixes #159847)
10755         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10756         * ext/musepack/gstmusepackreader.h: same
10757
10758 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10759
10760         * gst-libs/gst/riff/riff-read.c:
10761         (gst_riff_read_strf_auds_with_data):
10762           Read extradata correctly (fixes #155879).
10763
10764 2004-12-16  David Schleef  <ds@schleef.org>
10765
10766         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10767         audio.  does _not_ attempt or allow conversion unless channels
10768         is 1 or 2.
10769
10770 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10771
10772         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10773
10774 2004-12-16  David Schleef  <ds@schleef.org>
10775
10776         * gst/audioscale/gstaudioscale.c: the resample library only
10777         handles 1 or 2 channels.  Change caps to compensate.
10778
10779 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10780
10781         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10782         (gst_matroska_demux_audio_caps):
10783           Some MPEG-AAC hacks, because else it doesn't work...
10784
10785 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10786
10787         * gst-libs/gst/riff/riff-media.c:
10788         (gst_riff_create_video_caps_with_data),
10789         (gst_riff_create_video_template_caps):
10790           Add h264.
10791
10792 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10793
10794         * gst-libs/gst/audio/Makefile.am:
10795           Try to fix buildbot.
10796
10797 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10798
10799         * gst/tcp/gstmultifdsink.c:
10800           Clean up and uniformize debugging.
10801
10802 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10803
10804         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10805
10806         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10807         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10808         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10809         (gst_mpeg_demux_change_state):
10810           Reset on ready. Fixes 160276.
10811
10812 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10813
10814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10815
10816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10817         (gst_ffmpegcsp_pad_link):
10818           Fix memleak (#154815).
10819
10820 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10821
10822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10823
10824         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10825         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10826         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10827         * ext/musicbrainz/gsttrm.h:
10828           Add support for using a proxy server when getting a trm id from
10829           the MusicBrainz database (#149613).
10830
10831 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10832
10833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10834
10835         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10836         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10837           Fix memleaks (#157233).
10838
10839 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10840
10841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10842
10843         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10844         * gst-libs/gst/resample/resample.h:
10845         * gst/audioscale/gstaudioscale.c:
10846           Fix memleak (#159215).
10847
10848 2004-12-16  Toni Willberg  <toniw@iki.fi>
10849
10850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10851
10852         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10853         * sys/oss/oss_probe.c: (main):
10854           Check for mono/stereo support (similar to samplerate probing),
10855           fixes #159433. Also add missing copyright header to oss_probe.c.
10856
10857 2004-12-15  David Schleef  <ds@schleef.org>
10858
10859         * configure.ac: add audioresample and cairo plugins.  Remove
10860         HAVE_MMX stuff, because it's not used.
10861         * ext/Makefile.am: same
10862         * ext/audioresample/Makefile.am: You are not ready for an
10863         audio resampling element based on audioresample.
10864         * ext/audioresample/gstaudioresample.c:
10865         * ext/audioresample/gstaudioresample.h:
10866         * ext/cairo/Makefile.am: You are not ready for overlay elements
10867         based on cairo.  Don't look too closely, these elements kinda
10868         suck right now.
10869         * ext/cairo/gstcairo.c: new
10870         * ext/cairo/gsttextoverlay.c: new
10871         * ext/cairo/gsttextoverlay.h: new
10872         * ext/cairo/gsttimeoverlay.c: new
10873         * ext/cairo/gsttimeoverlay.h: new
10874         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10875         problem with compilers that don't support variadic macros.
10876
10877 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10878
10879         Reviewed by:  David Schleef  <ds@schleef.org>
10880
10881         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10882         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10883         bit.  Also ran indent-gst.
10884         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10885         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10886         (gst_sunaudiosrc_setparams):
10887
10888 2004-12-14  David Schleef  <ds@schleef.org>
10889
10890         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10891         output rate to 16000.  Should fix #160235.
10892
10893 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10894
10895         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10896         Add typefinding for mpeg2 pes streams
10897
10898 2004-12-13  David Schleef  <ds@schleef.org>
10899
10900         * configure.ac:  Applied patch from bug #143659, making default
10901         sources and sinks OS-dependent (for Solaris), and added code
10902         for OS/X.
10903         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10904
10905 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10906
10907         * gst-libs/gst/riff/riff-media.c:
10908           forgot to add h2.64 to avidemux template caps
10909
10910 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10911
10912         * gst/wavenc/riff.h:
10913         * gst-libs/gst/riff/riff-media.c:
10914         * gst-libs/gst/riff/riff-ids.h:
10915         * gst/avi/gstavimux.c
10916         add 4CC code for VideoSoft h264 in AVI (VSSH)
10917           fixes bug #160655
10918         remove s323 from riff, it's quicktime specific :(
10919
10920 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10921
10922         * gst/asfdemux/README
10923         * gst/wavenc/riff.h
10924         * gst-libs/gst/riff/riff-ids.h
10925         * gst-libs/gst/riff/riff-media.c
10926         * gst/qtdemux/qtdemux.c:
10927           add new 4CC codes for h263 related codecs
10928           fixes partially bug #155163
10929
10930 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10931
10932         * configure.ac: Update polyaudio requirement to 0.7
10933         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10934
10935 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10936
10937         * gst/interleave/deinterleave.c:
10938         fix my name's spelling! :)
10939
10940 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10941
10942         * AUTHORS ChangeLog
10943         * gst/auparse/gstauparse.c
10944         * gst/interleave/deinterleave.c
10945         * gst/law/:
10946                 alaw-decode.c alaw-encode.c
10947                 mulaw-decode.c mulaw-encode.c
10948         * gst/oneton/gstoneton.c
10949         * sys/osxaudio/:
10950                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10951         * sys/osxvideo/:
10952                 cocoawindow.h cocoawindow.m
10953                 osxvideosink.h osxvideosink.m
10954
10955         put the same mail address for Zaheer Abbas Merali everywhere
10956
10957 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10958
10959         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10960           Align by packetsize, and assert that we a packet available before
10961           playing. The first makes webstreams work (they often include
10962           trailing padding data in a packet), the second allows pausing a
10963           ASF stream in totem without getting demux errors afterwards.
10964
10965 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10966
10967         * ext/ogg/gstoggdemux.c: (get_relative):
10968           Check for non-NULL before accessing member (end-of-chain).
10969
10970 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10971
10972         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10973         (cdparanoia_set_property), (cdparanoia_get_property):
10974         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10975         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10976         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10977         (dvdreadsrc_init), (dvdreadsrc_set_property),
10978         (dvdreadsrc_get_property):
10979         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10980         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10981           Synchronize property names where not yet the case. Devices are
10982           now device=X, other versions are deprecated (but still exist).
10983           Also use g_free() unconditionally.
10984         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10985         (setup_source), (gst_play_base_bin_get_property):
10986           Expose source.
10987
10988 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10989
10990         * configure.ac: move GCONF macro outside conditional for the am
10991           conditional. Fixes #160439
10992
10993 2004-12-08  David Schleef  <ds@schleef.org>
10994
10995         * tools/gst-visualise-m.m: Switch to elements that currently
10996         exist.
10997
10998 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10999
11000         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11001           We love wrong commas.
11002
11003 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11004
11005         * gst/matroska/matroska-demux.c:
11006         (gst_matroska_demux_handle_src_query):
11007           Don't set DEFAULT, unsupported - makes length display incorrectly
11008           in some cases.
11009
11010 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11011
11012         * gst/monoscope/README: remove blurb about files being GPL
11013         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11014         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11015           monoscope is now effectively LGPL licensed
11016
11017 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11018
11019         * gst/monoscope/README: Update information to be more correct
11020         * gst/monoscope/convolve.c: Relicense to LGPL
11021         * gst/monoscope/convolve.h: Relicense to LGPL
11022
11023 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11024
11025         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11026           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11027         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11028           set default_duration for mpeg1 audio
11029
11030 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11031
11032         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11033         * ext/alsa/gstalsa.h:
11034           refactor big chunks of the core caps negotiation code to make it
11035           a lot faster, because people claim it's really slow
11036           (actually, just cache the getcaps when the device is opened)
11037
11038 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11039
11040         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11041         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11042         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11043         (gst_a52dec_change_state), (plugin_init):
11044         * ext/a52dec/gsta52dec.h:
11045           Do something useful with timestamps. Make chain-based (since
11046           there's really no reason to be loopbased).
11047         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11048           Update current_byte/frame correctly.
11049
11050 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11051
11052         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11053         (gst_ape_demux_stream_init):
11054           Forward tags, too.
11055
11056 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11057
11058         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11059           Let's make sure we're done typefinding when detecting tags.
11060
11061 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11062
11063         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11064         (gst_ebml_read_init), (gst_ebml_read_use_event),
11065         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11066         (gst_ebml_read_seek), (gst_ebml_read_skip),
11067         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11068         (gst_ebml_read_master):
11069         * gst/matroska/ebml-read.h:
11070         * gst/matroska/matroska-demux.c:
11071         (gst_matroska_demux_parse_contents),
11072         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11073           Disgustingly evil hack for working around INTERRUPT events and
11074           their extremely annoying habit of being a pain in the ass. We
11075           simply peek a cluster before reading any of it.
11076
11077 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11078
11079         * ext/musepack/gstmusepackdec.cpp:
11080           There's also floating point libmusepacks.
11081
11082 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11083
11084         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11085         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11086           Set DURATION even if source buffer didn't. Also use increasing
11087           timestamps.
11088         * gst-libs/gst/riff/riff-media.c:
11089         (gst_riff_create_audio_caps_with_data):
11090           Block_align can have larger values than 8192.
11091
11092 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11093
11094         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11095         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11096         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11097         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11098           Fix caps.
11099
11100 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11101
11102         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11103           Fix logic bug.
11104
11105 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11106
11107         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11108           Yay, another one.
11109
11110 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11111
11112         * ext/esd/esdsink.c: (gst_esdsink_chain):
11113           Make error actually say something useful (fixes #156798).
11114         * gst-libs/gst/riff/riff-media.c:
11115         (gst_riff_create_video_caps_with_data),
11116         (gst_riff_create_video_template_caps):
11117           Add Intel Video 5.0 fourcc (IV50).
11118
11119 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11120
11121         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11122         detection on mono and stereo mp3 files.
11123
11124 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11125
11126         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11127           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11128           the contained stream).
11129
11130 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11131
11132         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11133           Oops, remove debug.
11134
11135 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11136
11137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11138
11139         * gst/law/alaw-decode.c: (alawdec_getcaps):
11140         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11141           Prevent warnings when negotiating caps (fixes #159338).
11142
11143 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11144
11145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11146         (gst_ffmpegcsp_chain):
11147           Remove old leftover that shouldn't be there...
11148
11149 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11150
11151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11152
11153         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11154           Don't forward DISCONT events (fixes #159684).
11155
11156 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11157
11158         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11159           Unlink manually since sometimes bin disposal (and therefore
11160           pad unlinking) is delayed, which will cause a new media file
11161           to not be able to start playing instantly.
11162
11163 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11164
11165         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11166           On mute of an unlinked stream, check for pad availability so
11167           we don't crash on unlinked pad.
11168
11169 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11170
11171         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11172         (gst_avi_demux_massage_index):
11173           Fix quite humiliating bug in omitting 0-sized index chunks but
11174           forgetting to count them for timestamps.
11175
11176 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11177
11178         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11179           Actually leave the loop if we failed to sync. Don't crash.
11180
11181 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11182
11183         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11184         (gst_dvd_demux_process_private):
11185         * gst/mpegstream/gstdvddemux.h:
11186           Fix crash (#159759). Doesn't work, though. :-(.
11187
11188 2004-11-28  Benjamin Otte  <otte@gnome.org>
11189
11190         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11191           more overwriting protection due to modifying channels one by one
11192           instead of all at once
11193
11194 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11195
11196         * gst/audioconvert/gstchannelmix.c:
11197         (gst_audio_convert_fill_normalize):
11198           Normalize using absolute values.
11199
11200 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11201
11202         * configure.ac:
11203         * ext/Makefile.am:
11204         * ext/directfb/Makefile.am:
11205         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11206         (gst_directfbvideosink_get_pixel_format),
11207         (gst_directfbvideosink_get_format_from_fourcc),
11208         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11209         (gst_directfbvideosink_sink_link),
11210         (gst_directfbvideosink_change_state),
11211         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11212         (gst_directfbvideosink_buffer_alloc),
11213         (gst_directfbvideosink_interface_supported),
11214         (gst_directfbvideosink_interface_init),
11215         (gst_directfbvideosink_navigation_send_event),
11216         (gst_directfbvideosink_navigation_init),
11217         (gst_directfbvideosink_set_property),
11218         (gst_directfbvideosink_get_property),
11219         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11220         (gst_directfbvideosink_base_init),
11221         (gst_directfbvideosink_class_init),
11222         (gst_directfbvideosink_get_type), (plugin_init):
11223         * ext/directfb/directfbvideosink.h: Adding a first version of
11224         directfbvideosink.
11225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11226         more.
11227
11228 2004-11-28  Benjamin Otte  <otte@gnome.org>
11229
11230         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11231           walk the samples backwards if out_channels > in_channels so we don't
11232           overwrite data
11233
11234 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11235
11236         * gst/audioconvert/Makefile.am:
11237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11238         (gst_audio_convert_link), (gst_audio_convert_change_state),
11239         (gst_audio_convert_channels):
11240         * gst/audioconvert/gstchannelmix.c:
11241         (gst_audio_convert_unset_matrix),
11242         (gst_audio_convert_fill_identical),
11243         (gst_audio_convert_fill_compatible),
11244         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11245         (gst_audio_convert_fill_others),
11246         (gst_audio_convert_fill_normalize),
11247         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11248         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11249         * gst/audioconvert/gstchannelmix.h:
11250           Implement a channel mixer.
11251
11252 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11253
11254         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11255         * ext/alsa/gstalsa.h:
11256         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11257         Make alsasink actually honor gst_element_set_clock and use that
11258         clock instead of its internal one.
11259
11260 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11261
11262         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11263         (gst_play_base_bin_change_state): nullify source and decoder when
11264         going from READY to NULL so that we don't try to do weird stuff with
11265         them when going from NULL to READY
11266         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11267         instead of g_object_unref
11268         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11269         it should be correct
11270         (gst_play_bin_change_state): don't call remove_sinks if we are
11271         currently disposing the object
11272
11273 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11274
11275         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11276           Don't forget bass if it's there. Else left channel is silent...
11277
11278 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11279
11280         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11281         (gst_a52dec_change_state):
11282           Don't do sample adjusting anymore, we use float audio now.
11283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11284           Don't fixate to non-existing properties.
11285
11286 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11287
11288         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11289         (gst_a52dec_change_state):
11290           Advertise that we can do surround sound.
11291
11292 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11293
11294         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11295           Add buffer-frames=0.
11296         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11297         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11298         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11299         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11300         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11301         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11302         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11303         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11304         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11305         * ext/dvdread/dvdreadsrc.h:
11306           Add seeking, querying for bytes, sectors, title, angle and
11307           chapter. Handle multiple chapters. Relicense to LGPL because
11308           Billy agreed on that (thanks Billy!).
11309
11310 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11311
11312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11313         call parent dispose method
11314
11315 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11316
11317         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11318         (gst_audio_clock_get_internal_time):
11319         Fix active <-> inactive transitions: ensure time value always
11320         grows and avoid abrupt value changes.
11321
11322 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11323
11324         * configure.ac:
11325         * gst/tta/Makefile.am:
11326         * gst/tta/crc32.h:
11327         * gst/tta/filters.h:
11328         * gst/tta/gsttta.c:
11329         * gst/tta/gstttadec.c:
11330         * gst/tta/gstttadec.h:
11331         * gst/tta/gstttaparse.c:
11332         * gst/tta/gstttaparse.h:
11333         * gst/tta/ttadec.h:
11334           added TTA parser and decoder
11335
11336 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11337
11338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11339         (probe_triggered), (check_queue), (buffer_underrun),
11340         (buffer_running), (buffer_overrun), (gen_source_element),
11341         (setup_source):
11342         * gst/playback/gstplaybasebin.h:
11343           Implement buffering. Needs some more work.
11344
11345 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11346
11347         * ext/theora/theoradec.c: (theora_dec_chain):
11348           Fix ilog mask range overflow.
11349
11350 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11351
11352         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11353           Don't omit the last (which in case of dmix is the only :) )
11354           channel count. Don't set channels if <= 2.
11355
11356 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11357
11358         * gst/playback/gstplaybin.c: (gen_video_element),
11359         (gen_audio_element): Removed 2 obsolete comments
11360
11361 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11362
11363         * ext/vorbis/oggvorbisenc.c
11364         * ext/vorbis/vorbisenc.c :
11365           change description fields of those plugins to differentiate them
11366           (pitivi show Encoders by description, they had the same one)
11367
11368 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11369
11370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11371
11372         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11373         (gst_play_bin_set_property), (gen_video_element),
11374         (gen_audio_element):
11375           Refcounting fixes for provided audio-/videosinks.
11376
11377 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11378
11379         * gst/playback/gstplaybin.c: (gen_video_element),
11380         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11381           Don't reference all sinks, but only the video- and audiosinks.
11382           The vis. element should be disposed when we're done with it.
11383           We don't have any reason to keep it around. This fixes warnings
11384           when reusing playbin for playing multiple audio files with
11385           vis. enabled. Also release audio device on pause - idea stolen
11386           from Rhythmbox.
11387
11388 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11389
11390         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11391         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11392         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11393         * ext/alsa/gstalsaplugin.c: (plugin_init):
11394         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11395         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11396         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11397         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11398         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11399         (gst_faad_change_state), (plugin_init):
11400         * ext/faad/gstfaad.h:
11401         * ext/vorbis/vorbis.c: (plugin_init):
11402         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11403         * gst-libs/gst/audio/Makefile.am:
11404         * gst-libs/gst/audio/audio.c: (plugin_init):
11405         * gst-libs/gst/audio/multichannel.c:
11406         (gst_audio_check_channel_positions),
11407         (gst_audio_get_channel_positions),
11408         (gst_audio_set_channel_positions),
11409         (gst_audio_set_structure_channel_positions_list),
11410         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11411         (gst_audio_fixate_channel_positions):
11412         * gst-libs/gst/audio/multichannel.h:
11413         * gst-libs/gst/audio/testchannels.c: (main):
11414         * gst/audioconvert/gstaudioconvert.c:
11415         (gst_audio_convert_class_init), (gst_audio_convert_init),
11416         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11417         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11418         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11419         * gst/audioconvert/plugin.c: (plugin_init):
11420           Surround sound support.
11421
11422 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11423
11424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11425           Fix position for discont if we're close as well. Nitpicking, but
11426           saves a few milliseconds of extra waiting or skipping.
11427
11428 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11429
11430         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11431           We sometimes need parsers for playback, so add those too.
11432
11433 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11434
11435         * configure.ac:
11436         * gst/apetag/Makefile.am:
11437         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11438         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11439         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11440         (gst_ape_demux_get_src_query_types),
11441         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11442         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11443         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11444         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11445         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11446         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11447         (gst_ape_demux_change_state):
11448         * gst/apetag/apedemux.h:
11449         * gst/apetag/apetag.c: (plugin_init):
11450         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11451         (plugin_init):
11452           APE v1/2 tag reader plus typefind function.
11453
11454 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11455
11456         * configure.ac:
11457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11458         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11459           Remove hacks for older core. Require newer core version
11460           accordingly.
11461
11462 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11463
11464         * gst/cdxaparse/Makefile.am:
11465         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11466         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11467         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11468         * gst/cdxaparse/gstcdxaparse.h:
11469         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11470         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11471         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11472         (gst_cdxastrip_get_src_query_types),
11473         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11474         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11475         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11476         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11477         * gst/cdxaparse/gstcdxastrip.h:
11478           SVCD/VCD header stripping separated from CDXA image parsing.
11479         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11480         (plugin_init):
11481           Add VCD/SVCD header typefinding for VCD/SVCD.
11482         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11483         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11484         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11485         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11486         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11487         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11488         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11489         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11490         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11491         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11492         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11493         * sys/vcd/vcdsrc.h:
11494           Fix up, add seeking, querying, URI interface. Works in totem now.
11495
11496 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11497
11498         * configure.ac:
11499           back to CVS
11500
11501 === release 0.8.6 ===
11502
11503 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11504
11505         * NEWS:
11506         * RELEASE:
11507         * configure.ac:
11508         * po/af.po:
11509         * po/az.po:
11510         * po/cs.po:
11511         * po/en_GB.po:
11512         * po/hu.po:
11513         * po/it.po:
11514         * po/nb.po:
11515         * po/nl.po:
11516         * po/or.po:
11517         * po/sq.po:
11518         * po/sr.po:
11519         * po/sv.po:
11520         * po/uk.po:
11521           releasing 0.8.6, "IOU Love"
11522
11523 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11524
11525         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11526
11527         * gst/playback/gstplaybasebin.c:
11528           Fix unplayable files error handling.  Fixes #158365
11529
11530 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11531
11532         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11533
11534         * gst/typefind/gsttypefindfunctions.c:
11535           Fix broken mp3 typefinding.  Fixes #158375
11536
11537 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11538
11539         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11540
11541         * ext/ogg/gstoggdemux.c:
11542           Fix sync on broken files.  Fixes #158976
11543
11544 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11545
11546         patch by: Edward Hervey <bilboed@bilboed.com>
11547
11548         * ext/libpng/gstpngenc.c:
11549           Copy over buffer properties.  Fixes #158832
11550
11551 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11554
11555         * ext/dvdread/dvdreadsrc.c:
11556           Fixes invalid reads (#158462)
11557
11558 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11559
11560         * sys/v4l/gstv4lsrc.c:
11561         * sys/v4l/gstv4lsrc.h:
11562         * sys/v4l/v4lsrc_calls.c:
11563           Probe less and cache it.  Fixes #159187.
11564
11565 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11566
11567         * gst/videorate/gstvideorate.c:
11568           Handle all video formats. Fixes #159186.
11569
11570 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11571         * gst/synaesthesia/gstsynaesthesia.c:
11572         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11573         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11574         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11575         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11576         (gst_synaesthesia_change_state), (plugin_init):
11577         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11578         Force 320x200 output, as that's the only thing the underlying
11579         synaesthesia implementation supports. Still needs to be made
11580         re-entrant.
11581
11582 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11583
11584         * configure.ac:
11585           Fix mpeg2enc configure check (similar to mplex check below).
11586
11587 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11588
11589         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11590
11591         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11592           Fix for gcc-2.95 (fixes #158221).
11593
11594 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11595
11596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11597           Re-add clock distribution hack (until new core is released).
11598           Fixes #158125.
11599
11600 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11601         * configure.ac:
11602           fix mplex configure check segfaulting on some systems (bug #140994)
11603
11604 2004-11-13  Benjamin Otte  <otte@gnome.org>
11605
11606         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11607           add debugging
11608         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11609           do a wait when we enter the loop func with no data available to
11610           write instead of getting into an 100% CPU loop by just returning and
11611           being called again by the scheduler
11612
11613 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * configure.ac:
11616         * ext/libvisual/visual.c: (gst_visual_get_type),
11617         (libvisual_log_handler), (gst_visual_getcaps),
11618         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11619         (plugin_init):
11620           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11621         * ext/smoothwave/Makefile.am:
11622         * ext/smoothwave/demo-osssrc.c: (main):
11623         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11624         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11625         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11626         (plugin_init):
11627         * ext/smoothwave/gstsmoothwave.h:
11628           Make gstsmoothwave a working element in the 20th century.
11629
11630         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11631           Fix incorrect link function
11632
11633 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11634
11635         * gst/volume/gstvolume.c:
11636           Allow buffer-frames=0.
11637
11638 2004-11-12 Iain <iaingnome@gmail.com>
11639
11640         * configure.ac: Check for polypaudio
11641
11642         * ext/Makefile.am: Build the polyp dir
11643
11644         * ext/polyp: The polypsink sources.
11645
11646 2004-10-30 Iain <iaingnome@gmail.com>
11647
11648         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11649         caps to reflect the new number of channels.
11650
11651 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11652
11653         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11654           Fix for negotiation order problem. This would show when the
11655           ALSA loopfuction was called before any other function. ALSA
11656           wouldn't do anything because we're not negotiated yet, leading
11657           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11658
11659 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11660
11661         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11662
11663         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11664           No warnings (#157986).
11665
11666 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11667
11668         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11669           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11670
11671 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11672
11673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11674           Signal no-more-pads (so it works in playbin).
11675
11676 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11677
11678         * ext/musepack/gstmusepackreader.cpp:
11679           Workaround for older core.
11680
11681 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11682
11683         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11684           Actually test for odd width/height rather than testing whether
11685           a temporary variable that was 0 before we subtracted 1 is now
11686           not equal to zero (which it always is).
11687
11688 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11689
11690         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11691         Fix compilation if HAVE_XVIDEO is not defined
11692
11693 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11694
11695         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11696         Fix compilation if HAVE_XVIDEO is not defined
11697
11698 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11699
11700         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11701         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11702         (gst_goom_change_state), (plugin_init):
11703         Use the bytestream adapter so goom doesn't depend on the input
11704         buffer size.
11705         Add a debug category
11706
11707 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11708
11709         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11710           Only set hardware parameters *after* negotiation. Before
11711           negotiation, it will set ANY and that seems to cause crashes
11712           (see e.g. #151288, #153227).
11713
11714 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11715
11716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11717           This seems to be antique leftover. It needs to pass error
11718           checking.
11719         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11720         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11721         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11722         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11723           Fix GstXOverlay implementation (#151059).
11724
11725 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11726
11727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11728           Don't assert (#157853).
11729
11730 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11731
11732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11733           Fix bytes/samples confustion.
11734         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11735           Fix for underrun (#144389).
11736
11737 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11738
11739         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11740           Disable halfway-seek for pending release (since it needs a new
11741           core release).
11742
11743 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11744
11745         * sys/v4l/gstv4lsrc.c:
11746         * sys/v4l/gstv4lsrc.h:
11747         * sys/v4l/v4lsrc_calls.c:
11748           add autoprobe-fps property so we can separate autoprobing parts
11749
11750 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11751
11752         * sys/v4l/gstv4lsrc.c:
11753         * sys/v4l/v4lsrc_calls.c:
11754         initialise fourcc to catch unset fourcc's, and debug
11755
11756 2004-11-09  Wim Taymans  <wim@fluendo.com>
11757
11758         * gst/playback/README:
11759         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11760         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11761         (gst_play_bin_dispose), (gst_play_bin_set_property),
11762         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11763         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11764         (gst_play_bin_get_formats), (gst_play_bin_convert),
11765         (gst_play_bin_get_query_types), (gst_play_bin_query):
11766         Cleanups and some more documentation.
11767
11768 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11769
11770         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11771         (gst_cacasink_init), (gst_cacasink_chain):
11772         * ext/libcaca/gstcacasink.h:
11773         Cacasink inherits from VideoSink, so let that store the clock.
11774
11775 2004-11-09  Wim Taymans  <wim@fluendo.com>
11776
11777         * gst/playback/README:
11778         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11779         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11780         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11781         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11782         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11783         (setup_sinks):
11784         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11785         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11786         * gst/playback/gststreaminfo.h:
11787         Updated README.
11788         Only switch groups if all streams have muted (EOSed).
11789         Send Tags in sync with the stream playback instead of in
11790         the playback/preroll phase.
11791         Some cleanups, free the fakesrc elements.
11792
11793 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11794
11795         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11796           buffer-frames property was missing
11797         * ext/arts/gst_arts.c:
11798           rate missing from sinkcaps
11799         * ext/audiofile/gstafparse.c:
11800         * ext/audiofile/gstafsink.c:
11801         * ext/audiofile/gstafsrc.c:
11802         * ext/swfdec/gstswfdec.c:
11803           int audio doesn't know buffer-frames
11804         * ext/cdparanoia/gstcdparanoia.c:
11805           int audio doesn't know chunksize either
11806         * ext/nas/nassink.c:
11807           it's endianness, not endianess
11808         * gst-libs/gst/audio/audio.h:
11809           make float standard pad template caps really describe float
11810         * gst/law/mulaw.c: (linear_factory):
11811           signed only, please
11812         * gst/mpegstream/gstdvddemux.c:
11813           widths of 20 are not valid
11814
11815 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11816
11817         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11818
11819         * po/LINGUAS:
11820         * po/it.po:
11821           Add Italian
11822
11823 2004-11-08  Wim Taymans  <wim@fluendo.com>
11824
11825         * gst/playback/README:
11826         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11827         * gst/playback/gstplaybasebin.c: (probe_triggered),
11828         (gst_play_base_bin_change_state):
11829         Updated README, added more comments for fixmes etc..
11830
11831 2004-11-08  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11834         We can remove this hack now.
11835
11836 2004-11-08  Wim Taymans  <wim@fluendo.com>
11837
11838         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11839         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11840         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11841         Only mix AYUV for maximum quality.
11842
11843 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11844
11845         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11846         (gst_ogg_demux_push), (gst_ogg_pad_push):
11847           Let's act as if we're synchronized now! :).
11848         * ext/theora/theoradec.c: (theora_dec_chain):
11849           Add some debug.
11850
11851 2004-11-08  Wim Taymans  <wim@fluendo.com>
11852
11853         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11854         (gst_alpha_set_property), (gst_alpha_sink_link),
11855         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11856         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11857         (gst_alpha_init_params), (gst_alpha_chain):
11858         Implement alpha functions for AYUV too, this increases
11859         accuracy quite a bit.
11860
11861 2004-11-08  Wim Taymans  <wim@fluendo.com>
11862
11863         * gst/ffmpegcolorspace/avcodec.h:
11864         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11865         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11866         (gst_ffmpegcsp_avpicture_fill):
11867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11868         (gst_ffmpegcsp_caps_remove_format_info):
11869         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11870         (shrink12), (img_get_alpha_info), (deinterlace_line),
11871         (deinterlace_line_inplace):
11872         * gst/ffmpegcolorspace/imgconvert_template.h:
11873         Added AYUV colorspace and handle RGBA a bit more respectful.
11874
11875 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11876
11877         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11878           Actually always send a discont (cornercase when resending the
11879           same serial-tagged chain twice).
11880
11881 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11882
11883         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11884         (gst_ximagesink_finalize):
11885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11886         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11887
11888 2004-11-08  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11891         Don't segfault on NULL data.
11892
11893 2004-11-08  Wim Taymans  <wim@fluendo.com>
11894
11895         * gst/playback/gstdecodebin.c: (unlinked):
11896         * gst/playback/gstplay-marshal.list:
11897         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11898         (gst_play_base_bin_init), (group_create), (get_active_group),
11899         (get_building_group), (group_destroy), (group_commit),
11900         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11901         (add_element_stream), (no_more_pads), (probe_triggered),
11902         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11903         (state_change), (setup_source), (gst_play_base_bin_get_property),
11904         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11905         (gst_play_base_bin_link_stream),
11906         (gst_play_base_bin_get_streaminfo):
11907         * gst/playback/gstplaybasebin.h:
11908         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11909         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11910         Add support for chained ogg files. Prepare for playlist
11911         support. This patch introduces the concept of pad groups, which
11912         together compose one playable media file.
11913
11914 2004-11-07  David Schleef  <ds@schleef.org>
11915
11916         * testsuite/gst-lint: Check for pad templates that aren't statically
11917         scoped.
11918
11919 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11920
11921         * configure.ac:
11922         * ext/Makefile.am:
11923         * ext/musepack/Makefile.am:
11924         * ext/musepack/gstmusepackdec.cpp:
11925         * ext/musepack/gstmusepackdec.h:
11926         * ext/musepack/gstmusepackreader.cpp:
11927         * ext/musepack/gstmusepackreader.h:
11928           Add musepack decoder.
11929         * ext/faad/gstfaad.c: (gst_faad_base_init):
11930           Make pad templates static.
11931         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11932         (plugin_init):
11933           Add musepack typefinder, make mp3 typefinding work halfway stream,
11934           which doesn't actually work yet because id3demux doesn't implement
11935           _get_length().
11936
11937 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11938
11939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11940         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11941           Fix interrupt event handling (#144436).
11942
11943 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11944
11945         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11946           Hide unused glory.
11947
11948 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11949
11950         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11951
11952         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11953           Fix weird caps (#157548).
11954
11955 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11956
11957         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11958
11959         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11960           Add missing NULL terminator (#157543).
11961
11962 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11963
11964         * gst/tcp/gsttcp.h:
11965         * gst/tcp/gsttcpclientsink.c:
11966         * gst/tcp/gsttcpclientsrc.c:
11967         * gst/tcp/gsttcpserversink.c:
11968         * gst/tcp/gsttcpserversrc.c:
11969           ports can go up to 65535.  Move common defines to gsttcp.h
11970
11971 2004-11-05  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11974         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11975         Added two more colorspaces.
11976
11977 2004-11-05  Wim Taymans  <wim@fluendo.com>
11978
11979         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11980         (gst_ffmpegcsp_avpicture_fill):
11981         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11982         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11983         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11984         More stride fixes.
11985
11986 2004-11-05  Wim Taymans  <wim@fluendo.com>
11987
11988         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11989         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11990         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11991         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11992         (gst_videomixer_loop):
11993         More stride fixes.
11994
11995 2004-11-05  Benjamin Otte  <otte@gnome.org>
11996
11997         * ext/mad/gstmad.c: (gst_mad_chain):
11998           don't overflow data buffer. Flush not needed sync data when syncing
11999           failed.
12000
12001 2004-11-04  Wim Taymans  <wim@fluendo.com>
12002
12003         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12004         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12005         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12006         (gst_alpha_init_params), (gst_alpha_chain),
12007         (gst_alpha_change_state):
12008         Updated the chroma keying algorithm with something more
12009         sophisticated.
12010
12011 2004-11-03  Wim Taymans  <wim@fluendo.com>
12012
12013         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12014         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12015         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12016         Fix stride issues. Does not completely work for odd
12017         heights.
12018
12019 2004-11-03  Wim Taymans  <wim@fluendo.com>
12020
12021         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12022         (gst_alpha_chroma_key), (gst_alpha_chain):
12023         Fix stride issues. Does not completely work for odd
12024         heights.
12025
12026 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12027
12028         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12029         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12030         leak fixes
12031
12032 2004-11-03  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12035         (gst_ffmpegcsp_avpicture_fill):
12036         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12037         (avpicture_alloc):
12038         * gst/ffmpegcolorspace/imgconvert_template.h:
12039         Use correct _fill function to get correct strides.
12040
12041 2004-11-02  David Schleef  <ds@schleef.org>
12042
12043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12044         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12045         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12046         Change all g_print()s to debugging.  Add a bunch of consistency
12047         checks.
12048
12049 2004-11-02  Wim Taymans  <wim@fluendo.com>
12050
12051         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12052         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12053         (unlinked), (no_more_pads), (close_link):
12054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12055         (unknown_type), (add_element_stream), (new_decoded_pad),
12056         (removed_decoded_pad), (setup_source):
12057         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12058         (gst_stream_info_class_init), (gst_stream_info_init),
12059         (gst_stream_info_new), (gst_stream_info_dispose),
12060         (stream_info_mute_pad), (gst_stream_info_set_property),
12061         (gst_stream_info_get_property):
12062         * gst/playback/gststreaminfo.h:
12063         Fix playback of multiple files.
12064         a slightly different approach to handling dynamic pad removals.
12065         This one only looks at pads that we have linked.
12066
12067 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12068
12069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12070         free" warning from libc.
12071
12072 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12073
12074         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12075         (get_unconnected_element), (remove_starting_from), (pad_removed),
12076         (close_link):
12077           Implement support for dynamic pad changing. We listen to "live"
12078           pad removals (i.e. while playing) and re-setup autoplugging
12079           after that. Playbasebin/playbin need some more work for this
12080           to finally work, but decodebin supports (and replugs) chained
12081           ogg now.
12082
12083 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12084
12085         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12086         (gst_alsa_finalize):
12087         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12088         (gst_cdaudio_finalize):
12089         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12090         (cdparanoia_finalize):
12091         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12092         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12093         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12094         (dvdreadsrc_finalize):
12095         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12096         (gst_flacdec_finalize):
12097         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12098         (gst_flacenc_finalize):
12099         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12100         (gst_gnomevfssink_finalize):
12101         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12102         (gst_gnomevfssrc_finalize):
12103         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12104         (gst_fameenc_finalize):
12105         * ext/nas/nassink.c: (gst_nassink_class_init),
12106         (gst_nassink_finalize):
12107         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12108         (gst_sdlvideosink_class_init):
12109         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12110         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12111         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12112         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12113         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12114         (gst_x_window_listener_dispose):
12115         * gst/audioscale/gstaudioscale.c:
12116         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12117         (play_on_demand_finalize):
12118         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12119         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12120         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12121         (cdplayer_finalize):
12122         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12123         (gst_glimagesink_class_init):
12124         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12125         (gst_osselement_finalize):
12126         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12127         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12128         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12129           Fixes a bunch of problems with finalize and dispose functions,
12130           either assumptions that dispose is only called once, or not calling
12131           the parent class dispose/finalize function
12132
12133 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12134
12135         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12136           added two api precondition guards
12137           use g_strdup with getenv to fix crash when using ENVVAR
12138
12139 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12140         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12141         (gst_esdsink_finalize):
12142         Use a finalize function, not dispose, and more importantly,
12143         call the parent class finalize function too
12144
12145 2004-11-01  Johan Dahlin  <johan@gnome.org>
12146
12147         * ext/ogg/gstoggdemux.c:
12148         * gst/tags/gstvorbistag.c:
12149         Plug leaks.
12150
12151 2004-10-31  Benjamin Otte  <otte@gnome.org>
12152
12153         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12154           lotsa memleaks today. But they're all small...
12155
12156 2004-10-31  Benjamin Otte  <otte@gnome.org>
12157
12158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12159           another memleak crushed
12160
12161 2004-10-31  Benjamin Otte  <otte@gnome.org>
12162
12163         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12164           fix memleak
12165
12166 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12167
12168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12169           Hack to prevent crash when going to READY inside signal handler
12170           while this function is active.
12171
12172 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12173
12174         * gst/ffmpegcolorspace/Makefile.am:
12175         * gst/ffmpegcolorspace/avcodec.h:
12176         * gst/ffmpegcolorspace/common.h:
12177         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12178         * gst/ffmpegcolorspace/dsputil.h:
12179         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12181         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12183         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12184         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12185         (gst_ffmpegcsp_avpicture_fill):
12186         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12188         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12189         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12190         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12191         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12192         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12193         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12194         * gst/ffmpegcolorspace/imgconvert.c:
12195         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12196         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12197         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12198         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12199         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12200         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12201         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12202         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12203         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12204         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12205         (grow21), (grow22), (grow41), (grow44), (conv411),
12206         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12207         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12208         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12209         (avpicture_free), (is_yuv_planar), (img_convert),
12210         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12211         (deinterlace_line_inplace), (deinterlace_bottom_field),
12212         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12213         * gst/ffmpegcolorspace/imgconvert_template.h:
12214         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12215         * gst/ffmpegcolorspace/mmx.h:
12216         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12217         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12218         (av_freep), (avcodec_get_context_defaults),
12219         (avcodec_alloc_context), (avcodec_init):
12220           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12221           handling plus update from ffmpeg CVS. Large clean-up.
12222
12223 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12224
12225         * gst/playback/Makefile.am:
12226           We need the marshallers for decodebin, too.
12227
12228 2004-10-30  David Schleef  <ds@schleef.org>
12229
12230         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12231           quicktime typefinding work with 64-bit offsets.
12232
12233 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12234
12235         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12236           Set EOS on the element when processing an EOS event.
12237         * ext/speex/gstspeexdec.h:
12238         * ext/speex/gstspeexenc.h:
12239           Only keep a const ptr to the mode
12240         * gst-libs/gst/riff/riff-media.c:
12241         (gst_riff_create_audio_caps_with_data),
12242         (gst_riff_create_audio_template_caps):
12243           Allow WMAV3, with up to 6 channels.
12244         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12245           Don't call gst_pad_set_event_function on a sink pad.
12246         * gst/mpegstream/gstdvddemux.c:
12247         (gst_dvd_demux_get_subpicture_stream),
12248         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12249           Copy the explicit caps that were set across to the cur_* pads,
12250           instead of trying to use a possibly non-existent negotiated caps.
12251           Reset the type of subpicture pads to UNKNOWN after calling
12252           init_stream, so that the caps get set.
12253
12254 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12255
12256         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12257
12258         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12259           Don't touch buffer if it is of size 0 (fixes #151064).
12260
12261 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12262
12263         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12264           Synchronized discont handling.
12265
12266 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12267
12268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12269         (gst_ogg_demux_push):
12270           Make seeking sort-of exact again (fixes #156387).
12271
12272 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12273
12274         * gst/playback/gstplaybasebin.c: (unknown_type),
12275         (add_element_stream), (new_decoded_pad),
12276         (gst_play_base_bin_change_state):
12277         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12278         (gst_stream_info_init), (gst_stream_info_new),
12279         (gst_stream_info_dispose), (gst_stream_info_get_property):
12280         * gst/playback/gststreaminfo.h:
12281           Make caps explicitely available. Makes testing for unsupported
12282           types possible. Improves error reporting.
12283
12284 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12285
12286         * gst/audioconvert/gstaudioconvert.c:
12287         (gst_audio_convert_buffer_to_default_format):
12288           Really don't touch read-only buffers (#156563).
12289
12290 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
12291
12292         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12293
12294         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12295           Fix memleak (#155223).
12296
12297 2004-10-29  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst/tcp/.cvsignore:
12300         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12301         (gst_multifdsink_class_init), (gst_multifdsink_init),
12302         (gst_multifdsink_add), (gst_multifdsink_remove),
12303         (gst_multifdsink_remove_client_link), (is_sync_frame),
12304         (gst_multifdsink_new_client),
12305         (gst_multifdsink_handle_client_write),
12306         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12307         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12308         (gst_multifdsink_get_property):
12309         * gst/tcp/gstmultifdsink.h:
12310         Added burst on connect sync_method, deprecated sync_clients,
12311         streamlined the sync code some more.
12312
12313 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12314
12315         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12316         (gst_play_base_bin_change_state):
12317           Improve error reporting.
12318
12319 2004-10-28  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/tcp/Makefile.am:
12322         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12323         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12324         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12325         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12326         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12327         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12328         (gst_fdset_wait):
12329         Added more locks around fdset structures. Fixed/reworked
12330         the poll array resizing code.
12331         Added stress test for fdset.
12332
12333 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12334
12335         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12336         fix build
12337
12338 2004-10-28  Benjamin Otte  <otte@gnome.org>
12339
12340         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12341           fix link function to always query channels and query width for
12342           floats
12343         * configure.ac:
12344           add equalizer dir
12345         * gst/equalizer/Makefile.am:
12346         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12347         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12348         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12349         (arg_to_scale), (setup_filter),
12350         (gst_iir_equalizer_compute_frequencies),
12351         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12352         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12353         (plugin_init):
12354           add an equalizer
12355
12356 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12357
12358         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12359
12360         * po/LINGUAS:
12361         * po/nb.po:
12362           Added Norwegian Bokmaal translation
12363
12364 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12365
12366         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12367           Don't break on options (fixes #156488).
12368
12369 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12370
12371         * configure.ac:
12372         * ext/cdaudio/Makefile.am:
12373         * sys/Makefile.am:
12374           fix build on older automake
12375
12376 2004-10-26  Wim Taymans  <wim@fluendo.com>
12377
12378         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12379         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12380         Allow a little margin when negotiating the framerate.
12381
12382 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12383
12384         * gst/level/gstlevel.c:
12385           synchonised naming of pads and pad-templates
12386
12387 2004-10-26  Wim Taymans  <wim@fluendo.com>
12388
12389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12390         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12391         (_find_streams_check), (gst_ogg_demux_push):
12392         Fix EOS again. Needs to be done in a better way. We should not
12393         remove the pad if there is no new chained stream.
12394
12395 2004-10-26 Iain <iaingnome@gmail.com>
12396
12397         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12398         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12399         of the caps.
12400         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12401         pad.
12402         (interleave_release_pad): Remove the pad.
12403         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12404         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12405         the set device.
12406         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12407         attrs
12408         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12409         (gst_xvimagesink_finalize): Free the par.
12410
12411 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12412
12413         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12414         (gst_avimux_stop_file):
12415           First calculate the rate, and only then use it. Hdr.rate is a
12416           multiple and not a derivative of hdr.scale. Scale is not the
12417           same as blockalign but is solely related to rate.
12418
12419 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12420
12421         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12422         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12423           Implement seeking.
12424
12425 2004-10-25  James Henstridge  <james@jamesh.id.au>
12426
12427         Reviewed by:  David Schleef  <ds@schleef.org>
12428
12429         * examples/gstplay/player.c: (got_stream_length), (main):
12430         * examples/seeking/cdplayer.c: (update_scale):
12431         * examples/seeking/seek.c: (format_value), (update_scale):
12432         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12433         (stop_seek):
12434         Build fixes on AMD64.
12435
12436 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12437
12438         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12439
12440         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12441         Fix for some v4l cards which hang in v4lsrc
12442
12443 2004-10-25  Wim Taymans  <wim@fluendo.com>
12444
12445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12446         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12447         Make sure to remove the pad when a new chain is
12448         encountered. Set some vars to NULL so we don't try
12449         to reference freed memory.
12450
12451 2004-10-25  Wim Taymans  <wim@fluendo.com>
12452
12453         * examples/seeking/Makefile.am:
12454         * examples/seeking/cdplayer.c: (update_scale):
12455         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12456         * examples/seeking/playbin.c: (make_playerbin_pipeline),
12457         (format_value), (update_scale), (iterate), (start_seek),
12458         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12459         (print_usage), (main):
12460         Added some more examples, update others.
12461
12462 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12463
12464         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12465         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12466         * ext/theora/theoradec.c: (theora_dec_chain):
12467         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12468           Add codec-name metadata.
12469
12470 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
12471
12472         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12473
12474         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12475         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12476         * ext/alsa/gstalsamixertrack.h:
12477         * po/POTFILES.in:
12478           ALSA mixer track label internationalization (#154054).
12479
12480 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12481
12482         * ext/theora/theoradec.c: (theora_dec_chain):
12483           Export bitrate as metadata.
12484
12485 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12486
12487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12488         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12489         * ext/alsa/gstalsamixertrack.h:
12490           Fix names, fix loop.
12491
12492 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12493
12494         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12495         (speex_dec_convert):
12496           sinkconvert function so oggdemux can get the file length (totem).
12497
12498 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
12499
12500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12501
12502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12503           Don't push incomplete packets.
12504         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12505           Fix MPEG-4 audio typefinding.
12506
12507 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12508
12509         * sys/v4l/Makefile.am:
12510         * sys/v4l/gstv4l.c: (plugin_init):
12511         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12512         (gst_v4lelement_init), (gst_v4lelement_dispose),
12513         (gst_v4lelement_change_state):
12514         * sys/v4l/gstv4lelement.h:
12515         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12516         (gst_v4l_xoverlay_close), (idle_refresh),
12517         (gst_v4l_xoverlay_set_xwindow_id):
12518         * sys/v4l/gstv4lxoverlay.h:
12519         * sys/v4l/v4l-overlay_calls.c:
12520         * sys/v4l/v4l_calls.h:
12521         * sys/v4l2/Makefile.am:
12522         * sys/v4l2/gstv4l2.c: (plugin_init):
12523         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12524         (gst_v4l2element_init), (gst_v4l2element_dispose),
12525         (gst_v4l2element_change_state):
12526         * sys/v4l2/gstv4l2element.h:
12527         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12528         (gst_v4l2_xoverlay_close), (idle_refresh),
12529         (gst_v4l2_xoverlay_set_xwindow_id):
12530         * sys/v4l2/gstv4l2xoverlay.h:
12531         * sys/v4l2/v4l2-overlay_calls.c:
12532         * sys/v4l2/v4l2_calls.h:
12533           Remove client-side overlay handling, use the X-server v4l plugin
12534           for that. Nicer overlay, less code. Also make the plugin
12535           compileable without X (but then without overlay, obviously).
12536           Makes xwindowlistener obsolete, should we remove that?
12537
12538 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12539
12540         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12541         (gst_osssrc_src_query):
12542         * sys/oss/gstosssrc.h:
12543           OK, so people want offset in DEFAULT. This time, actually fix all
12544           cases.
12545         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12546           Add FPS properly.
12547
12548 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12549
12550         * gst/asfdemux/gstasfmux.c:
12551         * gst/avi/gstavimux.c:
12552           Framerate.
12553
12554 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12555
12556         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12557           Fix properties (channel, norm, frequency).
12558
12559 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12560
12561         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12562           Flag typo.
12563         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12564           No warnings.
12565
12566 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12567
12568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12569           Fix hang.
12570
12571 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12572
12573         * sys/v4l2/gstv4l2element.h:
12574           Yet Another Hack (tm) for kernel header borkedness.
12575         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12576         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12577         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12578         (gst_v4l2src_change_state):
12579         * sys/v4l2/gstv4l2src.h:
12580         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12581         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12582           Fix caps, keep track of state, work.
12583
12584 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12585
12586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12587           Quiet.
12588
12589 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12590
12591         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12592           Don't mix bytes and samples.
12593
12594 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12595
12596         * ext/ogg/gstoggmux.c:
12597           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12598           and theora. Any is incorrect.
12599         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12600           Fix caps.
12601         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12602         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12603         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12604         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12605         * sys/v4l/gstv4lmjpegsrc.h:
12606         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12607         (gst_v4lsrc_change_state):
12608         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12609         (gst_v4lmjpegsrc_capture_stop):
12610           Fix caps. Keep track of internal state. Work.
12611
12612 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12613
12614         * ext/Makefile.am:
12615           Fix the build fixes.
12616
12617 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12618
12619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12620         (gst_ogg_demux_src_event), (_find_chain_seek),
12621         (gst_ogg_pad_push):
12622           Check for pad availability before using it.
12623         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12624           Fix parsing of chained ogg. Needs more work on the decoder side.
12625
12626 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12627
12628         * gst/spectrum/Makefile.am:
12629         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12630         (idle_func):
12631           Fix demo and reenable it. Yes, I'm currently playing with audio
12632           analysis tools
12633
12634 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12635
12636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12637           We love it if files that start at zero work too...
12638
12639 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12640
12641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12642           Handle files with missing EOS headers.
12643
12644 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12645
12646         * gst/tcp/gsttcpserversink.c:
12647         (gst_tcpserversink_handle_server_read),
12648         (gst_tcpserversink_init_send):
12649         Zero some variables first (need for accept not to return EINVAL)
12650
12651 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12652
12653         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12654         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12655         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12656         (theora_dec_chain):
12657         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12658         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12659           Seeking and querying finetune.
12660
12661 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12662
12663         * configure.ac:
12664         * ext/Makefile.am:
12665         * ext/raw1394/Makefile.am:
12666           fix the build
12667
12668 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12669
12670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12671           Wrong return.
12672         * gst/playback/Makefile.am:
12673         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12674         * gst/playback/gstplay-marshal.list:
12675         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12676           Fix marshallers.
12677
12678 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12679
12680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12681           Silence.
12682
12683 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12684
12685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12686         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12687         (gst_ogg_pad_push):
12688           Yay for non-lineair granulepos in theora.
12689
12690 2004-10-18  Wim Taymans  <wim@fluendo.com>
12691
12692         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12693         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12694         * ext/dv/gstdvdec.h:
12695         Make sure we renegotiate aspect ratio when the camera switches.
12696
12697 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12698
12699         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12700         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12701           Start at zero.
12702         * ext/theora/theoradec.c: (theora_dec_chain):
12703           Skip headers. Bad idea for chained ogg, but fixes seeking.
12704
12705 2004-10-18  Wim Taymans  <wim@fluendo.com>
12706
12707         * configure.ac:
12708         I swear, this is the last time I touch this.
12709
12710 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12711
12712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12713         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12714         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12715           Faster seeking.
12716         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12717           Time-to-default conversion.
12718         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12719           Don't error on unknown packets, just skip. We should probably
12720           read them if we want to support chained ogg.
12721
12722 2004-10-18  Wim Taymans  <wim@fluendo.com>
12723
12724         * configure.ac:
12725         Added cdaudio to wrong list.
12726
12727 2004-10-18  Wim Taymans  <wim@fluendo.com>
12728
12729         * configure.ac:
12730         Revive cdaudio.
12731
12732 2004-10-18  Wim Taymans  <wim@fluendo.com>
12733
12734         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12735         (gst_dvdec_video_link), (gst_dvdec_push):
12736         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12737         (gst_smokeenc_resync), (gst_smokeenc_chain):
12738         Fix mimetype on smoke encoder.
12739         Add aspect ratio to dvdec. Not sure if these
12740         values are correct though....
12741
12742 2004-10-18  Wim Taymans  <wim@fluendo.com>
12743
12744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12745         Fix vorbis property descriptions and ranges.
12746
12747 2004-10-18  Wim Taymans  <wim@fluendo.com>
12748
12749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12750         Really do nothing when no data is available.
12751         Go to the playing state when the stream is not seekable
12752         instead of failing.
12753
12754 2004-10-18  Wim Taymans  <wim@fluendo.com>
12755
12756         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12757         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12758         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12759         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12760         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12761         Added uri handler for cd://
12762         Port to new API.
12763
12764 2004-10-18  Wim Taymans  <wim@fluendo.com>
12765
12766         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12767         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12768         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12769         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12770         (remove_prerolls), (unknown_type), (add_element_stream),
12771         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12772         (gst_play_base_bin_remove_element),
12773         (gst_play_base_bin_link_stream):
12774         * gst/playback/gstplaybin.c: (gen_video_element),
12775         (gen_vis_element), (remove_sinks), (setup_sinks):
12776         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12777         (gst_stream_info_get_type), (gst_stream_info_class_init),
12778         (gst_stream_info_init), (gst_stream_info_new),
12779         (gst_stream_info_dispose), (stream_info_mute_pad),
12780         (gst_stream_info_set_property), (gst_stream_info_get_property):
12781         * gst/playback/gststreaminfo.h:
12782         Add sink padtemplate to decodebin.
12783         Added some more comments.
12784         Make queue size configurable in playbasebin.
12785         Added possibility to use elements as sinks (ex cdaudio).
12786
12787 2004-10-15  Wim Taymans  <wim@fluendo.com>
12788
12789         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12790         (gst_speexenc_chain):
12791         Fix speex timestamps so that it gets muxed properly.
12792
12793 2004-10-15  Wim Taymans  <wim@fluendo.com>
12794
12795         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12796         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12797         (gst_dv1394src_init), (gst_dv1394src_dispose),
12798         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12799         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12800         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12801         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12802         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12803         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12804         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12805         * ext/raw1394/gstdv1394src.h:
12806         Added conversion/query functions.
12807         Update buffer timestamps,
12808         Added signals.
12809         Added uri dv:// so it might play from the firewire in playbin.
12810         Fix a possible leak.
12811         Added debugging.
12812
12813 2004-10-15  Wim Taymans  <wim@fluendo.com>
12814
12815         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12816         (gst_dv1394src_init), (gst_dv1394src_set_property),
12817         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12818         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12819         * ext/raw1394/gstdv1394src.h:
12820         Added AV/C VTR control support needed for some cameras.
12821         Added automatic port detection.
12822         Added properties for selecting the channel.
12823         The configure.ac script is not yet updated to reflect the
12824         new libavc1394 and librom1394 dependencies.
12825
12826 2004-10-15  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12829         (qtdemux_parse), (gst_qtdemux_handle_esds):
12830         An esds box is not a container.
12831         Fix parsing of mp4v boxes.
12832         Do not try to renegotiate fps for each frame. Need to
12833         find a better method. This should fix mp4 playback.
12834
12835 2004-10-14  David Schleef  <ds@schleef.org>
12836
12837         * configure.ac: update for swfdec-0.3 and liboil-0.2
12838         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12839         * ext/swfdec/gstswfdec.h: same
12840         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12841         * gst/videotestsrc/videotestsrc.c: same
12842
12843 2004-10-14  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12846         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12847         (is_sync_frame), (gst_multifdsink_new_client),
12848         (gst_multifdsink_handle_client_write),
12849         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12850         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12851         Turn warnings into info.
12852         Don't allow a state change in the streaming thread.
12853
12854 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12855
12856         * ext/vorbis/oggvorbisenc.c:
12857         * ext/vorbis/vorbisdec.c:
12858           fix template sample rate
12859
12860 2004-10-13  Wim Taymans  <wim@fluendo.com>
12861
12862         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12863         Decoding the header first fixes some problems in resyncing
12864         in more mp3s.
12865
12866 2004-10-12  Wim Taymans  <wim@fluendo.com>
12867
12868         * gst/playback/gstplaybin.c: (gen_video_element),
12869         (gen_vis_element), (remove_sinks), (setup_sinks):
12870         Added vis plugin support, need to configure the vis
12871         element to activate it.
12872
12873 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12874
12875         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12876         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12877           Some debug.
12878         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12879         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12880         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12881         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12882         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12883         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12884         * gst/avi/gstavidemux.h:
12885           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12886           recovery (where, if part of the index is broken, we will still read
12887           the rest of the index and recover the broken part by stream
12888           scanning). More broken media support. EOS workarounds. General AVI
12889           braindamage headache recovery. Aspirin included.
12890
12891 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12892
12893         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12894         (cdparanoia_event), (cdparanoia_query):
12895           Get rid of hideous lead-in.
12896
12897 2004-10-11  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/playback/gstplaybasebin.c: (setup_source):
12900         Wrong var used to get g_list_next.
12901
12902 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12903
12904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12905         (cdparanoia_get), (cdparanoia_open):
12906           Report discid as metadata, add duration.
12907
12908 2004-10-11  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/playback/gstplaybasebin.c: (setup_source):
12911         Cleanup the previous pipeline a little earlier for the
12912         case that a source element provides raw data.
12913
12914 2004-10-11  Benjamin Otte  <otte@gnome.org>
12915
12916         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12917           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12918           consuming the last 128 bytes, even though it was valid mp3 data.
12919
12920 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12921
12922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12923         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12924         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12925         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12926
12927 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12928
12929         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12930         Fix for webcams that support only specific width or height
12931
12932 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12933
12934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12935
12936         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12937           Fix wrong discont event setup (fixes #154967).
12938
12939 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12940
12941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12942
12943         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12944           Error out on invalid data (fixes #154807).
12945
12946 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12947
12948         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12949
12950         * ext/dvdread/dvdreadsrc.c: (_read):
12951           Make titles > 0 work again (fixes #154834).
12952
12953 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12954
12955         * gst-libs/gst/riff/riff-media.c:
12956         (gst_riff_create_video_template_caps):
12957           WMV3 missing in template caps.
12958
12959 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12960
12961         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12962           OK, so the original code was too strict. It makes random AVI files
12963           hang for seconds upon opening, which is unacceptable and is far
12964           beyond the original goal of getting multiple chunks for one-chunk
12965           sounc stream files. So now do just that.
12966
12967 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12968
12969         * gst/playback/gstplaybasebin.c: (setup_source),
12970         (gst_play_base_bin_change_state):
12971           Actually clean up streaminfo if output fails. This would trigger
12972           if, for example, there was no CD in the drive. No preroll, so
12973           a streaminfo structure is created, but the subsequent state change
12974           of the thread fails.
12975         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12976           Don't change state if parent failed.
12977
12978 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12979
12980         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12981         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12982         (gen_video_element), (remove_sinks):
12983           Add small bits of code for screenshot handling.
12984
12985 2004-10-08  Wim Taymans  <wim@fluendo.com>
12986
12987         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12988         (gen_video_element), (gen_audio_element), (setup_sinks):
12989         Don't assume the user provided sinks are named "sink"...
12990
12991 2004-10-08  Wim Taymans  <wim@fluendo.com>
12992
12993         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12994         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12995         (gst_play_base_bin_link_stream):
12996         Do not try to autoplug sources that generate raw streams like
12997         cdparanoia.
12998         disconnect the preroll overrun signal when we don't need it anymore.
12999
13000 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13001
13002         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13003         Added reworked patch from #154903 from milosz derezynski (deadchip).
13004
13005 2004-10-08  Wim Taymans  <wim@fluendo.com>
13006
13007         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13008         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13009         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13010         (cdparanoia_convert), (cdparanoia_uri_get_type),
13011         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13012         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13013         * ext/cdparanoia/gstcdparanoia.h:
13014         This adds the cdda://<tracknum> uri.
13015
13016 2004-10-08  Wim Taymans  <wim@fluendo.com>
13017
13018         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13019         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13020         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13021         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13022         (unknown_type), (gst_play_base_bin_remove_element),
13023         (gst_play_base_bin_link_stream):
13024         * gst/playback/gstplaybasebin.h:
13025         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13026         (gst_play_bin_set_property), (gen_video_element),
13027         (gen_audio_element), (setup_sinks):
13028         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13029         (gst_stream_info_get_type), (gst_stream_info_class_init),
13030         (gst_stream_info_init), (gst_stream_info_new),
13031         (gst_stream_info_dispose), (stream_info_mute_pad),
13032         (gst_stream_info_set_property), (gst_stream_info_get_property):
13033         * gst/playback/gststreaminfo.h:
13034         Reuse the audio and video bins.
13035         Some internal cleanups in the stream selection code.
13036
13037 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13038
13039         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13040         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13041         * sys/ximage/ximagesink.h:
13042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13043         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13044         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13045         not coming from those elements. Moreover these elements should not keep
13046         the xid they have been given when in NULL state.
13047
13048 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13049
13050         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13051         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13052         * sys/ximage/ximagesink.h:
13053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13054         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13055         * sys/xvimage/xvimagesink.h:
13056           Actually only create a new toplevel window if we're not gonna
13057           embed it right after.
13058
13059 2004-10-07  Wim Taymans  <wim@fluendo.com>
13060
13061         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13062         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13063         * gst/playback/gstplaybin.c: (setup_sinks):
13064         Implement muting/unmuting of streams, mute streams that are not
13065         used.
13066
13067 2004-10-07  Wim Taymans  <wim@fluendo.com>
13068
13069         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13070         (plugin_init):
13071         Added lame audio/x-ac3 typefind function.
13072
13073 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13074
13075         * configure.ac:
13076           bump nano to cvs
13077
13078 === release 0.8.5 ===
13079
13080 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13081
13082         * NEWS:
13083         * RELEASE:
13084         * configure.ac:
13085           releasing 0.8.5, "Take You On"
13086
13087 2004-10-06  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13090         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13091         (no_more_pads), (close_link), (type_found):
13092         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13093         * gst/playback/gstplaybin.c: (gen_video_element):
13094         Do not signal the no_more_pads after the first pad when
13095         we are plugging a non dynamic element with multiple
13096         output pads (like swfdec, dvdec, ...).
13097
13098 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13099
13100         * configure.ac:
13101           bump for prerelease
13102
13103 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13104
13105         * gst/wavparse/gstwavparse.c:
13106           add ATRAC3 to STATIC CAPS to fix a warning
13107
13108         * gst/matroska/ebml-read.c:
13109         * gst-libs/gst/riff/riff-read.c:
13110           fix typos
13111
13112 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13113
13114         * gst-libs/gst/riff/riff-media.c:
13115           generate caps for ATRAC3 audio streams
13116
13117         * gst/realmedia/rmdemux.c:
13118           generate caps for ATRAC3 audio streams
13119
13120 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13121
13122         * gst/wavparse/Makefile.am
13123         * gst/wavparse/riff.h
13124         * gst/wavparse/wavparse.vcproj
13125           riff.h removal (unused and duplication with riff-ids.h)
13126
13127 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13128
13129         * gst/wavparse/gstwavparse.h
13130           remove duplicated defines for audio codec codes
13131
13132         * gst-libs/gst/riff/riff-ids.h
13133         * gst/wavenc/riff.h:
13134           add "4CC" code for ATRAC3 audio streams
13135           add "4CC" code for ITU_G721_ADPCM (unused for now)
13136
13137 2004-10-06  Wim Taymans  <wim@fluendo.com>
13138
13139         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13140         Actually _do_ negotiation. Pass gdouble as arg instead
13141         of guint64 for the framerate.
13142
13143 2004-10-06  Wim Taymans  <wim@fluendo.com>
13144
13145         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13146         (find_compatibles), (close_pad_link), (try_to_link_1),
13147         (no_more_pads), (close_link), (type_found):
13148         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13149         * gst/playback/gstplaybin.c: (gen_video_element),
13150         (gen_audio_element):
13151         Set state on newly added element to READY so that negotiation
13152         can happen ASAP.
13153         Addes some more debug info.
13154         Do not try to plug pads with multiple caps structures or ANY
13155         because it is too dangerous since we do not do dynamic
13156         replugging.
13157
13158 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13159
13160         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13161
13162         * po/LINGUAS:
13163         * po/or.po:
13164           add Oriya translation
13165
13166 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13167
13168         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13169           Prevent overwrite of size member. Makes audio sound crappy.
13170
13171 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13172
13173         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13174         Add rmvb to the list of known RealMedia extensions
13175
13176 2004-10-05  Wim Taymans  <wim@fluendo.com>
13177
13178         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13179         (mngdec_openstream), (mngdec_closestream),
13180         (mngdec_handle_sink_event), (mngdec_readdata),
13181         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13182         (mngdec_getcanvasline), (mngdec_refresh),
13183         (gst_mngdec_change_state):
13184         Set the framerate correctly.
13185
13186 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13187
13188         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13189           There was something wrong with the index massaging.
13190
13191 2004-10-04  Wim Taymans  <wim@fluendo.com>
13192
13193         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13194         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13195         (gst_smokedec_chain):
13196         * ext/jpeg/gstsmokedec.h:
13197         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13198         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13199         * ext/jpeg/gstsmokeenc.h:
13200         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13201         (smokecodec_decode_new), (smokecodec_info_free),
13202         (smokecodec_set_quality), (smokecodec_get_quality),
13203         (smokecodec_set_threshold), (smokecodec_get_threshold),
13204         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13205         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13206         (smokecodec_encode), (smokecodec_parse_id),
13207         (smokecodec_parse_header), (smokecodec_decode):
13208         * ext/jpeg/smokecodec.h:
13209         * ext/jpeg/smokeformat.h:
13210         Updated smoke, new bitstream, allows embedding in ogg.
13211
13212 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13213
13214         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13215           Fix seeking in some files. All this code is no longer needed (and
13216           actually breaks stuff) because we now synchronize the full index
13217           right when reading the header.
13218
13219 2004-10-04  Wim Taymans  <wim@fluendo.com>
13220
13221         * configure.ac:
13222         configure update for libmng.
13223
13224 2004-10-04  Wim Taymans  <wim@fluendo.com>
13225
13226         * ext/libmng/Makefile.am:
13227         * ext/libmng/gstmng.c: (plugin_init):
13228         * ext/libmng/gstmng.h:
13229         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13230         (gst_mngdec_base_init), (gst_mngdec_class_init),
13231         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13232         (gst_mngdec_loop), (gst_mngdec_get_property),
13233         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13234         (mngdec_closestream), (mngdec_handle_sink_event),
13235         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13236         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13237         (gst_mngdec_change_state):
13238         * ext/libmng/gstmngdec.h:
13239         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13240         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13241         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13242         (gst_mngenc_chain), (gst_mngenc_get_property),
13243         (gst_mngenc_set_property):
13244         * ext/libmng/gstmngenc.h:
13245         Added basic MNG decoder. Needs more work. The encoder does
13246         not work yet.
13247
13248 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13249
13250         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13251         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13252         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13253           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13254           no-more-pads.
13255
13256 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13257
13258         * configure.ac:
13259           you need at least 1.0.4 of speex
13260
13261 2004-10-04 Iain <iaingnome@gmail.com>
13262
13263         * ext/speex/gstspeexdec.h: Revert the includes changes.
13264
13265         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13266
13267 2004-09-30 Iain <iaingnome@gmail.com>
13268
13269         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13270         found during init or set as a property instead of hardcoding /dev/audio
13271
13272 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13273
13274         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13275         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13276         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13277         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13278         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13279         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13280         (gst_rmdemux_dump_data):
13281           Use debug category, fix EOS handling. filesrc ! rmdemux now
13282           works.
13283
13284 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13285
13286         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13287         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13288         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13289           Improve allocation, cutting and sorting of the index. How takes a
13290           few seconds instead of minutes.
13291
13292 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
13293
13294         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13295           fixed compilation
13296
13297 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13298
13299         * gst-libs/gst/riff/riff-media.c:
13300         (gst_riff_create_video_caps_with_data),
13301         (gst_riff_create_video_template_caps):
13302           Add wing commander format mimetype/fourccs.
13303         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13304           Don't crash if some value is 0.
13305
13306 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13307
13308         * gst-libs/gst/riff/riff-media.c:
13309         (gst_riff_create_video_caps_with_data),
13310         (gst_riff_create_video_template_caps):
13311           Add DIB fourcc (raw, palettized 8-bit RGB).
13312         * gst-libs/gst/riff/riff-read.c:
13313         (gst_riff_read_strf_vids_with_data):
13314           Oops, fix strf_data reading bug.
13315         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13316           Use a non-NULL tag.
13317         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13318           Time for hacks. Sorry Dave. At least one quicktime movie (a
13319           trailer) that I've encountered contains multiple video tracks.
13320           One of those is the actual video track, the other are one-frame
13321           tracks (images). Unfortunately, the number of frames according
13322           to the trak header is 1 for each, so that doesn't help. So
13323           instead, I look at the duration and discard tracks with a
13324           duration shorter than 20% of the length of the stream. Better
13325           than nothing.
13326
13327 2004-10-01  Christian Schaller <christian@fluendo.com>
13328
13329         * ext/ivorbis/vorbis.c:
13330           Patch from Phil Blundell (Bug 152341)
13331
13332 2004-10-01  Wim Taymans  <wim@fluendo.com>
13333
13334         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13335         (speex_dec_get_formats), (speex_dec_convert),
13336         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13337         (speex_dec_chain), (gst_speexdec_get_property),
13338         (gst_speexdec_set_property):
13339         Small cleanups.
13340
13341 2004-10-01  Wim Taymans  <wim@fluendo.com>
13342
13343         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13344         (gst_wavparse_stream_init), (gst_wavparse_fmt),
13345         (gst_wavparse_other), (gst_wavparse_loop),
13346         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13347         (gst_wavparse_srcpad_event):
13348         * gst/wavparse/gstwavparse.h:
13349         Added some more debugging info.
13350         Fix the case where the length of the file is 0.
13351         Make sure we seek to sample borders.
13352
13353 2004-10-01  Wim Taymans  <wim@fluendo.com>
13354
13355         * gst/playback/README:
13356         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13357         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13358         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13359         Add some debug info to decodebin, update README
13360
13361 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13362
13363         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13364           Don't use g_print(); use GST_DEBUG().
13365
13366 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13367
13368         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13369         (gst_ogg_mux_queue_pads):
13370           Handle EOS properly.
13371
13372 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13373
13374         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13375
13376         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13377         (gst_faad_chain), (gst_faad_change_state):
13378         * ext/faad/gstfaad.h:
13379           Allow playback of raw (unframed) MPEG AAC files (#148993).
13380
13381 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13382
13383         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13384
13385         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13386           Throw error if we didn't recognize the stream. Fixes #152289.
13387
13388 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13389
13390         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13391           Fix negotiation.
13392
13393 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13394
13395         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13396
13397         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13398           Fix memleak.
13399
13400 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13401
13402         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13403
13404         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13405           Solve #152805.
13406         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13407           Solve 152806.
13408
13409 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13410
13411         * gst-libs/gst/riff/riff-media.c:
13412         (gst_riff_create_video_caps_with_data),
13413         (gst_riff_create_audio_caps_with_data):
13414           Add codec_data handling (like asfdemux used to do).
13415         * gst/asfdemux/gstasf.c: (plugin_init):
13416         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13417         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13418           Use riff-media for caps creation instead of our own (mostly
13419           broken) copy of its functions.
13420
13421 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13422
13423         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13424           Don't actually error out if we get another return value than
13425           -EINVAL. Opposite to what I first thought, drivers have random
13426           return values for this, although -EINVAL is the expected return
13427           value. Since this is not fatal, we shouldn't use
13428           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13429
13430 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13431
13432         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13433         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13434         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13435         (dvdreadsrc_get), (dvdreadsrc_open_file),
13436         (dvdreadsrc_change_state):
13437           Fix. Don't do one big huge loop around the whole DVD, that will
13438           cache all data and thus eat sizeof(dvd) (several GB) before we
13439           see something.
13440         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13441           Actually NULL'ify event after using it.
13442         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13443         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13444         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13445         (gst_ebml_read_seek), (gst_ebml_read_skip):
13446           Handle events.
13447         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13448         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13449         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13450           Fix timing (this will probably break if I seek using menus, but
13451           I didn't get there yet). VOBs and normal DVDs should now work.
13452           Add a mpeg2-only pad with high rank so this get autoplugged for
13453           MPEG-2 movies.
13454         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13455         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13456         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13457         (gst_mpeg_demux_get_audio_stream),
13458         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13459         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13460           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13461           MPEG-1 but use dvddemux for MPEG-2.
13462         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13463         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13464         (gst_mpeg_parse_parse_packhead):
13465           Timing. Only add pad template if it exists. Add sink template from
13466           class and not from ourselves. This means we will always use the
13467           correct sink template even if it is not the one defined in this
13468           file.
13469
13470 2004-09-29  Wim Taymans  <wim@fluendo.com>
13471
13472         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13473         (gst_mpeg_demux_parse_pes):
13474         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13475         Fix playback of mpeg again, timestamps where screwed up by
13476         patch 1.61.
13477
13478 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13479
13480         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13481           Only return true if we actually filled something in. Prevents
13482           player applications from showing a random length for flac files.
13483         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13484         (gst_riff_read_use_event), (gst_riff_read_handle_event),
13485         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13486         (gst_riff_read_strf_vids_with_data),
13487         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13488           OK, ok, so I implemented event handling. Apparently it's normal
13489           that we receive random events at random points without asking
13490           for it.
13491         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13492         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13493         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13494         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13495         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13496         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13497         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13498         * gst/avi/gstavidemux.h:
13499           Implement non-lineair chunk handling and subchunk processing.
13500           The first solves playback of AVI files where the audio and video
13501           data of individual buffers that we read are not synchronized.
13502           This should not happen according to the wonderful AVI specs, but
13503           of course it does happen in reality. It is also a prerequisite for
13504           the second. Subchunk processing allows us to cut chunks in small
13505           pieces and process each of these pieces separately. This is
13506           required because I've seen several AVI files with incredibly large
13507           audio chunks, even some files with only one audio chunk for the
13508           whole file. This allows for proper playback including seeking.
13509           This patch is supposed to fix all AVI A/V sync issues.
13510         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13511         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13512           Work.
13513         * gst/modplug/gstmodplug.cc:
13514           Proper return value setting for the query() function.
13515         * gst/playback/gstplaybasebin.c: (setup_source):
13516           Being in non-playing state (after, e.g., EOS) is not necessarily
13517           a bad thing. Allow for that. This fixes playback of short files.
13518           They don't actually playback fully now, because the clock already
13519           runs. This means that small files (<500kB) with a small length
13520           (<2sec) will still not or barely play. Other files, such as mod
13521           or flx, will work correctly, however.
13522
13523 2004-09-28  Wim Taymans  <wim@fluendo.com>
13524
13525         * ext/speex/gstspeex.c: (plugin_init):
13526         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13527         (gst_speex_dec_class_init), (speex_dec_get_formats),
13528         (speex_get_event_masks), (speex_get_query_types),
13529         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13530         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13531         (gst_speexdec_get_property), (gst_speexdec_set_property),
13532         (speex_dec_change_state):
13533         * ext/speex/gstspeexdec.h:
13534         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13535         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13536         (gst_speexenc_base_init), (gst_speexenc_class_init),
13537         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13538         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13539         (gst_speexenc_src_query), (gst_speexenc_init),
13540         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13541         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13542         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13543         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13544         (gst_speexenc_chain), (gst_speexenc_get_property),
13545         (gst_speexenc_set_property), (gst_speexenc_change_state):
13546         * ext/speex/gstspeexenc.h:
13547         Rewrote speex encoder, make sure it can be embedded in ogg.
13548         Implemented speex decoder.
13549
13550 2004-09-28  Christian Schaller <christian@fluendo.com>
13551
13552         * configure.ac:
13553         Remove kioslave plugin. Markey is brewing a new working one
13554         * ext/Makefile.am: Remove kioslave plugin
13555         * ext/kio: remove
13556         * gst-plugins.spec.in: remove kio plugin from spec
13557
13558 2004-09-27  Wim Taymans  <wim@fluendo.com>
13559
13560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13561         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13562         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13563         (gst_multifdsink_new_client),
13564         (gst_multifdsink_handle_client_write),
13565         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13566         (gst_multifdsink_handle_clients):
13567         * gst/tcp/gstmultifdsink.h:
13568         Make syncing to keyframes actually work for new clients and lagging
13569         clients.
13570
13571 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13572
13573         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13574         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13575         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13576         * gst/debug/gstnavigationtest.h:
13577           make navigationtest display button-press and button-release events
13578
13579 2004-09-26 Iain <iaingnome@gmail.com>
13580
13581         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13582         the channels have received a new media event.
13583         (interleave_buffered_loop): Compresses a new media event on all
13584         channels into one.
13585
13586 2004-09-26 Iain <iaingnome@gmail.com>
13587
13588         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13589         call the sinkpad's default event handler and not the srcpads. He also
13590         says this is confusing :)
13591         (gst_wavenc_stop_file): Company says that seek events only go upstream
13592         we should send a discontinuous downstream instead.
13593
13594 2004-09-25  Christian Schaller <christian@fluendo.com>
13595
13596         * Update SPEC file to be usable in conjunction with Fedora Core,
13597           Fedora.us and freshrpms packages
13598         * Fix typo in multifilesrc test Makefile
13599
13600 2004-09-24  Wim Taymans  <wim@fluendo.com>
13601
13602         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13603         Only signal the no_more_pads signal when we have
13604         added the stream to our list.
13605
13606 2004-09-24  Wim Taymans  <wim@fluendo.com>
13607
13608         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13609         (new_decoded_pad):
13610         * gst/playback/gstplaybasebin.h:
13611         * gst/playback/gstplaybin.c: (setup_sinks):
13612         Don't try to preroll or decode more than one audio/video
13613         track.
13614
13615 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13616
13617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13618           Throw error if we failed to find a suitable output. This should
13619           throw an error if we successfully set up a pipeline (e.g. because
13620           we recognized a media file) but found no decodable streams in it
13621           (e.g. because it contains only media stream types for which we
13622           have no decoders, or because it's not a media type).
13623
13624 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13625
13626         * ext/dirac/Makefile.am:
13627         * ext/dirac/gstdirac.cc:
13628         * ext/dirac/gstdiracdec.cc:
13629         * ext/dirac/gstdiracdec.h:
13630           Do something. Don't actually know if this works because I don't
13631           have a demuxer yet.
13632         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13633           Add channels=1 to caps returned from _getcaps().
13634         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13635         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13636         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13637         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13638         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13639         (gst_ogm_parse_change_state):
13640           Separate between audio/video so ogmaudioparse actually uses the
13641           audio pad templates. Both audio and video work now, including
13642           autoplugging. Also use sometimes-srcpad hack.
13643         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13644           Handle events better. Don't hang on infinite loops.
13645         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13646         (gst_avi_demux_init), (gst_avi_demux_reset),
13647         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13648         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13649         (gst_avi_demux_change_state):
13650         * gst/avi/gstavidemux.h:
13651           Improve A/V sync. Still not perfect.
13652         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13653         (gst_ebml_read_skip):
13654           Handle events better.
13655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13656         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13657         (qtdemux_audio_caps):
13658           Add IMA4. Improve event handling. Save offset after a seek when
13659           the headers are at the end of the file so that we don't end up in
13660           an infinite loop.
13661         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13662           Add low-priority typefind support for files with no length.
13663
13664 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13665
13666         * testsuite/multifilesink/Makefile.am:
13667         fix typo
13668
13669 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13670
13671         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13673         mistakes from thaytan's patches.
13674
13675 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13676
13677         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13678           For completeness, XSync in the destroy function as xvimage does.
13679
13680 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13681
13682         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13683            Correct caps negotiation
13684         * gst/volume/gstvolume.c: (volume_chain_float),
13685         (volume_chain_int16):
13686            Modify debug output to be little more informative
13687         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13689         (gst_xvimagesink_xvimage_destroy):
13690           Add XSync calls after detaching from the shared memory segment to
13691           avoid a crash.
13692
13693 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13694
13695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13696         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13697         * ext/vorbis/vorbis.c: (plugin_init):
13698         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13699         (gst_vorbisenc_chain):
13700         * ext/vorbis/vorbisenc.h:
13701         remove explicit newmedia support from oggmux and vorbisenc
13702         add debug category to vorbisenc
13703         * gst/multifilesink/gstmultifilesink.c:
13704         (gst_multifilesink_class_init), (gst_multifilesink_init),
13705         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13706         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13707         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13708         (plugin_init):
13709         * gst/multifilesink/gstmultifilesink.h:
13710         add support for streamheader in multifilesink
13711
13712 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13713
13714         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13715         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13716         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13717           Prevent infinite loops. More correct error reporting.
13718         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13719           Error out if negotiation fails.
13720         * gst/playback/gstplaybasebin.c: (setup_source),
13721         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13722         (gst_play_base_bin_found_tag):
13723           Error/tag forwarding. Pre-roll fixes for source errors on state
13724           changes (e.g. "file does not exist") to prevent hangs.
13725
13726 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13727
13728         * testsuite/multifilesink/Makefile.am:
13729         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13730         (gst_newmedia_class_init), (gst_newmedia_init),
13731         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13732         (newfile_signal), (test_signal), (main):
13733         * testsuite/multifilesink/multifilesrc_test.c: (main):
13734         * testsuite/multifilesink/oggtheora_test.c:
13735         (gst_newmedia_base_init), (gst_newmedia_class_init),
13736         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13737         (test_format), (newfile_signal), (test_signal), (main):
13738         * testsuite/multifilesink/oggvorbis_test.c:
13739         (gst_newmedia_base_init), (gst_newmedia_class_init),
13740         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13741         (test_format), (newfile_signal), (test_signal), (main):
13742         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13743         (gst_newmedia_class_init), (gst_newmedia_init),
13744         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13745         (newfile_signal), (test_signal), (main):
13746         New media tests
13747
13748 2004-09-20  Christian Schaller <christian@fluendo.com>
13749
13750         * Fix mikmod license to LGPL as they have relicensed
13751         * Move Dirac and Effectv into LGPL section of README_license
13752
13753 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13754
13755         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13756         (gst_mad_change_state):
13757           Allow for mp3 rate/channels changes. However, only very
13758           conservatively. Reason that we *have* to enable this is smiply
13759           because the mad find_sync() function is not good enough, it will
13760           regularly sync on random data as valid frames and therefore make
13761           us provide random caps as *final* caps of the stream. The best fix
13762           I could think of is to simply require several of the same stream
13763           changes in a row before we change caps.
13764           The actual testcase that works now is #
13765         * ext/ogg/Makefile.am:
13766         * ext/ogg/gstogg.c: (plugin_init):
13767         * ext/ogg/gstogmparse.c:
13768           OGM support (video only for now; I need an audio sample file).
13769         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13770         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13771         (gst_asf_demux_add_video_stream):
13772           WMV extradata.
13773         * gst/playback/gstplaybasebin.c: (unknown_type):
13774           Don't error out on single unknown-types after all. It's wrong.
13775           If we found type of video and audio but not of a subtitle stream,
13776           it will still error out (which is unwanted). Will find a better fix
13777           later on.
13778         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13779         (ogmaudio_type_find), (plugin_init):
13780           OGM support.
13781
13782 2004-09-20  Johan Dahlin  <johan@gnome.org>
13783
13784         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13785         after setting caps.
13786
13787 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13788
13789         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13790         * gst/wavenc/gstwavenc.h:
13791         Added newmedia support to wavenc
13792
13793 2004-09-17  Wim Taymans  <wim@fluendo.com>
13794
13795         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13796         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13797         (gst_fdset_fd_can_write), (gst_fdset_wait):
13798         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13799         (gst_multifdsink_init), (gst_multifdsink_add),
13800         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13801         (gst_multifdsink_remove_client_link),
13802         (gst_multifdsink_client_queue_buffer),
13803         (gst_multifdsink_handle_client_write),
13804         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13805         (gst_multifdsink_close), (gst_multifdsink_change_state):
13806         * gst/tcp/gstmultifdsink.h:
13807         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13808         (gst_tcpserversink_removed):
13809         Small cleanups in fdset.c
13810         Use a hastable to map fd to the client structure for faster
13811         lookup in _remove and get_stats.
13812         Added virtual function to close the fds.
13813         Handle clients even when the select/poll call was unblocked because
13814         of a command.
13815         Implement syncing to keyframe in the recovery procedure.
13816
13817 2004-09-16 Iain <iaingnome@gmail.com>
13818
13819         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13820         try caps.
13821
13822 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13823
13824         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13825           Caps are only set if the type of the stream is unknown, but this
13826           is initialized in ->init_stream(), so set to UNKNOWN after calling
13827           ->init_stream() so that capsnego starts.
13828
13829 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13830
13831         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13832         (gst_avi_demux_stream_data):
13833           Just hardcode for raw audio then. AVI audio sucks.
13834
13835 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13836
13837         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13838         * gst/matroska/matroska-mux.c: (audiosink_templ),
13839         (gst_matroska_mux_audio_pad_link):
13840         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13841         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13842
13843 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13844
13845         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13846         (gst_avi_demux_stream_data):
13847           Try to fix a/v sync issues.
13848
13849 2004-09-15  David Schleef  <ds@schleef.org>
13850
13851         * configure.ac: remove NASM check, since we don't use it.  Update
13852         dirac check to 0.4
13853         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13854         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13855         Initialized variables.
13856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13857         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13858         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13859         SVQ3 format
13860
13861 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13862
13863         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13864         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13865         * gst/avi/gstavidemux.h:
13866           Fix for compressed audio (mp3) timestamp generation. How did this
13867           ever work?
13868
13869 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13870
13871         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13872           Volume is a double not a float.
13873
13874 2004-09-15  Wim Taymans  <wim@fluendo.com>
13875
13876         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13877         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13878         Don't close the fd in multifdsink as we didn't open it in the
13879         first place. Some cleanups.
13880
13881 2004-09-15  Wim Taymans  <wim@fluendo.com>
13882
13883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13885         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13886         Fix the case where the muxer would mark pages as delta
13887         frames when they are not (vorbis only ogg).
13888
13889 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13890
13891         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13892         (gst_play_base_bin_change_state):
13893           Handle the case where we failed to setup a clear pipeline. This
13894           will throw an error (or EOS, another nice case) and if you don't
13895           catch that, the app will wait for the signal forever (and thus
13896           hang).
13897
13898 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13899
13900         * ext/gnomevfs/gstgnomevfssink.c:
13901         (gst_gnomevfssink_uri_get_protocols):
13902         * ext/gnomevfs/gstgnomevfssrc.c:
13903         (gst_gnomevfssrc_uri_get_protocols):
13904         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13905         * ext/gnomevfs/gstgnomevfsuri.h:
13906           Use _uri_new() instead of _open(), so it doesn't take as long and
13907           Christophe's computer won't hang.
13908         * gst/playback/gstplaybasebin.c: (unknown_type):
13909           Throw error on unknown media type, so apps actually display it.
13910
13911 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13912
13913         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13914           this script to work on Solaris since bash shell handles echo
13915           differenly than bash.
13916
13917 2004-09-17  Wim Taymans  <wim@fluendo.com>
13918
13919         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13920         (setup_source), (gst_play_base_bin_set_property),
13921         (gst_play_base_bin_add_element):
13922         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13923         Some more work on making sure seeking pauses the pipeline and
13924         that changing the uri actually does something.
13925
13926 2004-09-17  Wim Taymans  <wim@fluendo.com>
13927
13928         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13930         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13931         (gst_tcpserversink_close):
13932         Be a bit more paranoid when freeing memory.
13933
13934 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13935
13936         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13937         (qtdemux_parse_trak):
13938           Don't crash by dividing by zero (see sample movie in #126922).
13939
13940 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13941
13942         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13943           Don't touch non-existing data (fixes crash on file in #140147).
13944
13945 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13946
13947         * gst/playback/gstplaybasebin.c:
13948         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13949           Handle double disposals, and proper change of URIs.
13950
13951 2004-09-13  Martin Eikermann <meiker@upb.de>
13952
13953         * gst/mpegstream/gstmpegparse.c:
13954           fix synchronistation for streams recorded from digital PCR
13955           fixes bug #119376
13956
13957 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13958
13959         * ext/gnomevfs/Makefile.am:
13960         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13961         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13962         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13963         (gst_gnomevfssink_uri_get_type),
13964         (gst_gnomevfssink_uri_get_protocols),
13965         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13966         (gst_gnomevfssink_uri_handler_init),
13967         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13968         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13969         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13970         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13971         (gst_gnomevfssrc_uri_get_type),
13972         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13973         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13974         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13975         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13976         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13977         * ext/gnomevfs/gstgnomevfsuri.h:
13978           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13979           of fake URIs to see which this version of Gnome-VFS likes, and
13980           uses that for the Gst-URI interface. Makes playbin support http://
13981           streams. Also fix up some stupid behaviour in gnomevfssrc.
13982
13983 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13984
13985         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13986         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13987         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13988         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13989           Update mixer (to sync with other sessions) if we try to obtain
13990           a new value. This makes alsamixer work accross applications.
13991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13992           Only call sync functions if we're running, else alsalib asserts.
13993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13994           Sometimes fails to compile. Possibly a gcc bug.
13995         * gst/playback/gstplaybin.c: (gen_video_element),
13996         (gen_audio_element):
13997           Add a reference to an application-provided object, because we lose
13998           this same reference if we add it to the bin. If we don't do this,
13999           we can only use this object once and thus crash if we go from
14000           ready to playing, back to ready and back to playing again.
14001           Also add an audioscale element because several cheap soundcards -
14002           like mine - don't support all samplerates.
14003         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14004         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14005           Fix wrong order or PAR calls. Makes automatically obtained PAR
14006           from the X server atually being used.
14007
14008 2004-09-12  David Schleef  <ds@schleef.org>
14009
14010         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14011         #151887, #152102, #152247.
14012         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14013         * examples/seeking/cdparanoia.c: same
14014         * examples/seeking/cdplayer.c: same
14015         * examples/seeking/seek.c: same
14016         * examples/seeking/spider_seek.c: same
14017         * examples/seeking/vorbisfile.c: same
14018         * examples/stats/mp2ogg.c: same
14019         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14020         (gst_esdsink_dispose): Dispose of element properly.
14021         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14022         fixes.
14023         * ext/nas/nassink.c: (gst_nassink_class_init),
14024         (gst_nassink_dispose): Dispose of element correctly.
14025         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14026         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14027         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14028         Fix 64-bit warning.
14029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14030         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14031         Fix 64-bit warning.
14032
14033 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14034
14035         * configure.ac : change speex detection as 1.1.6 now uses
14036           .pc/pkg-config and they changed their headers location.
14037
14038 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14039
14040         * gst/matroska/matroska-mux.h:
14041         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14042         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14043         (gst_matroska_mux_write_data):
14044           Write multiple blocks/frames per cluster.
14045                 Write meta-seek information (seek heads).
14046
14047 2004-09-09  Scott Wheeler <wheeler@kde.org>
14048
14049         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14050         (gst_play_bin_set_property), (gst_play_bin_get_property),
14051         (gen_audio_element), (gen_audio_element):
14052           Add a volume element / property to the pipeline.
14053
14054 2004-09-07  Wim Taymans  <wim@fluendo.com>
14055
14056         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14057         Copy timestamps from the master pad to the output buffers.
14058
14059 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14060
14061         * ext/raw1394/gstdv1394src.c:
14062           throw errors when applicable
14063
14064 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14065
14066         * gst/matroska/ebml-ids.h:
14067         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14068         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14069         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14070           automatically convert unix time <-> ebml time when reading/writing
14071           a date, use gst_ebml_write_uint to write CUETIME,
14072           not gst_ebml_write_date.
14073         * gst/matroska/matroska-ids.h:
14074         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14075         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14076         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14077         (gst_matroska_mux_write_data):
14078           Write track and segment UIDs, write muxing date, write
14079           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14080           Create cues for audio only files.
14081
14082 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14083
14084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14085         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14086           Re-commit ALSA switches.
14087         * gst/adder/gstadder.c: (gst_adder_loop):
14088           64-bit fix (#151416).
14089         * gst/debug/progressreport.c: (gst_progressreport_report):
14090           64-bit fix (#151419).
14091         * gst/matroska/matroska-demux.c:
14092         (gst_matroska_demux_parse_contents):
14093           64-bit fix (#151420).
14094         * gst/playback/test3.c: (update_scale):
14095           64-bit fix (#151421).
14096
14097 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14098
14099         * configure.ac:
14100           bump nano to cvs
14101
14102 === release 0.8.4 ===
14103
14104 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14105
14106         * configure.ac: releasing 0.8.4, "Alias"
14107
14108 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14109
14110         * ext/theora/Makefile.am:
14111           fix makefile.  Fixes #151462.
14112
14113 2004-08-30  Wim Taymans  <wim@fluendo.com>
14114
14115         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14116         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14117         (gst_multifdsink_remove_client_link),
14118         (gst_multifdsink_client_queue_buffer),
14119         (gst_multifdsink_handle_client_write):
14120         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14122         Fix some memory leaks.
14123
14124 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14125
14126         Patch by: David Schleef
14127
14128         * configure.ac:
14129         * sys/Makefile.am:
14130           rename our detection macro for V4L2.  Fixes #151236.
14131
14132 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         Patch by: David Schleef
14135
14136         * configure.ac:
14137           check to define LAMEPRESET.  Fixes #151232.
14138
14139 2004-08-27  David Schleef  <ds@schleef.org>
14140
14141         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14142         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14143         (gst_glimagesink_fixate):  Move local variable declarations to
14144         make gcc-2.95 happy.
14145
14146 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14147
14148         * configure.ac:
14149           bump nano for prerelease
14150
14151 2004-08-27  David Schleef  <ds@schleef.org>
14152
14153         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14154         * sys/sunaudio/gstsunaudiosrc.c:
14155         * sys/sunaudio/gstsunaudiosrc.h:
14156
14157 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14158
14159         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14160         handle EOS correctly
14161         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14162         * gst/matroska/matroska-mux.h:
14163         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14164         VFW compatibility mode
14165
14166 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14167
14168         patch by: Zaheer Abbas Merali
14169
14170         * ext/ogg/gstoggmux.c:
14171         * ext/vorbis/vorbisenc.c:
14172         * ext/vorbis/vorbisenc.h:
14173           handle NEWMEDIA
14174
14175 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14176
14177         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14178         fix byte order reversion on little endian machines.
14179         * gst/matroska/matroska-mux.c: (audiosink_templ),
14180         (gst_matroska_mux_audio_pad_link):
14181         add TTA codec to the list of supported codecs.
14182         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14183         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14184         (gst_matroska_mux_write_data):
14185         * gst/matroska/matroska-mux.h:
14186         write segment duration correctly, write muxing app string, fixes bugs
14187         #140897 and #140898.
14188         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14189         wait for all pads to be negotiated before starting to mux.
14190
14191 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14192
14193         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14194         * ext/lame/gstlame.h:
14195         Added new media support to lame
14196
14197 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14198
14199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14200         send vorbis headers at the beginning of a stream, fixes bug #141554.
14201         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14202         bug #148950.
14203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14204         (gst_matroska_demux_plugin_init):
14205         * gst/matroska/matroska-ids.h:
14206         enable demuxing of TTA audio streams, fixes bug #148951.
14207         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14208         enable typefinding for TTA audio files, fixes bug #148711.
14209         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14210         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14211         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14212
14213 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14214
14215         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14216         (gst_riff_read_element_data), (gst_riff_read_seek),
14217         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14218         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14219         <teuf@gnome.org>
14220
14221 2004-08-23 Iain <iaingnome@gmail.com>
14222
14223         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14224         tags. They appear to be handled differently to normal.
14225         (tag_list_to_id3_tag_foreach): Ditto.
14226
14227 2004-08-22  Wim Taymans  <wim@fluendo.com>
14228
14229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14230         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14231         Make sure we never send -1 granulepos.
14232
14233 2004-08-20  Wim Taymans  <wim@fluendo.com>
14234
14235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14236         (gst_ogg_mux_loop):
14237         I will accept bitchslappings with non sharp objects.
14238
14239 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14240
14241         * configure.ac:
14242         Clean up the test for lame presets
14243
14244 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14245
14246         * configure.ac:
14247         * ext/lame/Makefile.am:
14248         * ext/lame/gstlame.c: (gst_lame_class_init),
14249         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14250         Only enable lame presets if version of lame has presets in API
14251
14252 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14253         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14254         * gst/udp/gstudpsrc.h:
14255           Don't call gst_pad_push in a get function. Fixes #150449
14256
14257 2004-08-18  Wim Taymans  <wim@fluendo.com>
14258
14259         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14260         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14261         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14262         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14263         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14264         (gst_fdset_wait):
14265         * gst/tcp/gstfdset.h:
14266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14267         (gst_multifdsink_client_queue_buffer),
14268         (gst_multifdsink_handle_client_write):
14269         * gst/tcp/gstmultifdsink.h:
14270         Some extra checks in gstfdset.
14271         Only use send() when the fd is a socket. Don't try to
14272         read from write only fds.
14273
14274 2004-08-18  Wim Taymans  <wim@fluendo.com>
14275
14276         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14277         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14278         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14279         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14280         (gst_fdset_wait):
14281         Add more locking and bounds checking.
14282
14283 2004-08-18  Wim Taymans  <wim@fluendo.com>
14284
14285         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14286         Realloc test fdset in the lock and right before starting
14287         the poll call. Bump the limit to 4096.
14288
14289 2004-08-17  David Schleef  <ds@schleef.org>
14290
14291         * sys/sunaudio/Makefile.am:
14292         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14293         of rates and channels.  Make debugging less obnoxious.
14294
14295         Patch from Balamurali Viswanathan implementing a mixer for
14296         Sun audio.  (bug #144091):
14297         * sys/sunaudio/gstsunelement.c:
14298         * sys/sunaudio/gstsunelement.h:
14299         * sys/sunaudio/gstsunmixer.c:
14300         * sys/sunaudio/gstsunmixer.h:
14301
14302 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14303
14304         * gst/audioscale/gstaudioscale.c:
14305         * gst/audioscale/gstaudioscale.h:
14306         made audioscale resample from any sample rate to any sample rate
14307
14308 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14309
14310         * ext/libpng/gstpngdec.c:
14311           error out on unsupported types
14312
14313 2004-08-17  Iain <iaingnome@gmail.com>
14314
14315         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14316         mid_side and loose_mid_side properties if its a stereo stream.
14317
14318 2004-08-17  Wim Taymans  <wim@fluendo.com>
14319
14320         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14321         (theora_get_formats), (theora_dec_src_convert),
14322         (theora_dec_sink_convert), (theora_dec_src_query),
14323         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14324         Add a debug line.
14325
14326 2004-08-17  Wim Taymans  <wim@fluendo.com>
14327
14328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14329         (gst_ogg_pad_push):
14330         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14331         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14332         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14333         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14334         Mark delta units in the muxer.
14335         Try to decode the packet after an out-of-sync error from
14336         libogg.
14337
14338 2004-08-17  Wim Taymans  <wim@fluendo.com>
14339
14340         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14341         (gst_multifdsink_init), (gst_multifdsink_add),
14342         (gst_multifdsink_client_queue_buffer),
14343         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14344         * gst/tcp/gstmultifdsink.h:
14345         Added option to send a keyframe to clients as the first buffer.
14346         Make timeout property writable.
14347
14348 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         patch by: Wim Taymans
14351
14352         * gst/tcp/gstfdset.c:
14353         * gst/tcp/gstmultifdsink.c:
14354           fix index comparison, should include 0
14355
14356 2004-08-16  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14359         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14360         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14361         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14362         (gst_fdset_wait):
14363           copy when reallocing for poll so the select arguments don't get
14364           changed during the call
14365
14366 2004-08-16  Wim Taymans  <wim@fluendo.com>
14367
14368         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14369         (gst_theora_enc_class_init), (theora_enc_sink_link),
14370         (theora_buffer_from_packet), (theora_enc_chain):
14371         Fix bug where buffers were not marked as keyframes
14372         correctly.
14373
14374 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14375
14376         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14377         (gst_lame_preset_get_type), (gst_lame_class_init):
14378         describe the enum values for vbr mode and presets more verbosely
14379
14380 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14381
14382         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14383         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14384         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14385         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14386         * ext/lame/gstlame.h:
14387         add preset property to lame so it can use lame presets
14388
14389 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14390
14391         * ext/lame/gstlame.c: (gst_lame_get_property):
14392         whoops forgot break, thanks teuf
14393
14394 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14395
14396         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14397         (gst_lame_class_init), (gst_lame_src_getcaps),
14398         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14399         (gst_lame_get_property), (gst_lame_setup):
14400         * ext/lame/gstlame.h:
14401         fix lame's broken vbr stuff, allow it to resample if need be, and also
14402         make xing header optional
14403
14404 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14405
14406         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14407         added getcaps function so samplerate doesnt get fixated to silly values
14408
14409 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14410
14411         * ext/lame/gstlame.c: (gst_lame_src_link):
14412         revert previous fix
14413
14414 2004-08-12  Johan Dahlin  <johan@gnome.org>
14415
14416         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14417         checks. Doesn't matter what state we are in. Interfaces are a
14418         compile time thing, not runtime. It also broke the python bindings.
14419
14420 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14421
14422         * ext/lame/gstlame.c: (gst_lame_src_link):
14423         made source pad link function check if sinkpad is ok..fixes the problem
14424         where core fixates the output rate of lame stupidly
14425
14426 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14427
14428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14429         * sys/v4l/v4l_calls.c:
14430         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14431           fix fixate function to handle nonsimple caps.
14432           remove bogus check in _link
14433           cleanups
14434
14435 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14436
14437         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14438         set default compression ratio parameter to 0.0 so bitrate parameter
14439         works :)
14440
14441 2004-08-11  David Schleef  <ds@schleef.org>
14442
14443         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14444
14445 2004-08-11  David Schleef  <ds@schleef.org>
14446
14447         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14448         before.
14449
14450 2004-08-11  David Schleef  <ds@schleef.org>
14451
14452         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14453
14454 2004-08-11  David Schleef  <ds@schleef.org>
14455
14456         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14457           license field
14458         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14459         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14460           LGPL.
14461         * gst/auparse/gstauparse.c: Fix plugin license field.
14462         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14463         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14464         * gst/rtp/gstrtp.c: Fix plugin license field.
14465
14466 2004-08-11  Wim Taymans  <wim@fluendo.com>
14467
14468         * gst/tcp/Makefile.am:
14469         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14470         (ensure_size), (gst_fdset_new), (gst_fdset_free),
14471         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14472         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14473         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14474         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14475         (gst_fdset_fd_can_write), (gst_fdset_wait):
14476         * gst/tcp/gstfdset.h:
14477         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14478         (gst_multifdsink_class_init), (gst_multifdsink_init),
14479         (gst_multifdsink_add), (gst_multifdsink_remove),
14480         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14481         (gst_multifdsink_remove_client_link),
14482         (gst_multifdsink_handle_client_read),
14483         (gst_multifdsink_client_queue_data),
14484         (gst_multifdsink_client_queue_caps),
14485         (gst_multifdsink_client_queue_buffer),
14486         (gst_multifdsink_handle_client_write),
14487         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14488         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14489         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14490         (gst_multifdsink_close):
14491         * gst/tcp/gstmultifdsink.h:
14492         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14493         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14494         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14495         (gst_tcpserversink_close):
14496         * gst/tcp/gsttcpserversink.h:
14497         Abstracted away the select call, implemented poll (yes we ran into
14498         the 1024 limit in production).
14499
14500 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14501
14502         * gst/tcp/gsttcp.c:
14503         * gst/tcp/gsttcpplugin.c:
14504           improve debuggging, remove assert
14505
14506 2004-08-10  Wim Taymans  <wim@fluendo.com>
14507
14508         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14509         (gst_client_status_get_type), (gst_multifdsink_class_init),
14510         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14511         (gst_multifdsink_handle_client_read),
14512         (gst_multifdsink_handle_client_write),
14513         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14514         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14515         (gst_multifdsink_get_property):
14516         * gst/tcp/gstmultifdsink.h:
14517         * gst/tcp/gsttcp-marshal.list:
14518         Starting to prepare for specifying buffer time in other units
14519         than buffers. Expose remove reason in signal.
14520
14521 2004-08-10  Wim Taymans  <wim@fluendo.com>
14522
14523         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14524         (gst_multifdsink_remove), (gst_multifdsink_clear),
14525         (gst_multifdsink_remove_client_link),
14526         (gst_multifdsink_handle_client_read),
14527         (gst_multifdsink_client_queue_data),
14528         (gst_multifdsink_client_queue_buffer),
14529         (gst_multifdsink_handle_client_write),
14530         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14531         (gst_multifdsink_chain), (gst_multifdsink_close):
14532         * gst/tcp/gstmultifdsink.h:
14533         Added more debugging info. Changed the way clients are
14534         removed from the lists. Fixed a bug where a bad file descriptor
14535         could cause many clients to be removed.
14536
14537 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14538
14539         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14540           allow all pixel-aspect-ratios, not just 1:1
14541
14542 2004-08-09  David Schleef  <ds@schleef.org>
14543
14544         * sys/glsink/ARB_multitexture.h:  Remove old files.
14545         * sys/glsink/EXT_paletted_texture.h:
14546         * sys/glsink/NV_register_combiners.h:
14547         * sys/glsink/gstgl_nvimage.c:
14548         * sys/glsink/gstgl_pdrimage.c:
14549         * sys/glsink/gstgl_rgbimage.c:
14550         * sys/glsink/gstglsink.c:
14551         * sys/glsink/gstglsink.h:
14552         * sys/glsink/gstglxwindow.c:
14553         * sys/glsink/regcomb_yuvrgb.c:
14554
14555 2004-08-09  David Schleef  <ds@schleef.org>
14556
14557         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14558         GL sink plugin.  (Bug #147302)
14559
14560         * configure.ac: Test for OpenGL
14561         * sys/Makefile.am: Use test for OpenGL
14562         * sys/glsink/Makefile.am:
14563         * sys/glsink/glimagesink.c: rewrite
14564         * sys/glsink/glimagesink.h: rewrite
14565
14566 2004-08-09  David Schleef  <ds@schleef.org>
14567
14568         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14569         sane framerates.
14570         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14572         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14573
14574 2004-08-09  Wim Taymans  <wim@fluendo.com>
14575
14576         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14577         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14578         (gst_multifdsink_client_remove),
14579         (gst_multifdsink_handle_client_read),
14580         (gst_multifdsink_handle_client_write),
14581         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14582         Do a bit more logging, make the client_read code more robust.
14583
14584 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14585
14586         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14587         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14588         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14589         (gst_jpegdec_init), (gst_jpegdec_chain):
14590         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14591         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14592           cleanups, debugging fixes and memleak plugging
14593
14594 2004-08-09  Wim Taymans  <wim@fluendo.com>
14595
14596         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14597         (theora_get_formats), (theora_dec_src_convert),
14598         (theora_dec_sink_convert), (theora_dec_src_query),
14599         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14600         (theora_dec_change_state):
14601         Don't crash on missing header packets.
14602
14603 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14604
14605         * po/LINGUAS:
14606         * po/sq.po:
14607           Added Albanian translation (Laurent Dhima)
14608         * po/cs.po:
14609           updated
14610
14611 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14612
14613         * ext/lame/gstlame.c:
14614           fix/add debugging
14615
14616 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14617
14618         * sys/ximage/ximagesink.c:
14619         * sys/xvimage/xvimagesink.c:
14620           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14621
14622 2004-08-06  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14625         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14626         (gst_multifdsink_client_remove),
14627         (gst_multifdsink_handle_client_read),
14628         (gst_multifdsink_handle_client_write),
14629         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14630         Make sure we don't try to read more from a client that what
14631         ioctl says us or we deadlock.
14632
14633 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14634
14635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14636         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14637         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14638           decouple running_time and n_frames so it can handle changing
14639           framerate while running
14640
14641 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * po/nl.po:
14644         * po/sv.po:
14645           updated translations
14646
14647 2004-08-04  Benjamin Otte  <otte@gnome.org>
14648
14649         * gst/videotestsrc/gstvideotestsrc.c:
14650         (gst_videotestsrc_get_capslist), (generate_capslist),
14651         (plugin_init):
14652           generate the list of supported caps at startup and reuse it instead
14653           of always generating it
14654
14655 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14656
14657         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14658           whoops, last checkin broke normal build
14659
14660 2004-08-03  Benjamin Otte  <otte@gnome.org>
14661
14662         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14663         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14664         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14665         (gst_alsa_mixer_get_option):
14666         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14667         (dvdnavsrc_print_event):
14668         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14670         (gst_ogg_mux_pad_unlink):
14671         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14672         (gst_multipart_mux_pad_unlink):
14673         * gst/videofilter/gstvideobalance.c:
14674         (gst_videobalance_colorbalance_set_value):
14675         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14676         (gst_videomixer_pad_unlink):
14677         * po/uk.po:
14678         * sys/oss/gstossmixer.c:
14679         * sys/v4l/gstv4lcolorbalance.c:
14680         * sys/v4l/gstv4ltuner.c:
14681         * sys/v4l/v4lsrc_calls.c:
14682         * sys/v4l2/gstv4l2colorbalance.c:
14683         * sys/v4l2/gstv4l2tuner.c:
14684           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14685
14686 2004-08-03  Benjamin Otte  <otte@gnome.org>
14687
14688         * examples/dynparams/filter.c: (ui_control_create):
14689         * examples/gstplay/player.c: (print_tag):
14690         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14691         * ext/gdk_pixbuf/gstgdkanimation.c:
14692         (gst_gdk_animation_iter_may_advance):
14693         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14694         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14695         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14696         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14698         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14699         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14700         * gst/sine/demo-dparams.c: (main):
14701         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14702         * testsuite/alsa/formats.c: (create_pipeline):
14703         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14704           fixes for G_DISABLE_ASSERT and friends
14705         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14706         (mp3_type_frame_length_from_header), (mp3_type_find),
14707         (plugin_init):
14708           require mp3 typefinding to have at least MIN_HEADERS valid headers
14709           add typefinding for AAC adts files
14710
14711 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14712
14713         * sys/ximage/ximagesink.c:
14714         (gst_ximagesink_calculate_pixel_aspect_ratio):
14715         * sys/xvimage/xvimagesink.c:
14716         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14717         Make sure we calculate pixel-aspect-ratio using floating point maths
14718
14719 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14720
14721         * po/uk.po:
14722           updated translation
14723
14724 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14725
14726         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14728           add debugging for display PAR calculation
14729
14730 2004-08-02  David Schleef  <ds@schleef.org>
14731
14732         * configure.ac: Fix mikmod CFLAGS.
14733
14734 2004-07-27  Benjamin Otte  <otte@gnome.org>
14735
14736         * gst/audioscale/gstaudioscale.c:
14737         - fix templates to only support S16, it's the only format that works
14738         - make caps nego code use try_set_caps_nonfixed and fixation instead
14739         of try_set_caps twice, which is not nice for autopluggers
14740         - change rank to secondary, so autopluggers can pick it up after
14741         audioconvert
14742
14743 2004-08-02  Iain <iain@prettypeople.org>
14744
14745         * gst/interleave/interleave.c (interleave_init),
14746         (interleave_request_new_pad),
14747         (interleave_pad_removed),
14748         (interleave_buffered_loop): Use the real pad count, not the artificial
14749         one.
14750
14751 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14752
14753         * configure.ac: bump nano back to development
14754
14755 === release 0.8.3 ===
14756
14757 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         * configure.ac: releasing 0.8.3, "Water"
14760
14761 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14762
14763         * sys/xvimage/xvimagesink.c:
14764         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14765         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14766         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14767         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14768         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14769         * sys/xvimage/xvimagesink.h:
14770           apply similar PAR fixes as to ximagesink
14771
14772 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14773
14774         patch from: Benjamin Otte
14775
14776         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14777           add link function to lame.  Fixes #148986.
14778
14779 2004-08-02  Johan Dahlin  <johan@gnome.org>
14780
14781         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14782         fix debugging log
14783
14784 2004-07-30  David Schleef  <ds@schleef.org>
14785
14786         * gst/videomixer/Makefile.am: Fix things that should have been
14787         fixed in the last checkin.
14788
14789 2004-07-30  David Schleef  <ds@schleef.org>
14790
14791         * gst/multipart/Makefile.am: Fix things that should have been
14792         fixed in the last checkin.
14793
14794 2004-07-30  David Schleef  <ds@schleef.org>
14795
14796         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14797
14798 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14799
14800         * configure.ac:
14801           bump nano for prerelease
14802         * po/af.po:
14803         * po/az.po:
14804         * po/cs.po:
14805         * po/en_GB.po:
14806         * po/hu.po:
14807         * po/nl.po:
14808         * po/sr.po:
14809         * po/sv.po:
14810         * po/uk.po:
14811           updates
14812
14813 2004-07-30  Wim Taymans  <wim@fluendo.com>
14814
14815         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14816         (gst_multifdsink_add), (gst_multifdsink_remove),
14817         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14818         (gst_multifdsink_client_remove),
14819         (gst_multifdsink_handle_client_write),
14820         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14821         * gst/tcp/gstmultifdsink.h:
14822         Recover from a select with a bad file descriptor by removing
14823         the client.
14824
14825 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14826
14827         * configure.ac:
14828           fix requirement of core
14829         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14830         (gst_play_pipeline_setup):
14831           don't use colorspace element.  do use hermescolorspace element.
14832           make macro to get a colorspace element.
14833           mark strings for translation.
14834         * po/POTFILES.in:
14835           add play.c
14836         * po/af.po:
14837         * po/az.po:
14838         * po/cs.po:
14839         * po/en_GB.po:
14840         * po/hu.po:
14841         * po/nl.po:
14842         * po/sr.po:
14843         * po/sv.po:
14844         * po/uk.po:
14845           update translations
14846
14847 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14848
14849         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14850         fix default for newmedia flag
14851
14852 2004-07-30  Wim Taymans  <wim@fluendo.com>
14853
14854         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14855         (gst_theora_dec_init), (theora_get_formats),
14856         (theora_dec_src_convert), (theora_dec_sink_convert),
14857         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14858         (theora_dec_chain), (theora_dec_set_property),
14859         (theora_dec_get_property):
14860         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14861         (gst_theora_enc_class_init), (gst_theora_enc_init),
14862         (theora_enc_sink_link), (theora_enc_chain),
14863         (theora_enc_set_property), (theora_enc_get_property):
14864         Added cropping option to theora decoder.
14865         Added border option to theora encoder.
14866
14867 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14868
14869         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14870         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14871         (gst_pngenc_set_property):
14872         * ext/libpng/gstpngenc.h:
14873         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
14874
14875 2004-07-30  Wim Taymans  <wim@fluendo.com>
14876
14877         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14878         (theora_enc_sink_link), (theora_enc_chain),
14879         (theora_enc_set_property), (theora_enc_get_property):
14880         Fix encoding of non-multiple-of-16 video.
14881
14882 2004-07-29  David Schleef  <ds@schleef.org>
14883
14884         * configure.ac: make test for audiofile more strict
14885
14886 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14887
14888         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14889           give different names to typefind functions
14890
14891 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14892
14893         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14894         (gst_ximagesink_calculate_pixel_aspect_ratio),
14895         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14896         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14897         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14898         (gst_ximagesink_get_property), (gst_ximagesink_init):
14899         * sys/ximage/ximagesink.h:
14900           allocate PAR's dynamically.
14901           use autodetected PAR if no object-set PAR is given.
14902           add workaround for directfb's X not setting physical size.
14903           fix to xvimagesink will follow tomorrow.
14904
14905 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14906
14907         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14908         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14909         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14910         (gst_shout2send_class_init), (gst_shout2send_init),
14911         (set_shout_metadata), (gst_shout2send_set_metadata),
14912         (gst_shout2send_chain), (gst_shout2send_set_property),
14913         (gst_shout2send_get_property), (gst_shout2send_connect),
14914         (gst_shout2send_change_state):
14915         * ext/shout2/gstshout2.h:
14916         - fix for sending mp3 audio to icecast2 server, if pad link function not
14917         called before PAUSED state
14918         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14919         - added tagging support for mp3 audio broadcasted
14920         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14921         debug info
14922
14923 2004-07-28  Wim Taymans  <wim@fluendo.com>
14924
14925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14926         (gst_ogg_demux_push):
14927         Return query failure when we don't know the length of
14928         an ogg stream insteda of returning TRUE with a bogus value.
14929
14930 2004-07-28  Wim Taymans  <wim@fluendo.com>
14931
14932         * ext/theora/theoradec.c: (theora_get_formats),
14933         (theora_dec_src_convert), (theora_dec_sink_convert),
14934         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14935         (theora_dec_chain):
14936         Don't screw up the 1 Chroma for 1 luma sample situation when we
14937         have an odd offset/width by adding a black border in those cases.
14938
14939 2004-07-28  Wim Taymans  <wim@fluendo.com>
14940
14941         * ext/theora/theoradec.c: (theora_get_formats),
14942         (theora_dec_src_convert), (theora_dec_sink_convert),
14943         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14944         (theora_dec_chain):
14945         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14946         Added first attempt at cropping of the image as required by the
14947         theora spec. We need more properties in the caps (offset_x,
14948         offset_y,stride) to implement this correctly.
14949
14950 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14951
14952         * ext/dvdnav/README:
14953           Update the README to use dvddemux
14954         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14955           Ensure getcaps returns a subset of the template caps
14956         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14957         (gst_mpeg2subt_init):
14958           Ensure getcaps returns a subset of the template caps
14959         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14960         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14961         (gst_dvd_demux_get_subpicture_stream),
14962         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14963         * gst/mpegstream/gstdvddemux.h:
14964           Set the explicit caps on the current_video pad before pushing
14965           anything
14966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14967         (gst_mpeg_demux_get_audio_stream):
14968           Free caps used to gst_pad_set_explicit_caps, which takes a const
14969           GstCaps *
14970
14971 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * configure.ac: update GStreamer requirement to 0.8.4 because of
14974           GstFraction.
14975
14976 2004-07-28  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14979         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14980         Add the pad to the element after setting up the caps. This
14981         makes it a lot easier to autoplug.
14982
14983 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14984
14985         * gst/median/gstmedian.c:
14986         * gst/mpeg2subt/gstmpeg2subt.c:
14987         * gst/mpegaudioparse/gstmpegaudioparse.c:
14988         * gst/mpegstream/gstdvddemux.c:
14989         * gst/mpegstream/gstmpegdemux.c:
14990         * gst/mpegstream/gstmpegpacketize.c:
14991         * gst/rtjpeg/gstrtjpeg.c:
14992         * gst/rtjpeg/gstrtjpegdec.c:
14993         * gst/rtjpeg/gstrtjpegenc.c:
14994         * gst/sine/gstsinesrc.c:
14995         * gst/smooth/gstsmooth.c:
14996         * gst/smpte/gstsmpte.c:
14997         * gst/smpte/gstsmpte.h:
14998         * gst/stereo/gststereo.c:
14999         * gst/videofilter/gstgamma.c:
15000         * gst/videofilter/gstvideobalance.c:
15001         * gst/videofilter/gstvideofilter.c:
15002         * gst/videofilter/gstvideoflip.c:
15003         * gst/videoscale/gstvideoscale.c:
15004         * gst/videoscale/videoscale.c:
15005         * gst/videotestsrc/gstvideotestsrc.c:
15006         * gst/videotestsrc/videotestsrc.c:
15007         * gst/wavenc/gstwavenc.c:
15008         * gst/wavparse/gstwavparse.c:
15009           fix local includes and 64 bits constants
15010
15011 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15012
15013         * win32/gst.sln:
15014         * gst-libs/gst/*/*.vcproj:
15015         * gst/*/*.vcproj:
15016           more working plugins
15017
15018 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15019
15020         * testsuite/alsa/Makefile.am:
15021         * testsuite/alsa/srcstate.c:
15022         add test for alsasrc changing state
15023
15024 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15025
15026         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15027         (gst_silence_get):
15028         * gst/silence/gstsilence.h:
15029         fix silence generation for 16bit raw audio
15030
15031 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15032
15033         * gst/matroska/matroska-demux.c:
15034         (gst_matroska_demux_parse_metadata),
15035         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15036         * gst/mpegaudio/common.c:
15037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15038         (gst_videoscale_getcaps), (gst_videoscale_link),
15039         (gst_videoscale_src_fixate), (gst_videoscale_init),
15040         (gst_videoscale_finalize):
15041         * gst/videoscale/gstvideoscale.h:
15042         * gst/videotestsrc/gstvideotestsrc.c:
15043         (gst_videotestsrc_get_capslist):
15044         * gst/wavenc/gstwavenc.c:
15045         * sys/oss/gstossmixer.c: (fill_labels):
15046         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15047         (gst_ximagesink_handle_xevents),
15048         (gst_ximagesink_calculate_pixel_aspect_ratio),
15049         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15050         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15051         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15052         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15053         (gst_ximagesink_init), (gst_ximagesink_class_init):
15054         * sys/ximage/ximagesink.h:
15055         * sys/xvimage/xvimagesink.c:
15056         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15057         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15058         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15059         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15060         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15061         * sys/xvimage/xvimagesink.h:
15062           first batch of pixel aspect ratio commits.
15063
15064 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15067         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15068         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15069           handle stride, needs work if we want to move stride handling
15070           upstream, but works correctly for our purposes.
15071
15072 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15073
15074         * gst/videoscale/README:
15075           add testing examples
15076         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15077         (gst_videoscale_chain):
15078         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15079         (gst_videoscale_get_size):
15080           add get_size function that handles stride like videotestsrc.
15081           fixes conversion for YUV formats for as much as I can test them.
15082
15083 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15084
15085         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15086         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15088         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15089         (gst_xvimagesink_xvimage_put):
15090           further cleanups, logging, error handling and synchronizing
15091
15092 2004-07-27  Wim Taymans  <wim@fluendo.com>
15093
15094         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15095         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15096         (gst_videomixer_pad_set_property),
15097         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15098         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15099         (gst_videomixer_class_init), (gst_videomixer_init),
15100         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15101         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15102         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15103         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15104         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15105         (gst_videomixer_loop), (plugin_init):
15106         Be a nicer negotiation citizen and provide a getcaps function on
15107         the srcpad. This also fixes a crash when resizing.
15108
15109 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15110
15111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15112         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15113
15114 2004-07-27  Wim Taymans  <wim@fluendo.com>
15115
15116         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15117         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15118         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15119         (gst_pngenc_set_property):
15120         * ext/libpng/gstpngenc.h:
15121         Added snapshot property to pngenc.
15122         removed g_print from pngdec
15123
15124 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15125
15126         * gst/ac3parse/ac3parse.vcproj
15127         * gst/adder/adder.vcproj
15128         * gst/alpha/alpha.vcproj
15129         * gst/alpha/alphacolor.vcproj
15130         * gst/asfdemux/asf.vcproj
15131         * gst/audioconvert/audioconvert.vcproj
15132         * gst/audiorate/audiorate.vcproj
15133         * gst/audioscale/audioscale.vcproj
15134         * gst/auparse/auparse.vcproj
15135         * gst/avi/avi.vcproj
15136         * gst/cdxaparse/cdxaparse.vcproj
15137         * gst/chart/chart.vcproj
15138         * gst/colorspace/colorspace.vcproj
15139         * gst/cutter/cutter.vcproj
15140         * gst/debug/debug.vcproj
15141         * gst/debug/efence.vcproj
15142         * gst/debug/navigationtest.vcproj
15143         * gst/deinterlace/deinterlace.vcproj
15144         * gst/effectv/effectv.vcproj
15145         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15146         * gst/filter/filter.vcproj
15147         * gst/flx/flxdec.vcproj
15148         * gst/goom/goom.vcproj
15149         * gst/interleave/interleave.vcproj
15150         * gst/law/alaw.vcproj
15151         * gst/law/mulaw.vcproj
15152         * gst/matroska/matroska.vcproj
15153         * gst/median/median.vcproj
15154         * gst/mixmatrix/mixmatrix.vcproj
15155         * gst/mpeg1sys/mpeg1systemencode.vcproj
15156         * gst/mpeg1videoparse/mp1videoparse.vcproj
15157         * gst/mpeg2sub/mpeg2subt.vcproj
15158         * gst/mpegaudio/mpegaudio.vcproj
15159         * gst/mpegaudioparse/mpegaudioparse.vcproj
15160         * gst/mpegstream/mpegstream.vcproj
15161         * gst/multifilesink/multifilesink.vcproj
15162         * gst/multipart/multipart.vcproj
15163         * gst/oneton/oneton.vcproj
15164         * gst/overlay/overlay.vcproj
15165         * gst/passthrough/passthrough.vcproj
15166         * gst/qtdemux/qtdemux.vcproj
15167         * gst/realmedia/rmdemux.vcproj
15168         * gst/rtjpeg/rtjpeg.vcproj
15169         * gst/rtp/rtp.vcproj
15170         * gst/silence/silence.vcproj
15171         * gst/sine/sinesrc.vcproj
15172         * gst/smooth/smooth.vcproj
15173         * gst/smpte/smpte.vcproj
15174         * gst/spectrum/spectrum.vcproj
15175         * gst/speed/speed.vcproj
15176         * gst/stereo/stereo.vcproj
15177         * gst/switch/switch.vcproj
15178         * gst/tags/tagedit.vcproj
15179         * gst/tcp/tcp.vcproj
15180         * gst/typefind/typefindfunctions.vcproj
15181         * gst/udp/udp.vcproj
15182         * gst/videobox/videobox.vcproj
15183         * gst/videocrop/videocrop.vcproj
15184         * gst/videodrop/videodrop.vcproj
15185         * gst/videofilter/gamma.vcproj
15186         * gst/videofilter/videobalance.vcproj
15187         * gst/videofilter/videofilter.vcproj
15188         * gst/videofilter/videoflip.vcproj
15189         * gst/videoflip/videoflip.vcproj
15190         * gst/videomixer/videomixer.vcproj
15191         * gst/videorate/videorate.vcproj
15192         * gst/videoscale/videoscale.vcproj
15193         * gst/videotestsrc/videotestsrc.vcproj
15194         * gst/virtualdub/virtualdub.vcproj
15195         * gst/volenv/volenv.vcproj
15196         * gst/volume/volume.vcproj
15197         * gst/wavenc/wavenc.vcproj
15198         * gst/wavparse/wavparse.vcproj
15199         * gst/y4m/y4menc.vcproj
15200         * gst-libs/gst/audio/audio.vcproj
15201         * gst-libs/gst/audio/audiofilter.vcproj
15202         * gst-libs/gst/colorbalance/colorbalance.vcproj
15203         * gst-libs/gst/idct/idtc.vcproj
15204         * gst-libs/gst/media-info/media-info.vcproj
15205         * gst-libs/gst/mixer/mixer.vcproj
15206         * gst-libs/gst/navigation/navigation.vcproj
15207         * gst-libs/gst/play/play.vcproj
15208         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15209         * gst-libs/gst/resample/resample.vcproj
15210         * gst-libs/gst/riff/riff.vcproj
15211         * gst-libs/gst/tuner/tuner.vcproj
15212         * gst-libs/gst/video/video.vcproj
15213         * gst-libs/gst/xoverlay/xoverlay.vcproj
15214           avoid problems with math.h, fix release dependancy
15215           rename GStreamer-0.8.lib to libgstreamer.lib
15216
15217 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15218
15219         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15221         the atom is not available we have to unlock the mutex. Fixes #148023
15222
15223 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15224
15225         * gst-libs/gst/media-info/media-info.h:
15226           issue for a vararg macro with MSVC
15227
15228 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15229
15230         * gst/effectv/effectv.vcproj
15231         * gst-libs/gst/idct/idct.vcproj:
15232         * gst-libs/gst/media-info/media-info.vcproj:
15233         * gst-libs/gst/navigation/navigation.vcproj:
15234         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15235         * gst-libs/gst/video/video.vcproj:
15236         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15237           fixes for build problems
15238
15239 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15240
15241         * gst-libs/gst/audio/audio.def:
15242         * gst-libs/gst/audio/riff.def:
15243           add some definitions needed by plugins
15244
15245 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15246
15247         * gst/asfdemux/gstasfmux.c
15248           Fix some 64 bits constants to be glib friendly
15249
15250 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15251
15252         * gst/ac3parse/gstac3parse.c
15253         * gst/audioscale/gstaudioscale.c
15254         * gst/auparse/gstauparse.c
15255         * gst/colorspace/gstcolorspace.c
15256         * gst/colorspace/yuv2rgb.h
15257           local include fixes
15258
15259 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15260
15261         * win32/gst.sln
15262           add more plugins to the build
15263
15264 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15265
15266         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15267         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15268
15269 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15270
15271         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15272         (gst_level_set_property), (gst_level_get_property),
15273         (gst_level_base_init), (gst_level_class_init):
15274           add debugging categories.  cleanups.
15275
15276 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15277
15278         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15279         (gst_videoscale_planar411), (gst_videoscale_planar400),
15280         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15281         (gst_videoscale_scale_nearest_str1),
15282         (gst_videoscale_scale_nearest_str2),
15283         (gst_videoscale_scale_nearest_str4),
15284         (gst_videoscale_scale_nearest_16bit),
15285         (gst_videoscale_scale_nearest_24bit):
15286           fixed stride issues
15287           tested with 320x240 -> 321, 322, 324 x240
15288           tested with YV12, I420, YUY2, UYVY
15289           fixed packed422rev (don't think it could have worked before)
15290           by testing with UYVY
15291
15292 2004-07-26  Benjamin Otte  <otte@gnome.org>
15293
15294         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15295         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15296         (plugin_init):
15297           add debugging category, add error checks like checking return values
15298           of setup calls, make sure it still works after
15299           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15300
15301 2004-07-26  Wim Taymans  <wim@fluendo.com>
15302
15303         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15304         (gst_mpeg_demux_get_audio_stream),
15305         (gst_mpeg_demux_process_private):
15306         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15307         Check for error codes from the negotiation functions. Make sure
15308         we really set the pad caps when a new pad is created.
15309
15310 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15311
15312         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15313         (gst_ffmpeg_caps_to_pix_fmt):
15314         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15315         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15316         (gst_ffmpegcolorspace_pad_link):
15317           don't make function do two things at the same time without reason.
15318
15319 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15320
15321         * gst/ac3parse/ac3parse.vcproj
15322         * gst/adder/adder.vcproj
15323         * gst/alpha/alpha.vcproj
15324         * gst/alpha/alphacolor.vcproj
15325         * gst/asfdemux/asf.vcproj
15326         * gst/audioconvert/audioconvert.vcproj
15327         * gst/audiorate/audiorate.vcproj
15328         * gst/audioscale/audioscale.vcproj
15329         * gst/auparse/auparse.vcproj
15330         * gst/avi/avi.vcproj
15331         * gst/cdxaparse/cdxaparse.vcproj
15332         * gst/chart/chart.vcproj
15333         * gst/colorspace/colorspace.vcproj
15334         * gst/cutter/cutter.vcproj
15335         * gst/debug/debug.vcproj
15336         * gst/debug/efence.vcproj
15337         * gst/debug/navigationtest.vcproj
15338         * gst/deinterlace/deinterlace.vcproj
15339         * gst/effectv/effectv.vcproj
15340         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15341         * gst/filter/filter.vcproj
15342         * gst/flx/flxdec.vcproj
15343         * gst/goom/goom.vcproj
15344         * gst/interleave/interleave.vcproj
15345         * gst/law/alaw.vcproj
15346         * gst/law/mulaw.vcproj
15347         * gst/matroska/matroska.vcproj
15348         * gst/median/median.vcproj
15349         * gst/mixmatrix/mixmatrix.vcproj
15350         * gst/mpeg1sys/mpeg1systemencode.vcproj
15351         * gst/mpeg1videoparse/mp1videoparse.vcproj
15352         * gst/mpeg2sub/mpeg2subt.vcproj
15353         * gst/mpegaudio/mpegaudio.vcproj
15354         * gst/mpegaudioparse/mpegaudioparse.vcproj
15355         * gst/mpegstream/mpegstream.vcproj
15356         * gst/multifilesink/multifilesink.vcproj
15357         * gst/multipart/multipart.vcproj
15358         * gst/oneton/oneton.vcproj
15359         * gst/overlay/overlay.vcproj
15360         * gst/passthrough/passthrough.vcproj
15361         * gst/qtdemux/qtdemux.vcproj
15362         * gst/realmedia/rmdemux.vcproj
15363         * gst/rtjpeg/rtjpeg.vcproj
15364         * gst/rtp/rtp.vcproj
15365         * gst/silence/silence.vcproj
15366         * gst/sine/sinesrc.vcproj
15367         * gst/smooth/smooth.vcproj
15368         * gst/smpte/smpte.vcproj
15369         * gst/spectrum/spectrum.vcproj
15370         * gst/speed/speed.vcproj
15371         * gst/stereo/stereo.vcproj
15372         * gst/switch/switch.vcproj
15373         * gst/tags/tagedit.vcproj
15374         * gst/tcp/tcp.vcproj
15375         * gst/typefind/typefindfunctions.vcproj
15376         * gst/udp/udp.vcproj
15377         * gst/videobox/videobox.vcproj
15378         * gst/videocrop/videocrop.vcproj
15379         * gst/videodrop/videodrop.vcproj
15380         * gst/videofilter/gamma.vcproj
15381         * gst/videofilter/videobalance.vcproj
15382         * gst/videofilter/videofilter.vcproj
15383         * gst/videofilter/videoflip.vcproj
15384         * gst/videoflip/videoflip.vcproj
15385         * gst/videomixer/videomixer.vcproj
15386         * gst/videorate/videorate.vcproj
15387         * gst/videoscale/videoscale.vcproj
15388         * gst/videotestsrc/videotestsrc.vcproj
15389         * gst/virtualdub/virtualdub.vcproj
15390         * gst/volenv/volenv.vcproj
15391         * gst/volume/volume.vcproj
15392         * gst/wavenc/wavenc.vcproj
15393         * gst/wavparse/wavparse.vcproj
15394         * gst/y4m/y4menc.vcproj
15395           more plugins supported under windows
15396
15397 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15398
15399         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15400         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15401         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15403         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15404           Add debugging statements.  Use the sizes as returned by the
15405           *CreateImage calls.
15406
15407 2004-07-26  Johan Dahlin  <johan@gnome.org>
15408
15409         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15410         the pad is negotiated.
15411
15412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15413
15414 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15415
15416         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15417         * gst-libs/gst/idct/idct.vcproj:
15418         * gst-libs/gst/media-info/media-info.vcproj:
15419         * gst-libs/gst/mixer/mixer.vcproj:
15420         * gst-libs/gst/navigation/navigation.vcproj:
15421         * gst-libs/gst/play/play.vcproj:
15422         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15423         * gst-libs/gst/resample/resample.vcproj:
15424         * gst-libs/gst/tuner/tuner.vcproj:
15425         * gst-libs/gst/video/video.vcproj:
15426         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15427           more plugins supported under windows
15428
15429 2004-07-25 Iain <iain@prettypeople.org>
15430
15431         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15432         pad now rather than when the pad is created because state changes wipe
15433         explicit caps (fixes #148043).
15434
15435 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15436
15437         reviewed by Benjamin Otte  <otte@gnome.org>
15438
15439         * ext/mad/gstmad.c:
15440           fix mad plugin crashing on Sun (fixes #148289)
15441
15442 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15443
15444         * gst/avi/avi.def:
15445         * gst/avi/avi.vcproj:
15446         * gst/matroska/matroska.def:
15447         * gst/matroska/matroska.vcproj:
15448           remove unused .def files
15449
15450 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15451
15452         * gst-libs/gst/audio/gstaudiofilter.c:
15453           Clean the local include
15454
15455 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15456
15457         * win32/gst.sln:
15458         * gst-libs/gst/audio/audio.def:
15459         * gst-libs/gst/audio/audio.vcproj:
15460         * gst-libs/gst/audio/audiofilter.vcproj:
15461         * gst-libs/gst/audio/riff.def:
15462         * gst-libs/gst/audio/riff.vcproj:
15463         * gst-libs/gst/gst-libs.def:
15464         * gst-libs/gst/gst-libs.vcproj:
15465         * gst/avi/avi.vcproj:
15466         * gst/avi/avi.vcproj:
15467           Copy the files where needed after building, cleaner projects
15468
15469 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15470
15471         * gst/matroska/ebml-write.c:
15472           Fix some 64 bits constants to be glib friendly
15473
15474 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
15475
15476         * win32/gst.sln:
15477         * gst-libs/gst/gst-libs.def:
15478         * gst-libs/gst/gst-libs.vcproj:
15479         * gst/matroska/matroska.def:
15480         * gst/matroska/matroska.vcproj:
15481           Add the preliminary canvas to build plugins on Win32
15482
15483 2004-07-23  Benjamin Otte  <otte@gnome.org>
15484
15485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15486           don't enfore negotiation from source side, it breaks
15487           sinesrc ! audioconvert ! osssink
15488
15489 2004-07-22  David Schleef  <ds@schleef.org>
15490
15491         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15492         for ELF files, since they can easily be recognized as audio/mpeg.
15493         (bug #147441)
15494
15495 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15498         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15499         (gst_videoscale_scale_nearest_24bit),
15500         (gst_videoscale_scale_nearest_16bit):
15501           fix 16bit and 24bit for stride (24bit might need testing)
15502           don't pretend we do more than one algorithm
15503
15504 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15505
15506         * configure.ac:
15507         * gst/Makefile.am:
15508         * gst/multifilesink/Makefile.am:
15509         * gst/multifilesink/gstmultifilesink.c:
15510         (gst_multifilesink_get_formats),
15511         (gst_multifilesink_get_query_types), (_do_init),
15512         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15513         (gst_multifilesink_init), (gst_multifilesink_dispose),
15514         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15515         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15516         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15517         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15518         (gst_multifilesink_chain), (gst_multifilesink_change_state),
15519         (gst_multifilesink_uri_get_type),
15520         (gst_multifilesink_uri_get_protocols),
15521         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15522         (gst_multifilesink_uri_handler_init), (plugin_init):
15523         * gst/multifilesink/gstmultifilesink.h:
15524         * testsuite/Makefile.am:
15525         * testsuite/multifilesink/Makefile.am:
15526         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15527         (gst_newmedia_class_init), (gst_newmedia_init),
15528         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15529         (newfile_signal), (test_signal), (main):
15530         multifilesink plugin for creating new files every time a new media
15531         discontinuity event occurs
15532
15533 2004-07-22  Wim Taymans  <wim@fluendo.com>
15534
15535         * gst/alpha/Makefile.am:
15536         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15537         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15538         (gst_alpha_color_init), (gst_alpha_color_set_property),
15539         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15540         (transform), (gst_alpha_color_chain),
15541         (gst_alpha_color_change_state), (plugin_init):
15542         Stupid plugin to to RGBA to AYUV conversion because none of
15543         the colorspace plugins can handle that yet.
15544
15545 2004-07-22  Wim Taymans  <wim@fluendo.com>
15546
15547         * examples/seeking/seek.c: (update_scale), (main):
15548         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15549         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15550         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15551         (gst_decode_bin_init), (gst_decode_bin_dispose),
15552         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15553         (no_more_pads), (close_link), (type_found),
15554         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15555         (plugin_init):
15556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15557         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15558         (gst_play_base_bin_dispose), (queue_overrun),
15559         (gen_preroll_element), (remove_prerolls), (unknown_type),
15560         (no_more_pads), (new_stream), (setup_source),
15561         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15562         (play_base_eos), (gst_play_base_bin_change_state),
15563         (gst_play_base_bin_add_element),
15564         (gst_play_base_bin_remove_element),
15565         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15566         (gst_play_base_bin_unlink_stream),
15567         (gst_play_base_bin_get_streaminfo):
15568         * gst/playback/gstplaybin.c: (gen_video_element),
15569         (gen_audio_element):
15570         * gst/playback/gststreaminfo.h:
15571         More playback updates, attempt to fix things after the state change
15572         breakage.
15573
15574 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15575
15576         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15577         (gst_videoscale_scale_nearest_16bit):
15578           comment algorithm
15579
15580 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15581
15582         * gst/videotestsrc/gstvideotestsrc.c:
15583         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15584         (gst_videotestsrc_init), (gst_videotestsrc_get),
15585         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15586         (gst_videotestsrc_get_property):
15587         * gst/videotestsrc/gstvideotestsrc.h:
15588         * gst/videotestsrc/videotestsrc.c:
15589         * gst/videotestsrc/videotestsrc.h:
15590           cleanup and commenting
15591
15592 2004-07-21  Wim Taymans  <wim@fluendo.com>
15593
15594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15595         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15596         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15597         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15598         (_find_chain_get_unknown_part), (_find_streams_check),
15599         (gst_ogg_demux_push), (gst_ogg_pad_push):
15600         * ext/theora/theoradec.c: (theora_get_formats),
15601         (theora_dec_src_convert), (theora_dec_sink_convert),
15602         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15603         (theora_dec_chain):
15604         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15605         (vorbis_dec_convert), (vorbis_dec_src_query),
15606         (vorbis_dec_src_event), (vorbis_dec_event):
15607         More seeking fixes, oggdemux now supports seeking to time and
15608         uses the downstream element to convert granulepos to time.
15609         Seeking in theora-only ogg files now works.
15610
15611 2004-07-21  Wim Taymans  <wim@fluendo.com>
15612
15613         * ext/theora/theoradec.c: (gst_theora_dec_init),
15614         (theora_get_formats), (theora_get_event_masks),
15615         (theora_get_query_types), (theora_dec_src_convert),
15616         (theora_dec_sink_convert), (theora_dec_src_query),
15617         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15618         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15619         (vorbis_get_event_masks), (vorbis_get_query_types),
15620         (gst_vorbis_dec_init), (vorbis_dec_convert),
15621         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15622         Added query/convert/formats functions to vorbis and theora decoders
15623         so that the outside world can use them too. Fixed seeking on an
15624         ogg/theora/vorbis file by disabling the seeking seeking on the
15625         theora srcpad.
15626
15627 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15628
15629         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15630         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15631         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15632         images creation for both elements. We don't create the image on caps
15633         nego or renego, we just destroy the internal one if present if it does
15634         not match the needs. The chain function takes care of creating a new
15635         image when needed.
15636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15637         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15638         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15639         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15640         the image format information. The buffer pool checks for the context
15641         image format and discard images with different formats.
15642         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15643
15644 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15645
15646         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15647         (gst_ffmpegcolorspace_chain):
15648           no point in doing any chaining if the pad we want to push from
15649           isn't usable.
15650
15651 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15652
15653         * gst-libs/gst/riff/riff-media.c:
15654         (gst_riff_create_audio_caps_with_data):
15655           Fix double end-to-native symbol conversion (#148021).
15656
15657 2004-07-20  David Schleef  <ds@schleef.org>
15658
15659         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15660         Don't use an Atom that doesn't exist.
15661
15662 2004-07-20  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15665         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15666         (gst_multifdsink_client_remove),
15667         (gst_multifdsink_handle_client_write),
15668         (gst_multifdsink_queue_buffer):
15669         * gst/tcp/gstmultifdsink.h:
15670         More multifdsink stats. Avoid deadlock by releasing locks
15671         before sending out a signal.
15672
15673 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15674
15675         * po/LINGUAS:
15676         * po/hu.po:
15677           added Hungarian translation (Laszlo Dvornik)
15678
15679 2004-07-20  Wim Taymans  <wim@fluendo.com>
15680
15681         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15682         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15683         (gst_multifdsink_handle_client_write),
15684         (gst_multifdsink_queue_buffer):
15685         * gst/tcp/gsttcp-marshal.list:
15686         Fixed the stupid marshal definition.
15687
15688 2004-07-20  Wim Taymans  <wim@fluendo.com>
15689
15690         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15691         (gst_multifdsink_init), (gst_multifdsink_add),
15692         (gst_multifdsink_client_remove),
15693         (gst_multifdsink_handle_client_write),
15694         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15695         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15696         (gst_multifdsink_init_send):
15697         * gst/tcp/gstmultifdsink.h:
15698         Added more stats, added timeout for a client, fixed some typos
15699         and added some comments.
15700
15701 2004-07-20  Wim Taymans  <wim@fluendo.com>
15702
15703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15704         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15705         (gst_multifdsink_client_remove),
15706         (gst_multifdsink_handle_client_write):
15707         * gst/tcp/gstmultifdsink.h:
15708         * gst/tcp/gsttcp-marshal.list:
15709         Added get_stats method that returns a GValueArray of
15710         stats values.
15711
15712 2004-07-19  Benjamin Otte  <otte@gnome.org>
15713
15714         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15715           make sure longname, description and author are valid UTF-8
15716
15717 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15718
15719         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15720         (gst_ximagesink_set_property):
15721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15722         (gst_xvimagesink_set_property):
15723           make sure SYNCHRONOUS is respected after getting the X context
15724
15725 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15726
15727         * gst/matroska/matroska-demux.c:
15728         (gst_matroska_demux_handle_src_event),
15729         (gst_matroska_demux_parse_blockgroup):
15730         * gst/matroska/matroska-ids.h:
15731           add BlockReference tag and ignore it to clear out log.
15732           ignore NAVIGATION events to clear out log.
15733
15734 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15735
15736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15737         (gst_matroska_demux_add_stream):
15738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15739           add debug categories
15740
15741 2004-07-16  Wim Taymans  <wim@fluendo.com>
15742
15743         * ext/libpng/Makefile.am:
15744         * ext/libpng/gstpng.c: (plugin_init):
15745         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15746         (gst_pngdec_get_type), (gst_pngdec_base_init),
15747         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15748         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15749         * ext/libpng/gstpngdec.h:
15750         Added png decoder.
15751
15752 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15753
15754         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15755         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15756         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15757         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15758         (gst_ximagesink_buffer_alloc):
15759         * sys/ximage/ximagesink.h:
15760         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15761         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15762         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15763         (gst_xvimagesink_buffer_alloc):
15764         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15765         again. Using internal data pointer of the x(v)image to store image's
15766         data to be coherent with the buffer alloc mechanism. Investigated the
15767         image destruction code to be sure that everything gets freed correctly.
15768
15769 2004-07-16  Wim Taymans  <wim@fluendo.com>
15770
15771         * gst-libs/gst/riff/riff-read.c:
15772         (gst_riff_read_strf_vids_with_data),
15773         (gst_riff_read_strf_auds_with_data):
15774         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15775         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15776         Make sure we don't create 0 sized subbuffers in riff-read.
15777         Signal the no more pads signal after reading the avi header.
15778
15779 2004-07-16  Wim Taymans  <wim@fluendo.com>
15780
15781         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15782         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15783         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15784         (gst_decode_bin_init), (gst_decode_bin_dispose),
15785         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15786         (no_more_pads), (close_link), (type_found),
15787         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15788         (gst_decode_bin_change_state), (plugin_init):
15789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15790         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15791         (gst_play_base_bin_dispose), (queue_overrun),
15792         (gen_preroll_element), (remove_prerolls), (unknown_type),
15793         (no_more_pads), (new_stream), (setup_source),
15794         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15795         (play_base_eos), (gst_play_base_bin_change_state),
15796         (gst_play_base_bin_add_element),
15797         (gst_play_base_bin_remove_element),
15798         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15799         (gst_play_base_bin_unlink_stream),
15800         (gst_play_base_bin_get_streaminfo):
15801         * gst/playback/gstplaybasebin.h:
15802         Better error recovery. Added configurable preroll queue size. Faster
15803         detection of no-more-pads.
15804
15805 2004-07-16  Wim Taymans  <wim@fluendo.com>
15806
15807         * gst-libs/gst/video/video.h:
15808         Added 32 bits RGBA. Not sure if we should use another mime-type
15809         for alpha rgb. Currently the presence of the alpha_mask property
15810         signals an alpha channel.
15811
15812 2004-07-16  Wim Taymans  <wim@fluendo.com>
15813
15814         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15816         FPS seems to be 0.0 to MAX everywhere else.
15817
15818 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15819
15820         * gst-libs/gst/riff/riff-media.c:
15821         (gst_riff_create_video_caps_with_data):
15822           mp42/mp43 (no caps) exist too.
15823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15824           Set pixel_width/height; we've got them in-caps.
15825         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15826         * gst/wavparse/gstwavparse.c: (plugin_init):
15827           Both are valid primary.
15828         * sys/oss/gstossmixer.c:
15829           Remove i18n hack and enable translations.
15830
15831 2004-07-15  Benjamin Otte  <otte@gnome.org>
15832
15833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15834         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15835           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15836
15837 2004-07-15  Benjamin Otte  <otte@gnome.org>
15838
15839         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15840         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15841         (gst_alsa_close_audio):
15842           disable some of the debugging code for now. Writing debugging to a
15843           buffer is broken in current alsalib releases.
15844
15845 2004-07-12  Benjamin Otte  <otte@gnome.org>
15846
15847         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15848           use bufferpools
15849
15850 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15851
15852         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15853         (theora_dec_src_query), (theora_dec_event):
15854         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15855           add debugging categories.  Remove \n's.
15856
15857 2004-07-13  Johan Dahlin  <johan@gnome.org>
15858
15859         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15860         (gst_play_bin_get_property): Impl.
15861
15862 2004-07-13  Wim Taymans  <wim@fluendo.com>
15863
15864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15865         When trying to find the stream length, seek back N pages
15866         instead of just one, where N is the number of streams in
15867         the current chain.
15868
15869 2004-07-13  Wim Taymans  <wim@fluendo.com>
15870
15871         * gst-libs/gst/riff/riff-media.c:
15872         (gst_riff_create_audio_caps_with_data),
15873         (gst_riff_create_audio_caps),
15874         (gst_riff_create_audio_template_caps):
15875         * gst-libs/gst/riff/riff-media.h:
15876         * gst-libs/gst/riff/riff-read.c:
15877         (gst_riff_read_strf_vids_with_data),
15878         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15879         * gst-libs/gst/riff/riff-read.h:
15880         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15881         (gst_avi_demux_add_stream):
15882         Set codec_data on caps for avidemuxer.
15883
15884 2004-07-12  David Schleef  <ds@schleef.org>
15885
15886         * configure.ac: Fix test for Objective C
15887
15888 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15889         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15890         (gst_gdk_pixbuf_chain):
15891           Add svg and pcx to template caps, and ensure that getcaps returns a
15892           subset of the template caps.
15893           Copy each row manually for output, as gdkpixbuf may pad the
15894           rowstride to a 32-bit word boundary.
15895
15896 2004-07-12  Wim Taymans  <wim@fluendo.com>
15897
15898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15899         (gst_riff_create_video_template_caps):
15900         Fix the template caps to include some more media types.
15901
15902 2004-07-12  Wim Taymans  <wim@fluendo.com>
15903
15904         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15905         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15906         (compare_ranks), (print_feature), (gst_decode_bin_init),
15907         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15908         (try_to_link_1), (new_pad), (close_link), (type_found),
15909         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15910         (gst_decode_bin_change_state), (plugin_init):
15911         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15912         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15913         (gst_play_base_bin_dispose), (queue_overrun),
15914         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15915         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15916         (gst_play_base_bin_get_property), (play_base_eos),
15917         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15918         (gst_play_base_bin_remove_element),
15919         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15920         (gst_play_base_bin_unlink_stream),
15921         (gst_play_base_bin_get_streaminfo):
15922         * gst/playback/gstplaybasebin.h:
15923         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15924         (gst_play_bin_class_init), (gst_play_bin_init),
15925         (gst_play_bin_dispose), (gst_play_bin_set_property),
15926         (gst_play_bin_get_property), (gen_video_element),
15927         (gen_audio_element), (remove_sinks), (setup_sinks),
15928         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15929         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15930         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15931         (gst_play_bin_query), (plugin_init):
15932         * gst/playback/test4.c: (main):
15933         More fixes on reusing of the element.
15934
15935 2004-07-11  Benjamin Otte  <otte@gnome.org>
15936
15937         * ext/mad/gstmad.c: (normal_seek):
15938           allow seeking for other methods than just SET
15939
15940 2004-07-11  Andy Wingo  <wingo@pobox.com>
15941
15942         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15943         float, "any" caps -> buffer_frames=[0,MAX].
15944
15945         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15946         doesn't intersect our caps with the template any more. Do it
15947         ourselves.
15948         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15949
15950 2004-07-09  Wim Taymans  <wim@fluendo.com>
15951
15952         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15953         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15954         (compare_ranks), (print_feature), (gst_decode_bin_init),
15955         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15956         (try_to_link_1), (new_pad), (close_link), (type_found),
15957         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15958         (gst_decode_bin_change_state), (plugin_init):
15959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15960         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15961         (gst_play_base_bin_dispose), (queue_overrun),
15962         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15963         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15964         (gst_play_base_bin_get_property), (play_base_eos),
15965         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15966         (gst_play_base_bin_remove_element),
15967         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15968         (gst_play_base_bin_unlink_stream),
15969         (gst_play_base_bin_get_streaminfo):
15970         * gst/playback/gstplaybasebin.h:
15971         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15972         (gst_play_bin_class_init), (gst_play_bin_init),
15973         (gst_play_bin_dispose), (gst_play_bin_set_property),
15974         (gst_play_bin_get_property), (gen_video_element),
15975         (gen_audio_element), (remove_sinks), (setup_sinks),
15976         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15977         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15978         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15979         (gst_play_bin_query), (plugin_init):
15980         * gst/playback/test4.c: (main):
15981         Work on object reuse and seeking.
15982
15983 2004-07-09  Wim Taymans  <wim@fluendo.com>
15984
15985         * examples/seeking/seek.c: (iterate):
15986         Don't consume all CPU in the idle loop.
15987
15988 2004-07-09  Wim Taymans  <wim@fluendo.com>
15989
15990         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15991         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15992         Add pad to element *after* setting the pad functions so that
15993         the scheduler can use the correct ones.
15994
15995 2004-07-09  Wim Taymans  <wim@fluendo.com>
15996
15997         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15998         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15999         Sync to keyframe after seek
16000
16001 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16002
16003         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16005         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16006         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16007         * ext/libvisual/visual.c: (gst_visual_change_state):
16008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16009         * ext/theora/theoradec.c: (theora_dec_change_state):
16010         * ext/theora/theoraenc.c: (theora_enc_change_state):
16011         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16012         * gst-libs/gst/navigation/navigation.c:
16013         * gst/adder/gstadder.c: (gst_adder_change_state):
16014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16015         (gst_audio_convert_get_buffer):
16016         * gst/multipart/multipartdemux.c:
16017         (gst_multipart_demux_change_state):
16018         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16020         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16021         * gst/videoscale/gstvideoscale.c:
16022         (gst_videoscale_handle_src_event):
16023         * gst/volume/gstvolume.c: (volume_chain_int16):
16024           don't assert in state change, this should be done by the base
16025           GstElement class.
16026           various debugging fixes.
16027
16028 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16029
16030         * configure.ac:
16031         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16032         (gst_play_dispose), (gst_play_set_location),
16033         (gst_play_set_data_src), (gst_play_set_video_sink),
16034         (gst_play_set_audio_sink), (gst_play_set_visualization),
16035         (gst_play_connect_visualization), (gst_play_get_sink_element),
16036         (gst_play_get_all_by_interface):
16037         * gst-libs/gst/play/play.h:
16038           add new method to get elements implementing an interface.
16039           add various error logging
16040
16041 2004-07-08  Wim Taymans  <wim@fluendo.com>
16042
16043         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16044         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16045         (make_playerbin_pipeline), (query_durations_elems),
16046         (query_durations_pads), (query_positions_elems),
16047         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16048         (main):
16049         Added playbin seeking example.
16050
16051 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16052
16053         * gst-libs/gst/play/play.c: (gst_play_set_location),
16054         (gst_play_set_data_src), (gst_play_set_video_sink),
16055         (gst_play_set_audio_sink), (gst_play_set_visualization),
16056         (gst_play_connect_visualization), (gst_play_get_framerate):
16057           use a macro to look up elements from hash table
16058
16059 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16060
16061         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16062         (gst_play_get_length_callback), (gst_play_set_location),
16063         (gst_play_seek_to_time), (gst_play_set_data_src),
16064         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16065         (gst_play_set_visualization), (gst_play_connect_visualization),
16066         (gst_play_get_sink_element):
16067         - add debugging info
16068         - fix looking up sink elements by iterating over complete caps
16069         - put everything except for source and autoplugger in a complete bin
16070
16071 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16072
16073         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16074         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16075         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16076         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16077         * ext/alsa/gstalsasink.h:
16078         - add debugging info
16079         - clean up schizophrenia of data/buffer/event
16080         - fix double event unref error
16081
16082 2004-07-08  Wim Taymans  <wim@fluendo.com>
16083
16084         * gst/playback/Makefile.am:
16085         Add headers to noinst
16086
16087 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16088
16089         * tools/gst-launch-ext-m.m:
16090         * tools/gst-launch-ext.1.in:
16091           convert to the third millenium
16092
16093 2004-07-07  David Schleef  <ds@schleef.org>
16094
16095         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16096
16097 2004-07-07  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst/playback/Makefile.am:
16100         * gst/playback/README:
16101         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16102         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16103         (compare_ranks), (print_feature), (gst_decode_bin_init),
16104         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16105         (try_to_link_1), (new_pad), (close_link), (type_found),
16106         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16107         (plugin_init):
16108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16109         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16110         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16111         (gen_preroll_element), (no_more_pads), (new_stream),
16112         (setup_source), (gst_play_base_bin_set_property),
16113         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16114         (gst_play_base_bin_add_element),
16115         (gst_play_base_bin_remove_element),
16116         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16117         (gst_play_base_bin_unlink_stream),
16118         (gst_play_base_bin_get_streaminfo):
16119         * gst/playback/gstplaybasebin.h:
16120         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16121         (gst_play_bin_class_init), (gst_play_bin_init),
16122         (gst_play_bin_dispose), (gst_play_bin_set_property),
16123         (gst_play_bin_get_property), (gen_video_element),
16124         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16125         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16126         (gst_play_bin_get_formats), (gst_play_bin_convert),
16127         (gst_play_bin_get_query_types), (gst_play_bin_query),
16128         (plugin_init):
16129         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16130         (gst_stream_info_get_type), (gst_stream_info_class_init),
16131         (gst_stream_info_init), (gst_stream_info_new),
16132         (gst_stream_info_dispose), (gst_stream_info_set_property),
16133         (gst_stream_info_get_property):
16134         * gst/playback/gststreaminfo.h:
16135         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16136         (main):
16137         * gst/playback/test2.c: (main):
16138         * gst/playback/test3.c: (update_scale), (main):
16139         More playbin fixes. Added README. Do better element filtering.
16140         Added base class to preroll media. Added test apps.
16141
16142 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16143
16144         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16145         * ext/mpeg2dec/gstmpeg2dec.h:
16146           various debugging improvements.  Reset stream to next picture
16147           instead of sequence header, otherwise seeks cannot work.
16148
16149 2004-07-07  Wim Taymans  <wim@fluendo.com>
16150
16151         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16152         (gst_video_box_class_init), (gst_video_box_set_property),
16153         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16154         Use pad_alloc where possible.
16155
16156 2004-07-07  Wim Taymans  <wim@fluendo.com>
16157
16158         * sys/oss/gstosselement.c: (gst_osselement_reset),
16159         (gst_osselement_parse_caps):
16160         * sys/oss/gstosselement.h:
16161         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16162         Fix offset on osssrc.
16163
16164 2004-07-07  Wim Taymans  <wim@fluendo.com>
16165
16166         * ext/theora/theora.c: (plugin_init):
16167         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16168         (theora_dec_src_query), (theora_dec_chain):
16169         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16170         (theora_enc_sink_link), (theora_buffer_from_packet),
16171         (theora_push_packet), (theora_enc_chain):
16172         Fix theora granulepos calculation.
16173         Fix overflow in duration/position calculation.
16174         Bump rank to PRIMARY for theoradec.
16175         Use granulepos of last packet to calculate position.
16176         Set keyframe flag on buffers when needed.
16177
16178 2004-07-06  David Schleef  <ds@schleef.org>
16179
16180         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16181         serious?  (Fixed, obviously.)
16182
16183 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16184
16185         * po/LINGUAS:
16186         * po/cs.po:
16187           added Czech translation (Miloslav Trmac)
16188
16189 2004-07-05  Wim Taymans  <wim@fluendo.com>
16190
16191         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16192         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16193         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16194         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16195         (close_link), (type_found), (gst_decode_bin_set_property),
16196         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16197         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16198         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16199         (gst_decode_bin_query), (plugin_init):
16200         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16201         (gst_play_bin_class_init), (gst_play_bin_init),
16202         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16203         (get_video_element), (new_pad), (setup_source),
16204         (gst_play_bin_set_property), (gst_play_bin_get_property),
16205         (gst_play_bin_change_state), (gst_play_bin_add_element),
16206         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16207         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16208         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16209         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16210         * gst/playback/test.c: (main):
16211         More fixes, cleaned up playbin, make it use decodebin. Added
16212         threaded property to playbin.
16213
16214 2004-07-05  Wim Taymans  <wim@fluendo.com>
16215
16216         * configure.ac:
16217         * gst/playback/Makefile.am:
16218         * gst/playback/decodetest.c: (main):
16219         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16220         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16221         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16222         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16223         (close_link), (type_found), (gst_decode_bin_set_property),
16224         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16225         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16226         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16227         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16228         (plugin_init):
16229         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16230         (gst_play_bin_class_init), (gst_play_bin_init),
16231         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16232         (collect_sink_pads), (find_compatibles), (close_pad_link),
16233         (try_to_link_1), (new_pad), (close_link), (type_found),
16234         (setup_source), (gst_play_bin_set_property),
16235         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16236         (compare_ranks), (gst_play_bin_collect_factories),
16237         (gst_play_bin_change_state), (gst_play_bin_add_element),
16238         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16239         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16240         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16241         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16242         * gst/playback/test.c: (main):
16243         Added some playback helper elements and some test apps, very alpha
16244         still.
16245
16246 2004-07-04  Benjamin Otte  <otte@gnome.org>
16247
16248         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16249           only restart audio when we indeed have an xrun to fix repeated
16250           xruns. Fix suggested by Giuliano Pochini.
16251
16252 2004-07-03  David Schleef  <ds@schleef.org>
16253
16254         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16255         call to gst_debug_log() if debugging is disabled (bug #145118)
16256
16257 2004-07-03  Benjamin Otte  <otte@gnome.org>
16258
16259         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16260           use our own functions for restarting the alsa device.
16261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16262           I should apply patches myself - use MIN for the third argument, not
16263           the second, this fixes seeking
16264
16265 2004-07-02  David Schleef  <ds@schleef.org>
16266
16267         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16268         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16269         do with the logic.
16270
16271 2004-07-02  David Schleef  <ds@schleef.org>
16272
16273         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16274         output buffers.  Fix logic mistake.  (bug #144866)
16275
16276 2004-07-02  David Schleef  <ds@schleef.org>
16277
16278         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16279         on X.  (bug #144753)
16280
16281 2004-07-02  David Schleef  <ds@schleef.org>
16282
16283         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16284         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16285         (bug #144624)
16286         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16287         (gst_osselement_rate_probe_check): Add another workaround for
16288         buggy drivers (bug #145336)
16289
16290 2004-07-02  David Schleef  <ds@schleef.org>
16291
16292         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16293         Most systems don't have MSG_NOSIGNAL.
16294
16295 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16296
16297         * Makefile.am:
16298         * gst-libs/gst/colorbalance/Makefile.am:
16299         * gst-libs/gst/mixer/Makefile.am:
16300         * gst-libs/gst/play/Makefile.am:
16301         * gst-libs/gst/tuner/Makefile.am:
16302           (hopefully) fix both install and dist and make error message useful.
16303           needs testing across automakes.
16304
16305 2004-07-02  Benjamin Otte  <otte@gnome.org>
16306
16307         * ext/ogg/gstogg.c: (plugin_init):
16308           we require bytestream now
16309         * ext/ogg/gstoggdemux.c:
16310           huge diff to implement chain setup in a fast and generic way. This
16311           improves tag reading and startup of huge files (read: Theora videos)
16312           quite a bit. It probably contains bugs, too, so please test.
16313           Seeking is not improved to the fast method.
16314
16315 2004-06-29  Wim Taymans  <wim@fluendo.com>
16316
16317         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16318         * ext/ogg/gstoggmux.c:
16319         Fix memleak in oggdemux when running unconnected pads.
16320         doc update in mux, start working on keyframe mode.
16321
16322 2004-06-29  Benjamin Otte  <otte@gnome.org>
16323
16324         * sys/oss/gstosssink.c:
16325         * sys/oss/gstosssrc.c:
16326           advertise correct template caps - we indeed do non-native endianness
16327           and 8bit audio has no endianness
16328         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16330           avoid (wrong) duplications in getcaps function and return
16331           template caps
16332
16333 2004-06-29  Wim Taymans  <wim@fluendo.com>
16334
16335         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16336         (gst_multifdsink_class_init), (gst_multifdsink_add),
16337         (gst_multifdsink_remove), (gst_multifdsink_clear),
16338         (gst_multifdsink_client_remove),
16339         (gst_multifdsink_handle_client_read),
16340         (gst_multifdsink_client_queue_data),
16341         (gst_multifdsink_client_queue_caps),
16342         (gst_multifdsink_client_queue_buffer),
16343         (gst_multifdsink_handle_client_write),
16344         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16345         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16346         (gst_multifdsink_init_send), (gst_multifdsink_close):
16347         Fix wrong GList iteration that could crash the server when
16348         more then 2 clients disconnect at the same time. Read all the
16349         pending commands in one batch to recover from command storms under
16350         very heavy load.
16351
16352 2004-06-28  Wim Taymans  <wim@fluendo.com>
16353
16354         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16355         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16356         (gst_videomixer_pad_set_property),
16357         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16358         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16359         (gst_videomixer_class_init), (gst_videomixer_init),
16360         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16361         (pad_zorder_compare), (gst_videomixer_sort_pads),
16362         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16363         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16364         (gst_videomixer_update_queues), (gst_videomixer_loop),
16365         (plugin_init):
16366         Avoid divide by zero, choose masterpad as the pad with the highest
16367         framerate.
16368
16369 2004-06-27  Julien Moutte  <julien@moutte.net>
16370
16371         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16372         (gst_ximagesink_xwindow_new):
16373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16374         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16375         function directly. We might want to call it from somewhere else one day.
16376
16377 2004-06-27  Julien Moutte  <julien@moutte.net>
16378
16379         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16380         (gst_ximagesink_xwindow_new):
16381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16382         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16383         window decorations.
16384
16385 2004-06-27  Wim Taymans  <wim@fluendo.com>
16386
16387         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16388         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16389         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16390         (gst_dvdec_set_property), (gst_dvdec_get_property):
16391         * ext/dv/gstdvdec.h:
16392         Implement drop_factor property to lower the framerate with
16393         a factor.
16394
16395 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16396
16397         * gst-libs/gst/colorbalance/Makefile.am:
16398         * gst-libs/gst/mixer/Makefile.am:
16399         * gst-libs/gst/play/Makefile.am:
16400         * gst-libs/gst/tuner/Makefile.am:
16401           unbreak Company's fix that didn't install the -enum.h files
16402
16403 2004-06-27  Wim Taymans  <wim@fluendo.com>
16404
16405         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16406         (gst_dvdec_change_state):
16407         * ext/dv/gstdvdec.h:
16408         Fix timestamp, duration and offset of the buffers.
16409
16410 2004-06-27  Wim Taymans  <wim@fluendo.com>
16411
16412         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16413         (gst_multifdsink_class_init), (gst_multifdsink_add),
16414         (gst_multifdsink_remove), (gst_multifdsink_clear),
16415         (gst_multifdsink_client_remove),
16416         (gst_multifdsink_handle_client_read),
16417         (gst_multifdsink_client_queue_data),
16418         (gst_multifdsink_client_queue_caps),
16419         (gst_multifdsink_client_queue_buffer),
16420         (gst_multifdsink_handle_client_write),
16421         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16422         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16423         (gst_multifdsink_init_send), (gst_multifdsink_close):
16424         * gst/tcp/gstmultifdsink.h:
16425         * gst/tcp/gsttcpserversink.c:
16426         (gst_tcpserversink_handle_server_read),
16427         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16428         More multifdsink fixes, more recovery policy fixes.
16429         Removed stupid g_print
16430
16431 2004-06-26  Wim Taymans  <wim@fluendo.com>
16432
16433         * gst/tcp/Makefile.am:
16434         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16435         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16436         (gst_multifdsink_class_init), (gst_multifdsink_init),
16437         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16438         (gst_multifdsink_handle_client_read),
16439         (gst_multifdsink_client_queue_data),
16440         (gst_multifdsink_client_queue_caps),
16441         (gst_multifdsink_client_queue_buffer),
16442         (gst_multifdsink_handle_client_write),
16443         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16444         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16445         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16446         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16447         (gst_multifdsink_close), (gst_multifdsink_change_state):
16448         * gst/tcp/gstmultifdsink.h:
16449         * gst/tcp/gsttcpplugin.c: (plugin_init):
16450         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16451         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16452         (gst_tcpserversink_handle_server_read),
16453         (gst_tcpserversink_handle_select),
16454         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16455         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16456         * gst/tcp/gsttcpserversink.h:
16457         Added multifdsink, made tcpserversink a subclass of fdsink, removed
16458         one of the locks, added recovery policy to multifdsink.
16459
16460 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16463           fix decision for when getting frames with same timestamp
16464         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16465         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16466         (gst_v4lsrc_get_property):
16467         * sys/v4l/gstv4lsrc.h:
16468           add latency offset property
16469
16470 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16471
16472         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16473         (plugin_init):
16474           fix debugging. add category.
16475
16476 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16477
16478         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16479           fix wrong offsets
16480
16481 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16482
16483         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16484         (gst_alsa_src_get_time), (gst_alsa_src_loop),
16485         (gst_alsa_src_change_state):
16486           return a time that is in sync with the element's processing
16487
16488 2004-06-25  Wim Taymans  <wim@fluendo.com>
16489
16490         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16491         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16492         (gst_tcpserversink_client_remove),
16493         (gst_tcpserversink_handle_client_read),
16494         (gst_tcpserversink_client_queue_data),
16495         (gst_tcpserversink_client_queue_caps),
16496         (gst_tcpserversink_client_queue_buffer),
16497         (gst_tcpserversink_handle_client_write),
16498         (gst_tcpserversink_queue_buffer),
16499         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16500         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16501         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16502         (gst_tcpserversink_close):
16503         * gst/tcp/gsttcpserversink.h:
16504         Serversink rewrite. Really do non blocking writes to clients and
16505         maintain an internal queue to handle slower clients while not
16506         disturbing fast clients.
16507
16508 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16511           better debug, don't override OFFSET and OFFSET_END
16512
16513 2004-06-25  Iain <iain@prettypeople.org>
16514
16515         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16516         name=source for the wavparse pipeline.
16517
16518 2004-06-24  Johan Dahlin  <johan@gnome.org>
16519
16520         * ext/theora/theoraenc.c (theora_enc_chain): Call
16521         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16522         streamheader caps are set correctly.
16523
16524 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16525
16526         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16527         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16528           respect minimum bitrate; same could be done for max bitrate
16529
16530 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16531
16532         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16533         (gst_vorbisenc_setup):
16534           fix sample rate range
16535
16536 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16539         (gst_oggvorbisenc_setup):
16540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16541         (gst_vorbisenc_setup):
16542           resolve ambiguities in code and description
16543
16544 2004-06-24  Wim Taymans  <wim@fluendo.com>
16545
16546         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16547         * ext/alsa/gstalsa.h:
16548         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16549         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16550         Use alsa trigger_tstamp to get the timestamp of the first
16551         sample in the buffer for more precise sync. Some cleanups.
16552
16553 2004-06-24  Wim Taymans  <wim@fluendo.com>
16554
16555         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16556         (gst_audiorate_init), (gst_audiorate_chain),
16557         (gst_audiorate_set_property), (gst_audiorate_get_property):
16558         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16559         (gst_videorate_chain):
16560         Added some logging, fixed an overflow bug in videorate.
16561
16562 2004-06-24  Benjamin Otte  <otte@gnome.org>
16563
16564         * ext/kio/Makefile.am:
16565           fix for builddir != srcdir and distcheck
16566
16567 2004-06-24  Benjamin Otte  <otte@gnome.org>
16568
16569         * gst-libs/gst/colorbalance/Makefile.am:
16570         * gst-libs/gst/mixer/Makefile.am:
16571         * gst-libs/gst/play/Makefile.am:
16572         * gst-libs/gst/tuner/Makefile.am:
16573         * gst/tcp/Makefile.am:
16574         * sys/dxr3/Makefile.am:
16575           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16576           tarball.
16577           Also add all *.list files that were missing.
16578         * Makefile.am:
16579           add a distcheck hook to ensure the above doesn't happen again.
16580
16581 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16582
16583         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16584
16585 2004-06-23  Colin Walters  <walters@redhat.com>
16586
16587         * m4/Makefile.am: Distribute gst-fionread.m4.
16588
16589 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16590
16591         * configure.ac: back to dev
16592
16593 2004-06-23  Wim Taymans  <wim@fluendo.com>
16594
16595         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16596         (gst_alsa_xrun_recovery):
16597         * ext/alsa/gstalsa.h:
16598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16599         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16600         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16601         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16602         (gst_alsa_src_loop):
16603         Add clock to alsasrc. Take new capture timestamp when
16604         restarting after an overrun. Split up some functions between
16605         alsasrc and alsasink.
16606
16607 === release 0.8.2 ===
16608
16609 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16610
16611         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16612         (gst_alsa_change_state), (gst_alsa_update_avail),
16613         (gst_alsa_xrun_recovery):
16614         * ext/alsa/gstalsa.h:
16615         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16616           merge back changes from release
16617
16618 2004-06-23  Wim Taymans  <wim@fluendo.com>
16619
16620         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16621         (gst_audiorate_init), (gst_audiorate_chain),
16622         (gst_audiorate_set_property), (gst_audiorate_get_property):
16623         Implement sample dropping and notify
16624
16625 2004-06-22  Wim Taymans  <wim@fluendo.com>
16626
16627         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16628         (theora_enc_sink_link), (theora_buffer_from_packet),
16629         (theora_push_packet), (theora_enc_chain):
16630         Some cleanups, make sure the timestamps are correct.
16631
16632 2004-06-22  Wim Taymans  <wim@fluendo.com>
16633
16634         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16635         (gst_alsa_change_state), (gst_alsa_update_avail),
16636         (gst_alsa_xrun_recovery):
16637         * ext/alsa/gstalsa.h:
16638         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16639         Cleanups, take queued samples into account when reporting
16640         the time.
16641
16642 2004-06-22  Wim Taymans  <wim@fluendo.com>
16643
16644         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16645         (gst_videorate_init):
16646         Initialize the property as well.
16647
16648 2004-06-22  Wim Taymans  <wim@fluendo.com>
16649
16650         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16651         (gst_videorate_init), (gst_videorate_chain),
16652         (gst_videorate_set_property), (gst_videorate_get_property):
16653         Add property to make videorate silent.
16654         Add property to prefer new frames over old ones.
16655
16656 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16657
16658         * sys/osxvideo/Makefile.am:
16659         Workaround so that the osxvideo .so file gets linked with the
16660         Cocoa, OpenGL and QuickTime frameworks
16661
16662 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16663
16664         * sys/osxaudio/Makefile.am:
16665         Workaround so that the osxaudio .so file gets linked with the
16666         CoreAudio framework
16667
16668 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16669
16670         * configure.ac:
16671         Whoops, my fault...fixed build issues
16672
16673 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16674
16675         * configure.ac:
16676         Add objective-c support if running in Darwin/Mac OS X
16677         * sys/Makefile.am:
16678         * sys/osxvideo:
16679         * sys/osxvideo/Makefile.am:
16680         * sys/osxvideo/osxvideosink.h:
16681         * sys/osxvideo/osxvideosink.m:
16682         * sys/osxvideo/cocoawindow.h:
16683         * sys/osxvideo/cocoawindow.m:
16684         Add osxvideosink, a cocoa-based osx video sink
16685
16686
16687 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16688         * ext/dvdnav/gst-dvd:
16689         Grab the gconf key from the right spot
16690         * gst/debug/gstnavseek.c: (gst_navseek_init),
16691         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16692         (gst_navseek_chain):
16693         * gst/debug/gstnavseek.h:
16694           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16695           and loop parameters of a segment seek.
16696         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16697         (gst_videotestsrc_get_event_masks),
16698         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16699         * gst/videotestsrc/gstvideotestsrc.h:
16700           Add seeking support to videotestsrc
16701           Initialise the timestamp_offset variable.
16702
16703 2004-06-18  Wim Taymans  <wim@fluendo.com>
16704
16705         * ext/sidplay/gstsiddec.cc:
16706         Fix negotiation and set correct end offset.
16707
16708 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16709
16710         * configure.ac: branch and prerelease
16711
16712 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16715         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16716         (gst_tcpclientsrc_init_receive):
16717         * gst/tcp/gsttcpclientsrc.h:
16718           read caps when connecting to server for GDP so we set them correctly
16719
16720 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16721
16722         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16723           notify drops and duplicates
16724         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16725           no good reason to limit ourselves to 100x100
16726
16727 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16728
16729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16730         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16731         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16732         (gst_v4lsrc_get_property):
16733         * sys/v4l/gstv4lsrc.h:
16734         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16735         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16736         (gst_v4l_set_audio):
16737         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16738         (gst_v4lsrc_try_capture):
16739         * sys/v4l/v4lsrc_calls.h:
16740           change try_palette to more general try_capture
16741           add autoprobe option so we can turn off autoprobing
16742           various fixes
16743
16744 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16745
16746         * configure.ac:
16747           add videorate
16748         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16749         (gst_ximagesink_class_init):
16750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16751         (gst_xvimagesink_class_init):
16752           run them as finalize, not dispose, since dispose can be invoked
16753           multiple times
16754
16755 2004-06-17  Wim Taymans  <wim@fluendo.com>
16756
16757         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16758         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16759         * ext/alsa/gstalsa.h:
16760         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16761         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16762         (gst_alsa_src_change_state):
16763         * ext/alsa/gstalsasrc.h:
16764         Make the xrun code timestamp and offset the buffers correctly.
16765         moved the clock to the base class, use alsa methods to get time.
16766         Do correct timestamping on outgoing buffers.
16767
16768 2004-06-17  Wim Taymans  <wim@fluendo.com>
16769
16770         * gst/audiorate/Makefile.am:
16771         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16772         (gst_audiorate_base_init), (gst_audiorate_class_init),
16773         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16774         (gst_audiorate_set_property), (gst_audiorate_get_property),
16775         (gst_audiorate_change_state), (plugin_init):
16776         Added an audiorate converter that fills in gaps.
16777
16778 2004-06-17  Johan Dahlin  <johan@gnome.org>
16779
16780         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16781
16782 2004-06-16  Wim Taymans  <wim@fluendo.com>
16783
16784         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16785         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16786         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16787         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16788         (gst_v4lsrc_get_property):
16789         * sys/v4l/gstv4lsrc.h:
16790         Added a copy mode to v4lsrc where it will output a copied version
16791         of its internal hardware buffer.
16792         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16793         can't | them.
16794
16795 2004-06-16  Wim Taymans  <wim@fluendo.com>
16796
16797         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16798         Timestamp fixes.
16799
16800 2004-06-16  Wim Taymans  <wim@fluendo.com>
16801
16802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16803         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16804         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16805         (gst_v4lsrc_get_property):
16806         * sys/v4l/gstv4lsrc.h:
16807         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16808         Added a sync mode enum property to control v4lsrc timestamp method
16809         Removed the use-fixed-fps property and moved functionality in
16810         the enum.
16811         Don't error on an error value from v4l-conf, it might not always
16812         be a real error.
16813
16814 2004-06-16  Wim Taymans  <wim@fluendo.com>
16815
16816         * gst/videorate/Makefile.am:
16817         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16818         (gst_videorate_base_init), (gst_videorate_class_init),
16819         (gst_videorate_getcaps), (gst_videorate_link),
16820         (gst_videorate_init), (gst_videorate_chain),
16821         (gst_videorate_set_property), (gst_videorate_get_property),
16822         (gst_videorate_change_state), (plugin_init):
16823         Added a video timestamp corrector.
16824
16825 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16826
16827         fixed a potential leak with previous commit
16828
16829         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16830
16831 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16832
16833         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16834         Added missing refcount, fixes bug #144425
16835         Cheers Tim for finding the bug
16836
16837 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16838
16839         * sys/v4l/gstv4l.c: (plugin_init):
16840         * sys/v4l/gstv4lcolorbalance.c:
16841         * sys/v4l/gstv4lcolorbalance.h:
16842         * sys/v4l/gstv4lelement.c:
16843         * sys/v4l/gstv4lelement.h:
16844         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16845         * sys/v4l/gstv4lmjpegsink.h:
16846         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16847         * sys/v4l/gstv4lmjpegsrc.h:
16848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16849         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16850         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16851         * sys/v4l/gstv4lsrc.h:
16852         * sys/v4l/gstv4ltuner.c:
16853         * sys/v4l/gstv4ltuner.h:
16854         * sys/v4l/gstv4lxoverlay.c:
16855         * sys/v4l/gstv4lxoverlay.h:
16856         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16857         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16858         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16859         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16860         (gst_v4l_set_audio):
16861         * sys/v4l/v4l_calls.h:
16862         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16863         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16864         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16865         (gst_v4lmjpegsink_playback_init),
16866         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16867         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16868         (gst_v4lmjpegsink_playback_stop),
16869         (gst_v4lmjpegsink_playback_deinit):
16870         * sys/v4l/v4lmjpegsink_calls.h:
16871         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16872         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16873         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16874         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16875         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16876         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16877         * sys/v4l/v4lmjpegsrc_calls.h:
16878         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16879         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16880         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16881         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16882         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16883         (gst_v4lsrc_try_palette):
16884         * sys/v4l/v4lsrc_calls.h:
16885           bunch of paranoia cleanups
16886
16887 2004-06-14  David Schleef  <ds@schleef.org>
16888
16889         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16890         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16891         Send discont events and change timestamps appropriately when
16892         we get a seek event.  (bug #144240)
16893         * ext/cdparanoia/gstcdparanoia.h:
16894
16895 2004-06-14  Benjamin Otte  <otte@gnome.org>
16896
16897         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16898           snd_pcm_hw_params_set_rate  since the latter fails for no good
16899           reason on some setups.
16900
16901 2004-06-14  David Schleef  <ds@schleef.org>
16902
16903         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16904         standard.  Thank you for playing.
16905
16906 2004-06-14  Wim Taymans  <wim@fluendo.com>
16907
16908         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16909         Patch 1.3 broke the ordering of the colorspace info and
16910         made the plugin basically work by coincidence, reordered
16911         the info.
16912
16913 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16914
16915         * ext/lame/gstlame.c:
16916         * ext/mad/gstmad.c:
16917           sync caps.  Make sure mad can only output a list of rates, not
16918           a full range.  In the future, have three caps lists for each of the
16919           mpeg versions.  Change mpegversion to a double as well.
16920
16921 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16922
16923         * gst/volume/.cvsignore:
16924         * gst/volume/Makefile.am:
16925         * gst/volume/demo.c: (value_changed_callback), (idler),
16926         (setup_gui), (main):
16927           added small demo app
16928
16929 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16930         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16931         * ext/esd/esdsink.h:
16932         Close the esd connection on pause, because esd will just wait -
16933         blocking all other esd clients indefinitely.
16934
16935 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16936
16937         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16938           previous commit with GST_DEBUG
16939
16940 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16941
16942         * configure.ac:
16943           add a header check for a dvdread header in dvdnav.  Fixes #133002
16944
16945 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16946
16947         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16948         * gst/tcp/gsttcpclientsink.h:
16949         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16950         * gst/tcp/gsttcpclientsrc.h:
16951         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16952         (gst_tcpserversink_handle_server_read),
16953         (gst_tcpserversink_init_send):
16954         * gst/tcp/gsttcpserversink.h:
16955         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16956         * gst/tcp/gsttcpserversrc.h:
16957         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16958         version of IP)
16959
16960 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16961
16962         * configure.ac:
16963         Added ogg library so that OSX detects libtheora properly
16964
16965 2004-06-11  Wim Taymans  <wim@fluendo.com>
16966
16967         * ext/theora/theoradec.c: (theora_dec_chain),
16968         (theora_dec_change_state):
16969         Don't try to decode frames before we received a keyframe.
16970
16971 2004-06-11  Wim Taymans  <wim@fluendo.com>
16972
16973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16974         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16975         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16976         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16977         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16978         Added property to set the maximum delay of a page.
16979
16980 2004-06-10  Wim Taymans  <wim@fluendo.com>
16981
16982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16983         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16984         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16985         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16986         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16987         Added max-delay property to control the maximum amount
16988         of data to put in one page.
16989
16990 2004-06-10  Wim Taymans  <wim@fluendo.com>
16991
16992         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16993         (gst_theora_enc_init), (theora_enc_sink_link),
16994         (theora_buffer_from_packet), (theora_enc_set_property),
16995         (theora_enc_get_property):
16996         Set duration on encoded buffer, added some more properties
16997
16998 2004-06-10  Wim Taymans  <wim@fluendo.com>
16999
17000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17001         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17002         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17003         * ext/theora/theoraenc.c: (theora_enc_chain):
17004         Fix refcounting bugs
17005
17006 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17009         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17010         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17011         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17012         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17013         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17014         (gst_asf_demux_change_state):
17015         * gst/asfdemux/gstasfdemux.h:
17016           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17017           feels like. I think we should set a new requirement for demuxers
17018           from now on to implement sane loop functions, data loops, query
17019           and seek functions before first commit into CVS. And this commit
17020           fixes all of the above.
17021
17022 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17023
17024         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17025           vorbis comments are properly encoded in UTF-8 before adding them
17026           to a GstTagList
17027
17028 2004-06-09  Benjamin Otte  <otte@gnome.org>
17029
17030         * ext/alsa/gstalsa.c: (add_channels):
17031           handle min <= max correctly
17032         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17033         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17034           add fixation functions so we fixate correctly. No preferring of alaw
17035           anymore because it's the first structure.
17036         * ext/alsa/gstalsa.h:
17037         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17038         (gst_alsa_hw_params_dump):
17039           add functions to ease debugging in alsalib
17040         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17041         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17042         (gst_alsa_start_audio):
17043           only specify hw params if we really setup a format (fixes #134007 -
17044           or at least works around it)
17045
17046 2004-06-09  Wim Taymans  <wim@fluendo.com>
17047
17048         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17049         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17050         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17051         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17052         (gst_ogg_mux_loop):
17053         Use stream caps to setup the initial pages in the ogg stream.
17054         Correctly set the streamheader caps on the srcpad.
17055
17056 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17057
17058         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17059         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17060         (gst_v4lsrc_getcaps):
17061         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17062         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17063           add querying of fps lists for webcams.  Negotiating to a framerate
17064           now works.
17065
17066 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17067
17068         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17069         (theora_push_buffer), (theora_push_packet),
17070         (theora_set_header_on_caps), (theora_enc_chain):
17071           mark buffers and put on streamheader, raw theora streaming
17072           now works too, whee
17073
17074 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17075
17076         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17077         (gst_tcp_gdp_read_caps):
17078           do a looping read for caps and GDP headers too
17079
17080 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17083         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17084           return EOS instead of NULL in _get
17085
17086 2004-06-08  Wim Taymans  <wim@fluendo.com>
17087
17088         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17089         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17090         (gst_tcp_gdp_write_caps):
17091         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17092         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17093         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17094         Memory leak fixes
17095
17096 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17097
17098         * ext/vorbis/Makefile.am:
17099         * ext/vorbis/vorbis.c: (plugin_init):
17100         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17101         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17102         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17103         (vorbis_parse_change_state):
17104         * ext/vorbis/vorbisparse.h:
17105           adding a vorbisparse element that marks the buffers, streaming
17106           raw vorbis using GDP now works, whee
17107
17108 2004-06-08  Wim Taymans  <wim@fluendo.com>
17109
17110         * ext/jpeg/Makefile.am:
17111         * ext/jpeg/README:
17112         * ext/jpeg/gstjpeg.c: (plugin_init):
17113         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17114         (gst_smokedec_base_init), (gst_smokedec_class_init),
17115         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17116         * ext/jpeg/gstsmokedec.h:
17117         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17118         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17119         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17120         (gst_smokeenc_resync), (gst_smokeenc_chain),
17121         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17122         * ext/jpeg/gstsmokeenc.h:
17123         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17124         (smokecodec_flush_destination), (smokecodec_term_destination),
17125         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17126         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17127         (smokecodec_term_source), (smokecodec_encode_new),
17128         (smokecodec_decode_new), (smokecodec_info_free),
17129         (smokecodec_set_quality), (smokecodec_get_quality),
17130         (smokecodec_set_threshold), (smokecodec_get_threshold),
17131         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17132         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17133         (smokecodec_parse_header), (smokecodec_decode):
17134         * ext/jpeg/smokecodec.h:
17135         Added a new simple jpeg based codec
17136
17137 2004-06-08  Wim Taymans  <wim@fluendo.com>
17138
17139         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17140         (gst_multipart_mux_loop):
17141         Fix memory leak
17142
17143 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17144
17145         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17146         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17147         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17148         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17149         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17150         * gst/tcp/gsttcpserversink.h:
17151           take streamheader into account
17152
17153 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17154
17155         * gst/level/Makefile.am:
17156         * gst/level/gstlevel.c: (gst_level_class_init):
17157           clean up marshal generation
17158
17159 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17160
17161         * gst/tcp/Makefile.am:
17162         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17163         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17164         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17165         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17166         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17167         (gst_tcpclientsrc_get_property):
17168         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17169         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17170         (gst_tcpserversink_handle_client_read),
17171         (gst_tcpserversink_handle_client_write),
17172         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17173         * gst/tcp/gsttcpserversink.h:
17174           add signals client-added and client-removed
17175         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17176         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17177         (gst_tcpserversrc_get_property):
17178         uniformized, change default protocol to NONE
17179         * gst/tcp/gsttcp-marshal.list: added
17180 2004-06-07  Benjamin Otte  <otte@gnome.org>
17181
17182         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17183           handle discont events if they happen before caps nego
17184
17185 2004-06-07  Wim Taymans  <wim@fluendo.com>
17186
17187         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17188         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17189         (gst_multipart_demux_plugin_init):
17190         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17191         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17192         (gst_multipart_mux_change_state):
17193         Small updates, fix a memleak
17194
17195 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17196
17197         * configure.ac: OSS portability
17198         * ext/arts/gst_arts.c: idem
17199         * sys/oss/gstosselement.c: idem
17200         * sys/oss/gstossmixer.c: idem
17201         * sys/oss/gstosssink.c: idem
17202         * sys/oss/gstosssrc.c: idem
17203         * sys/oss/oss_probe.c: idem
17204           - check for soundcard.h in different places for some BSD
17205
17206 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17207
17208         * AUTHORS:
17209         Add me to the authors file
17210         * configure.ac:
17211         Increase the libdv requirement to >= version 0.100
17212         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17213         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17214         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17215         * ext/dv/gstdvdec.h:
17216         Add support for the new_media flag when sending DISCONT events
17217         Make the querying work when video pad is not linked
17218
17219 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17220
17221         reviewed by Benjamin Otte  <otte@gnome.org>
17222
17223         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17224           create a NULL-initialized array of pads, so we don't think they
17225           exist already. (fixes #143130)
17226
17227 2004-06-07  Benjamin Otte  <otte@gnome.org>
17228
17229         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17230         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17231         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17232           don't use // coments
17233
17234 2004-06-07  Benjamin Otte  <otte@gnome.org>
17235
17236         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17237           cast to GstClockTime to get higher granularity
17238         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17239           use gst_element_set_time_delay to get the exact time
17240         * ext/mad/gstmad.c: (gst_mad_chain):
17241           use the negotiated rate instead of the current frame's rate which
17242           might be wrong because of bit errors. This avoids emitting totally
17243           bogus timestamps and screwing sync.
17244         (fixes #143454)
17245
17246 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17247
17248         reviewed by Benjamin Otte  <otte@gnome.org>
17249
17250         * gst/adder/gstadder.c: (gst_adder_loop):
17251           properly error out when no negotiation has happened yet. (fixes
17252           #143032)
17253
17254 2004-06-06  Benjamin Otte  <otte@gnome.org>
17255
17256         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17257           forward correctly transformed offset in discont events. Based on
17258           patch by Arwed v. Merkatz. (fixes #142851)
17259
17260 2004-06-06  David Schleef  <ds@schleef.org>
17261
17262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17263         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17264         problems on several systems.
17265
17266 2004-06-06  Benjamin Otte  <otte@gnome.org>
17267
17268         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17269           use explicit caps on the srcpad
17270         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17271           properly error out if caps couldn't be set (fixes #142764)
17272
17273 2004-06-06  Benjamin Otte  <otte@gnome.org>
17274
17275         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17276         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17277         (gst_alsa_start_audio):
17278           - don't call set_periods_integer anymore, it breaks the
17279           configuration randomly
17280           - call snd_pcm_hw_params_set_access directly instead of using masks
17281           - don't fail if the sw_params can't be set, just use the default
17282           params and hope it works. Alsalib has weird issues when you touch
17283           sw_params and does no proper error reporting about what failed.
17284         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17285         (gst_alsa_close_audio):
17286           make our alsa debugging go via gst debugging and not conditionally
17287           defined
17288         * ext/alsa/gstalsa.h:
17289           add ALSA_DEBUG_FLUSH macro
17290         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17291         (plugin_init):
17292           wrap alsa errors to be printed via the gst debugging system and not
17293           spammed to stderr
17294
17295 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17296
17297         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17298         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17299         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17300         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17301         (qtdemux_parse_trak):
17302         * gst/qtdemux/qtdemux.h:
17303           Bitch. Also known as seeking, querying & co.
17304         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17305         (gst_osssink_change_state):
17306         * sys/oss/gstosssink.h:
17307           Resyncing is for weenies, this hack is no longer needed and was
17308           broken anyway (since it - unintendedly - always leaves resync to
17309           TRUE).
17310
17311 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17312
17313         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17314         * gst/tcp/gsttcpclientsrc.h: idem
17315           - define MSG_NOSIGNAL if not done
17316           - include unistd.h for off_t
17317           (fixes #143749)
17318
17319 2004-06-05  Benjamin Otte  <otte@gnome.org>
17320
17321         * configure.ac:
17322         * ext/kio/Makefile.am:
17323           check for qt's moc preprocessor explicitly and use it
17324
17325 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17326
17327         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17328           don't get a signal for EPIPE on socket writes
17329           (somebody check if this works on other platforms)
17330
17331 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17332
17333         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17334         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17335           check error condition on available samples correctly
17336
17337 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17338
17339         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17340           avoid a segfault
17341         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17342         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17343         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17344         (gst_tcpserversrc_gdp_read_header):
17345          use ssize_t over size_t since the former is signed and thus the
17346          check for error codes can work
17347
17348 2004-06-02  Wim Taymans  <wim@fluendo.com>
17349
17350         reviewed by: Johan
17351
17352         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17353         (gst_multipart_mux_loop):
17354         Oops
17355
17356 2004-06-02  Wim Taymans  <wim@fluendo.com>
17357
17358         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17359         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17360         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17361         (gst_multipart_mux_change_state):
17362         Added configurable boundary specifier, added the value as a
17363         caps field as well.
17364
17365 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17366
17367         * gst/tcp/gsttcp.c:
17368         * gst/tcp/gsttcpclientsrc.c:
17369         * gst/tcp/gsttcpclientsrc.h:
17370         * gst/tcp/gsttcpserversrc.c:
17371           - portability fix, to compile on OSX
17372             (fixes #143146)
17373
17374         * sys/osxaudio/gstosxaudioelement.c:
17375         * sys/osxaudio/gstosxaudiosink.c:
17376         * sys/osxaudio/gstosxaudiosrc.c:
17377           - compilation warnings on OSX
17378             (fixes #143153)
17379
17380 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17381
17382         * ext/vorbis/vorbisdec.c : sign warning fixes
17383
17384         * gst-libs/gst/mixer/mixertrack.c :
17385           do no use defines which are glib 2.4 specific
17386
17387 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17388
17389         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17390           buffer since libflac doesn't expect it (reports a sync error when
17391           it encounters that)
17392
17393
17394 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17395
17396         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17397         * gst-libs/gst/mixer/mixertrack.c:
17398         (gst_mixer_track_get_property), (get_mixer_track_init),
17399         (get_mixer_track_get_property): Added property accessors
17400         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17401         * gst-libs/gst/mixer/mixeroptions.c:
17402         (gst_mixer_options_get_values): Added
17403         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17404         * gst-libs/gst/mixer/mixer.c: Fixed comment
17405
17406
17407 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17408
17409         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17410           improve error messages on open
17411
17412
17413 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17414
17415         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17416           check if v4l-conf is in path
17417
17418 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17419
17420         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17421           change assert to a more readable error message
17422
17423 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17424
17425         * gst-libs/gst/tuner/tunerchannel.h:
17426           - add a freq_multiplicator field to make the conversion
17427             between internal frequency unit and Hz
17428         * sys/v4l/gstv4lelement.c:
17429         * sys/v4l2/gstv4l2element.c:
17430           - change default video device to /dev/video0
17431         * sys/v4l/v4l_calls.c:
17432         * sys/v4l2/v4l2_calls.c:
17433           - we only expose frequency to the user in Hz instead of
17434             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17435
17436 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17437         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17438           Initialise b_o_s and e_o_s variables
17439         * gst-libs/gst/riff/riff-media.c:
17440         (gst_riff_create_video_caps_with_data):
17441           Add some unusual fourcc's from mplayer avi's
17442         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17443           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17444           autoplugging.
17445
17446 2004-05-28  Wim Taymans  <wim@fluendo.com>
17447
17448         * configure.ac:
17449         * gst/alpha/Makefile.am:
17450         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17451         (gst_alpha_get_type), (gst_alpha_base_init),
17452         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17453         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17454         (gst_alpha_chroma_key), (gst_alpha_chain),
17455         (gst_alpha_change_state), (plugin_init):
17456         A plugin to add an alpha channel to I420 video. Can optionally do
17457         chroma keying.
17458         * gst/multipart/Makefile.am:
17459         * gst/multipart/multipart.c: (plugin_init):
17460         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17461         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17462         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17463         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17464         (gst_multipart_demux_change_state),
17465         (gst_multipart_demux_plugin_init):
17466         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17467         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17468         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17469         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17470         (gst_multipart_mux_pad_unlink),
17471         (gst_multipart_mux_request_new_pad),
17472         (gst_multipart_mux_handle_src_event),
17473         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17474         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17475         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17476         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17477         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17478         send multipart jpeg images to a browser.
17479         * gst/videobox/Makefile.am:
17480         * gst/videobox/README:
17481         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17482         (gst_video_box_get_type), (gst_video_box_base_init),
17483         (gst_video_box_class_init), (gst_video_box_init),
17484         (gst_video_box_set_property), (gst_video_box_get_property),
17485         (gst_video_box_sink_link), (gst_video_box_i420),
17486         (gst_video_box_ayuv), (gst_video_box_chain),
17487         (gst_video_box_change_state), (plugin_init):
17488         Crops or adds borders around an image. can do alpha channel
17489         borders as well.
17490         * gst/videomixer/Makefile.am:
17491         * gst/videomixer/README:
17492         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17493         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17494         (gst_videomixer_pad_get_sink_event_masks),
17495         (gst_videomixer_pad_get_property),
17496         (gst_videomixer_pad_set_property),
17497         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17498         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17499         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17500         (gst_videomixer_base_init), (gst_videomixer_class_init),
17501         (gst_videomixer_init), (gst_videomixer_request_new_pad),
17502         (gst_videomixer_handle_src_event),
17503         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17504         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17505         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17506         (gst_videomixer_loop), (gst_videomixer_get_property),
17507         (gst_videomixer_set_property), (gst_videomixer_change_state),
17508         (plugin_init):
17509         Generic video mixer plugin, can handle multiple inputs all with
17510         different framerates and video sizes. Is fully alpha channel
17511         aware.
17512
17513 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17514
17515         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17516           Select first track as master track. Not sure how else to handle
17517           that...
17518         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17519           Discard discont events. Should fix #142962.
17520
17521 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17522
17523         * ext/alsa/Makefile.am:
17524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17525         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17526         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17527         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17528         (gst_alsa_mixer_get_option):
17529         * ext/alsa/gstalsamixer.h:
17530         * ext/alsa/gstalsamixeroptions.c:
17531         (gst_alsa_mixer_options_get_type),
17532         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17533         (gst_alsa_mixer_options_new):
17534         * ext/alsa/gstalsamixeroptions.h:
17535         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17536         * ext/alsa/gstalsamixertrack.h:
17537           Add enumerations (as GstMixerOptions). Make correct distinction
17538           between input/output tracks. Add capture/playback private flag.
17539           Use flag to decide on whether to set capture or playback volumes
17540           or switches. Use playback and record switches.
17541         * gst-libs/gst/mixer/Makefile.am:
17542         * gst-libs/gst/mixer/mixer-marshal.list:
17543         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17544         (gst_mixer_set_option), (gst_mixer_get_option),
17545         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17546         (gst_mixer_volume_changed), (gst_mixer_option_changed):
17547         * gst-libs/gst/mixer/mixer.h:
17548         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17549         (gst_mixer_options_class_init), (gst_mixer_options_init),
17550         (gst_mixer_options_dispose):
17551         * gst-libs/gst/mixer/mixeroptions.h:
17552           Add GstMixerOptions.
17553         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17554           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17555           broken device detection on computers with multiple OSS sound
17556           cards.
17557
17558 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17559
17560         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17561           fixate nicely even when the peer is not negotiating
17562
17563 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17564
17565         * gst/audioconvert/gstaudioconvert.c:
17566         (gst_audio_convert_parse_caps):
17567           make sure we don't allow depth > width
17568         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17569           fixate endianness to G_BYTE_ORDER as default
17570         * gst/audioscale/gstaudioscale.c:
17571           we don't handle another endianness as host-endianness
17572
17573 2004-05-25  David Schleef  <ds@schleef.org>
17574
17575         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17576
17577 2004-05-24  Benjamin Otte  <otte@gnome.org>
17578
17579         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17580         (gst_oggvorbisenc_setup):
17581           properly fail when we can't setup the vorbis encoder due to
17582           unsupported settings
17583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17584         (gst_vorbisenc_setup):
17585           same
17586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17587           fix case where warnings occured when one pad was unlinked while the
17588           other's link function was called
17589
17590 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17591
17592         * gst/tcp/Makefile.am:
17593           use GST_ENABLE_NEW
17594
17595 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17596
17597         * gst-libs/gst/resample/private.h:
17598           don't use optimizations that are #if 0'ed
17599
17600 2004-05-24  Wim Taymans  <wim@fluendo.com>
17601
17602         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17603         Fix potential division by zero error and hopefully get
17604         the position query right to get correct timestamps on avi
17605         audio.
17606
17607 2004-05-24  Wim Taymans  <wim@fluendo.com>
17608
17609         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17610         (gst_videoscale_scale_nearest_str2),
17611         (gst_videoscale_scale_nearest_str4),
17612         (gst_videoscale_scale_nearest_32bit),
17613         (gst_videoscale_scale_nearest_24bit),
17614         (gst_videoscale_scale_nearest_16bit):
17615         Fix the scaling algorithm and avoid a buffer overflow.
17616         removed the while loop in the scaling function as it
17617         was used for point sampling only.
17618
17619 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17620
17621         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17622         (gst_id3_tag_class_init), (gst_id3_tag_init),
17623         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17624         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17625         (gst_id3_tag_send_tag_event):
17626           lots of fixes to make id3mux work and id3demux work correctly
17627
17628 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17629
17630         * ext/Makefile.am:
17631           add rules to build shout2send (was removed by accident
17632           when this module was no more marked experimental/broken)
17633
17634 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17635
17636         * ext/shout2/gstshout2.c:
17637         * ext/shout2/gstshout2.h:
17638           adding a "connection problem" signal to shout2send
17639           (fixes #142954)
17640
17641 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17642
17643         * ext/kio/kioreceiver.cpp:
17644         * ext/kio/kioreceiver.h:
17645           fix sign comparison issues
17646
17647 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17648
17649         * gst/cdxaparse/gstcdxaparse.c:
17650         * gst/cdxaparse/gstcdxaparse.h:
17651           some renaming
17652           add some checks/sanity
17653           prepare for seek addition
17654
17655         * sys/sunaudio/gstsunaudio.c:
17656           remove exported dupe init function
17657
17658 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17659
17660         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17661         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17662           Fix format conversion and position querying.
17663         * gst/debug/progressreport.c: (gst_progressreport_report):
17664           Don't output a bogus total value that we didn't query.
17665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17666           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17667           only a blank window after xine has been used.
17668
17669 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17670
17671         * m4/as-arts.m4:
17672           sync with upstream version to fix test on FC2
17673           readd with -ko to preserve Id header
17674
17675 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17676
17677         * configure.ac:
17678           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17679         * gst/tcp/gsttcpclientsrc.c: idem
17680         * gst/tcp/gsttcpserversink.c: idem
17681         * gst/tcp/gsttcpserversrc.c: idem
17682         * m4/gst-fionread.m4: idem
17683
17684         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17685
17686         * configure.ac: enable speex plugin for speex 1.1.5+
17687         * ext/speex/gstspeexenc.c: fix cast warning
17688
17689         * ext/esd/README: fix typo
17690
17691 2004-05-20  David Schleef  <ds@schleef.org>
17692
17693         * configure.ac: Minor cosmetic change to convince the buildbot to
17694         reautogen.
17695         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17696         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17697         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17698         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17699         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17700         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17701         More hacking.  Plays audio now.
17702
17703 2004-05-20  David Schleef  <ds@schleef.org>
17704
17705         * configure.ac:
17706         * sys/Makefile.am:
17707
17708 2004-05-20  David Schleef  <ds@schleef.org>
17709
17710         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17711         * sys/osxaudio/gstosxaudio.c:
17712         * sys/osxaudio/gstosxaudioelement.c:
17713         * sys/osxaudio/gstosxaudioelement.h:
17714         * sys/osxaudio/gstosxaudiosink.c:
17715         * sys/osxaudio/gstosxaudiosink.h:
17716         * sys/osxaudio/gstosxaudiosrc.c:
17717         * sys/osxaudio/gstosxaudiosrc.h:
17718
17719 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17720
17721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17722         (gst_vorbisenc_chain):
17723           put the codec headers on the caps as streamheader as well as
17724           pushing them out
17725
17726 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17729         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17730         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17731         split up push_packet into two functions
17732
17733 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17734
17735         * gst/tcp/.cvsignore:
17736           ignore enums
17737         * gst/tcp/Makefile.am:
17738         * gst/tcp/README:
17739         * gst/tcp/gsttcp.c:
17740         * gst/tcp/gsttcp.h:
17741         * gst/tcp/gsttcpclientsink.c:
17742         * gst/tcp/gsttcpclientsink.h:
17743         * gst/tcp/gsttcpclientsrc.c:
17744         * gst/tcp/gsttcpclientsrc.h:
17745         * gst/tcp/gsttcpplugin.c:
17746         * gst/tcp/gsttcpserversink.c:
17747         * gst/tcp/gsttcpserversink.h:
17748         * gst/tcp/gsttcpserversrc.c:
17749         * gst/tcp/gsttcpserversrc.h:
17750           add new tcp elements
17751
17752 2004-05-19  Wim Taymans  <wim@fluendo.com>
17753
17754         * gst/law/mulaw-conversion.c: (mulaw_encode):
17755         Fix overflow bug in ulaw encoding.
17756
17757 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17758
17759         * ext/mad/gstmad.c: (gst_mad_handle_event):
17760           don't unref the event twice
17761
17762 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17763
17764         * configure.ac:
17765           remove -Wno-sign-compare
17766
17767 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17768
17769         * configure.ac:
17770           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17771           if you want to work against glib 2.2 and 2.4
17772
17773 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17774
17775         * gst/tcp/Makefile.am:
17776         * gst/tcp/gsttcp.c:
17777         * gst/tcp/gsttcp.h:
17778         * gst/tcp/gsttcpsink.h:
17779         * gst/tcp/gsttcpsrc.h:
17780           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17781
17782 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17783
17784         * gst/debug/tests.c: (md5_get_value):
17785           fix segfault on gst-inspect
17786
17787 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17788
17789         * gst/debug/testplugin.c:
17790         * gst/debug/tests.c:
17791         * gst/debug/tests.h:
17792           add new extensible and configurable testing element. Current tests
17793           include buffer count, stream length, timestamp/duration matching and
17794           md5.
17795         * gst/debug/Makefile.am:
17796         * gst/debug/gstdebug.c: (plugin_init):
17797           add infrastructure for new element
17798
17799 2004-05-19  Johan Dahlin  <johan@gnome.org>
17800
17801         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17802         ending of the array. Fixes gst-inspect segfault on ppc.
17803
17804 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17805
17806         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17807
17808         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17809
17810 2004-05-18  David Schleef  <ds@schleef.org>
17811
17812         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17813         warnings (bugs, actually) noticed by gcc but not forte.
17814
17815 2004-05-18  David Schleef  <ds@schleef.org>
17816
17817         * sys/sunaudio/Makefile.am:
17818         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17819
17820 2004-05-18  David Schleef  <ds@schleef.org>
17821
17822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17823         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17824         to allow qtdemux to use non-seekable streams. (bug #142272)
17825
17826 2004-05-18  David Schleef  <ds@schleef.org>
17827
17828         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17829         (gst_resample_sinc_ft_float): Remove use of static temporary
17830         buffer.  This code was obviously not supposed to last long, but
17831         it's stuck in our ABI, so it required a little hack to make it
17832         ABI-compatible.  Fixes #142585.
17833         * gst-libs/gst/resample/resample.h: same.
17834
17835 2004-05-18  David Schleef  <ds@schleef.org>
17836
17837         * configure.ac: Add sunaudio
17838         * examples/Makefile.am: make gstplay depend on gconf
17839         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17840         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17841         (convert_table_lookup), (img_convert): remove c99-isms
17842         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17843           unsigned, to fix a warning on Solaris
17844         * gst/mpeg1sys/systems.c: bcopy->memcpy
17845         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17846         * sys/Makefile.am: Add sunaudio
17847
17848 2004-05-18  Wim Taymans  <wim@fluendo.com>
17849
17850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17851         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17852         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17853         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17854         (gst_ogg_mux_loop):
17855         Fix an ugly memleak where the muxer didn't flush enough ogg
17856         pages. This also resulted in badly muxed ogg files.
17857
17858 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17859
17860         * gst/asfdemux/asfheaders.c :
17861         * gst/asfdemux/asfheaders.h :
17862         * gst/asfdemux/gstasfdemux.c :
17863           - fix ASF_OBJ_PADDING guid
17864           - add 3 new object guids (language list, metadata,
17865             extended stream properties)
17866           - add a function to parse extended header objects
17867
17868 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17869
17870         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17871           remove leftover debugging g_print
17872
17873 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17874
17875         * ext/mad/gstmad.c: (gst_mad_handle_event):
17876           Fix for when the first format in a discont event is not a
17877           byte-based one. Should fix #137710.
17878
17879 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17880
17881         * m4/a52.m4 : fix compilation with -Wall -Werror
17882         * m4/libfame.m4 : idem
17883         * m4/libmikmod.m4 : idem
17884
17885 2004-05-17  Benjamin Otte  <otte@gnome.org>
17886
17887         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17888           signal the new tags before giving up the reference
17889
17890 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17891
17892         * ext/shout2/gstshout2.c:
17893           use application/ogg instead of application/x-ogg (patch by Patrick
17894           Guimond, fixes #142432)
17895         * sys/oss/gstosselement.c: (gst_osselement_reset),
17896         (gst_osselement_sync_parms):
17897           don't set fragment size unless specified (fixes #142493)
17898
17899 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17900
17901         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17902           fixes #142664
17903
17904 2004-05-17  Benjamin Otte  <otte@gnome.org>
17905
17906         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17907           compute offsets correctly for internal buffers so timestamps are set
17908           correctly when we can't seek. Also handle cases where there are no
17909           offsets. (based on a patch by David Moore, fixes #142507)
17910
17911 2004-05-17  Benjamin Otte  <otte@gnome.org>
17912
17913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17914           use correct variable when determining amount of data to skip so we
17915           don't skip into the void and segfault
17916
17917 2004-05-16  Benjamin Otte  <otte@gnome.org>
17918
17919         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17920           Hi, I'm a memleak
17921
17922 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17923
17924         * gst/asfdemux/gstasfdemux.c:
17925           - fix a mem leak and always propagate tags
17926           - add WMV3 to known video codecs (but no decoder yet)
17927           - replace "surplus data" at end of audio header for what
17928             it is : codec specific data
17929           - fix a typo
17930
17931 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17932
17933         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17934
17935         * gst-libs/gst/audio/audioclock.c:
17936           Fix wrong return type (#142205).
17937
17938 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17939
17940         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17941           Ignore CRCs by default (fixes #142566).
17942
17943 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17944
17945         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17946         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17947         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17948         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17949         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17950         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17951           Fix for cases where we fail to attach to a mixer.
17952
17953 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17954
17955         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17956           Don't touch events after not owning them anymore.
17957         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17958         (gst_wavparse_fmt), (gst_wavparse_other),
17959         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17960         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17961         (gst_wavparse_srcpad_event):
17962         * gst/wavparse/gstwavparse.h:
17963           Add seeking, fix querying.
17964
17965 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17966
17967         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17968           - process comments even if they don't end with \0\0
17969             g_convert would ignore them if present and works well without them
17970
17971 2004-05-16  Benjamin Otte  <otte@gnome.org>
17972
17973         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17974           simplify caps
17975
17976 2004-05-16  Benjamin Otte  <otte@gnome.org>
17977
17978         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17979           don't write to memory we might not write to - g_convert does that
17980           for us anyway (fixes #142613)
17981         (gst_asf_demux_audio_caps):
17982           comment out gst_util_dump_mem
17983
17984 2004-05-16  Benjamin Otte  <otte@gnome.org>
17985
17986         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17987           compute correct expected timestamps after seek (broken since
17988           last commit)
17989         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17990           rename element and debugging category to gdkpixbufscale
17991
17992 2004-05-16  Benjamin Otte  <otte@gnome.org>
17993
17994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17995           add error checking to snd_pcm_delay and remove duplicate call to
17996           snd_pcm_delay that caused issues (see inline code comments)
17997         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17998           make more readable and fix return value when snd_pcm_delay fails
17999         (fixes #142586)
18000
18001 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18002         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18003         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18004         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18005         (gst_pixbufscale_link), (gst_pixbufscale_init),
18006         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18007         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18008         (gst_pixbufscale_get_property), (pixbufscale_init):
18009         * ext/gdk_pixbuf/pixbufscale.h:
18010         Add these files I forgot earlier
18011
18012 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18013         * ext/gdk_pixbuf/Makefile.am:
18014         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18015         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18016         Add new pixbufscale element to scale RGB video
18017         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18018         and HYPER interpolation correctly.
18019         * ext/theora/theoraenc.c: (theora_enc_chain),
18020         Discard buffer and return if explicit caps could not be set
18021         (theora_enc_get_property):
18022         Make _get return kbps for the bitrate consistent with
18023         the _set function.
18024
18025
18026 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18027
18028         * ext/libvisual/visual.c: (gst_visual_chain):
18029           add missing visual_audio_analyze
18030
18031 2004-05-14  David Schleef  <ds@schleef.org>
18032
18033         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18034         is killed while we're playing.
18035         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18036         gst_element_no_more_pads().
18037
18038 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18039
18040         * gst-libs/gst/riff/riff-read.c :
18041           - fix INFO tag extraction in RIFF/AVI files
18042             because gst_event_unref (event) also freed taglist
18043           - avoid a mem leak
18044
18045 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18046
18047         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18048         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18049
18050         * gst/auparse/gstauparse.c :
18051           - add code (commented for now) to support audio/x-adpcm on src pad
18052             (we have no decoder for those layout yet)
18053
18054         * gst/cdxaparse/gstcdxaparse.c :
18055         * gst/cdxaparse/gstcdxaparse.h :
18056           - partial rewrite using RiffRead (ripped iain's wavparse code)
18057
18058         * gst/rtp/gstrtpL16enc.c : typo
18059         * gst/rtp/gstrtpgsmenc.c : typo
18060
18061 2004-05-13  Benjamin Otte  <otte@gnome.org>
18062
18063         * configure.ac:
18064           check for exact version of libvisual, it's not supposed to be
18065           API/ABI stable yet
18066
18067 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18068
18069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18070           signal no-more-pads
18071
18072 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18073
18074         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18075         Report which format was used for GST_FORMAT_DEFAULT
18076         * gst/debug/Makefile.am:
18077         * gst/debug/gstdebug.c: (plugin_init):
18078         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18079         (gst_progressreport_class_init), (gst_progressreport_init),
18080         (gst_progressreport_report), (gst_progressreport_set_property),
18081         (gst_progressreport_get_property), (gst_progressreport_chain),
18082         (gst_progressreport_plugin_init):
18083         Add progressreport element for testing.
18084
18085 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18086
18087         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18088         * sys/v4l/gstv4lsrc.h:
18089         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18090         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18091         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18092         (gst_v4lsrc_grab_frame):
18093           add more debugging
18094           send a discont at start
18095
18096 2004-05-12  Colin Walters  <walters@redhat.com>
18097
18098         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18099         inflooping if we can't find a chunk.  Or in other words, don't blow
18100         chunks if we don't have a chunk to blow.
18101
18102 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18103         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18104         Remove old debug output
18105         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18106         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18107         (gst_dvdec_set_property), (gst_dvdec_get_property):
18108         Change the quality setting to an enum, so it works from gst-launch
18109         Don't renegotiate a non-linked pad. Allows audio only decoding.
18110         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18111         (gst_deinterlace_link), (gst_deinterlace_init):
18112         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18113         (gst_videodrop_link):
18114         Some caps negotiation fixes
18115
18116 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18117
18118         * ext/tarkin/gsttarkin.c :
18119           - Change RANK from NONE to PRIMARY
18120         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18121           - Change RANK from NONE to MARGINAL
18122         * ext/divx/gstdivxenc.c :
18123           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18124
18125 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18126
18127         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18128         (gst_vorbisenc_push_packet):
18129           copy a function that was added between 1.0 and 1.0.1 until we
18130           depend on worthwhile features of post-1.0
18131
18132 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18133
18134         * configure.ac:
18135           enable shout2 by default
18136         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18137         (gst_shout2send_base_init), (gst_shout2send_init),
18138         (gst_shout2send_connect), (gst_shout2send_change_state):
18139         * ext/shout2/gstshout2.h:
18140           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18141           #142262)
18142         * ext/theora/theora.c: (plugin_init):
18143           don't set rank on encoders
18144
18145 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18146
18147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18148           Use codec_data property instead of flag1 and flag2 for wma
18149
18150 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18151
18152         * gst/cdxaparse/gstcdxaparse.c :
18153           - Add mpegversion to CAPS to make it link
18154           - Rank is as GST_RANK_SECONDARY instead of NONE
18155         * gst/auparse/gstauparse.c :
18156           - Document all audio encoding we can encounter from Solaris 9
18157             headers and libsndfile information.
18158           - Increase max. rate from 48000 to 192000 (to match other elements)
18159           - Don't try to play junk data between header and samples
18160
18161 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18162
18163         * ext/libvisual/visual.c: (gst_visual_getcaps):
18164           use the right caps depending on endianness (I hope)
18165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18166           use GST_RANK_NONE for all non-decoding elements or spider gets
18167           mighty confused
18168
18169 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18170
18171         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18172           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18173
18174 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18175
18176         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18177         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18178         (gst_switch_loop), (gst_switch_get_type):
18179           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18180           HEADERS. Had to be said.
18181
18182 2004-05-10  David Schleef  <ds@schleef.org>
18183
18184         * configure.ac: Add prototype Dirac support.
18185         * ext/Makefile.am:
18186         * ext/dirac/Makefile.am:
18187         * ext/dirac/gstdirac.cc:
18188         * ext/dirac/gstdiracdec.cc:
18189
18190 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18191
18192         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18193         (gst_auparse_init), (gst_auparse_chain),
18194         (gst_auparse_change_state):
18195           Hack around spider. Remove me some day please.
18196
18197 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18198
18199         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18200           Fix for some uninitialized variables in previous patch, also
18201           makes it work. Fixes #142286 while we're at it.
18202
18203 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18204
18205         * gst/auparse/gstauparse.c:
18206                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18207                 only unsupported formats are ADPCM/CCITT G.72x
18208                 reviewed by Ronald
18209         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18210
18211 2004-05-10  Wim Taymans  <wim@fluendo.com>
18212
18213         * ext/vorbis/Makefile.am:
18214         * ext/vorbis/README:
18215         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18216         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18217         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18218         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18219         (gst_oggvorbisenc_convert_sink),
18220         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18221         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18222         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18223         (get_constraints_string), (update_start_message),
18224         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18225         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18226         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18227         * ext/vorbis/oggvorbisenc.h:
18228         * ext/vorbis/vorbis.c: (plugin_init):
18229         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18230         (raw_caps_factory), (gst_vorbisenc_class_init),
18231         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18232         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18233         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18234         * ext/vorbis/vorbisenc.h:
18235         Added a raw vorbis encoder to be used with the oggmuxer.
18236         We still need the old encoder for some gnome applications,
18237         read the README to find out how that works.
18238         The raw encoder is called "rawvorbisenc" until 0.9.
18239
18240 2004-05-10  Wim Taymans  <wim@fluendo.com>
18241
18242         * ext/ogg/gstogg.c: (plugin_init):
18243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18244         (gst_ogg_print):
18245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18246         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18247         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18248         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18249         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18250         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18251         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18252         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18253         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18254         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18255         Added an ogg muxer.
18256         Small typo fixes in the demuxer.
18257
18258 2004-05-10  Wim Taymans  <wim@fluendo.com>
18259
18260         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18261         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18262         (theora_enc_change_state), (theora_enc_set_property),
18263         (theora_enc_get_property):
18264         Mark the last packet with an EOS flag which is not really needed
18265         in gstreamer.
18266         Do some better video framerate initialisation.
18267         Update the buffer timestamp.
18268
18269 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18270
18271         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18272         Return the result of the parent state change call
18273
18274 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18275
18276         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18277         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18278         * gst/law/alaw-encode.c : (idem)
18279         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18280         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18281         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18282
18283 2004-05-09  Benjamin Otte  <otte@gnome.org>
18284
18285         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18286           don't use a fixed buffer size when writing variable length data to
18287           it. Fixes memory corruption and makes alsasrc work
18288
18289 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18290
18291         * ext/gnomevfs/gstgnomevfssink.c:
18292         (_gst_boolean_allow_overwrite_accumulator),
18293         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18294           Run glib's default signal handler (??) in RUN_CLEANUP rather than
18295           RUN_LAST, and don't use that to set the accumulator value because
18296           then it's always FALSE.
18297
18298 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18299
18300         * gst-libs/gst/riff/riff-media.c:
18301         (gst_riff_create_video_caps_with_data),
18302         (gst_riff_create_audio_caps),
18303         (gst_riff_create_audio_template_caps):
18304         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18305           Fix for unaligned RIFF files (i.e. where all the chunks together
18306           in a LIST chunk are not of the same size as the size given in
18307           the LIST chunk header). Fixes several odd WAVE files. Also fix
18308           ADPCM (block_align property) in audio, so that wavparse based
18309           on this works now as it used to stand-alone.
18310
18311 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18312
18313         reviewed by Benjamin Otte  <otte@gnome.org>
18314
18315         * ext/a52dec/gsta52dec.c:
18316         * ext/divx/gstdivxdec.c:
18317         * ext/divx/gstdivxenc.c:
18318         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18319         * ext/faac/gstfaac.c: (gst_faac_base_init):
18320         * ext/faad/gstfaad.c: (gst_faad_base_init):
18321         * ext/ivorbis/vorbisfile.c:
18322         * ext/lame/gstlame.c:
18323         * ext/libfame/gstlibfame.c:
18324         * ext/mpeg2enc/gstmpeg2enc.cc:
18325         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18326         * ext/sidplay/gstsiddec.cc:
18327         * ext/speex/gstspeexdec.c:
18328         * ext/speex/gstspeexenc.c:
18329         * ext/xvid/gstxviddec.c:
18330         * ext/xvid/gstxvidenc.c:
18331           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18332           (fixes #142193)
18333
18334 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18335
18336         * ext/alsa/gstalsa.c: (device_list),
18337         (gst_alsa_class_probe_devices):
18338         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18339           Fix alsa oddness in mixer after the combination of using mixer
18340           in source/sink elements and using hw:x,y instead of just hw:x.
18341
18342 2004-05-09  Benjamin Otte  <otte@gnome.org>
18343
18344         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18345         (gst_wavparse_create_sourcepad):
18346           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18347           sourcepads
18348
18349 2004-05-09  Benjamin Otte  <otte@gnome.org>
18350
18351         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18352           allow discont events before caps nego
18353
18354 2004-05-08  Benjamin Otte  <otte@gnome.org>
18355
18356         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18357           don't leak events
18358
18359 2004-05-08  Benjamin Otte  <otte@gnome.org>
18360
18361         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18362         (gst_level_change_state), (gst_level_init):
18363         * gst/level/gstlevel.h:
18364           figure out if we're initialized directly instead of keeping a
18365           variable that's wrong in 90% of cases
18366           don't initialize pads and then leak them and use a new unitialized
18367           pad. (fixes #142084)
18368           these were bugs so n00bish I didn't find them for an hour :/
18369
18370 2004-05-08 Iain <iain@prettypeople.org>
18371
18372         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18373         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18374         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18375         return the length that was read.
18376         (gst_riff_read_strf_auds): Allow fmt tags as well.
18377
18378 2004-05-07  David Schleef  <ds@schleef.org>
18379
18380         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18381         signed char assumption in faad.h.
18382
18383 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18384
18385         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18386           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18387
18388 2004-05-07  Colin Walters  <walters@redhat.com>
18389
18390         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18391         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18392         function.
18393         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18394         Add dispose function.
18395
18396 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18397         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18398           Fix caps nego and pad templates. RGB mode caps should
18399           work now.
18400         * ext/dvdnav/gst-dvd:
18401           Move mpeg2dec inside the thread because otherwise the
18402           queue rejects cap changes mid-stream
18403         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18404         (gst_mpeg2dec_flush_decoder):
18405           For mpeg2dec > 0.4.0, call the flush function instead of
18406           manually extracting all in-flight frames.
18407         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18408         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18409           Change mime type video/dv go video/x-dv to match the
18410           rest of gst-plugins
18411
18412 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18413
18414         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18416         (gst_alsa_sink_class_init):
18417         * ext/alsa/gstalsasink.h:
18418         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18419         (gst_alsa_src_class_init):
18420         * ext/alsa/gstalsasrc.h:
18421           Make alsasink/src a subclass of alsamixer so that mixer stuff
18422           shows up in gst-rec. Needs some finetuning.
18423
18424 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18425
18426         * ext/lame/gstlame.c: (gst_lame_chain):
18427           simplify
18428         * ext/mad/gstmad.c: (gst_mad_handle_event):
18429           fix event leak
18430         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18431           be able to detect mp3 files < 4096 bytes
18432
18433 2004-05-06  Wim Taymans  <wim@fluendo.com>
18434
18435         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18436         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18437         (theora_enc_set_property), (theora_enc_get_property):
18438         Also encode the first frame, cleanup some code.
18439
18440 2004-05-06  Wim Taymans  <wim@fluendo.com>
18441
18442         * ext/mpeg2enc/gstmpeg2enc.cc:
18443         Forward events first before deciding that negotiation was
18444         not performed.
18445
18446 2004-05-06  Wim Taymans  <wim@fluendo.com>
18447
18448         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18449         First process the events before deciding that negotiation
18450         was not performed.
18451
18452 2004-05-06  Wim Taymans  <wim@fluendo.com>
18453
18454         * ext/theora/Makefile.am:
18455         * ext/theora/theora.c: (plugin_init):
18456         * ext/theora/theoradec.c: (theora_dec_change_state):
18457         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18458         (gst_theora_enc_class_init), (gst_theora_enc_init),
18459         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18460         (theora_enc_chain), (theora_enc_change_state),
18461         (theora_enc_set_property), (theora_enc_get_property):
18462         Added a theora encoder, grouped the encoder and decoder into the
18463         same plugin.
18464
18465 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18466
18467         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18468         (gst_jpegenc_chain):
18469         fix DURATION on outgoing buffers
18470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18471         debug using time formats
18472         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18474         (gst_xvimagesink_sink_link):
18475         windows with width/height 0 generate X errors, so don't allow them
18476
18477 2004-05-05  Wim Taymans  <wim@fluendo.com>
18478
18479         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18480         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18481         (gst_mpeg2dec_negotiate_format):
18482         * ext/mpeg2dec/gstmpeg2dec.h:
18483           removed the static pad template so that we can add the
18484           more accurate framerate value to the caps.
18485
18486
18487 2004-05-04  Benjamin Otte  <otte@gnome.org>
18488
18489         * configure.ac:
18490           check for kdemacros.h, too (should fix #141821)
18491         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18492           don't crash if no header was sent, but nicely error out (fixes part
18493           of #141554)
18494
18495 2004-05-04  Wim Taymans  <wim@fluendo.com>
18496
18497         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18498         parent dispose function to avoid segfault on destroy.
18499
18500 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18501
18502         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18503         (plugin_init):
18504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18505         (gst_xvimagesink_sink_link):
18506         clean up debugging caps
18507         also recreate xvimage when format has changed
18508
18509 2004-05-04  Benjamin Otte  <otte@gnome.org>
18510
18511         * ext/libvisual/Makefile.am:
18512         * ext/libvisual/visual.c: (gst_visual_class_init),
18513         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18514         (gst_visual_srclink), (gst_visual_chain),
18515         (gst_visual_change_state), (plugin_init):
18516           use a GstAdapter to correctly adapt buffer sizes - allows using a
18517           framerate
18518
18519 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18520
18521         * sys/v4l/gstv4lelement.h:
18522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18524         (gst_v4lsrc_buffer_free):
18525         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18526         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18527         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18528         (gst_v4lsrc_requeue_frame):
18529         move some debugging categories around
18530         query for fps index and set accordingly if found
18531
18532 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18533
18534         * ext/lame/gstlame.c:
18535         correct defaults that lame_init puts out of range
18536
18537 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18538
18539         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18540         (gst_divxenc_class_init):
18541         fix range since -1 is the default
18542         * gst/mpeg1sys/gstmpeg1systemencode.c:
18543         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18544         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18545         (gst_rtjpegdec_chain):
18546         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18547         (gst_rtjpegenc_chain):
18548         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18549         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18550         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18551         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18552         * sys/v4l/gstv4lsrc.c:
18553         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18554         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18555         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18556         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18557         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18558           remove gst_info calls
18559
18560 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18561
18562         * Makefile.am:
18563         * po/af.po:
18564         * po/az.po:
18565         * po/en_GB.po:
18566         * po/nl.po:
18567         * po/sr.po:
18568         * po/sv.po:
18569           Updated translations
18570
18571 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18572
18573         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18574           refactor/comment code
18575
18576 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18577
18578         * gst/asfdemux/Makefile.am:
18579         * gst/asfdemux/asfheaders.c:
18580         * gst/asfdemux/asfheaders.h:
18581         * gst/asfdemux/gstasf.c: (plugin_init):
18582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18583         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18584         (gst_asf_demux_setup_pad):
18585         * gst/asfdemux/gstasfdemux.h:
18586         * gst/asfdemux/gstasfmux.c:
18587         * gst/asfdemux/gstasfmux.h:
18588           Add tagging support to demuxer, split out registration in its own
18589           file instead of in demux (hacky), and prevent having some tables
18590           in our memory multiple times (in asfheaders.h).
18591
18592 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18593
18594         * gst/matroska/matroska-demux.c:
18595         (gst_matroska_demux_parse_metadata):
18596         * gst/matroska/matroska-ids.h:
18597           Basic tag reading support.
18598
18599 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18600
18601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18602           Really detect ac-3 audio.
18603         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18604           really detect matroska files (off-by-1).
18605
18606 2004-04-30  David Schleef  <ds@schleef.org>
18607
18608         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18609         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18610         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18611         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18612         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18613         hackage -- parse a lot more atoms, extract a few tags.  One might even
18614         mistake this for tag support.  Maybe it is.
18615         * gst/qtdemux/qtdemux.h:
18616
18617 2004-04-30  Colin Walters  <walters@verbum.org>
18618
18619         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18620
18621 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18622
18623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18624         (gst_ffmpegcolorspace_getcaps):
18625           remove broken nego fix
18626
18627 2004-04-30  Benjamin Otte  <otte@gnome.org>
18628
18629         * configure.ac:
18630         * ext/Makefile.am:
18631         * ext/libvisual/Makefile.am:
18632         * ext/libvisual/visual.c:
18633           add initial support for libvisual (http://libvisual.sourceforge.net)
18634           libvisual is still quite alpha, so expect crashes in there :)
18635
18636 2004-04-29  David Schleef  <ds@schleef.org>
18637
18638         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18639         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18640         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18641         code; you will no longer respect me.
18642
18643 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18644
18645         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18646         * ext/alsa/gstalsa.h :
18647         change alsa pcm device discovery to find more than 1 device
18648         per card. code review by Ronald.
18649
18650 2004-04-29  David Schleef  <ds@schleef.org>
18651
18652         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18653         Add a check for a driver bug on FreeBSD.  (bug #140565)
18654
18655 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18656
18657         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18658         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18659         (gst_jpegenc_getcaps):
18660           move format setting to inner loop
18661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18662         (gst_ffmpegcolorspace_getcaps):
18663           use GST_PAD_CAPS if available so that we use already negotiated
18664           caps
18665         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18666         (qtdemux_parse_moov), (qtdemux_parse):
18667           extra debugging
18668         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18669         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18670           move hardcoded path to DEFINE
18671
18672 2004-04-28  David Schleef  <ds@schleef.org>
18673
18674         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18675         (bug #140064)
18676
18677 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18680           Don't probe for playback device if we're a source element. Fixes
18681           #139658.
18682
18683 2004-04-29  Benjamin Otte  <otte@gnome.org>
18684
18685         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18686         (gst_id3_tag_chain):
18687           rewrite buffer offset
18688
18689 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18690
18691         * configure.ac:
18692         * ext/Makefile.am:
18693         * ext/dts/Makefile.am:
18694         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18695         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18696         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18697         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18698         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18699         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18700         (plugin_init):
18701         * ext/dts/gstdtsdec.h:
18702           New DTS decoder.
18703         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18704         (gst_faad_srcconnect):
18705           Add ESDS atom handling (.m4a).
18706
18707 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18708
18709         * ext/divx/gstdivxdec.c: (plugin_init):
18710           Remove comment that makes no sense.
18711         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18712           Fix for obvious typo that resulted in warnings during gst-register.
18713         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18714         (gst_xviddec_sink_link):
18715           Fix caps negotiation a bit better.
18716         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18717           We call this 'codec_data', not 'esds'.
18718
18719 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18720
18721         * gst/monoscope/gstmonoscope.c:
18722           make sure we only provide 256x128
18723         * gst/monoscope/monoscope.c: (monoscope_init):
18724           assert size of 256x128
18725
18726 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18727
18728         * Makefile.am:
18729         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18730         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18731           fixate to max width and height of device
18732
18733 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18734
18735         * Makefile.am:
18736         * sys/v4l/gstv4l.c:
18737         * sys/v4l/gstv4lsrc.c:
18738         * sys/v4l/v4l_calls.c:
18739         * sys/v4l/v4lsrc_calls.c:
18740           fix for qc-usb driver which fakes having more than one buffer
18741           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18742           buffer_free override
18743           add debugging
18744
18745 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18746
18747         * Makefile.am:
18748         * gst/videotestsrc/gstvideotestsrc.c:
18749         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18750         (gst_videotestsrc_init), (gst_videotestsrc_get),
18751         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18752         * gst/videotestsrc/gstvideotestsrc.h:
18753           add num-buffers property
18754
18755         2004-04-26  Benjamin Otte  <otte@gnome.org>
18756
18757         * ext/mad/gstid3tag.c: (plugin_init):
18758           set id3mux rank to NONE so it doesn't confuse spider
18759           require audio/mpeg,mpegversion=1 in id3mux
18760
18761 2004-04-26  Benjamin Otte  <otte@gnome.org>
18762
18763         * configure.ac:
18764           detect faad correctly as non-working if it's indeed non-working
18765
18766 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18767
18768         * Makefile.am:
18769         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18770         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18771         fix _getcaps so it only negotiates to its supported format
18772
18773 2004-04-25  Benjamin Otte  <otte@gnome.org>
18774
18775         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18776           fix memleak
18777
18778 2004-04-23  Benjamin Otte  <otte@gnome.org>
18779
18780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18781           audio/x-raw-int with height rules! not. Now it's depth.
18782
18783 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18784
18785         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18786         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18787         (gst_wavparse_loop):
18788           Missing variable initialization. Add handling of DVI ADPCM. Fix
18789           mis-parsing of LIST chunks. This works around a bug where we mis-
18790           parse non-aligning LIST chunks (so LIST chunks where the contents
18791           don't align with the actual LIST size). The correct fix is to use
18792           rifflib, I'm not going to fix wavparse - too much work. All this
18793           fixes #104878.
18794
18795 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18796
18797         reviewed by Benjamin Otte  <otte@gnome.org>
18798
18799         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18800           fix shoutcast not working (fixes #140844)
18801
18802 2004-04-22  Benjamin Otte  <otte@gnome.org>
18803
18804         * ext/hermes/gsthermescolorspace.c:
18805         (gst_hermes_colorspace_caps_remove_format_info):
18806         * gst/colorspace/gstcolorspace.c:
18807         (gst_colorspace_caps_remove_format_info):
18808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18809         (gst_ffmpegcolorspace_caps_remove_format_info):
18810           s/gst_caps_simplify/gst_caps_do_simplify/
18811
18812 2004-04-22  Benjamin Otte  <otte@gnome.org>
18813
18814         * gst-libs/gst/riff/riff-media.c:
18815         (gst_riff_create_video_caps_with_data):
18816           mpegversion is an int
18817         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18818           don't try to create pad templates with NULL caps, use any caps
18819           instead.
18820
18821 2004-04-20  David Schleef  <ds@schleef.org>
18822
18823         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18824         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18825         (bug #140384)
18826
18827 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18828
18829         reviewed by David Schleef
18830
18831         * ext/mad/gstid3tag.c: Add stdlib.h
18832         * gst/rtp/gstrtpgsmenc.c: same
18833         * gst/tags/gstid3tag.c: same
18834         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18835         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18836         GST_DISABLE_LOADSAVE use.
18837         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18838         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18839         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18840         atol(3)).
18841         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18842         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18843         strtoul(3)).
18844         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18845         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18846         $(ID3_CFLAGS).
18847         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18848         $(LIBFAME_CFLAGS).
18849
18850 2004-04-20  David Schleef  <ds@schleef.org>
18851
18852         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18853         last checkin.  Same idea.
18854
18855 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18856
18857         reviewed by David Schleef
18858
18859         * configure.ac: bump required gstreamer version to 0.8.1.1
18860         because of following changes [--ds]
18861
18862         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18863         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18864         (gst_riff_read_header):  Use GST_READ_UINT*
18865         macros to access possibly unaligned memory.
18866
18867         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18868         (mp3_type_find):  Use GST_READ_UINT*
18869         macros to access possibly unaligned memory.
18870         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18871         (speex_type_find): Likewise
18872
18873         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18874
18875         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18876         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18877         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18878         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18879         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18880         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18881         macros to access possibly unaligned memory.
18882
18883         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18884         Likewise.
18885
18886         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18887         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18888
18889         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18890         Likewise.
18891
18892         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18893         (gst_mpeg2subt_chain_subtitle): Likewise.
18894
18895         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18896         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18897         Likewise.
18898
18899         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18900         Likewise.
18901
18902         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18903         Likewise.
18904
18905         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18906         Likewise.
18907
18908 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18909
18910         * configure.ac:
18911           update required version of GStreamer because of GST_TIME_FORMAT
18912
18913 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18914
18915         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18916           remove leftover g_print
18917         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18918           don't try setting only a subset of the caps. We don't want to kill
18919           autoplugging on purpose
18920
18921 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18922
18923         * sys/ximage/ximagesink.c: (plugin_init):
18924         * sys/xvimage/xvimagesink.c: (plugin_init):
18925           add debugging categories
18926
18927 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18928
18929         * po/en_GB.po:
18930         * po/LINGUAS:
18931           Adding en_GB translation (Gareth Owen)
18932
18933 2004-04-20  David Schleef  <ds@schleef.org>
18934
18935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18936         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18937         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18938         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18939         A number of new features and hacks to extract the esds atom and
18940         put it into the caps.  (bug #137724)
18941
18942 2004-04-19  David Schleef  <ds@schleef.org>
18943
18944         * gconf/Makefile.am: Fix for non-GNU make
18945         * gst-libs/gst/Makefile.am: Change directory order to handle
18946         GstPlay linking with gstinterfaces
18947         * gst-libs/gst/audio/make_filter: make use of tr portable
18948         * gst-libs/gst/play/Makefile.am: Add intended \
18949         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18950         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18951         function prototype instead of void *.
18952         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18953         macro.
18954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18955         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18956         * gst/videofilter/make_filter: make use of tr portable
18957         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18958
18959 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18960
18961         * po/LINGUAS:
18962         * po/uk.po:
18963           Added Ukrainian translation (Maxim V. Dziumanenko)
18964
18965 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18966
18967         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18968         (gst_gsmdec_link), (gst_gsmdec_chain):
18969           Fix capsnego, simplify chain function slightly.
18970         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18971           Add GSM.
18972
18973 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18974
18975         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18976         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18977         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18978           Hack to make wavparse work with spider (always -> sometimes pad).
18979           Fixes #135862 && #140411.
18980
18981 2004-04-18  Benjamin Otte  <otte@gnome.org>
18982
18983         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18984         (gst_osselement_rate_probe_check),
18985         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18986           get rid of \n in debug output
18987
18988 2004-04-17  Iain <iain@prettypeople.org>
18989
18990         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18991         not just EOS.
18992
18993 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18994
18995         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18996         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18997         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18998         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18999         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19000         (gst_id3_tag_change_state), (plugin_init):
19001           deprecate id3tag element and replace with id3demux/id3mux.
19002           great side effect: this ugly file is now even uglier, yay!
19003         * ext/mad/gstmad.h:
19004           remove non-available function
19005           update for new get_type
19006
19007 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19008
19009         * configure.ac:
19010           require mpeg2dec >= 0.4.0
19011
19012 2004-04-17  Benjamin Otte  <otte@gnome.org>
19013
19014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19015         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19016         (gst_xvimagesink_set_xwindow_id):
19017           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19018           assorted cleanup fixes.
19019
19020 2004-04-16  David Schleef  <ds@schleef.org>
19021
19022         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19023         * sys/xvimage/xvimagesink.h: same
19024
19025 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19026
19027         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19028           Fix GST_ELEMENT_ERROR with (NULL)
19029
19030 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19031
19032         * gst-libs/gst/riff/riff-media.c:
19033         (gst_riff_create_video_caps_with_data):
19034           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19035
19036 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19037
19038         * gst-libs/gst/riff/riff-media.c:
19039         (gst_riff_create_video_caps_with_data),
19040         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19041         (gst_riff_create_video_template_caps),
19042         (gst_riff_create_audio_template_caps):
19043         * gst-libs/gst/riff/riff-media.h:
19044         * gst-libs/gst/riff/riff-read.c:
19045         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19046         * gst-libs/gst/riff/riff-read.h:
19047         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19048           Add MS RLE support. I added some functions to read out strf chunks
19049           into strf chunks and the data behind it. This is usually color
19050           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19051           caps creation. Lastly, add ADPCM (similar to wavparse - which
19052           should eventually be rifflib based).
19053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19054         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19055         * gst/matroska/matroska-demux.h:
19056           Remove placeholders for some prehistoric tagging system. Didn't add
19057           support for any tag system really anyway.
19058         * gst/qtdemux/qtdemux.c:
19059           Add support for audio/x-m4a (MPEG-4) through spider.
19060         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19061         (gst_wavparse_loop):
19062           ADPCM support (#135862). Increase max. buffer size because we
19063           cannot split buffers for ADPCM (screws references) and I've seen
19064           files with 2048 byte chunks. 4096 seems safe for now.
19065
19066 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19067
19068         * configure.ac: bump nano to 1
19069
19070 === release 0.8.1 ===
19071
19072 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19073
19074         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19075
19076 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19077
19078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19079           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19080           Fixes #140058
19081
19082 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19083
19084         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19085           lower rank of dvddemux so that it's not used for mpeg playback.
19086
19087 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19088
19089         * configure.ac:
19090           save libs correctly when checking mad
19091
19092 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19093
19094         * ext/mad/gstid3tag.c: (plugin_init):
19095           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19096
19097 2004-04-13  David Schleef  <ds@schleef.org>
19098
19099         * common/m4/gst-feature.m4: Call -config scripts with
19100         --plugin-libs if it is supported.
19101         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19102         JPEG images are image/jpeg.
19103         * gst/debug/Makefile.am:
19104         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19105         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19106         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19107         (gst_negotiation_plugin_init): Add a property that acts like
19108         filter caps.
19109         * testsuite/gst-lint:  Move license checking to be a standard
19110         test.
19111
19112 2004-04-13  David Schleef  <ds@schleef.org>
19113
19114         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19115         patch from Sebastien Cote (bug #139958)
19116
19117 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * examples/gstplay/Makefile.am:
19120         * examples/gstplay/player.c: (main):
19121           make the commandline player example use gconf settings
19122
19123 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19124
19125         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19126         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19127         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19128           init/end library during state transition, not object
19129           creation/disposal.  get rid of custom dispose handler.
19130
19131
19132 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19133
19134         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19135         be a symlink
19136
19137 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19138
19139         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19140           Handle JUNK chunks inside data section. Prevents warnings.
19141
19142 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19143
19144         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19145         (gst_riff_create_video_template_caps):
19146           Add MS video v1.
19147         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19148         (gst_avi_demux_stream_data):
19149           Add support for "rec-list" chunks.
19150
19151 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19152
19153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19154           Fix another codecname mismatch.
19155
19156 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19157
19158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19159           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19160           so that MJPEG plays back.
19161
19162 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19165         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19166         * gst/mpeg1videoparse/gstmp1videoparse.h:
19167           Fix for some slight mis-cuts in buffer parsing, and for some
19168           potential overflows or faults-causers. Adds disconts. Also fixes
19169           #139105 while we're at it.
19170
19171 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19172
19173         * configure.ac:
19174         * sys/v4l2/gstv4l2element.h:
19175           Workaround for missing struct v4l2_buffer declaration in Suse 9
19176           and Mandrake 10 linux/videodev2.h header file (#135919).
19177
19178 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19179
19180         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19181           Bail out if no filename was given.
19182
19183 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19184
19185         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19186         (gst_v4l2_fourcc_from_structure):
19187           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19188           Y41B somewhere).
19189
19190 2004-04-09  Benjamin Otte  <otte@gnome.org>
19191
19192         * ext/gnomevfs/gstgnomevfssink.c:
19193         (_gst_boolean_allow_overwrite_accumulator),
19194         (gst_gnomevfssink_class_init):
19195           fix erase signal - if any handler returns false the file will not be
19196           overwritten. If no handler is connected, the file will not be
19197           overwritten either.
19198           renamed signal to "allow-overwrite"
19199         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19200           free string when adding it to ID3 failed
19201         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19202           unref event when done
19203         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19204           free caps
19205         * gst/typefind/gsttypefindfunctions.c:
19206         (mpeg_video_stream_type_find):
19207           fix invalid read
19208
19209 2004-04-08  David Schleef  <ds@schleef.org>
19210
19211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19212         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19213
19214 2004-04-08  David Schleef  <ds@schleef.org>
19215
19216         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19217         we don't support (bug #139532)
19218
19219 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19220
19221         * ext/mad/gstmad.c: (gst_mad_handle_event),
19222         (gst_mad_check_caps_reset), (gst_mad_chain),
19223         (gst_mad_change_state):
19224           only set explicit caps if they haven't been set before for
19225           this stream.  MPEG-audio sample rate/channels aren't allowed
19226           to change in-stream.
19227           Fixes #139382
19228
19229 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19230
19231         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19232         (_gst_boolean_did_something_accumulator),
19233         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19234         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19235         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19236         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19237         (gst_gnomevfssink_change_state):
19238           Fix erase signal. Don't erase by default. Remove handoff signal.
19239           Remove erase property. Don't segfault. General cleanup.
19240
19241 2004-04-07  Benjamin Otte  <otte@gnome.org>
19242
19243         * gst-libs/gst/gconf/test-gconf.c: (main):
19244           add missing gst_init
19245
19246 2004-04-07  Benjamin Otte  <otte@gnome.org>
19247
19248         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19249           free the mutexes, too
19250
19251 2004-04-07  Benjamin Otte  <otte@gnome.org>
19252
19253         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19254           actually free the URI string
19255         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19256           compute offset correctly when passing discont events
19257         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19258           don't leak discont events
19259         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19260           add some missing breaks so caps aren't copied randomly
19261         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19262           if we realloc memory, we better use it
19263
19264 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19265
19266         * ext/mad/gstmad.c: (normal_seek):
19267           fix GST_FORMAT_TIME usage
19268
19269 2004-04-05  David Schleef  <ds@schleef.org>
19270
19271         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19272         a deprecated function (hack!)
19273
19274 2004-04-05  Benjamin Otte  <otte@gnome.org>
19275
19276         * ext/esd/esdmon.c: (gst_esdmon_get):
19277           fix nonterminated vararg and memleak
19278
19279 2004-04-05  Benjamin Otte  <otte@gnome.org>
19280
19281         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19282         (gst_ladspa_init), (gst_ladspa_force_src_caps),
19283         (gst_ladspa_set_property), (gst_ladspa_get_property),
19284         (gst_ladspa_instantiate), (gst_ladspa_activate),
19285         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19286           clean up debugging
19287
19288 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
19289
19290         reviewed by Benjamin Otte  <otte@gnome.org>
19291
19292         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19293           check for broken LADSPA parameters (fixes #138635)
19294
19295 2004-04-05  Benjamin Otte  <otte@gnome.org>
19296
19297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19298           advertise buffer-frames correctly on sinkpads
19299
19300 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19301
19302         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19303         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19304         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19305         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19306         (gst_mad_check_caps_reset), (gst_mad_chain):
19307         add more debugging, only reset caps when we're not in error state
19308
19309 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19310
19311         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19312
19313 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19314
19315         reviewed by Benjamin Otte  <otte@gnome.org>
19316
19317         * configure.ac:
19318           fix == in test(1) operator
19319
19320 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19321
19322         reviewed by Benjamin Otte  <otte@gnome.org>
19323
19324         * configure.ac:
19325           fix --export-symblos-regex to a working regex.
19326
19327 2004-04-04  Benjamin Otte  <otte@gnome.org>
19328
19329         * sys/oss/.cvsignore:
19330           add for oss_probe
19331
19332 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19333
19334         reviewed by Benjamin Otte  <otte@gnome.org>
19335
19336         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19337           add missing 'new_media' argument (fixes #138168)
19338         * gst/matroska/matroska-demux.c:
19339         (gst_matroska_demux_handle_seek_event):
19340           add vararg terminator (fixes #138169)
19341
19342 2004-04-02  David Schleef  <ds@schleef.org>
19343
19344         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
19345         disted (bug #138914)
19346
19347 2004-04-01  Benjamin Otte  <otte@gnome.org>
19348
19349         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19350         (gst_alsa_close_audio):
19351           handle case better where a soundcard can't pause
19352         * ext/ogg/gstoggdemux.c:
19353           don't crash when we get events but don't have pads yet
19354
19355 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19356
19357         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19358           throw an error if we couldn't probe any caps.
19359
19360 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19361
19362         * ext/dvdnav/gst-dvd:
19363         Add a really simple sample DVD player
19364
19365 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19366
19367         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19368         (gst_a52dec_push), (gst_a52dec_handle_event),
19369         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19370         (gst_a52dec_change_state):
19371         * ext/a52dec/gsta52dec.h:
19372           Use a debug category, Output timestamps correctly
19373           Emit tag info, Handle events, tell liba52dec about cpu
19374           capabilities so it can use MMX etc.
19375         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19376           Fix a crasher accessing invalid memory
19377         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19378         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19379         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19380         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19381         (dvdnavsrc_query):
19382           Some support for byte-format seeking.
19383           Small fixes for still frames and menu button overlays
19384         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19385         (gst_mpeg2dec_alloc_buffer):
19386           Use a debug category. Adjust the report level of several items to
19387           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19388           so it doesn't lose the GstBuffer pointer
19389         * gst/debug/Makefile.am:
19390         * gst/debug/gstdebug.c: (plugin_init):
19391         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19392         (gst_navseek_base_init), (gst_navseek_class_init),
19393         (gst_navseek_init), (gst_navseek_seek),
19394         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19395         (gst_navseek_get_property), (gst_navseek_chain),
19396         (gst_navseek_plugin_init):
19397         * gst/debug/gstnavseek.h:
19398           Add the navseek debug element for seeking back and forth in a
19399           video stream using arrow keys.
19400         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19401         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19402         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19403         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19404         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19405         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19406         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19407         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19408         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19409         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19410         * gst/mpeg2sub/gstmpeg2subt.h:
19411           Pretty much a complete rewrite. Now a loopbased element. May still
19412           require work to properly synchronise subtitle buffers.
19413         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19414         (gst_dvd_demux_send_subbuffer):
19415         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19416           Don't attempt to create subbuffers of size 0
19417           Reduce a couple of error outputs to warnings.
19418         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19419         (gst_y4mencode_chain):
19420         Output the y4m frame header correctly.
19421
19422 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19423
19424         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19425           throw errors instead of allowing SIGFPE
19426
19427 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19428
19429         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19430         (gst_gconf_render_bin_from_key):
19431           leak plugging and style fixing
19432
19433 2004-03-31  David Schleef  <ds@schleef.org>
19434
19435         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19436         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19437         (bug #138225)
19438         * gst/debug/Makefile.am:
19439         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19440         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19441         plugin.
19442         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19443         (gst_negotiation_base_init), (gst_negotiation_class_init),
19444         (gst_negotiation_init), (gst_negotiation_getcaps),
19445         (gst_negotiation_pad_link), (gst_negotiation_chain),
19446         (gst_negotiation_set_property), (gst_negotiation_get_property),
19447         (gst_negotiation_plugin_init):  New element to talk about random
19448         negotiation things happening in a pipeline.
19449
19450 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19451
19452         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19453           fix integer addition with help of Stefan Kost
19454
19455 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19456
19457         * po/nl.po: updated Dutch translation (Elros Cyriatan)
19458
19459 2004-03-30  David Schleef  <ds@schleef.org>
19460
19461         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19462         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
19463         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19464         (bug #137504)
19465         * ext/mpeg2dec/gstmpeg2dec.h:
19466
19467 2004-03-30  David Schleef  <ds@schleef.org>
19468
19469         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19470
19471 2004-03-30  David Schleef  <ds@schleef.org>
19472
19473         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
19474         Michael Petullo) to handle .mov
19475
19476 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19477
19478         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19479         (gst_osselement_rate_check_rate):
19480           probe caps correctly for sound cards that only support one format
19481
19482 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19483
19484         * ext/kio/kiosrc.cpp: (process_events):
19485           update handling event processing if inside KDE - untested
19486
19487 2004-03-29  David Schleef  <ds@schleef.org>
19488
19489         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19490         by 2 to not interfere with other colorspaces.
19491         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19492         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19493         one to not interfere with ffmpeg_colorspace.
19494
19495 2004-03-29  David Schleef  <ds@schleef.org>
19496
19497         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19498         aren't in the caps.
19499         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19500         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19501
19502 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19503
19504         * gst-libs/gst/riff/riff-media.c:
19505           fail on error, don't try to set stuff on NULL caps
19506
19507 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19508
19509         * configure.ac:
19510         * ext/Makefile.am:
19511         * ext/kio/Makefile.am:
19512         * ext/kio/kioreceiver.cpp:
19513         * ext/kio/kioreceiver.h:
19514         * ext/kio/kiosrc.cpp:
19515         * ext/kio/kiosrc.h:
19516           add experimental kiosrc plugin
19517         * ext/alsa/gstalsaplugin.c: (plugin_init):
19518           initialize debugging category only when we're sure registering the
19519           plugins worked.
19520
19521 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19522
19523         * examples/gstplay/player.c: (main):
19524         * gst-libs/gst/play/play.c: (gst_play_class_init),
19525         (gst_play_set_location), (gst_play_set_data_src),
19526         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19527         (gst_play_set_visualization), (gst_play_connect_visualization):
19528           check return values of element_set_state and return FALSE where
19529           failed
19530
19531 2004-03-29  Benjamin Otte  <otte@gnome.org>
19532
19533         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19534           try harder to check if an event is really a discont
19535
19536 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19537
19538         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19539         * po/az.po:
19540
19541 2004-03-28  Benjamin Otte  <otte@gnome.org>
19542
19543         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19544         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19545         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19546           get rid of non-standard "..." ranges in case statements.
19547
19548 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
19549
19550         * gst/mpegstream/gstmpegdemux.c:
19551         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19552         specific functionality split to the new dvddemux element.
19553         * gst/mpegstream/gstdvddemux.c:
19554         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19555         streams, derived from mpegdemux.
19556         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19557         up. SCR based timestamp rewriting can be turned off (will probably
19558         completely disappear soon).
19559         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19560         hacking. General cleanup. All printf statements replaced by
19561         debugging messages. Almost complete libdvdnav support.
19562         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19563         by events. New properties for audio and subpicture languages.
19564         (dvdnavsrc_update_highlight): Now uses events.
19565         (dvdnavsrc_user_op): Cleaned up.
19566         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19567         based). Lots of cleanup, and propper support for most libdvdnav
19568         events.
19569         (dvdnavsrc_make_dvd_event): New function.
19570         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19571         (dvdnavsrc_make_clut_change_event): New function.
19572
19573 2004-03-26  Benjamin Otte  <otte@gnome.org>
19574
19575         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19576           fix bug where typefinding would claim it's theora whenever less then
19577           7 bytes of data were available
19578
19579 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19582         (gst_alawdec_base_init), (gst_alawdec_class_init),
19583         (gst_alawdec_init), (gst_alawdec_chain):
19584         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19585         (gst_alawenc_base_init), (gst_alawenc_class_init),
19586         (gst_alawenc_init), (gst_alawenc_chain):
19587         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19588         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19589         (gst_mulawdec_init), (gst_mulawdec_chain):
19590         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19591         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19592         (gst_mulawenc_init), (gst_mulawenc_chain):
19593           Fix capsnego in all four, remove the unused property functions and
19594           simplify the chain functions slightly. I guess we could use macros
19595           or something similar for those, since the code is so similar, but
19596           I'm currently too lazy...
19597
19598 2004-03-24  David Schleef  <ds@schleef.org>
19599
19600         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19601         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19602         (gst_osselement_get_format_structure),
19603         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19604         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19605         (gst_osselement_rate_int_compare): Add code to handle rate probing
19606         (bug #120883)
19607         * sys/oss/gstosselement.h: same
19608         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19609         Use rate probing provided by osselement.
19610         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19611
19612 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19615         (gst_xvidenc_get_property):
19616           ulong/int mess-up.
19617
19618 2004-03-24  David Schleef  <ds@schleef.org>
19619
19620         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19621         (gst_speexdec_init):
19622         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19623         (gst_speexenc_init):  Create the pad template correctly (from
19624         the static pad template, not a NULL pointer.)
19625
19626 2004-03-25  Benjamin Otte  <otte@gnome.org>
19627
19628         * gst/debug/Makefile.am:
19629         * gst/debug/breakmydata.c:
19630           add element that quasi-randomly changes bytes in the stream.
19631           Intended use is robustness checking of demuxers and decoders in
19632           media tests.
19633
19634 2004-03-24  Benjamin Otte  <otte@gnome.org>
19635
19636         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19637         (gst_alsa_probe_hw_params):
19638         * ext/alsa/gstalsa.h:
19639           debugging output fixes
19640
19641 2004-03-24  Benjamin Otte  <otte@gnome.org>
19642
19643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19644           don't g_return_if_fail if element is PLAYING, fail silently as every
19645           other element.
19646         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19647           only fix needed for cast lvalue issues in gst-plugins
19648         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19649           add proxy_getcaps
19650
19651 2004-03-24  Benjamin Otte  <otte@gnome.org>
19652
19653         * gst/level/gstlevel.c: (gst_level_init):
19654           add proxying getcaps function, so level doesn't advertise impossible
19655           caps
19656
19657 2004-03-24  David Schleef  <ds@schleef.org>
19658
19659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19660         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19661         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19662         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19663         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19664         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19665         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19666         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19667         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19668         messages.  Divide the chunk size by the compression ratio
19669         (needed for MACE audio)
19670
19671 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19674           Fix buffer overflow read error.
19675
19676 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19677
19678         * ext/alsa/gstalsa.h:
19679           Remove unused entry.
19680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19681           Add cinepak.
19682         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19683         (gst_videodrop_link), (gst_videodrop_chain):
19684           Fix, sort of. Was horribly broken with new capsnego. Bah...
19685
19686 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19687
19688         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19689         (plugin_init):
19690         Add a monkeysaudio typefind function
19691
19692 2004-03-23  Johan Dahlin  <johan@gnome.org>
19693
19694         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19695         (gst_play_video_fixate): Check so the structure has the field
19696         before trying to fixate them, this makes it possible to have
19697         fakesinks for video and audio output without printing errors on
19698         the output console.
19699
19700 2004-03-22  David Schleef  <ds@schleef.org>
19701
19702         * sys/oss/Makefile.am:
19703         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19704         (check_rate), (add_rate):  Rate probing test app.
19705
19706 2004-03-21  Benjamin Otte  <otte@gnome.org>
19707
19708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19709         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19710           add a fixation function that pretty much does the right thing (fixes
19711           #137556)
19712
19713 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19714
19715         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19716
19717 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19718
19719         reviewed by: Benjamin Otte  <otte@gnome.org>
19720
19721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19722           terminate gst_event_new_discontinuous correctly (fixes parts of
19723           #137711)
19724
19725 2004-03-19  David Schleef  <ds@schleef.org>
19726
19727         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19728         since it doesn't depend on X, and it's part of our ABI.
19729
19730 2004-03-19  Iain <iain@prettypeople.org>
19731
19732         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19733         is_int in the structure, not the local variable.
19734
19735 2004-03-19  David Schleef  <ds@schleef.org>
19736
19737         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19738         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19739         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19740         Improvements in caps negotiation.
19741
19742 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19743
19744         * po/LINGUAS:
19745         * po/af.po:
19746           adding Afrikaans (Petri Jooste)
19747
19748 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19749
19750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19751         (gst_ffmpegcolorspace_chain):
19752         throw error instead of g_critical (#137588)
19753
19754 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19755
19756         * Makefile.am:
19757         * configure.ac:
19758           dist common and m4 correctly
19759         * po/sv.po:
19760
19761 2004-03-17  David Schleef  <ds@schleef.org>
19762
19763         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19764         (bug #137348)
19765
19766 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19767
19768         * po/LINGUAS:
19769         * po/sv.po:
19770           adding Swedish translation (Christian Rose)
19771
19772 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * Makefile.am: use release.mak
19775
19776 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19777
19778         * common/ChangeLog:
19779         * common/gst-autogen.sh:
19780           add some explanation about the version detection
19781         * configure.ac:
19782           fix X check
19783
19784 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19785
19786         * configure.ac: bump nano to 1
19787
19788 === release 0.8.0 ===
19789
19790 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19791
19792         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19793
19794 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * configure.ac:
19797           update libtool version
19798         * gst-libs/gst/media-info/Makefile.am:
19799           actually use libtool version
19800
19801 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19802
19803         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19804
19805 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * configure.ac:
19808         * gst-plugins.spec.in:
19809         * pkgconfig/Makefile.am:
19810         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19811         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19812         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19813         * pkgconfig/gstreamer-libs.pc.in:
19814         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19815         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19816         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19817         * pkgconfig/gstreamer-plugins.pc.in:
19818           remove @VERSION@ from some of the pc files since core and plugins
19819           are decoupled.
19820           created gstreamer-plugins.pc as it's a better name, but keeping
19821           -libs around for now to get fixes upstream done first.
19822
19823 2004-03-15  Julien MOUTTE <julien@moutte.net>
19824
19825         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19826         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19827         * gst-libs/gst/play/play.h:
19828
19829 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19830
19831         * *.c, *.cc: don't mix tabs and spaces
19832
19833 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19834
19835         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19836           use the new ffmpegcolorspace
19837         * gst-plugins.spec.in:
19838           package new colorspace and media-info
19839         * configure.ac:
19840         * pkgconfig/Makefile.am:
19841           fix some more disting issues
19842         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19843         * pkgconfig/gstreamer-media-info.pc.in:
19844           generate media-info pc files
19845
19846 2004-03-15  Johan Dahlin  <johan@gnome.org>
19847
19848         * *.h: Revert indenting
19849
19850 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * configure.ac:
19853           adding ffmpegcolorspace element
19854         * gst/ffmpegcolorspace/Makefile.am:
19855         * gst/ffmpegcolorspace/avcodec.h:
19856         * gst/ffmpegcolorspace/common.h:
19857         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19858         * gst/ffmpegcolorspace/dsputil.h:
19859         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19860         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19861         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19862         (gst_ffmpeg_caps_to_pix_fmt):
19863         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19865         (gst_ffmpegcolorspace_caps_remove_format_info),
19866         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19867         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19868         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19869         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19870         (gst_ffmpegcolorspace_set_property),
19871         (gst_ffmpegcolorspace_get_property),
19872         (gst_ffmpegcolorspace_register):
19873         * gst/ffmpegcolorspace/imgconvert.c:
19874         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19875         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19876         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19877         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19878         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19879         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19880         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19881         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19882         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19883         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19884         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19885         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19886         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19887         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19888         (img_get_alpha_info), (deinterlace_line),
19889         (deinterlace_line_inplace), (deinterlace_bottom_field),
19890         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19891         * gst/ffmpegcolorspace/imgconvert_template.h:
19892         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19893         * gst/ffmpegcolorspace/mmx.h:
19894         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19895           adding ffmpegcolorspace element supplied by Ronald after cleaning
19896           up and pulling in the right bits of upstream source.
19897           I'm sure a better C/compiler wizard could do some cleaning up (for
19898           example use GLIB's malloc stuff), but as a first pass this
19899           works very well
19900
19901 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * ext/alsa/gstalsa.h:
19904           I assume Ronald forgot to commit the change to have cardname
19905           as a struct member.  Expect some public spanking at the next
19906           opportunity.
19907
19908 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19909
19910         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19911         (gst_alsa_open_audio), (gst_alsa_close_audio):
19912         * ext/alsa/gstalsa.c:
19913           Don't open the device if we're a mixer (= padless).
19914         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19915         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19916         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19917           Open mixer during state change rather than during object
19918           initialization. Also, get a device name. Currently in a somewhat
19919           hackish fashion, but I didn't really find something better.
19920
19921 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19922
19923         * *.c, *.h: run gst-indent
19924
19925 2004-03-14  Benjamin Otte  <otte@gnome.org>
19926
19927         * gst/modplug/gstmodplug.cc:
19928         * gst/modplug/gstmodplug.h:
19929           set correct timestamps on outgoing buffers
19930
19931 2004-03-14  Benjamin Otte  <otte@gnome.org>
19932
19933         * gst/modplug/gstmodplug.cc:
19934           handle events - don't do crap when a discont arrives that's not
19935           necessary
19936           This allows correct loading and playback of mods in Rhythmbox
19937
19938 2004-03-14  Benjamin Otte  <otte@gnome.org>
19939
19940         * configure.ac:
19941         * gst-libs/gst/gconf/Makefile.am:
19942         * pkgconfig/Makefile.am:
19943           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19944           they get rebuilt properly
19945         * configure.ac:
19946           when checking for vorbis, try pkgconfig first.
19947         * gst/modplug/gstmodplug.cc:
19948           add fixate function
19949
19950 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19951
19952         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19953           Fix for obvious mistake, where we first shift the offset and then
19954           read a samplesize element assuming the old offset. Note that this
19955           part still has something weird, i.e. my movies containing those
19956           don't actually play well, but at least there's something that looks
19957           like sound now.
19958
19959 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19960         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19961         (plugin_init):
19962         Add a typefind function for speex format
19963
19964 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19965
19966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19967         (gst_asf_demux_setup_pad):
19968           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19969           instead of 0. Reason is simple: some elements have a fps range
19970           of 1-max instead of 0-max. So now ASF video actually works.
19971
19972 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19973
19974         * po/LINGUAS:
19975         * po/sr.po:
19976           adding serbian as a language
19977
19978 2004-03-13  Benjamin Otte  <otte@gnome.org>
19979
19980         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19981           return taglist correctly from _get function, don't gst_pad_push it.
19982           (fixes #137042)
19983
19984 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19985         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19986
19987 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19990         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19991         (gst_alsa_mixer_track_new):
19992         * ext/alsa/gstalsamixertrack.h:
19993           Fix ancient leftovers... MixerTrack is a GObject.
19994
19995 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19996
19997         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19998         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19999           Don't block during probing...
20000
20001 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20002
20003         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20004         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20005         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20006         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20007         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20008         (gst_alsa_open_audio), (gst_alsa_close_audio):
20009         * ext/alsa/gstalsa.h:
20010           Add propertyprobe interface implementation, add some device-name
20011           property, all this so that it looks good in gnome-volume-control.
20012
20013 2004-03-12  David Schleef  <ds@schleef.org>
20014
20015         * configure.ac: the Hermes library controls hermescolorspace, not
20016         colorspace.
20017         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20018         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20019         not /* */
20020         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20021         * ext/sdl/sdlvideosink.h: ditto.
20022         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20023
20024 2004-03-12  Benjamin Otte  <otte@gnome.org>
20025
20026         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20027         (gst_x_overlay_got_xwindow_id):
20028         * gst-libs/gst/xoverlay/xoverlay.h:
20029           replace XID with unsigned long to get rid of the xlibs dependency in
20030           XOverlay (fixes #137004)
20031
20032 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20033         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20034         (gst_agingtv_setup):
20035         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20036         (gst_dicetv_base_init), (gst_dicetv_class_init),
20037         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20038         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20039         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20040         (gst_edgetv_setup), (gst_edgetv_rgb32):
20041         * gst/effectv/gsteffectv.c:
20042         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20043         (gst_quarktv_set_property):
20044         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20045         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20046         (gst_revtv_setup), (gst_revtv_rgb32):
20047         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20048         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20049         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20050         (gst_shagadelictv_rgb32):
20051         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20052         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20053         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20054         * gst/effectv/gstwarp.c:
20055         Port everything that can be ported to videofilter and fix up the caps.
20056         Can someone with a big-endian machine please check these?
20057
20058 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20061         (gst_osssink_chain), (gst_osssink_change_state):
20062           Latest fixes for A/V sync, audio playback and such. This is about
20063           all... MPEG playback issues are mostly related to the async build-
20064           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20065
20066 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20067
20068         patch from: Stephane Loeuillet
20069
20070         * configure.ac:
20071           use pkg-config for some libraries, falling back to the old .m4 way
20072           (fixes #131270)
20073         * m4/libdv.m4:
20074           removed
20075
20076 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20077
20078         * configure.ac:
20079         * tools/Makefile.am:
20080         * tools/Makefile.in:
20081         * tools/gst-launch-ext-m.m:
20082         * tools/gst-launch-ext.1.in:
20083         * tools/gst-visualise-m.m:
20084         * tools/gst-visualise.1:
20085         * tools/gst-visualise.1.in:
20086           reorganizing generation of script tools
20087
20088 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20089
20090         * ext/divx/gstdivxdec.c:
20091           Downgrade priority. We prefer ffdec_mpeg4.
20092         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20093         (gst_faad_chain), (gst_faad_change_state):
20094           Fix capsnego. Doesn't work for some sounds because we don't have
20095           a 5:1 to stereo element.
20096         * ext/xvid/gstxvid.c: (plugin_init):
20097           Add priority.
20098         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20099         (gst_osssink_change_state):
20100           Add discont handling.
20101
20102 2004-03-09  Colin Walters  <walters@verbum.org>
20103
20104         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20105         conversion.
20106
20107 2004-03-09  Benjamin Otte  <otte@gnome.org>
20108
20109         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20110           the signals take 2 arguments
20111
20112 2004-03-09  David Schleef  <ds@schleef.org>
20113
20114         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20115         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20116         * ext/alsa/gstalsa.h:
20117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20118
20119 2004-03-09  Benjamin Otte  <otte@gnome.org>
20120
20121         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20122         (gst_mikmod_change_state):
20123         * ext/mikmod/gstmikmod.h:
20124           make mikmod's loop function not loop infinitely and call
20125           gst_element_yield anymore
20126         * gst/modplug/gstmodplug.cc:
20127           fix pad negotiation (fixes #136590)
20128
20129 2004-03-09  David Schleef  <ds@schleef.org>
20130
20131         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20132         doesn't conflict with the internal colorspace plugin.
20133         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20134         satisfy the crappy-ass shell shipped by a certain vendor.
20135         * gst/videofilter/make_filter: same (bug #135299)
20136
20137 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20138
20139         * configure.ac: bump nano to 1
20140
20141 === release 0.7.6 ===
20142
20143 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20144
20145         * configure.in: releasing 0.7.6, "There"
20146
20147 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20148
20149         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20150         * pkgconfig/gstreamer-play.pc.in:
20151           synchronize the two
20152
20153 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20154
20155         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20156         (cdparanoia_open), (cdparanoia_event):
20157           fix/add error handling
20158         * po/POTFILES.in:
20159           add cdparanoia source
20160         * tools/Makefile.am:
20161           make scripts executable
20162
20163 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20164
20165         * configure.ac:
20166         * ext/vorbis/Makefile.am:
20167         * sys/Makefile.am:
20168           remove id3types, vorbisfile and xvideosink from the build (#133783)
20169
20170 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20171
20172         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20173           Fix metadata read crash (#136537).
20174
20175 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20178         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20179           adding mime types, fixing the one-stop function
20180
20181 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20182
20183         * ext/nas/nassink.c and /ext/nas/nassink.h:
20184         More NAS love from Arwed von Merkatz
20185         So lets all sing 'Can you feel the NAS tonight'
20186
20187 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20188
20189         * tools/gst-launch-ext.in:
20190         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20191
20192 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20193
20194         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20195         (gst_mpeg2dec_init):
20196         remove the user_data pad for now, because it is being used in
20197         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20198         If someone knows how to fix this properly, please do.
20199
20200 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20201
20202         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20203         (gst_osssink_get_time):
20204         add a warning, IMO this won't get triggered anymore, remove later
20205
20206 2004-03-07  David Schleef  <ds@schleef.org>
20207
20208         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20209         format (bug #136470)
20210
20211 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20212
20213         * gst-libs/Makefile.am:
20214         * gst-libs/gst/media-info/Makefile.am:
20215         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20216         (error_callback), (gst_media_info_error_create),
20217         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20218         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20219         * gst-libs/gst/media-info/media-info-priv.h:
20220         * gst-libs/gst/media-info/media-info-test.c: (main):
20221         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20222         (gst_media_info_class_init), (gst_media_info_instance_init),
20223         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20224         (gst_media_info_read_idler), (gst_media_info_read):
20225         * gst-libs/gst/media-info/media-info.h:
20226         fixed, should work now
20227
20228 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20229
20230         * ext/nas/nassink.c:
20231         A bunch of NAS fixes from Arwed von Merkatz
20232
20233 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20234
20235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20236         (qtdemux_parse_trak):
20237           Fix crash (j might be greater than n_samples, in which case we're
20238           writing outside the allocated space for the array) and memleak.
20239
20240 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20241
20242         * sys/oss/gstosssink.c: (gst_osssink_chain):
20243           And another caller that couldn't handle delay < 0 (unsigned
20244           integer overflow). Video now continues playing on an audio
20245           buffer underrun, and the clock continues working. Audio still
20246           stalls.
20247
20248 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20249
20250         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20251         (gst_osssink_get_time):
20252           get_delay() may return values lower than 0. In those cases, we
20253           should not actually cast to *unsigned* int64, that will break
20254           stuff horribly. In my case, it screwed up A/V sync in movies
20255           in totem rather badly.
20256
20257 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20258
20259         * ext/faac/gstfaac.c: (gst_faac_chain):
20260         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20261         * ext/libpng/gstpngenc.c: (user_write_data):
20262         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20263         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20264         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20265         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20266         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20267         of any buffer), should fix some leaks. I hope I didn't unref buffers
20268         that shouldn't be...
20269
20270 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20271
20272         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20273         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20274         (error_callback), (gmi_reset), (gmi_seek_to_track),
20275         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20276         (gmip_find_type_post), (gmip_find_stream_post),
20277         (gmip_find_track_streaminfo_post):
20278         * gst-libs/gst/media-info/media-info-priv.h:
20279         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20280         (info_print), (main):
20281         * gst-libs/gst/media-info/media-info.c:
20282         (gst_media_info_error_create), (gst_media_info_error_element),
20283         (gst_media_info_instance_init), (gst_media_info_get_property),
20284         (gst_media_info_new), (gst_media_info_set_source),
20285         (gst_media_info_read_idler), (gst_media_info_read):
20286         * gst-libs/gst/media-info/media-info.h:
20287           first pass at making this work again.  This seems to work on
20288           tagged ogg/vorbis and mp3 files.
20289
20290 2004-03-06  Benjamin Otte  <otte@gnome.org>
20291
20292         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20293           fix huge leak: gst_buffer_merge doesn't unref the first argument
20294           itself.
20295
20296 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20297
20298         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20299           report layer/mode/emphasis
20300
20301 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20302
20303         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20304
20305 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20306
20307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20308           signal serial
20309
20310 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20311
20312         * ext/vorbis/vorbis.c: (plugin_init):
20313         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20314         (gst_vorbis_dec_init), (vorbis_dec_event):
20315         add debug category
20316         make vorbisdec handle _BYTE and _TIME queries
20317
20318 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20319
20320         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20321           from the xing header
20322
20323 2004-03-06  Benjamin Otte  <otte@gnome.org>
20324
20325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20326         (gst_audio_convert_link), (gst_audio_convert_change_state),
20327         (gst_audio_convert_buffer_from_default_format):
20328           do conversions from/to float correctly, fix some caps nego errors,
20329           export correct supported caps in template and getcaps, use correct
20330           caps in try_set_caps functions
20331
20332 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20333
20334         For some reason, I only committed a ChangeLog entry yesterday and
20335         not the corresponding code...
20336         * ext/mad/gstmad.c: Fix detection of Xing headers
20337         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20338
20339 2004-03-06  Benjamin Otte  <otte@gnome.org>
20340
20341         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20342         (gst_ogg_demux_src_query):
20343           make sure to handle the case where there's no current chain
20344           gracefully.
20345
20346 2004-03-05  David Schleef  <ds@schleef.org>
20347
20348         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20349         Add fixate function. (bug #131128)
20350         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20351         (gst_sdlvideosink_fixate):  Add fixate function.
20352         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20353         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20354         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20355         Fix missing break that was causing ulaw to be interpreted as
20356         raw int.
20357
20358 2004-03-05  David Schleef  <ds@schleef.org>
20359
20360         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20361         Fix code that ignores return value of gst_buffer_merge().
20362         (bug #114560)
20363         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20364         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20365         * testsuite/gst-lint:  Check for above.
20366
20367 2004-03-05  David Schleef  <ds@schleef.org>
20368
20369         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20370         caps and throw an element error.  (bug #136334)
20371
20372 2004-03-05  David Schleef  <ds@schleef.org>
20373
20374         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20375         (gst_faad_chain): Fix negotiation.
20376         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20377         key and button events.
20378         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20379         dung heap of code.
20380         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20381         depends on gconf
20382         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20383         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20384         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20385         function to encourage better negotiation, particularly between
20386         audioconvert and osssink.
20387         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20388         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20389         more important.
20390         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20391         typefinding.
20392         * gst/vbidec/vbiscreen.c:  Add glib header
20393         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20394
20395 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20396
20397         * ext/mad/gstmad.c: Fix detection of Xing headers
20398         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20399
20400 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20401
20402         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20403         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20404           debug updates
20405
20406 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20407
20408         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20409         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20410         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20411         files, and report the parsed length as a GST_TAG_DURATION tag.
20412         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20413
20414 2004-03-05  Benjamin Otte  <otte@gnome.org>
20415
20416         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20417           convert channels correctly. convert correctly to unsigned.
20418
20419 2004-03-05  Julien MOUTTE <julien@moutte.net>
20420
20421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20422         we have a window before clearing it.
20423
20424 2004-03-05  Julien MOUTTE <julien@moutte.net>
20425
20426         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20427         have a window before clearing it.
20428
20429 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20430
20431         * gconf/gstreamer.schemas.in:
20432         * gst-libs/gst/gconf/Makefile.am:
20433           version installation path the same way as for 0.6
20434         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20435         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20436         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20437           remove comment that was fixed
20438
20439 2004-03-05  David Schleef  <ds@schleef.org>
20440
20441         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20442         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20443         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20444         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20445         Add prototype code for handling seeking and querying.
20446
20447 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20448
20449         * examples/gstplay/player.c: (main):
20450           Initialize variables to NULL. Prevents a segfault because the
20451           (uninitialized) variable is not NULL, resulting in a crash on
20452           trying to reach error->message.
20453
20454 2004-03-05  Benjamin Otte  <otte@gnome.org>
20455
20456         * gst/audioconvert/gstaudioconvert.c:
20457         (gst_audio_convert_buffer_to_default_format):
20458         make float=>int conversion work correctly even in cornercases.
20459
20460 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
20461
20462         * debian/README.Debian:
20463         * debian/build-deps:
20464         * debian/changelog:
20465         * debian/control:
20466         * debian/control.in:
20467         * debian/copyright:
20468         * debian/gstreamer-a52dec.files:
20469         * debian/gstreamer-aa.files:
20470         * debian/gstreamer-alsa.files:
20471         * debian/gstreamer-alsa.manpages:
20472         * debian/gstreamer-arts.files:
20473         * debian/gstreamer-artsd.files:
20474         * debian/gstreamer-audiofile.files:
20475         * debian/gstreamer-avifile.files:
20476         * debian/gstreamer-cdparanoia.files:
20477         * debian/gstreamer-colorspace.files:
20478         * debian/gstreamer-doc.files:
20479         * debian/gstreamer-dv.files:
20480         * debian/gstreamer-dvd.files:
20481         * debian/gstreamer-esd.files:
20482         * debian/gstreamer-festival.files:
20483         * debian/gstreamer-flac.files:
20484         * debian/gstreamer-gconf.conffiles:
20485         * debian/gstreamer-gconf.files:
20486         * debian/gstreamer-gconf.postinst:
20487         * debian/gstreamer-gnomevfs.files:
20488         * debian/gstreamer-gsm.files:
20489         * debian/gstreamer-http.files:
20490         * debian/gstreamer-jack.files:
20491         * debian/gstreamer-jpeg.files:
20492         * debian/gstreamer-mad.files:
20493         * debian/gstreamer-mikmod.files:
20494         * debian/gstreamer-misc.files:
20495         * debian/gstreamer-mpeg2dec.files:
20496         * debian/gstreamer-oss.files:
20497         * debian/gstreamer-plugin-apps.files:
20498         * debian/gstreamer-plugin-apps.manpages:
20499         * debian/gstreamer-plugin-libs-dev.files:
20500         * debian/gstreamer-plugin-libs.files:
20501         * debian/gstreamer-plugin-template.postinst:
20502         * debian/gstreamer-plugin-template.postrm:
20503         * debian/gstreamer-sdl.files:
20504         * debian/gstreamer-sid.files:
20505         * debian/gstreamer-vorbis.files:
20506         * debian/gstreamer-x.files:
20507         * debian/mk.control:
20508         * debian/rules:
20509         Debian package info not maintained here.
20510
20511 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20512
20513         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20514         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20515         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20516         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20517         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20518         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20519         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20520         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20521         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20522         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20523         * gst-libs/gst/colorbalance/colorbalance.c:
20524         (gst_color_balance_class_init):
20525         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20526         (gst_color_balance_channel_class_init):
20527         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20528         * gst-libs/gst/play/play.c: (gst_play_class_init):
20529         * gst-libs/gst/propertyprobe/propertyprobe.c:
20530         (gst_property_probe_iface_init):
20531         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20532         * gst-libs/gst/tuner/tunerchannel.c:
20533         (gst_tuner_channel_class_init):
20534         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20535         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20536         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20537         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20538         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20539         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20540         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20541         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20542         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20543           fix signals to use - instead of _
20544         * ext/libcaca/gstcacasink.h:
20545         * ext/sdl/sdlvideosink.h:
20546           fix header rename
20547
20548 2004-03-04  David Schleef  <ds@schleef.org>
20549
20550         * testsuite/gst-lint:  Add a check for bad signal names.
20551
20552 2004-03-04  <kost@imn.htwk-leipzig.de>
20553
20554         reviewed by David Schleef
20555
20556         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20557         modified the alpha channel and caused a warning. (bug #136192)
20558
20559 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20560
20561         * gst-plugins.spec.in:
20562         Change names of plugins to actually be correct. Try to keep things
20563         alphabetical to avoid getting beat up by Thomas
20564
20565 2004-03-03  Julien MOUTTE <julien@moutte.net>
20566
20567         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20568         Using ximagesink as a default if no gconf key found. We should
20569         probably consider using alsasink instead of osssink for the audio
20570         part.
20571
20572 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20573
20574         * configure.ac:
20575           fix --with-plugins, don't think it ever worked before
20576         * gst-plugins.spec.in:
20577           even more updates
20578
20579 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20580
20581         * ext/sdl/sdlvideosink.h:
20582         * sys/ximage/ximagesink.h:
20583         * sys/xvideo/xvideosink.h:
20584         * sys/xvimage/xvimagesink.h:
20585           Fix for move of gstvideosink.h -> videosink.h.
20586
20587 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20588
20589         * gst-libs/gst/xwindowlistener/Makefile.am:
20590           this is a plugin library, not a library
20591
20592 2004-03-01  David Schleef  <ds@schleef.org>
20593
20594         * AUTHORS:  Added some names.  Add yourself if you're still
20595         missing.
20596
20597 2004-03-01  David Schleef  <ds@schleef.org>
20598
20599         * MAINTAINERS: Add
20600
20601 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20602
20603         * gst-plugins.spec.in: clean up spec file
20604
20605 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         * gst-libs/gst/video/Makefile.am:
20608         * gst-libs/gst/video/gstvideosink.c:
20609         * gst-libs/gst/video/gstvideosink.h:
20610           rename gstvideosink.h to videosink.h to match other headers
20611         * gst/mixmatrix/Makefile.am:
20612           fix plugin filename
20613         * gst/tags/Makefile.am: fix plugin filename
20614
20615 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20616
20617         * gst/tags/Makefile.am: fix plugin filename
20618
20619 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20620
20621         * examples/gstplay/player.c: (got_time_tick), (main):
20622           add error handler
20623           display time_tick more readably
20624         * gst/mixmatrix/Makefile.am:
20625           fix plugin file name
20626
20627 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20628
20629         * sys/oss/gstosselement.c: (gst_osselement_probe),
20630         (device_combination_append), (gst_osselement_class_probe_devices):
20631         * sys/oss/gstosselement.h:
20632           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20633           on my system using alsa oss emulation, fixes bug #135597
20634
20635 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20636
20637         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20638         (gst_videodrop_chain), (gst_videodrop_change_state):
20639         * gst/videodrop/gstvideodrop.h:
20640           Work based on timestamp of input data, not based on the expected
20641           framerate from the input. The consequence is that this element now
20642           not only scales framerates, but also functions as a framerate
20643           corrector or framerate stabilizer/constantizer.
20644
20645 2004-02-27  David Schleef  <ds@schleef.org>
20646
20647         patches from jmmv@menta.net (Julio M. Merino Vidal)
20648
20649         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20650         GST_ELEMENT_ERROR call (bug #135634)
20651         * gst/interleave/interleave.c: (interleave_buffered_loop),
20652         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20653         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20654         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20655         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20656         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20657         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20658         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20659         Fix GST_ELEMENT_ERROR call.
20660         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20661         GST_ELEMENT_ERROR call.
20662
20663 2004-02-27  Benjamin Otte  <otte@gnome.org>
20664
20665         * gst-libs/gst/audio/audio.h:
20666           add macro to make sure header isn't included twice
20667         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20668           don't use gst_buffer_free
20669         * gst/playondemand/filter.func:
20670           don't use gst_data_free. Free data only once.
20671
20672 2004-02-26  David Schleef  <ds@schleef.org>
20673
20674         * gst-libs/gst/colorbalance/Makefile.am:
20675         * gst-libs/gst/mixer/Makefile.am:
20676         * gst-libs/gst/tuner/Makefile.am:
20677         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20678         should not be disted, -marshal.h files should not be installed,
20679         and -enum.h files _should_ be installed.  Fix to make this the
20680         case.
20681
20682 === release 0.7.5 ===
20683
20684 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20685
20686         * configure.ac: release 0.7.5, "Under The Sea"
20687
20688 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20689
20690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20691         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20692         * gst/videoscale/gstvideoscale.c:
20693         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20694           assorted debug/warning fixes
20695
20696 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20697
20698         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20699         (gst_videoscale_init), (gst_videoscale_chain),
20700         (gst_videoscale_set_property), (plugin_init):
20701         * gst/videoscale/gstvideoscale.h:
20702         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20703         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20704         (gst_videoscale_planar400), (gst_videoscale_packed422),
20705         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20706         (gst_videoscale_24bit), (gst_videoscale_16bit),
20707         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20708         (gst_videoscale_scale_plane_slow),
20709         (gst_videoscale_scale_point_sample),
20710         (gst_videoscale_scale_nearest),
20711         (gst_videoscale_scale_nearest_str2),
20712         (gst_videoscale_scale_nearest_str4),
20713         (gst_videoscale_scale_nearest_32bit),
20714         (gst_videoscale_scale_nearest_24bit),
20715         (gst_videoscale_scale_nearest_16bit):
20716         add debugging category and use it properly
20717         fix use of GST_PTR_FORMAT
20718
20719 2004-02-25  Andy Wingo  <wingo@pobox.com>
20720
20721         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20722         push only when channel->buffer is NULL. Prevents segfaults doing
20723         the state change after a nonlocal exit, like a scheme exception.
20724
20725         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20726         Handle the case where the intersected caps is empty.
20727
20728 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20729
20730         * gst/law/mulaw-decode.c: (mulawdec_link):
20731         * gst/law/mulaw.c: (plugin_init):
20732           fix mulawdec so it actually works again
20733
20734 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20735
20736         reviewed by: David Schleef  <ds@schleef.org>
20737
20738         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20739         (gst_gamma_init), (gst_gamma_set_property),
20740         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20741         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20742         for RGB, with separate r g and b correction factors. (#131167)
20743
20744 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20745
20746         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20747           only signal tags for bitrate if they're > 0 (#134894)
20748
20749 2004-02-24  David Schleef  <ds@schleef.org>
20750
20751         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20752         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20753         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20754         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20755         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20756         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20757         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20758         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20759         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20760         category.  Attempt to fix timestamp calculation.
20761
20762 2004-02-24  Johan Dahlin  <johan@gnome.org>
20763
20764         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20765
20766 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20767
20768         * configure.ac:
20769         * gconf/Makefile.am:
20770         * gconf/gstreamer.schemas:
20771         * gst-libs/gst/gconf/Makefile.am:
20772         * gst-libs/gst/gconf/gconf.c:
20773           version gconf schemas and install locations
20774
20775 2004-02-23  Benjamin Otte  <otte@gnome.org>
20776
20777         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20778         (gst_xine_input_subclass_init):
20779           call parent dispose.
20780           change pad template for CD reader correctly
20781         * ext/xine/Makefile.am:
20782         * ext/xine/gstxine.h:
20783         * ext/xine/xine.c: (plugin_init):
20784         * ext/xine/xineaudiosink.c:
20785           wrap audio sinks, too
20786         * gst-libs/gst/resample/private.h:
20787         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20788         (gst_resample_reinit), (gst_resample_scale),
20789         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20790         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20791         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20792         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20793         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20794         * gst-libs/gst/resample/resample.h:
20795         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20796         (gst_audioscale_class_init), (gst_audioscale_link),
20797         (gst_audioscale_get_buffer), (gst_audioscale_init),
20798         (gst_audioscale_chain), (gst_audioscale_set_property),
20799         (gst_audioscale_get_property):
20800         * gst/audioscale/gstaudioscale.h:
20801           s/resample_*/gst_resample_*/i to not clobber namespaces
20802
20803 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20804
20805         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20806         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20807         (gst_riff_create_video_template_caps),
20808         (gst_riff_create_audio_template_caps),
20809         (gst_riff_create_iavs_template_caps):
20810         * gst-libs/gst/riff/riff-media.h:
20811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20812         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20813         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20814         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20815         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20816         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20817         (gst_matroska_demux_plugin_init): First batch implementing audio and
20818         video codec tags in demuxers.
20819
20820 2004-02-22  Benjamin Otte  <otte@gnome.org>
20821
20822         * ext/xine/Makefile.am:
20823         * ext/xine/gstxine.h:
20824         * ext/xine/xine.c: (plugin_init):
20825         * ext/xine/xineinput.c:
20826           add input plugin wrapper. Playback from files, http, mms and cdda
20827           works.
20828         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20829           remove leftover G_GNUC_UNUSED
20830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20831         (gst_asf_demux_identify_guid):
20832           improve debugging output
20833
20834 2004-02-22  Benjamin Otte  <otte@gnome.org>
20835
20836         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20837
20838         * autogen.sh:
20839           replace test -e with test -x for mkinstalldirs to be more portable.
20840           (fixes #134816)
20841
20842 2004-02-22  Benjamin Otte  <otte@gnome.org>
20843
20844         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20845
20846         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20847           set rank to PRIMARY
20848         * gst/volume/gstvolume.c: (plugin_init):
20849           set rank to NONE
20850         fixes #134960
20851
20852 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20853
20854         reviewed by Benjamin Otte  <otte@gnome.org>
20855
20856         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20857           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20858
20859 2004-02-22  Benjamin Otte  <otte@gnome.org>
20860
20861         * configure.ac:
20862           export [_]*{gst,Gst,GST}.* symbols from plugins
20863
20864 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20865
20866         reviewed by: Benjamin Otte  <otte@gnome.org>
20867
20868         * ext/lame/gstlame.c: (add_one_tag):
20869         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20870         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20871         (gst_vorbisenc_metadata_set1):
20872         * gst/tags/gstid3tag.c:
20873         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20874           apply fixes from bugs #135042 (lame can't write tags) and #133817
20875           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20876
20877 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20878
20879         * configure.ac: Export only gst_plugin_desc from plugins.
20880          Note that this change only makes any effect with Linux using libtool
20881          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20882          fine. And don't try to have several versions of libtool in different
20883          directories.
20884
20885 2004-02-20  Andy Wingo  <wingo@pobox.com>
20886
20887         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20888         interleave respectively.
20889
20890         * gst/interleave/deinterleave.c: New plugin: deinterleave
20891         (replaces on oneton).
20892         * gst/interleave/interleave.c: New plugin: interleave.
20893         * gst/interleave/plugin.h: Support file.
20894         * gst/interleave/plugin.c: Support file.
20895
20896         * configure.ac: Remove intfloat and oneton, add interleave.
20897
20898         * ext/sndfile/gstsf.c: Handle events better.
20899
20900         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20901         and float2int operation. int2float has scheduling problems as
20902         noted in in2float_chain.
20903
20904 2004-02-20  Benjamin Otte  <otte@gnome.org>
20905
20906         * ext/xine/Makefile.am:
20907         * ext/xine/gstxine.h:
20908         * ext/xine/xine.c:
20909         * ext/xine/xineaudiodec.c:
20910         * ext/xine/xinecaps.c:
20911           add first version of xine plugin wrapper. Currently only wraps the
20912           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20913         * configure.ac:
20914         * ext/Makefile.am:
20915           add xine plugin wrapper, disabled by default. Use --enable-xine to
20916           build. Note that it'll segfault on gst-register if you don't remove
20917           the goom and tvtime post plugins from xine.
20918         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20919         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20920           add extradata parsing for QDM2.
20921           change around debugging prints.
20922
20923 2004-02-19  Benjamin Otte  <otte@gnome.org>
20924
20925         * ext/lame/gstlame.c: (gst_lame_chain):
20926         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20927           use gst_tag_list_insert when you want to insert tags
20928
20929 2004-02-18  David Schleef  <ds@schleef.org>
20930
20931         * configure.ac:  Move massink to gst-rotten
20932         * ext/Makefile.am:
20933         * ext/mas/Makefile.am:
20934         * ext/mas/massink.c:
20935         * ext/mas/massink.h:
20936
20937 2004-02-18  David Schleef  <ds@schleef.org>
20938
20939         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20940         typefinding, since it seems to be worse than nothing.
20941         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20942         atom to recognize .mp4 and .m4a files as video/quicktime.
20943
20944 2004-02-18  David Schleef  <ds@schleef.org>
20945
20946         * gst/sine/demo-dparams.c: (quit_live),
20947         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20948         Use double dparams, not float.
20949         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20950         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20951         sync'd elements don't really work correctly.
20952         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20953         (volume_update_volume), (volume_get_property):  Change dparam
20954         to double.
20955
20956 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20957
20958         * sys/ximage/ximagesink.c:
20959         (gst_ximagesink_xwindow_update_geometry),
20960         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20961         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20962         (gst_ximagesink_init): Rework the way software video scaling works. So
20963         now we check on each chain call if the video frames are feeling the
20964         window. If not we try to renegotiate caps. On failure we memorize that
20965         and we won't try again for that PLAYING sessions.
20966         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20967         failure.
20968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20969         synchronous flag.
20970
20971 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20972
20973         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20974           break up _link so we can give a better debug message for errors
20975
20976 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20977
20978         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20979           set up debug category
20980
20981 2004-02-18  Julien MOUTTE <julien@moutte.net>
20982
20983         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20984         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20985         the way renegotiation work. The event handling function is not taking
20986         care of external windows and renegotiate method check for pad flags
20987         NEGOTIATING. Should fix : #133209
20988
20989 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20990
20991         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20992         pad is negotiating before trying renegotiation.
20993
20994 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20997           pass on all possible mime types as typefind hints
20998
20999 2004-02-17  Julien MOUTTE <julien@moutte.net>
21000
21001         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21003         possible SHM leak if we crash. All other apps using XShm are doing
21004         that.
21005
21006 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21007
21008         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21009         (gst_ximagesink_expose): Renegotiate size on expose.
21010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21011         size on expose.
21012
21013 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21014
21015         * testsuite/alsa/sinesrc.c:
21016           cosmetic fix to fix compile issue with gcc 2.95.4
21017
21018 2004-02-16  Julien MOUTTE <julien@moutte.net>
21019
21020         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21021         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21022         failed opening the audio device.
21023         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21024         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21025         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21026         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21027         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21028         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21029         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21030         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21031         Removing some useless g_return_if_fail like wingo suggested.
21032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21033         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21034         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21035         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21036         (gst_xvimagesink_update_colorbalance),
21037         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21038         (gst_xvimagesink_xcontext_clear),
21039         (gst_xvimagesink_get_fourcc_from_caps),
21040         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21041         (gst_xvimagesink_set_xwindow_id),
21042         (gst_xvimagesink_colorbalance_list_channels),
21043         (gst_xvimagesink_colorbalance_set_value),
21044         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21045         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21046
21047 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21048
21049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21050           throw error when not negotiated instead of asserting
21051
21052 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21053
21054         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21055         correct data refcounting.
21056
21057 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21058
21059         * gst/switch/gstswitch.c: (gst_switch_change_state),
21060         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21061         change, mostly the EOS flag.
21062
21063 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21064
21065         * examples/gstplay/player.c: (got_eos), (main): Adding some
21066         output for debugging.
21067         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21068         timeouts if we go to any state different from PLAYING.
21069         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21070         more EOS bugs in riff lib.
21071
21072 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21073
21074         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21075         visualization until i find a way to fix switch correctly.
21076         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21077         EOS arrives.
21078         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21079         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21080         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21081         Reworked switch to get a more correct behaviour with events and refing
21082         of data stored in sinkpads.
21083         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21084         we don't pull from a pad in EOS.
21085
21086 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21087
21088         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21089           remove v1 tag even if we can't read it (makes sure we don't detect
21090           it again)
21091
21092 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21093
21094         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21095         (gst_alsa_xrun_recovery):
21096         * ext/alsa/gstalsa.h:
21097           try xrun recovery when wait failed. Make xrun recovery function
21098           return TRUE/FALSE to indicate success. (might fix #134354)
21099
21100 2004-02-13  David Schleef  <ds@schleef.org>
21101
21102         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21103         (dynparm_value_changed), (main): Convert from float to double.
21104         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21105
21106 2004-02-13  David Schleef  <ds@schleef.org>
21107
21108         * gst/silence/gstsilence.c: (gst_silence_class_init),
21109         (gst_silence_set_clock), (gst_silence_get),
21110         (gst_silence_set_property), (gst_silence_get_property):
21111         * gst/silence/gstsilence.h: Add sync property.
21112         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21113         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21114         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21115         * gst/sine/gstsinesrc.h: Add sync property.
21116
21117 2004-02-13  David Schleef  <ds@schleef.org>
21118
21119         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21120         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21121
21122 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21123
21124         * configure.ac:
21125         * ext/Makefile.am:
21126         * gst-libs/ext/Makefile.am:
21127           move ffmpeg plugin to gst-ffmpeg module
21128
21129 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21130
21131         * configure.ac: use GST_ARCH to detect architecture
21132
21133 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21134
21135         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21136
21137 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21138
21139         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21140           classify LADSPA plugins based on number of src/sink pads
21141           (#133663, Stefan Kost)
21142         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21143           fix dparams registration
21144           (#133528, Stefan Kost)
21145         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21146           fix use of isprint and use g_ascii_isprint instead
21147           (#133316, Stefan Kost)
21148
21149 2004-02-11  David Schleef  <ds@schleef.org>
21150
21151         Convert a few inner loops to use liboil.  This is currently
21152         optional, and is only enabled if liboil is present (duh!).
21153         * configure.ac: Check for liboil-0.1
21154         * gst/intfloat/Makefile.am:
21155         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21156         (gst_int2float_chain_gint16):
21157         * gst/videofilter/Makefile.am:
21158         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21159         (tablelookup_u8), (gst_videobalance_planar411):
21160         * gst/videotestsrc/Makefile.am:
21161         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21162         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21163         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21164         (paint_hline_RGB565), (paint_hline_xRGB1555):
21165
21166 2004-02-11  David Schleef  <ds@schleef.org>
21167
21168         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21169         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21170         (gst_colorspace_getcaps), (gst_colorspace_link),
21171         (gst_colorspace_base_init), (gst_colorspace_init),
21172         (gst_colorspace_chain), (gst_colorspace_change_state),
21173         (plugin_init): Merge Ronald's patch (bug #117897) and update
21174         for new caps and negotiation.  Seems to work, although it
21175         shows off bugs in lcs.
21176
21177 2004-02-11  David Schleef  <ds@schleef.org>
21178
21179         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21180         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21181
21182 2004-02-11  David Schleef  <ds@schleef.org>
21183
21184         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21185         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21186         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21187         Add server and port properties
21188
21189 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21190
21191         * m4/a52.m4:
21192         * m4/aalib.m4:
21193         * m4/as-ffmpeg.m4:
21194         * m4/as-liblame.m4:
21195         * m4/as-slurp-ffmpeg.m4:
21196         * m4/check-libheader.m4:
21197         * m4/esd.m4:
21198         * m4/freetype2.m4:
21199         * m4/gconf-2.m4:
21200         * m4/glib.m4:
21201         * m4/gst-alsa.m4:
21202         * m4/gst-artsc.m4:
21203         * m4/gst-ivorbis.m4:
21204         * m4/gst-matroska.m4:
21205         * m4/gst-sdl.m4:
21206         * m4/gst-shout2.m4:
21207         * m4/gst-sid.m4:
21208         * m4/gtk.m4:
21209         * m4/libdv.m4:
21210         * m4/libfame.m4:
21211         * m4/libmikmod.m4:
21212         * m4/ogg.m4:
21213         * m4/vorbis.m4:
21214           fix underquotedness of macros (#133800)
21215         * m4/as-avifile.m4:
21216         * m4/xmms.m4:
21217           removed because no longer used
21218
21219 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * configure.ac:
21222           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21223           by autopoint (fixes #132996)
21224
21225 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21226
21227         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21228         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21229         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21230         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21231           fix memleaks
21232
21233 2004-02-11  David Schleef  <ds@schleef.org>
21234
21235         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21236         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21237         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21238         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21239         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21240         (gst_jpegenc_class_init), (gst_jpegenc_init),
21241         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21242         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21243         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21244         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21245
21246 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21247
21248         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21249         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21250         * ext/mikmod/gstmikmod.h:
21251           fix caps negotiation in mikmod
21252         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21253           output debug information
21254
21255 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21256
21257         * gst-libs/gst/colorbalance/Makefile.am:
21258         * gst-libs/gst/navigation/Makefile.am:
21259         * gst-libs/gst/xoverlay/Makefile.am:
21260           remove unused GST_OPT_CFLAGS from Makefiles
21261           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21262
21263 2004-02-07  David Schleef  <ds@schleef.org>
21264
21265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21266         push events to pads that haven't been created (#133508)
21267
21268 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21269
21270         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21271         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21272         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21273         (gst_dvdec_loop), (gst_dvdec_change_state):
21274         Second attempt at committing a working dvdec element.
21275
21276 2004-02-06  David Schleef  <ds@schleef.org>
21277
21278         Build fixes for OS X: (see #129600)
21279         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21280         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21281         (gst_riff_read_strf_iavs):
21282         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21283         (gst_avi_demux_stream_odml):
21284         * gst/playondemand/Makefile.am:
21285         * gst/rtp/rtp-packet.c:
21286
21287 2004-02-05  David Schleef  <ds@schleef.org>
21288
21289         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21290         last change, because it Just Doesn't Compile.
21291
21292 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21293
21294         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21295           skip undecodable id3v2 tag instead of keeping it
21296
21297 2004-02-05  David Schleef  <ds@schleef.org>
21298
21299         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21300         Unref leaked buffer.  (Noticed by Ronald)
21301
21302 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
21303
21304         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21305         Sync requires with other checks.  >= vs =.
21306
21307 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21308
21309         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21310         (gst_dvdec_video_link), (gst_dvdec_loop):
21311         * ext/dv/gstdvdec.h:
21312           rework the caps negotiation so that dvdec works again instead
21313           of just segfaulting.
21314
21315 === release 0.7.4 ===
21316
21317 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21318
21319         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21320         * configure.ac: changed for release
21321
21322 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21323
21324         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21325         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21326         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21327         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21328           reworked patch by David Lehn to fix libdir and includedir for
21329           uninstalled libraries
21330           removed play and gconf from gstreamer-libs since they have their
21331           own pkgconfig files
21332
21333 2004-02-04  David Schleef  <ds@schleef.org>
21334
21335         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21336         memleak.
21337
21338 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21339
21340         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21341           use correct GST_TAG_ENCODER tag
21342
21343 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21344
21345         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21346           be sure to stop the clock when going to paused
21347         * sys/oss/gstosssink.c: (gst_osssink_change_state):
21348           reset number of transmitted when going to ready.
21349         fixes #132935
21350
21351 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21352
21353         reviewed by Benjamin Otte
21354
21355         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21356           extract track count (fixes #133410)
21357
21358 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21359
21360         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21361           that should be !=, not == (fixes #132519)
21362
21363 2004-02-04  David Schleef  <ds@schleef.org>
21364
21365         Make sure set_explicit_caps() is called before adding pad.
21366         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21367         * gst/id3/gstid3types.c: (gst_id3types_loop):
21368         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21369         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21370
21371 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21372
21373         * configure.ac:
21374           bump nano to 2, first prerelease
21375           put back AM_PROG_LIBTOOL
21376
21377 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21378
21379         * testsuite/alsa/Makefile.am:
21380           these are user test apps, not automatic testsuite tests
21381
21382 2004-02-04  David Schleef  <ds@schleef.org>
21383
21384         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21385         * gst/mpeg1videoparse/gstmp1videoparse.c:
21386         (mp1videoparse_parse_seq):
21387         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21388         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21389         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21390         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21391         (gst_xvideosink_getcaps):
21392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21393         * testsuite/gst-lint: more tests
21394
21395 2004-02-04  David Schleef  <ds@schleef.org>
21396
21397         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21398         with the code that they would expand to.
21399         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21400         (gst_flacdec_get_src_query_types),
21401         (gst_flacdec_get_src_event_masks):
21402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21403         (gst_gnomevfssrc_get_query_types),
21404         (gst_gnomevfssrc_get_event_mask):
21405
21406 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21407
21408         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21409         (gst_sinesrc_dispose):
21410           fix memleak by properly disposing sinesrc
21411
21412 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21413
21414         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21415         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21416         an overlay to redraw the image because it has been exposed.
21417         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21418         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21419         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21420         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21421         interface
21422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21423         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21424         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21425         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21426         interface
21427
21428 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21429
21430         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21431           more memleak fixage
21432
21433 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21434
21435         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21436         * gst/typefind/gsttypefindfunctions.c:
21437           fix memleaks shown by gst-typefind
21438
21439 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21440
21441         * common/glib-gen.mak:
21442           add hack rule to touch .Plo files
21443         * gst-libs/gst/colorbalance/Makefile.am:
21444         * gst-libs/gst/mixer/Makefile.am:
21445         * gst-libs/gst/play/Makefile.am:
21446         * gst-libs/gst/tuner/Makefile.am:
21447           remove glib_root variable
21448
21449 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21450
21451         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21452           set explicit caps before adding the element, so the autopluggers can
21453           plug correctly.
21454         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21455         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21456         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21457         (dv_type_find):
21458           fix memleaks in typefind functions. gst_type_find_suggest takes a const
21459           argument.
21460
21461 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21462
21463         * gst-libs/gst/colorbalance/Makefile.am:
21464         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21465         * gst-libs/gst/colorbalance/colorbalance.c:
21466         * gst-libs/gst/colorbalance/colorbalance.h:
21467         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21468         * gst-libs/gst/mixer/Makefile.am:
21469         * gst-libs/gst/mixer/mixer-marshal.list:
21470         * gst-libs/gst/mixer/mixer.c:
21471         * gst-libs/gst/mixer/mixer.h:
21472         * gst-libs/gst/mixer/mixermarshal.list:
21473         * gst-libs/gst/play/Makefile.am:
21474         * gst-libs/gst/play/play.h:
21475         * gst-libs/gst/tuner/Makefile.am:
21476         * gst-libs/gst/tuner/tuner-marshal.list:
21477         * gst-libs/gst/tuner/tuner.c:
21478         * gst-libs/gst/tuner/tuner.h:
21479         * gst-libs/gst/tuner/tunermarshal.list:
21480           use new glib-gen.mak snippet to clean up Makefile.am
21481           fix various bugs in Makefile.am's
21482
21483 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21484
21485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21486           handle chain parsing correctly in the multichain case
21487         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21488         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21489         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21490         (theora_dec_chain):
21491           handle events and queries correctly
21492
21493 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21494
21495         * .cvsignore:
21496         Ignore generated file _stdint.h.
21497
21498 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21499
21500         * gst-libs/gst/colorbalance/Makefile.am:
21501         * gst-libs/gst/colorbalance/colorbalance.h:
21502         * gst-libs/gst/mixer/Makefile.am:
21503         * gst-libs/gst/mixer/mixer.h:
21504         * gst-libs/gst/play/Makefile.am:
21505         * gst-libs/gst/play/play.h:
21506         * gst-libs/gst/tuner/Makefile.am:
21507         * gst-libs/gst/tuner/tuner.h:
21508         Generate enum type code with glib-mkenums.
21509         * gst-libs/gst/colorbalance/.cvsignore:
21510         * gst-libs/gst/mixer/.cvsignore:
21511         * gst-libs/gst/play/.cvsignore:
21512         * gst-libs/gst/tuner/.cvsignore:
21513         Ignore generated files.
21514
21515 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21516
21517         * gst-libs/gst/audio/.cvsignore:
21518         Ignore generated file.
21519         * gst-libs/gst/audio/Makefile.am:
21520         Do not install example filter.
21521
21522 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21523
21524         * examples/switch/.cvsignore:
21525         Ignore generated file.
21526
21527 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21528
21529         * common/m4/ax_create_stdint_h.m4:
21530         * configure.ac:
21531           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21532           _stdint.h.
21533         * Makefile.am:
21534           remove generated _stdint.h in DISTCLEANFILES
21535         * ext/a52dec/gsta52dec.c:
21536           include _stdint.h for a52dec. (should fix #133064)
21537
21538 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21539
21540         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21541         (gst_tag_to_vorbis_comments):
21542         Add replaygain support to vorbistag
21543
21544 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21545         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21546         (gst_ffmpeg_caps_to_extradata):
21547           Fix SVQ3 caps flag properties
21548           Use glib macro for bytes swap
21549
21550 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21551
21552         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21553         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21554         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21555         * ext/sndfile/gstsf.c: (plugin_init):
21556         * gst/avi/gstavi.c: (plugin_init):
21557         * sys/dxr3/dxr3init.c: (plugin_init):
21558         * sys/oss/gstossaudio.c: (plugin_init):
21559         * sys/v4l/gstv4l.c: (plugin_init):
21560         * sys/v4l2/gstv4l2.c: (plugin_init):
21561           remove textdomain calls
21562         * po/nl.po:
21563           update Dutch translation
21564
21565 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21566
21567         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21568         (gst_play_set_audio_sink): Moving volume in the audio thread for
21569         instantaneous volume change. Maybe i will add another volume in front
21570         of visualization later, not sure yet though.
21571
21572 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21573
21574         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21575         (gst_ximagesink_handle_xevents): Better X events handling, only take
21576         the latest events for configure and motion.
21577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21578
21579 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21580
21581         reviewed by: David Schleef  <ds@schleef.org>
21582
21583         Fix memory leaks:
21584         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21585         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21586
21587 2004-02-02  David Schleef  <ds@schleef.org>
21588
21589         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21590         of lines.
21591         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21592         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21593         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21594         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21595         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21596         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21597         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21598         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21599         (gst_float2_2_int_link):
21600         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21601         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21602         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21603         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21604         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21605         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21606         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21608         * testsuite/gst-lint: Add tests for bzero and ;;
21609
21610 2004-02-02  David Schleef  <ds@schleef.org>
21611
21612         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21613
21614 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21615
21616         * ext/aalib/gstaasink.c: (gst_aasink_open):
21617         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21619         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21620         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21621         (gst_afsink_close_file):
21622         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21623         (gst_afsrc_close_file):
21624         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21625         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21626         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21627         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21628         * ext/esd/esdmon.c: (gst_esdmon_get):
21629         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21630         * ext/faac/gstfaac.c: (gst_faac_chain):
21631         * ext/faad/gstfaad.c: (gst_faad_chain):
21632         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21633         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21634         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21635         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21636         (gst_flacdec_loop):
21637         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21638         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21639         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21640         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21641         (gst_gnomevfssink_close_file):
21642         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21643         (gst_gnomevfssrc_open_file):
21644         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21645         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21646         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21647         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21648         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21649         * ext/mad/gstmad.c: (gst_mad_chain):
21650         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21651         * ext/mpeg2dec/gstmpeg2dec.c:
21652         * ext/mpeg2enc/gstmpeg2enc.cc:
21653         * ext/mplex/gstmplex.cc:
21654         * ext/mplex/gstmplexibitstream.cc:
21655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21656         (gst_ogg_demux_push):
21657         * ext/raw1394/gstdv1394src.c:
21658         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21659         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21660         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21661         (gst_sf_loop):
21662         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21663         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21664         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21665         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21666         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21667         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21668         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21669         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21670         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21671         (gst_riff_read_element_data), (gst_riff_read_seek),
21672         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21673         * gst/adder/gstadder.c: (gst_adder_loop):
21674         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21675         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21676         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21677         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21678         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21679         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21680         * gst/goom/gstgoom.c: (gst_goom_chain):
21681         * gst/id3/gstid3types.c: (gst_id3types_loop):
21682         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21683         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21684         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21685         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21686         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21687         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21688         (gst_ebml_read_float), (gst_ebml_read_header):
21689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21690         (gst_matroska_demux_parse_blockgroup):
21691         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21692         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21693         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21694         * gst/silence/gstsilence.c: (gst_silence_get):
21695         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21696         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21697         * gst/speed/gstspeed.c: (speed_loop):
21698         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21699         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21700         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21701         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21702         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21703         (gst_wavparse_loop):
21704         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21705         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21706         (dxr3audiosink_close):
21707         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21708         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21709         (dxr3videosink_close), (dxr3videosink_write_data):
21710         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21711         * sys/oss/gstosssink.c: (gst_osssink_chain):
21712         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21713         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21714         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21716         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21717         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21718         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21719         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21720         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21721         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21722         (gst_v4l_set_audio):
21723         * sys/v4l/v4l_calls.h:
21724         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21725         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21726         (gst_v4lmjpegsink_playback_init),
21727         (gst_v4lmjpegsink_playback_start):
21728         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21729         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21730         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21731         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21732         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21733         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21734         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21735         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21736         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21737         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21738         (gst_v4l2_get_output), (gst_v4l2_set_output),
21739         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21740         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21741         (gst_v4l2_set_attribute):
21742         * sys/v4l2/v4l2_calls.h:
21743         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21744         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21745         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21746         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21747         (gst_v4l2src_capture_stop):
21748         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21749         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21750         (gst_ximagesink_chain):
21751         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21752         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21753         (gst_xvideosink_xwindow_new):
21754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21755         (gst_xvimagesink_chain):
21756
21757 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21760         (gst_volume_get_volume), (volume_class_init), (volume_init),
21761         (volume_chain_int16), (volume_update_volume):
21762         * gst/volume/gstvolume.h:
21763           make code more readable by removing magic numbers
21764           make mixer interface export 0-100 range
21765           make it internally map to 0.0-1.0 range so users don't distort
21766           output by putting the sliders at full volume
21767
21768 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21769
21770         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21771         (gst_play_state_change), (gst_play_seek_to_time):
21772         block the tick callback for 0.5 secs after doing a seek
21773
21774 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * gst-libs/gst/play/play.c: (gst_play_new):
21777           check for GError
21778
21779 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21780
21781         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21782         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21783         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21784         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21786         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21787
21788 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21789
21790         * configure.ac:
21791         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21792           check for a function added in vorbis 1.1
21793
21794 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21795
21796         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21797         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21798           really start/stop clock only on PLAYING <=> PAUSED
21799         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21800           remove \n from debugging lines
21801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21802           make it work when seeking does not
21803         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21804           reset on DISCONT
21805
21806 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21807
21808         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21809           start clock on PAUSED=>PLAYING, not later
21810         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21811           extract correct time for different discont formats
21812         (gst_alsa_sink_get_time):
21813           don't segfault when no format is negotiated yet, just return 0
21814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21815         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21816         (gst_ogg_pad_push):
21817           handle flush and discont events correctly
21818         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21819           handle discont events correctly
21820
21821 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21822
21823         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21824         (gst_play_error_create), (gst_play_error_plugin),
21825         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21826         * gst-libs/gst/play/play.h:
21827           add error handling during creation
21828         * examples/gstplay/player.c: (main):
21829           use new gst_play_new
21830
21831
21832 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21833
21834         * ext/theora/theoradec.c: (theora_dec_chain):
21835           make comments work
21836         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21837         (vorbis_dec_src_event), (vorbis_dec_chain):
21838           add encoder tag, fix tag reading to be more error tolerant, change
21839           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21840           gst_pad_event_default.
21841         * gst/tags/gstvorbistag.c:
21842         (gst_tag_list_from_vorbiscomment_buffer):
21843           undefine function specific define at end of function
21844
21845 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21846
21847         * ext/flac/gstflac.c: (plugin_init):
21848         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21849         * ext/flac/gstflacdec.h:
21850         * ext/flac/gstflacenc.h:
21851           Fix typos
21852
21853 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21854
21855         * examples/gstplay/player.c: s/gstplay.h/play.h/
21856
21857 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * gst-libs/gst/play/Makefile.am:
21860         * gst-libs/gst/play/gstplay.c:
21861         * gst-libs/gst/play/gstplay.h:
21862         * gst-libs/gst/play/play.c:
21863           more surgery, operation complete
21864
21865 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21866
21867         * gst-libs/gst/play/play.old.c:
21868         * gst-libs/gst/play/play.old.h:
21869           after CVS surgery by moving, remove
21870         * gst-libs/gst/play/playpipelines.c:
21871           remove
21872
21873         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21874           add negotiation error
21875
21876 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21879         (gst_ogg_demux_push):
21880           add some seeking debug info
21881           send a flush when seeking
21882
21883 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21884
21885         * configure.ac:
21886           use AC_C_INLINE
21887         * configure.ac:
21888         * ext/Makefile.am:
21889         * ext/theora/Makefile.am:
21890         * ext/theora/theoradec.c:
21891           add theora video decoder. Does just do simple decoding for now and
21892           has been tested against Theora cvs only. It only works when theora
21893           is compiled with --enable-static.
21894         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21895           always reset packetno on DISCONT
21896
21897 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21898
21899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21900           Fix audio.
21901
21902 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21903
21904         * gst/mpegaudioparse/gstmpegaudioparse.c:
21905         (mp3_type_frame_length_from_header):
21906           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21907
21908 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21909
21910         * ext/esd/esdsink.c: (gst_esdsink_init):
21911           Since we have static pad template caps, we don't need to negotiate;
21912           either the core errors out or we know the format.
21913
21914 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21915
21916         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21917         (gst_riff_read_seek):
21918         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21919         (gst_ebml_read_seek):
21920           Fix event handling.
21921
21922 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21923
21924         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21925           removee video/x-theora from vp3 decoder, it doesn't handle raw
21926           theora streams
21927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21928           fix bug with finalizing element that never went to PAUSED
21929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21930           length and position queries were swapped
21931         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21932         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21933         (vorbis_dec_src_event):
21934           implement querying time and bytes
21935
21936 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21937
21938         * just about every source file:
21939           gst_element_error -> GST_ELEMENT_ERROR
21940
21941 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21942
21943         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21944         emiting FLUSH and even before DISCONT.
21945         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21946         get the best instant seeking as possible yay!
21947
21948 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21949
21950         * gst/mpeg1videoparse/gstmp1videoparse.c:
21951         (gst_mp1videoparse_real_chain):
21952           Committed wrong version last week... Grr... Didn't notice until now.
21953
21954 2004-01-29  Julien MOUTTE <julien@moutte.net>
21955
21956         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21958         have_xwindow_id signal in xwindow_create.
21959
21960 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21961
21962         * ext/ogg/gstoggdemux.c:
21963           lots of changes - mainly support for chained bitstreams, seeking,
21964           querying and bugfixes of course
21965         * ext/vorbis/Makefile.am:
21966         * ext/vorbis/vorbisdec.c:
21967         * ext/vorbis/vorbisdec.h:
21968           add vorbisdec raw vorbis decoder
21969         * ext/vorbis/vorbis.c: (plugin_init):
21970           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21971         * gst/intfloat/Makefile.am:
21972         * gst/intfloat/float22int.c:
21973         * gst/intfloat/float22int.h:
21974         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21975           add float2intnew plugin. It converts multichannel interleaved float to
21976           multichannel interleaved int. The name should probably be changed.
21977         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21978         (plugin_init):
21979           add typefinding for raw theora video so oggdemux can detect it.
21980
21981 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21982
21983         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21984         sink element first.
21985         * gst/videoscale/gstvideoscale.c:
21986         (gst_videoscale_handle_src_event): Fixing src event handler.
21987
21988 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21989
21990         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21991         (gst_v4lsrc_open), (gst_v4lsrc_close),
21992         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21993         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21994         * sys/v4l/gstv4lsrc.h:
21995         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21996         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21997           Implement resizing... Hack. But that's why v4l is b0rked...
21998
21999 2004-01-28  Julien MOUTTE <julien@moutte.net>
22000
22001         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22002         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22003         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22004         (gst_ximagesink_xwindow_destroy):
22005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22006         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22007         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22008         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22009         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22010         correctly cleaning the image created to check xshm calls on succes,
22011         added a lot of XSync calls in X11 functions, and fixed a segfault when
22012         no image format was defined before negotiation happened.
22013
22014 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22015
22016         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22017           use gst_element_get_time to get correct time
22018
22019 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22020
22021         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22022         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22023         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22025         (gst_xvimagesink_check_xshm_calls),
22026         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22027         X plugins are now able to detect that XShm calls will fail even if the
22028         server claims that it has XShm support (remote displays most of the
22029         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22030         so that we use non XShm functions. This feature is almost useless for
22031         xvimagesink as Xv is not supported on remote displays anyway, but
22032         it might happen than even on the local display XShm calls fail.
22033
22034 2004-01-27  David Schleef  <ds@schleef.org>
22035
22036         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22037         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22038         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22039         changed esdsink to only use 44100,16,2, since esd sucks at rate
22040         conversion and esdsink has had difficulty negotiating.
22041
22042 2004-01-27  Julien MOUTTE <julien@moutte.net>
22043
22044         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22045         (gst_play_seek_to_time): Fixing the way to get current position.
22046
22047 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22048
22049         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22050           use gst_element_get_time to get correct time
22051
22052 2004-01-27  Julien MOUTTE <julien@moutte.net>
22053
22054         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22055         fix ever... Inverting 2 lines of code make spider autoplug correctly
22056         tagged mp3 !
22057
22058 2004-01-27  David Schleef  <ds@schleef.org>
22059
22060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22061         Use gst_pad_try_set_caps_nonfixed().
22062
22063 2004-01-27  David Schleef  <ds@schleef.org>
22064
22065         * gst/ac3parse/gstac3parse.c: update to checklist 5
22066         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22067         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22068         * gst/audioscale/gstaudioscale.c: same
22069         * gst/auparse/gstauparse.c: same
22070         * gst/avi/gstavidemux.c: same
22071
22072 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22073
22074         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22075           stop processing after EOS
22076
22077 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22078
22079         * gst/asfdemux/asfheaders.h:
22080         * gst/asfdemux/gstasfdemux.c:
22081         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22082         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22083         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22084           lot's of fixes to make data extraction simpler and get the code
22085           architecture and compiler independant. Add debugging category
22086         * gst/goom/gstgoom.c: (gst_goom_change_state):
22087           reset channel count on PAUSED=>READY, not READY=>PAUSED
22088
22089 2004-01-26  Colin Walters  <walters@verbum.org>
22090
22091         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22092         code to pull a bigger buffer in iradio mode.  This as a side effect
22093         makes typefinding work.
22094
22095 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22096
22097         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22098         Fix SVQ3 decoding on PPC
22099
22100 2004-01-26  Julien MOUTTE <julien@moutte.net>
22101
22102         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22103         that one managed to stay there... Fixed.
22104
22105 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22106
22107         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22108         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22109         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22110         (qtdemux_video_caps):
22111         * gst/qtdemux/qtdemux.h:
22112         Add SVQ3 specific flags to qtdemux and ffmpeg
22113
22114 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22115
22116         * gst-libs/gst/audio/audio.h:
22117           remove buffer-frames from audio caps
22118         * gst/audioconvert/gstaudioconvert.c:
22119           fix plugin to really work.
22120
22121 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22122
22123         * gst-libs/gst/mixer/mixer.c:
22124         * gst-libs/gst/propertyprobe/propertyprobe.c:
22125         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22126         (gst_tuner_find_channel_by_name):
22127         * gst-libs/gst/tuner/tuner.h:
22128           Add gtk-doc style comments. Also fix a function name.
22129
22130 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22131
22132         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22133         (gst_divxdec_negotiate):
22134           Fix for new capsnego - also fixes gst-player with divxdec.
22135
22136 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22137
22138         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22139         (gst_play_identity_handoff), (gst_play_set_location),
22140         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22141         try in visualization implementation. Still have an issue with switch
22142         blocking when pulling from video_queue and only audio comes out of
22143         spider.
22144         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22145         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22146         release method. And check if the pad is usable before pulling.
22147
22148 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22149
22150         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22151         (gst_videobalance_init),
22152         (gst_videobalance_colorbalance_list_channels),
22153         (gst_videobalance_colorbalance_set_value),
22154         (gst_videobalance_colorbalance_get_value),
22155         (gst_videobalance_update_properties),
22156         (gst_videobalance_update_tables_planar411),
22157         (gst_videobalance_planar411):
22158         * gst/videofilter/gstvideobalance.h:
22159           Implement lookup-tables. +/- 10x faster.
22160
22161 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22162
22163         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22164         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22165           The index reading was broken. The rest worked fine, but the whole
22166           goal of my rewrite was to make avidemux readable, and this was
22167           not at all readable. Please use typed variables.
22168
22169 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22170
22171         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22172           Additional pad usability check.
22173         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22174         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22175         (gst_mp1videoparse_real_chain):
22176           Fix MPEG video stream parsing. The original plugin had several
22177           issues, including not timestamping streams where the source was
22178           not timestamped (this happens with PTS values in mpeg system
22179           streams, but MPEG video is also a valid stream on its own so
22180           that needs timestamps too). We use the display time code for that
22181           for now. Also, if one incoming buffer contains multiple valid
22182           frames, we push them all on correctly now, including proper EOS
22183           handling. Lastly, several potential segfaults were fixed, and we
22184           properly sync on new sequence/gop headers to include them in next,
22185           not previous frames (since they're header for the next frame, not
22186           the previous). Also see #119206.
22187         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22188         (bpf_from_header):
22189           Move caps setting so we only do it after finding several valid
22190           MPEG-1 fraes sequentially, not right after the first one (which
22191           might be coincidental).
22192         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22193         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22194         (plugin_init):
22195           Add unsynced MPEG video stream typefinding, and change some
22196           probability values so we detect streams rightly. The idea is as
22197           follows: I can have an unsynced system stream which contains
22198           video. In the current code, I would randomly get a type for either
22199           system or video stream type found, because the probabilities are
22200           being calculated rather randomly. I now use fixed values, so we
22201           always prefer system stream if that was found (and that is how it
22202           should be). If no system stream was found, we can still identity                the stream as video-only.
22203
22204 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22205
22206         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22207         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22208           don't write to buffer. Extract data without the need of
22209           __attribute__ ((packed))
22210
22211 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22212
22213         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22214         (mpeg1_sys_type_find):
22215           Fix MPEG-1 stream typefinding.
22216
22217 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22218
22219         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22220           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22221
22222 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22223
22224         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22225         * ext/esd/gstesd.c: (plugin_init):
22226           private debugging, better error reporting
22227
22228 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22229
22230         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22231         (gst_riff_read_init), (gst_riff_read_change_state):
22232         * gst-libs/gst/riff/riff-read.h:
22233           Remove stuff fromold metadata system.
22234
22235 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22236
22237         * ext/ogg/gstoggdemux.c:
22238           Fix wrong file comment.
22239         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22240         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22241           Add metadata reading properly.
22242
22243 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * ext/Makefile.am:
22246           Fix nas DIST_SUBDIRS
22247           Uraeus:
22248           Fix bug where make distcheck doesn't get run on adding stuff to
22249           the build.
22250
22251 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22252
22253         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22254         * ext/divx/gstdivxdec.h:
22255           Fix divx3 ("msmpeg4") playback using divxdec.
22256
22257 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22258
22259         * gst/typefind/gsttypefindfunctions.c:
22260         (mp3_type_frame_length_from_header): fix bug in length computation
22261         (mp3_type_find): improve debugging output
22262
22263 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22264
22265         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22266         (gst_play_set_location), (gst_play_seek_to_time),
22267         (gst_play_set_audio_sink), (gst_play_set_visualization),
22268         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22269         the pipeline from scratch. Visualization is back and switch went out as
22270         i realized it was not possible to use the way i wanted.
22271         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22272         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22273         clearing in state change from READY to NULL. So that one can clean the
22274         X ressources keeping the element.
22275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22276         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22277         (gst_xvimagesink_colorbalance_set_value),
22278         (gst_xvimagesink_colorbalance_get_value),
22279         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22280         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22281         change from READY to NULL and fixed some stupid bugs in colorbalance
22282         get/set values. Also added the following feature : when nobody tries to
22283         set some values to the colorbalance levels before the xcontext is
22284         grabbed, then when creating channels list from Xv attributes we set the
22285         internal values to the Xv defaults. This way we handle buggy Xv drivers
22286         that set default hue values far from the middle of the range (Thanks
22287         to Jon Trowbridge for pointing that issue).
22288         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22289         colorbalance levels have been set before xcontext is grabbed.
22290
22291 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22292
22293         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22294           Fix the ossmixer case where we shouldn't open /dev/dsp* because
22295           it might block operations (which is bad for a mixer).
22296
22297 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22300         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22301         (gmip_find_type_pre):
22302         * gst-libs/gst/media-info/media-info-priv.h:
22303         * gst-libs/gst/media-info/media-info.c:
22304         (gst_media_info_instance_init), (gst_media_info_read_idler):
22305         add fakesink to get caps on decoder src pad again
22306         fix callback prototype to match new have_type signal signature
22307
22308 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22309
22310         * gst/adder/gstadder.c: (gst_adder_link):
22311           fix non-compile and cut-n-paste code
22312
22313 2004-01-21  David Schleef  <ds@schleef.org>
22314
22315         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22316         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22317         (gst_swfdec_init), (gst_swfdec_change_state):
22318         * ext/swfdec/gstswfdec.h:
22319         Fix negotiation.
22320         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22321         (gst_adder_request_new_pad): Fix negotiation.
22322         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22323         Add a fixate function.
22324         * gst/intfloat/gstfloat2int.c:
22325         * gst/intfloat/gstfloat2int.h:
22326         * gst/intfloat/gstint2float.c:
22327         * gst/intfloat/gstint2float.h:
22328         Completely rewrite the negotiation.  Doesn't quite work yet,
22329         due to some buffer-frames problem.
22330
22331 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22332
22333         * ext/gnomevfs/gstgnomevfssrc.c:
22334         * sys/v4l2/v4l2_calls.h:
22335           fix includes for distcheck
22336
22337 2004-01-21  Christian Schaller <uraeus@gnome.org>
22338
22339         * ext/nas/
22340         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22341         based on earlier patch from Laurent Vivier
22342
22343 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22344
22345         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22346         Fix wma caps property
22347         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22348         Fix typo (flags1 and flags2)
22349
22350 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22351
22352         * gst-libs/gst/media-info/media-info-priv.c:
22353         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22354         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22355         (gmip_find_stream), (gmip_find_track_metadata),
22356         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22357         (gmip_find_track_format):
22358         * gst-libs/gst/media-info/media-info-priv.h:
22359         * gst-libs/gst/media-info/media-info-test.c: (main):
22360         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22361         (gst_media_info_read_idler), (gst_media_info_read):
22362         * gst-libs/gst/media-info/media-info.h:
22363           register debugging category and use it for debugging
22364
22365 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22368         (gst_vorbisfile_new_link):
22369           signal streaminfo through tags
22370
22371 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22372
22373         * ext/mplex/gstmplex.cc:
22374         * ext/mplex/gstmplexibitstream.cc:
22375           g++ doesn't like NULL in our i18n/error macros, should be
22376           either (NULL) or ("").
22377
22378 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22379
22380         * sys/dxr3/dxr3audiosink.c:
22381         * sys/dxr3/dxr3init.c:
22382         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22383         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22384           Fix more error error error errors (missing includes here).
22385
22386 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22387
22388         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22389           fix thomas' error errors.
22390
22391 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22392
22393         * ext/mpeg2enc/gstmpeg2enc.cc:
22394           fix error errors.
22395
22396 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22397
22398         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22399         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22400           Fix for new error system.
22401
22402 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22403
22404         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22405           fix for new error reporting
22406
22407 2004-01-20  David Schleef  <ds@schleef.org>
22408
22409         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22410         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22411         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22412         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22413         and neither is 100+, most likely.
22414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22415         (gst_xvimagesink_getcaps): same
22416
22417 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22418
22419         * configure.ac:
22420           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22421           clashes with ffmpeg.
22422
22423 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22424
22425         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22426         (gst_switch_init): Fixed switch element : proxying link and setting
22427         caps from src to sink on request.
22428
22429 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22430
22431         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22432         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22433         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22434         fix element_error
22435
22436 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * sys/v4l/v4l_calls.h:
22439         * sys/v4l2/v4l2_calls.h:
22440           element_error fixes
22441
22442 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22443
22444         * gst-libs/gst/gst-i18n-plugin.h:
22445           add locale.h
22446           remove config.h inclusion
22447
22448 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22449
22450         * autogen.sh:
22451           adding autopoint invocation
22452         * Makefile.am:
22453         * configure.ac:
22454         * gst-libs/gst/gettext.h:
22455           adding gettext bits
22456         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22457         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22458         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22459         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22460         (gst_gnomevfssink_close_file):
22461         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22462         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22463         * gst-libs/gst/gst-i18n-plugin.h:
22464         * gst/avi/gstavi.c: (plugin_init):
22465         * sys/dxr3/dxr3init.c: (plugin_init):
22466         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22467         * sys/oss/gstossaudio.c: (plugin_init):
22468         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22469         * sys/v4l/gstv4l.c: (plugin_init):
22470         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22471         * sys/v4l2/gstv4l2.c: (plugin_init):
22472         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22473         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22474         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22475         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22476         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22477         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22478           make sure locale and translation domain are set
22479           fix translated strings
22480         * po/.cvsignore:
22481         * po/LINGUAS:
22482         * po/Makevars:
22483         * po/POTFILES.in:
22484         * po/nl.po:
22485           put translation files into place
22486         * sys/xvideo/imagetest.c: (main):
22487         * ext/dv/demo-play.c: (main):
22488           fix unnecessary translations
22489
22490 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22491
22492         * ext/sndfile/gstsf.c:
22493         * gst/avi/gstavimux.c:
22494         * ext/audiofile/gstafsink.c:
22495         * ext/audiofile/gstafsrc.c:
22496         * ext/gnomevfs/gstgnomevfssink.c:
22497         * ext/gnomevfs/gstgnomevfssrc.c:
22498         * sys/oss/gstosselement.c:
22499         * sys/v4l/v4l_calls.h:
22500           fix i18n include
22501
22502 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22503
22504         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22505         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22506         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22507         (gst_v4l2_get_output), (gst_v4l2_set_output),
22508         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22509         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22510         (gst_v4l2_set_attribute):
22511         update to new error handling
22512
22513 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * ext/sidplay/gstsiddec.cc:
22516         * gst/modplug/gstmodplug.cc:
22517           parenthese NULL because C++ seems angry about it
22518
22519 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22520
22521         * gst-libs/gst/gst-i18n-plugin.h:
22522           add skeleton i18n stuff, but needs to be further implemented
22523
22524 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22525
22526         * examples/gstplay/player.c: (main):
22527         * ext/aalib/gstaasink.c: (gst_aasink_open):
22528         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22529         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22530         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22531         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22532         (gst_afsink_close_file):
22533         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22534         (gst_afsrc_close_file):
22535         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22536         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22538         * ext/esd/esdmon.c: (gst_esdmon_get):
22539         * ext/esd/esdsink.c: (gst_esdsink_chain):
22540         * ext/faac/gstfaac.c: (gst_faac_chain):
22541         * ext/faad/gstfaad.c: (gst_faad_chain):
22542         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22543         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22544         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22545         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22546         (gst_flacdec_loop):
22547         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22548         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22549         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22550         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22551         (gst_gnomevfssink_close_file):
22552         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22553         (gst_gnomevfssrc_open_file):
22554         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22555         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22556         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22557         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22558         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22559         * ext/mad/gstmad.c: (gst_mad_chain):
22560         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22561         * ext/mpeg2dec/gstmpeg2dec.c:
22562         * ext/mpeg2enc/gstmpeg2enc.cc:
22563         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22564         * ext/mplex/gstmplex.cc:
22565         * ext/mplex/gstmplexibitstream.cc:
22566         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22567         (gst_ogg_demux_push), (gst_ogg_pad_push):
22568         * ext/raw1394/gstdv1394src.c:
22569         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22570         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22571         * ext/sidplay/gstsiddec.cc:
22572         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22573         (gst_sf_loop):
22574         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22575         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22576         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22577         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22578         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22579         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22580         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22581         * gst-libs/gst/Makefile.am:
22582         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22583         (gst_riff_read_element_data), (gst_riff_read_seek),
22584         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22585         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22587         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22588         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22589         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22590         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22591         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22592         * gst/goom/gstgoom.c: (gst_goom_chain):
22593         * gst/id3/gstid3types.c: (gst_id3types_loop):
22594         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22595         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22596         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22597         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22598         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22599         (gst_ebml_read_float), (gst_ebml_read_header):
22600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22601         (gst_matroska_demux_parse_blockgroup):
22602         * gst/modplug/gstmodplug.cc:
22603         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22604         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22605         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22606         * gst/silence/gstsilence.c: (gst_silence_get):
22607         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22608         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22609         * gst/speed/gstspeed.c: (speed_loop):
22610         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22611         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22612         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22613         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22614         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22615         (gst_wavparse_loop):
22616         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22617         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22618         (dxr3audiosink_close):
22619         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22620         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22621         (dxr3videosink_close), (dxr3videosink_write_data):
22622         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22623         * sys/oss/gstosselement.h:
22624         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22625         (gst_osssink_chain):
22626         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22627         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22628         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22630         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22631         (gst_v4l_enable_overlay):
22632         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22633         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22634         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22635         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22636         (gst_v4l_set_audio):
22637         * sys/v4l/v4l_calls.h:
22638         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22639         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22640         (gst_v4lmjpegsink_playback_init),
22641         (gst_v4lmjpegsink_playback_start):
22642         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22643         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22644         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22645         (gst_v4lmjpegsrc_requeue_frame):
22646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22647         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22648         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22650         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22651         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22652         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22653         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22654         (gst_v4l2src_capture_stop):
22655         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22656         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22657         (gst_ximagesink_chain):
22658         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22659         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22660         (gst_xvideosink_xwindow_new):
22661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22662         (gst_xvimagesink_chain):
22663         use new error signal, function and categories
22664
22665 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22666
22667         * configure.ac:
22668         * ext/Makefile.am:
22669         * ext/musicbrainz/gsttrm.c:
22670         * ext/musicbrainz/gsttrm.h:
22671         * ext/musicbrainz/Makefile.am:
22672         Add a trm plugin
22673
22674 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22675
22676         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22677         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22678         synchronous property for debugging.
22679         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22681         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22682         smaller block, fixing indent.
22683
22684 2004-01-16  David Schleef  <ds@schleef.org>
22685
22686         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22687         property affects the video stream.
22688         * sys/xvimage/xvimagesink.c:
22689         * sys/xvimage/xvimagesink.h:
22690         Add synchronous property for debugging.  Should probably be
22691         disabled in non-CVS builds.  Make sure that the Xv attribute
22692         exists before we set it (crash!).  Fix a silly float bug that
22693         caused colorbalance to just not work.
22694
22695 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22696
22697         * tools/gst-launch-ext.in - update for new plugins
22698
22699 2004-01-16  David Schleef  <ds@schleef.org>
22700
22701         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22702         already-freed caps.
22703
22704 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22705
22706         * Update spec for new colorspace plugin and libcaca plugin
22707         * Fix compilation of libcaca plugin (clock -> id)
22708
22709 2004-01-16  Julien MOUTTE <julien@moutte.net>
22710
22711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22712         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22713         (gst_xvimagesink_set_xwindow_id),
22714         (gst_xvimagesink_colorbalance_set_value),
22715         (gst_xvimagesink_colorbalance_get_value),
22716         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22717         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22718         correct colorbalance properties. They can now be set when the element
22719         is still in NULL state. The values will be committed to the Xv Port
22720         when xcontext is initialized.
22721         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22722         brightness int values in the GstXvImagesink structure.
22723
22724 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22725
22726         * gst-libs/gst/Makefile.am:
22727           restructure so having local patches works easier.
22728
22729 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22730
22731         * ext/mpeg2enc/Makefile.am:
22732         * ext/mpeg2enc/gstmpeg2enc.cc:
22733         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22734           Bugfix with respect to EOS handling.
22735
22736 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22737
22738         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22739           Link with right caps (else, it segfaults).
22740         * ext/mplex/gstmplexjob.cc:
22741           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22742
22743 2004-01-15  David Schleef  <ds@schleef.org>
22744
22745         * gst-libs/gst/audio/Makefile.am:
22746         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22747         from the template.
22748         * gst-libs/gst/audio/gstaudiofilter.c:
22749         * gst-libs/gst/audio/gstaudiofilter.h:
22750         Add bytes_per_sample and size and n_samples calculation.
22751         * gst-libs/gst/audio/gstaudiofilterexample.c:
22752         Remove, now autogenerated.
22753         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22754         Moved from gstaudiofilterexample, object name changed, code added
22755         so that it actually works.
22756         * gst-libs/gst/audio/make_filter:
22757         Script to build an audiofilter subclass from the template.
22758         * gst/colorspace/Makefile.am:
22759         * gst/colorspace/yuv2yuv.c:
22760         Remove file, since it's GPL, and we don't use it.
22761
22762 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22763
22764         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22766         them use the buffer free function to test how the buffer was allocated.
22767
22768 2004-01-15  David Schleef  <ds@schleef.org>
22769
22770         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22771         that handles osssink fallback.
22772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22773         (gst_audio_convert_getcaps):
22774         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22775         Add audio/x-qdm2 for QDM2 audio.
22776         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22777         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22778         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22779         Decrease minimum size to 16x16.
22780         * gst/wavparse/gstwavparse.c:
22781         Convert disabled pad template caps to new caps.
22782         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22784         (gst_xvimagesink_chain): Throw element error when display cannot
22785         be opened.  Increase minimum framerate to 1.0.  Check the data
22786         free function on a buffer to make sure it is the type we expect
22787         before manipulating it.
22788
22789 2004-01-15  Julien MOUTTE <julien@moutte.net>
22790
22791         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22792         (gst_videobalance_colorbalance_set_value): Implement passthru if
22793         settings are in the middle.
22794         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22795
22796 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22797
22798         * gst/videofilter/Makefile.am:
22799         * gst/volume/Makefile.am:
22800           Since we use videofilter symbols, link to it.
22801
22802 2004-01-15  Julien MOUTTE <julien@moutte.net>
22803
22804         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22805         mixer interface type to HARDWARE.
22806         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22807         type to SOFTWARE.
22808         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22809         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22810         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22811         (gst_volume_interface_init), (gst_volume_list_tracks),
22812         (gst_volume_set_volume), (gst_volume_get_volume),
22813         (gst_volume_set_mute), (gst_volume_mixer_init),
22814         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22815         (volume_init): Implementing mixer interface.
22816         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22817         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22818         (gst_osselement_change_state): Removing some trailing commas in
22819         structures.
22820         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22821         interface type to HARDWARE.
22822         * sys/v4l/gstv4lcolorbalance.c:
22823         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22824         type to HARDWARE.
22825         * sys/v4l2/gstv4l2colorbalance.c:
22826         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22827         interface type to HARDWARE.
22828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22829         same code than ximagesink for event handling.
22830
22831 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22832
22833         * ext/snapshot/Makefile.am:
22834         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22835         (gst_snapshot_chain):
22836         * ext/snapshot/gstsnapshot.h:
22837           This has to be a joke... Snapshot should be connected to a tee,
22838           colorspace element before it and EOS after that, where the other
22839           src of the tee receives normal data.
22840           The current way is *wrong*.
22841
22842 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22843
22844         * ext/hermes/gsthermescolorspace.c:
22845           Fix another compile error. Same as below.
22846
22847 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22848
22849         * gst/colorspace/gstcolorspace.c:
22850         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22851         (gst_colorspace_i420_to_yv12):
22852           Fix compiling... Didn't test if it actually works.
22853
22854 2004-01-15  David Schleef  <ds@schleef.org>
22855
22856         * configure.ac:
22857         * gst/colorspace/Makefile.am:
22858         * gst/colorspace/gstcolorspace.c:
22859         * gst/colorspace/gstcolorspace.h:
22860         * gst/colorspace/yuv2rgb.c:
22861         * gst/colorspace/yuv2rgb.h:
22862         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22863         code and GPL code.  Fix for new caps negotiation.  Rewrite
22864         much of the format handling code, and some of the conversion
22865         code.  Basically, rewrote almost everything.  This element
22866         handles I420, YV12 to RGB conversions.
22867         * ext/hermes/Makefile.am:
22868         * ext/hermes/gsthermescolorspace.c:
22869         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22870         Remove non-Hermes related code.  This element handles lots of
22871         RGB to RGB conversions, but no YUV.
22872         * ext/hermes/gstcolorspace.c:
22873         * ext/hermes/gstcolorspace.h:
22874         * ext/hermes/rgb2yuv.c:
22875         * ext/hermes/yuv2rgb.c:
22876         * ext/hermes/yuv2rgb.h:
22877         * ext/hermes/yuv2rgb_mmx16.s:
22878         * ext/hermes/yuv2yuv.c:
22879         * ext/hermes/yuv2yuv.h:
22880         Remove old code.
22881
22882 2004-01-14  Colin Walters  <walters@verbum.org>
22883
22884         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22885         they've already been.
22886
22887 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22888
22889         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22890           assume tag mode when pad is not connected
22891
22892 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22893
22894         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22895           Don't update the time of the clock
22896         (gst_alsa_sink_loop):
22897           sync to the clock given to alsasink, not the own clock
22898         * sys/oss/gstosssink.c: (gst_osssink_chain):
22899           sync to the clock
22900         (gst_osssink_change_state):
22901           activate the clock
22902         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22904           remove bogus code that made DISCONT events unhandled
22905         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22906           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22907           #131502)
22908         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22909         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22910         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22911           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22912           2nd warning in bug #131502)
22913
22914 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22915
22916         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22917         (gst_videobalance_colorbalance_set_value),
22918         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22919         for colorbalance interface implementation.
22920         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22921         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22922         (gst_ximagesink_dispose), (gst_ximagesink_init),
22923         (gst_ximagesink_class_init): Adding DISPLAY property.
22924         * sys/ximage/ximagesink.h: Adding display_name to store display.
22925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22926         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22927         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22928         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22929         properties (they still need polishing though for gst-launch use : no
22930         xcontext yet, i ll do that tomorrow).
22931         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22932
22933 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22934
22935         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22936         (gst_play_set_location), (gst_play_set_visualization): Preparing
22937         switch integration, adding videobalance in the pipeline.
22938
22939 2004-01-14  Julien MOUTTE <julien@moutte.net>
22940
22941         * gst-libs/gst/colorbalance/colorbalance.c:
22942         (gst_color_balance_class_init): Adding a default type.
22943         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22944         the type.
22945         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22946         (gst_videobalance_dispose), (gst_videobalance_class_init),
22947         (gst_videobalance_init), (gst_videobalance_interface_supported),
22948         (gst_videobalance_interface_init),
22949         (gst_videobalance_colorbalance_list_channels),
22950         (gst_videobalance_colorbalance_set_value),
22951         (gst_videobalance_colorbalance_get_value),
22952         (gst_videobalance_colorbalance_init): Implementing colorbalance
22953         interface.
22954         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22955         list.
22956         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22957         bug which was triggering a BadAccess X error when setting an overlay
22958         before pad was really negotiated.
22959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22960         Using the colorbalance type macro.
22961
22962 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22963
22964         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22965         (gst_flacenc_chain):
22966           handle tags correctly
22967         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22968           extract ID3v1 tags correctly
22969
22970 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22971
22972         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22973         (plugin_init):
22974           Improve matroska typefinding for odd-typed headers...
22975
22976 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22977
22978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22979           Fix for using incremental number on padnames.
22980
22981 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22982
22983         * ext/divx/gstdivxdec.c:
22984         * ext/divx/gstdivxenc.c:
22985           Set category to divx4linux instead of divx (too generic).
22986         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22987         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22988         (gst_wavparse_loop), (gst_wavparse_change_state):
22989         * gst/wavparse/gstwavparse.h:
22990           fix parsing of WAV files with non-standard fmt-tag size and fix
22991           skipping of unrecognized chunks... Someone please fix this thing
22992           to use rifflib so all this is automated.
22993         * sys/v4l/Makefile.am:
22994         * sys/v4l2/Makefile.am:
22995           Add X_CFLAGS because we depend on X (for overlay).
22996
22997 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22998
22999         * ext/mpeg2dec/gstmpeg2dec.c:
23000           Don't issue a timestamp unless we tagged the frame
23001           with a PTS.
23002
23003 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23004
23005         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23006           Query the audio element to get the time, not the clock. We're
23007           interested in the element's time here.
23008
23009 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23010
23011         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23013         * ext/esd/esdsink.c: (gst_esdsink_chain):
23014         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23015         * ext/mas/massink.c: (gst_massink_chain):
23016         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23018         (gst_matroska_demux_parse_metadata):
23019         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23020         (gst_mpeg_parse_release_locks):
23021         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23022         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23023         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23024         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23025         (gst_osssink_change_state):
23026         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23027         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23028         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23029         (gst_xvideosink_release_locks):
23030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23031           use element time.
23032         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23033         (gst_alsa_clock_stop):
23034         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23035         (gst_audio_clock_get_internal_time):
23036           simplify for use with new clocking code.
23037         * testsuite/alsa/Makefile.am:
23038         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23039           fix testsuite for new caps system
23040
23041 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23042
23043         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23044         * ext/flac/gstflacenc.c: (add_one_tag):
23045           length is already host endian, no need to convert. Fixes playback of
23046           tagged files on PPC. (bug #128384)
23047
23048 2004-01-13  Julien MOUTTE <julien@moutte.net>
23049
23050         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23051         colorbalance interface stating if it is hardware based or software
23052         based.
23053         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23054         Removing a trailing comma.
23055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23056         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23057         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23058         the documentation seems to be wrong on the -1000 to 1000 interval.
23059
23060 2004-01-12  David Schleef  <ds@schleef.org>
23061
23062         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23063         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23064         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23065         Fix negotiation.  Add a bufferalloc function for the sink pad,
23066         and generally clean up some of the code.
23067
23068 2004-01-12  Julien MOUTTE <julien@moutte.net>
23069
23070         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23071         (gst_color_balance_channel_dispose): Adding safety check in dispose
23072         method.
23073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23074         (gst_xvimagesink_xcontext_clear),
23075         (gst_xvimagesink_interface_supported),
23076         (gst_xvimagesink_colorbalance_list_channels),
23077         (gst_xvimagesink_colorbalance_set_value),
23078         (gst_xvimagesink_colorbalance_get_value),
23079         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23080         Adding colorbalance interface support to set XV parameters such as
23081         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23082         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23083         interface.
23084
23085 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23086
23087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23088         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23089         (gst_audio_convert_init), (gst_audio_convert_set_property),
23090         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23091         (gst_audio_convert_link),
23092         (gst_audio_convert_buffer_to_default_format),
23093         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23094           - implement _getcaps and use it
23095           - improve linking
23096           - remove float caps since no float conversion is actually done
23097           - remove properties and arguments that were to be used for rate
23098             conversion
23099
23100 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23101
23102         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23103         (gst_audio_structure_set_int):
23104         * gst-libs/gst/audio/audio.h:
23105           add helper functions for _getcaps matching the standard audio
23106           templates
23107
23108 2004-01-12  David Schleef  <ds@schleef.org>
23109
23110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23111         Test that pad is negotiated before getting its caps.
23112
23113 2004-01-12  Julien MOUTTE <julien@moutte.net>
23114
23115         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23116         analyzing the pads of an element the bin is mostly in READY state so
23117         no caps were negotiated. This helper function needs to work with
23118         _get_caps directly then. I was not freeing them though, added that to
23119         fix the mem leak.
23120
23121 2004-01-12  Julien MOUTTE <julien@moutte.net>
23122
23123         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23125         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23126         than the free_func.
23127
23128 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23129
23130         * sys/oss/gstossaudio.c: (plugin_init):
23131         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23132         * sys/oss/gstosselement.h:
23133           make an oss debugging category
23134           make failure more descriptive
23135
23136 2004-01-11  David Schleef  <ds@schleef.org>
23137
23138         * ext/ffmpeg/gstffmpeg.c:
23139         * ext/ffmpeg/gstffmpegcodecmap.c:
23140         * ext/ffmpeg/gstffmpegdec.c:
23141         * ext/ffmpeg/gstffmpegenc.c:
23142         * ext/ffmpeg/gstffmpegprotocol.c:
23143         * ext/gdk_pixbuf/gstgdkanimation.c:
23144         * ext/jpeg/gstjpeg.c:
23145         * ext/libpng/gstpng.c:
23146         * ext/mpeg2dec/perftest.c:
23147         * ext/speex/gstspeex.c:
23148         * gst-libs/gst/resample/dtos.c:
23149         * gst/intfloat/gstintfloatconvert.c:
23150         * gst/oneton/gstoneton.c:
23151         * gst/rtjpeg/RTjpeg.c:
23152         * gst/rtp/gstrtp.c:
23153         * sys/dxr3/dxr3init.c:
23154         * sys/glsink/gstgl_nvimage.c:
23155         * sys/glsink/gstgl_pdrimage.c:
23156         * sys/glsink/gstglsink.c:
23157         * testsuite/gst-lint:
23158         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23159
23160 2004-01-11  David Schleef  <ds@schleef.org>
23161
23162         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23163         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23164         * ext/gdk_pixbuf/gstgdkanimation.c:
23165         (gst_gdk_animation_iter_create_pixbuf):
23166         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23167         (gst_gdk_pixbuf_chain):
23168         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23169         * ext/jack/gstjack.c: (gst_jack_change_state):
23170         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23171         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23172         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23173         * gst/videofilter/gstvideofilter.c:
23174         (gst_videofilter_set_output_size):
23175         Remove all usage of gst_pad_get_caps(), and replace it with
23176         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23177
23178 2004-01-11  David Schleef  <ds@schleef.org>
23179
23180         * configure.ac:
23181         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23182         * ext/divx/gstdivxdec.c:
23183         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23184         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23185         handle images that span multiple buffers.  Now work with both
23186         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23187         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23188         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23189         video/video.h changes
23190         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23192         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23193         of GstData free function.
23194         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23195         same.
23196
23197 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23198
23199         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23200         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23201         (gst_v4l2element_get_property):
23202         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23203           add norm, channel and frequency properties.
23204         * sys/v4l2/gstv4l2tuner.c:
23205           fixes for tuner interface changes
23206         * sys/v4l2/gstv4l2element.h:
23207         * sys/v4l2/gstv4l2src.c:
23208         * sys/v4l2/gstv4l2src.h:
23209         * sys/v4l2/v4l2src_calls.c:
23210         * sys/v4l2/v4l2src_calls.h:
23211           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23212
23213 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23214
23215         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23216         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23217         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23218         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23219         * gst-libs/gst/tuner/tuner.h:
23220           GObjects aren't const.
23221           Add find_by_name functions.
23222           Add checks to _changed functions.
23223         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23224         (gst_v4l_tuner_get_norm):
23225           Fixes for above.
23226
23227 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23228
23229         * gst-libs/gst/video/video.h:
23230           Fix caps template names to be understandable.
23231           Prefix everything with GST_VIDEO.
23232         * ext/aalib/gstaasink.c:
23233         * ext/divx/gstdivxdec.c:
23234         * ext/divx/gstdivxenc.c:
23235         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23236         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23237         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23238         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23239         * ext/libcaca/gstcacasink.c:
23240         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23241         * ext/snapshot/gstsnapshot.c:
23242         * ext/swfdec/gstswfdec.c:
23243         * ext/xvid/gstxviddec.c:
23244         * ext/xvid/gstxvidenc.c:
23245         * gst/chart/gstchart.c:
23246         * gst/deinterlace/gstdeinterlace.c:
23247         * gst/effectv/gsteffectv.c:
23248         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23249         * gst/goom/gstgoom.c:
23250         * gst/median/gstmedian.c:
23251         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23252         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23253         * gst/overlay/gstoverlay.c:
23254         * gst/smooth/gstsmooth.c:
23255         * gst/smpte/gstsmpte.c:
23256         * gst/synaesthesia/gstsynaesthesia.c:
23257         * gst/videocrop/gstvideocrop.c:
23258         * gst/videodrop/gstvideodrop.c:
23259         * gst/y4m/gsty4mencode.c:
23260         * sys/qcam/gstqcamsrc.c:
23261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23262           Make them work with new video.h file.
23263         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23264         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23266         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23267           Make it work with new buffer allocation system.
23268
23269 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23270
23271         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23272         pad_alloc_buffer implementation to use ->srcpad
23273         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23274         pad_alloc_buffer implementation to use ->srcpad
23275         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23276         pad_alloc_buffer implementation to use ->srcpad
23277         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23278         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23279         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23280         a reference to everything we need.
23281         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23283         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23284         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23285         a reference to everything we need.
23286         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23287
23288 2004-01-11  David Schleef  <ds@schleef.org>
23289
23290         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23291         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23292         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23293         structure members.
23294         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23295         value during a resize/renegotiation.
23296         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23297         gst_pad_alloc_buffer();
23298         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23299         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23300         structure members.
23301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23302         Fix for rename of buffer private structure members.
23303         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23304         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23305         Fix for rename of buffer private structure members.
23306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23307         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23308         Fix for rename of buffer private structure members.
23309
23310 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23311
23312         reviewed by: David Schleef <ds@schleef.org>
23313
23314         * gst/videofilter/Makefile.am:
23315         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23316         from the patch by ds to fit in with recent make_filter changes.
23317
23318 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23319
23320         * configure.ac: Adding examples/switch/Makefile
23321         * examples/Makefile.am: Adding examples/switch
23322         * examples/switch/Makefile.am: Adding switcher example.
23323         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23324         (switch_timer), (main): Adding an example demonstrating switch usage
23325         with 2 videotestsrc showing different patterns.
23326         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23327         (gst_switch_init): Fixing switch with the new caps system.
23328
23329 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23330
23331         * gst-libs/gst/video/video.h:
23332           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23333           They should probably be like
23334           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23335
23336 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23337
23338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23339         (qtdemux_parse_trak):
23340           fix audio chunk size/timestamp calculation
23341
23342 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23343
23344         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23345           fix SVQ3 caps
23346
23347 2004-01-11  Steve Baker  <steve@stevebaker.org>
23348
23349         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23350         (gst_agingtv_base_init), (gst_agingtv_class_init),
23351         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23352         (gst_agingtv_set_property), (gst_agingtv_get_property):
23353         Port agingTV to videofilter
23354
23355 2004-01-09  Julien MOUTTE <julien@moutte.net>
23356
23357         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23358         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23359
23360 2004-01-09  Julien MOUTTE <julien@moutte.net>
23361
23362         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23363         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23364         * gst-libs/gst/xoverlay/xoverlay.c:
23365         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23366         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23367         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23368         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23369         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23370         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23371         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23372         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23373         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23374         interface implementation to handle xid being 0 and fix some bugs
23375         triggered by Benjamin's testcase.
23376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23377         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23378         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23379         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23380         interface implementation to handle xid being 0 and fix some bugs
23381         triggered by Benjamin's testcase.
23382
23383 2004-01-09  David Schleef  <ds@schleef.org>
23384
23385         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23386         mouse pointer events.  It works.
23387
23388 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23389
23390         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23391           Use explicit caps - fix capsnego.
23392         * ext/xvid/gstxviddec.c:
23393         * ext/xvid/gstxvidenc.c:
23394           Remove macro-inside-macro which caused compile errors.
23395         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23396           Error out if it's not a RIFF file. Else we error out without
23397           gst_element_error() which is not good...
23398
23399 2004-01-08  David Schleef  <ds@schleef.org>
23400
23401         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23402         Fix pad_link function to handle formats that ffmpeg returns
23403         as multiple caps structures.
23404         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23405         Only complain if source buffer is _smaller_ than expected.
23406         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23407         (gst_videoscale_handle_src_event): Resize navigation events
23408         when passing them upstream.
23409         * gst/videotestsrc/gstvideotestsrc.c:
23410         * gst/videotestsrc/gstvideotestsrc.h:
23411         * gst/videotestsrc/videotestsrc.c:
23412         * gst/videotestsrc/videotestsrc.h:
23413         Rewrite many of the buffer painting functions to handle odd
23414         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23415         been verified to work with my video card.
23416         * testsuite/gst-lint:  Add check for elements calling
23417         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23418
23419 2004-01-08  David Schleef  <ds@schleef.org>
23420
23421         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23422         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23423
23424 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23425
23426         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23427         configure event is not emiting the desired size signal. That fixes
23428         aspect ratio issues with gst-player.
23429
23430 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23431
23432         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23433           Fix capsnego.
23434
23435 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23436
23437         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23438         public method to fire size signal.
23439
23440 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23441
23442         * examples/gstplay/Makefile.am: Adding the interface library.
23443         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23444         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23445         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23446         GST_IS_X_OVERLAY before signal connect.
23447         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23448         Removing the have_video_size signal.
23449         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23450         and associated public method.
23451         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23452         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23453         signal.
23454         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23455         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23456         signal.
23457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23458         Using XOverlay public method to fire size signal.
23459
23460 2004-01-07  David Schleef  <ds@schleef.org>
23461
23462         * gst/videofilter/Makefile.am:
23463         * gst/videofilter/gstvideotemplate.c:
23464         * gst/videofilter/make_filter:
23465         Create gstvideoexample.c in a srcdir!=builddir friendly way.
23466         Convert make_filter to /bin/sh script.
23467
23468 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23469
23470         * gst/modplug/gstmodplug.cc: fix element description
23471
23472 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23473
23474         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23475         (got_video_size): Adding some new lines in g_print calls.
23476         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23477         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23478         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23479         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23480         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23481         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23482         Complete code review, reverting some stuff i disagree with, adding
23483         some fixes : time synchronization on invalid timestamps, renegotiation
23484         of private window.
23485         * sys/ximage/ximagesink.h:
23486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23487         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23488         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23489         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23490         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23491         (gst_xvimagesink_buffer_new),
23492         (gst_xvimagesink_navigation_send_event),
23493         (gst_xvimagesink_set_xwindow_id),
23494         (gst_xvimagesink_get_desired_size),
23495         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23496         stuff i disagree with, adding some fixes : Renegotiation of private
23497         window, implementing get_desired_size.
23498
23499 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23500
23501         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23502         (gst_afsink_handle_event):
23503         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23504         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23505         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23506         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23507         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23508           Fix for instantiate-test (see core). Also remove dead code from
23509           jpegenc (which still needs fixing, but that's lower on my TODO
23510           list...).
23511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23512           Never return NULL as caps.
23513
23514 2004-01-07  David Schleef  <ds@schleef.org>
23515
23516         * configure.ac:
23517         * ext/Makefile.am:
23518         * ext/librfb/Makefile.am:
23519         * ext/librfb/gstrfbsrc.c:
23520         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
23521         is the protocol used by VNC.
23522
23523 2004-01-07  David Schleef  <ds@schleef.org>
23524
23525         * gst/videofilter/gstvideotemplate.c:
23526         * gst/videofilter/gstvideotemplate.h:
23527         * gst/videofilter/make_filter:
23528         Merge videotemplate header into source file.
23529         * gst/effectv/Makefile.am:
23530         * gst/effectv/gsteffectv.c: (plugin_init):
23531         * gst/effectv/gstwarp.c:
23532         Make warpTV a subclass of videofilter.
23533
23534 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23535
23536         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23537           Add guard against invalid utf-8 conversions in mad. Just in case.
23538
23539 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23540
23541         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23542           Fix for bug shown by poisoning
23543
23544 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23545
23546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23547         (gst_v4lmjpegsrc_buffer_free):
23548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23549         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23550         (gst_v4lsrc_buffer_free):
23551           Fix for removed bufferpools.
23552
23553 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23554
23555         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23556         Fix caps negotiation.
23557
23558         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23559         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23560         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23561         (dvdnavsrc_event):
23562         * ext/mpeg2dec/gstmpeg2dec.c:
23563         * gst-libs/gst/navigation/navigation.c:
23564         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23565         * gst-libs/gst/navigation/navigation.h:
23566         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23567         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23569         Super-simple first version of mouse and keyboard events. Clicking
23570         on a DVD menu now works, although it may not take you where you
23571         expected.
23572
23573         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23574         * gst/videotestsrc/gstvideotestsrc.c:
23575         (gst_videotestsrc_src_fixate):
23576         These fixate functions were broken - they never actually
23577         fixated :)
23578
23579 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23580
23581         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23582         (gst_icecastsend_init):
23583           fix for new caps system.
23584         * gst-libs/gst/mixer/mixertrack.h:
23585         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23586           Add 'master track' flag (for tools like ACME that only want to
23587           change the main volume).
23588
23589 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23590
23591         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23592         (gst_xvid_csp_to_caps):
23593         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23594         * ext/xvid/gstxvidenc.c:
23595         ifdef out ARGB type when it isn't available
23596         in xvidcore 1.0.0beta2
23597
23598 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23599
23600         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23601           When we have received a new SCR right in the first buffer after
23602           a seek (so in the same cycle that handles the discont), we should
23603           handle the buffer instead of unreffing it, else we lose data.
23604
23605 2004-01-06  Iain <iain@prettypeople.org>
23606
23607         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23608           buffer-frames caps too.
23609
23610         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23611           caps that we need, don't destroy them all and rebuild them. And when
23612           creating src pads, use the src pad template rather than the sink...
23613
23614 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23615
23616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23617           Add pad to element *after* setting functions such as event handler.
23618           Without this, the scheduler (opt) will link pads, set the event
23619           handler from the default event function (dispatcher in gstpad.c)
23620           and *after* that, we will set our own event function, which will
23621           thus never be used (and thus mpegdemux doesn't handle events).
23622
23623 2004-01-04  David Schleef  <ds@schleef.org>
23624
23625         Fix the fixate functions to handle new prototype:
23626         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23627         * gst/videotestsrc/gstvideotestsrc.c:
23628         (gst_videotestsrc_src_fixate):
23629         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23630         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23632
23633 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23634
23635         * sys/ximage/ximagesink.h:
23636         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23637         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23638         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23639         (gst_ximagesink_xoverlay_init):
23640           assorted fixes to make (re)embedding work
23641         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23642         (gst_ximagesink_get_desired_size):
23643           implement desired size additions to XOverlay
23644
23645 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23646
23647         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23648         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23649         (gst_x_overlay_got_desired_size):
23650         * gst-libs/gst/xoverlay/xoverlay.h:
23651           Add optional "desired size" signal and querying.
23652
23653 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23654
23655         * gst/matroska/matroska-demux.c:
23656         (gst_matroska_demux_parse_blockgroup):
23657           Fix EBML-laced block parsing. Diffs are relative to previous
23658           lace, not the first lace. Thanks to Mosu from the Matroska
23659           team for detecting this.
23660         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23661         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23662         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23663         (gst_wavparse_change_state):
23664         * gst/wavparse/gstwavparse.h:
23665           Quickfix for capsnego.
23666
23667 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23668
23669         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23670           Fix indenting, fix pad creation.
23671
23672 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23673
23674         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23675         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23676         (gst_xviddec_sink_link):
23677           Implement src_getcaps() so proper size caps is negotiated.
23678
23679 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23680
23681         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23682           Finish flac decoder on EOS. See #116178.
23683
23684 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23685
23686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23687         (gst_matroska_demux_add_stream):
23688         * gst/matroska/matroska-ids.h:
23689           Add getcaps() function to fix capsnego...
23690
23691 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23692
23693         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23694         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23695         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23696           Fix more integer overflows. Again, see #126967.
23697
23698 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23699
23700         * ext/mpeg2dec/gstmpeg2dec.c:
23701           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23702           #130416.
23703
23704 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23705
23706         * configure.ac:
23707         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23708         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23709         * ext/xvid/gstxvid.h:
23710         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23711         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23712         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23713         (gst_xviddec_change_state):
23714         * ext/xvid/gstxviddec.h:
23715         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23716         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23717         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23718         (gst_xvidenc_link), (gst_xvidenc_set_property),
23719         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23720         * ext/xvid/gstxvidenc.h:
23721           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23722
23723 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23724
23725         * gst/rtp/rtp-packet.c:
23726           Add sys/types.h include, since OS X doesn't define in_addr_t
23727           in netinet/in.h, like it does on Linux (see #129600).
23728
23729 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23730
23731         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23732
23733         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23734           Correct logic of dispose function (see #129306).
23735
23736 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23737
23738         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23739         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23740         (gst_mpeg_parse_init):
23741         * gst/mpegstream/gstmpegparse.h:
23742           Remove clock (which was never provided, i.e. dead code), and
23743           also fix integer overflows at high PTS values (see #126967).
23744
23745 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23746
23747         * ext/flac/gstflacdec.c:
23748         * ext/libpng/gstpngenc.h:
23749         * ext/mikmod/gstmikmod.h:
23750           OS X fixes (see #126628).
23751
23752 2004-01-02  David Schleef  <ds@schleef.org>
23753
23754         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23755         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23756         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23757         (gst_mpeg_parse_class_init): Move pad template registration
23758         to class_init, since the derived class (mpegdemux) doesn't
23759         want them.
23760
23761 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23762
23763         * sys/ximage/Makefile.am:
23764         * sys/xvideo/Makefile.am:
23765         * sys/xvimage/Makefile.am:
23766           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23767           after installation (see #127664).
23768
23769 2004-01-02  David Schleef  <ds@schleef.org>
23770
23771         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23772         (gst_ffmpegenc_connect):  Negotiation fixes.
23773         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23774         Remove inappropriate gst_caps_free().
23775         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23776         Reenable Ronald's internal resize code, since the core handles
23777         it correctly now.
23778
23779 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23780
23781         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23782         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23784           Fix pad template stuff.
23785
23786 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23787
23788         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23789         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23790           fix signed integer reading/writing.
23791
23792 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23793
23794         * ext/alsa/README:
23795           Remove outdated document
23796
23797 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23798
23799         * gst/cutter/gstcutter.c: (gst_cutter_init):
23800           src pad was being created twice - oops.
23801
23802 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23803
23804         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23805           Comment out internal resize. It doesn't handle the resulting
23806           XEvent internally, does another try_set_caps() which leads to
23807           a really nice loop.
23808           Real fix will come when Julien and Dave are awake. ;).
23809
23810 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23811
23812         * ext/mpeg2enc/gstmpeg2enc.cc:
23813           fix const/nonconst compile issue.
23814
23815 2004-01-02  David Schleef  <ds@schleef.org>
23816
23817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23818         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23819         Add fixate function and a check for bad formats.
23820
23821 2004-01-01  David Schleef  <ds@schleef.org>
23822
23823         Negotiation fixes:
23824         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23825         (gst_audiofilter_init):
23826         * gst/debug/efence.c: (gst_efence_init):
23827         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23828         (gst_deinterlace_init):
23829         * gst/volume/gstvolume.c: (volume_connect):
23830
23831 2004-01-01  David Schleef  <ds@schleef.org>
23832
23833         Convert elements to use gst_pad_use_explicit_caps() where
23834         appropriate:
23835         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23836         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23837         (gst_afparse_open_file):
23838         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23839         (gst_afsrc_open_file):
23840         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23841         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23842         (gst_ffmpegdec_chain):
23843         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23844         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23845         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23846         (gst_gdk_pixbuf_chain):
23847         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23848         (gst_jpegdec_chain):
23849         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23850         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23851         (gst_mikmod_negotiate):
23852         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23853         (gst_mpeg2dec_negotiate_format):
23854         * ext/mpeg2enc/gstmpeg2enc.cc:
23855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23856         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23857         (gst_speexdec_sinkconnect):
23858         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23859         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23860         (gst_vorbisfile_new_link):
23861         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23862         (gst_ac3parse_chain):
23863         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23864         (gst_asf_demux_setup_pad):
23865         * gst/auparse/gstauparse.c: (gst_auparse_init),
23866         (gst_auparse_chain):
23867         * gst/id3/gstid3types.c: (gst_id3types_loop):
23868         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23869         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23870         (mp1videoparse_parse_seq):
23871         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23872         (bpf_from_header):
23873         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23874         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23875         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23876         (gst_mpeg_parse_send_data):
23877         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23878         (gst_qtdemux_add_stream):
23879         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23880         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23881         (gst_wavparse_parse_fmt):
23882
23883 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23884
23885         * configure.ac:
23886           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23887           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23888           it therefore uses the wrong include paths. Too bad... Note
23889           that 1.6.1.93 is not release yet. ;).
23890           Also add a check for mplex, which is now using the lib'ified
23891           mplex from mjpegtools, too.
23892         * ext/ffmpeg/gstffmpegcodecmap.c:
23893           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23894           issues. I don't think ffmpeg handles 3ivx correctly, so this
23895           probably won't work. But it won't hurt either.
23896         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23897         (gst_ffmpegdec_chain):
23898         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23899         (gst_ffmpegenc_chain_audio):
23900           Fix memleak in audio encoding. Close codec if open fails, this
23901           calls the cleanup routines so we can re-use the context.
23902         * ext/mpeg2enc/gstmpeg2enc.cc:
23903           Fix pad template names/types, fix memory issue with getcaps().
23904         * ext/mpeg2enc/gstmpeg2encoder.cc:
23905         * ext/mpeg2enc/gstmpeg2encoder.hh:
23906           Fix compile issue with new caps system (const thingy).
23907         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23908         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23909           We read a first frame right on initing, so that we have a caps
23910           when we init the output. This caps is cached in padprivate and
23911           read as first frame.
23912         * ext/mplex/Makefile.am:
23913         * ext/mplex/gstmplex.cc:
23914         * ext/mplex/gstmplex.h:
23915         * ext/mplex/gstmplex.hh:
23916         * ext/mplex/gstmplexibitstream.cc:
23917         * ext/mplex/gstmplexibitstream.hh:
23918         * ext/mplex/gstmplexjob.cc:
23919         * ext/mplex/gstmplexjob.hh:
23920         * ext/mplex/gstmplexoutputstream.cc:
23921         * ext/mplex/gstmplexoutputstream.hh:
23922           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23923           had issues, didn't do capsnego, supported only a subset of the
23924           mplex features and required a mplex fork in our local CVS. Plus
23925           that it worked agaist a very old mplex version. Rewriting was
23926           faster than updating it.
23927         * gst-libs/ext/Makefile.am:
23928         * gst-libs/ext/mplex/INSTRUCT:
23929         * gst-libs/ext/mplex/Makefile.am:
23930         * gst-libs/ext/mplex/README:
23931         * gst-libs/ext/mplex/TODO:
23932         * gst-libs/ext/mplex/ac3strm_in.cc:
23933         * gst-libs/ext/mplex/audiostrm.hh:
23934         * gst-libs/ext/mplex/audiostrm_out.cc:
23935         * gst-libs/ext/mplex/aunit.hh:
23936         * gst-libs/ext/mplex/bits.cc:
23937         * gst-libs/ext/mplex/bits.hh:
23938         * gst-libs/ext/mplex/buffer.cc:
23939         * gst-libs/ext/mplex/buffer.hh:
23940         * gst-libs/ext/mplex/fastintfns.h:
23941         * gst-libs/ext/mplex/format_codes.h:
23942         * gst-libs/ext/mplex/inputstrm.cc:
23943         * gst-libs/ext/mplex/inputstrm.hh:
23944         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23945         * gst-libs/ext/mplex/mjpeg_logging.cc:
23946         * gst-libs/ext/mplex/mjpeg_logging.h:
23947         * gst-libs/ext/mplex/mjpeg_types.h:
23948         * gst-libs/ext/mplex/mpastrm_in.cc:
23949         * gst-libs/ext/mplex/mpegconsts.cc:
23950         * gst-libs/ext/mplex/mpegconsts.h:
23951         * gst-libs/ext/mplex/mplexconsts.hh:
23952         * gst-libs/ext/mplex/multplex.cc:
23953         * gst-libs/ext/mplex/outputstream.hh:
23954         * gst-libs/ext/mplex/padstrm.cc:
23955         * gst-libs/ext/mplex/padstrm.hh:
23956         * gst-libs/ext/mplex/stillsstream.cc:
23957         * gst-libs/ext/mplex/stillsstream.hh:
23958         * gst-libs/ext/mplex/systems.cc:
23959         * gst-libs/ext/mplex/systems.hh:
23960         * gst-libs/ext/mplex/vector.cc:
23961         * gst-libs/ext/mplex/vector.hh:
23962         * gst-libs/ext/mplex/videostrm.hh:
23963         * gst-libs/ext/mplex/videostrm_in.cc:
23964         * gst-libs/ext/mplex/videostrm_out.cc:
23965         * gst-libs/ext/mplex/yuv4mpeg.cc:
23966         * gst-libs/ext/mplex/yuv4mpeg.h:
23967         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23968         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23969           We don't fork mjpegtools' mplex in our CVS anymore.
23970         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23971         (gst_avi_demux_add_stream):
23972         * gst/avi/gstavidemux.h:
23973           Add getcaps() function for proper caps nego. This makes some
23974           parts of AVI playback/reading work.
23975         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23976           Resize window on new capsnego. This is probably wrong, but
23977           I'm still committing it because with current capsnego, the
23978           first successfull capsnego is auto-fixated, therefore rounded
23979           down to the lowest values in the caps. this results in a 16x16
23980           XWindow that is not reized when real capsnego finishes.
23981           Dave, I see more cases of this, do you know a proper solution?
23982         * tools/gst-launch-ext.in:
23983           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23984
23985 2003-12-31  David Schleef  <ds@schleef.org>
23986
23987         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23988         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23989           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23990
23991 2003-12-30  David Schleef  <ds@schleef.org>
23992
23993         * ext/ffmpeg/gstffmpegcolorspace.c:
23994         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23995         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23996         (gst_ffmpegcsp_chain): Negotiation fixes
23997         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23999         (gst_audio_convert_link), (gst_audio_convert_channels):
24000         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24001         (gst_audioscale_link), (gst_audioscale_get_buffer),
24002         (gst_audioscale_chain): Negotiation fixes
24003         * gst/audioscale/gstaudioscale.h:
24004         * gst/videofilter/gstvideofilter.c:
24005         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24006         (gst_videofilter_link), (gst_videofilter_init),
24007         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24008         (gst_videofilter_find_format_by_structure):
24009         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24010         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24011         (gst_videoscale_link):
24012         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24013         (videoscale_find_by_structure), (gst_videoscale_setup):
24014         * gst/videoscale/videoscale.h: Negotiation fixes
24015         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24016         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24017         function, restrict resizing to a multiple of 4 (hack until
24018         everyone supports odd sizes correctly).
24019
24020 2003-12-29  Colin Walters  <walters@verbum.org>
24021
24022         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24023         signed.
24024
24025 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24026
24027         * ext/sndfile/gstsf.c: (gst_sf_loop):
24028           Fix warning about discarding const qualifier
24029
24030 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24031
24032         * gst/cutter/gstcutter.c:
24033         * gst/videoscale/gstvideoscale.c:
24034         * gst/volenv/gstvolenv.c:
24035         * gst-libs/gst/audio/audio.c:
24036         * gst-libs/gst/video/video.c:
24037           Fix warnings
24038
24039 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24040
24041         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24042           Don't send ALSA debugging to stderr.
24043         * ext/alsa/gstalsa.h:
24044           Use GST_WARNING instead of g_warning when ALSA functions fail.
24045
24046 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24047
24048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24049           Free XVAdapterInfo correctly.
24050
24051 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24052
24053         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24054         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24055           Make id3tag use correct caps nego.
24056
24057 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24058
24059         * ext/ivorbis/vorbis.c:
24060         * ext/ivorbis/vorbisenc.h:
24061         * ext/ivorbis/vorbisfile.c:
24062           Modify so that it uses the new caps things
24063
24064 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24065
24066         * testsuite/spider/spider1.c: (main):
24067         * testsuite/spider/spider2.c: (main):
24068         * testsuite/spider/spider3.c: (main):
24069           Make tests compile again. They probably don't work.
24070
24071 2003-12-24  Colin Walters  <walters@verbum.org>
24072
24073         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24074         we can't fixate the caps anymore.
24075
24076 2003-12-23  David Schleef  <ds@schleef.org>
24077
24078         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24079         * sys/oss/gstosssink.c: (gst_osssink_init),
24080         (gst_osssink_sink_fixate): Add fixate function.
24081
24082 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24083
24084         * ext/ffmpeg/gstffmpegcodecmap.c:
24085         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24086         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24087         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24088         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24089         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24090         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24091         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24092           fix typo in RGB masks, and move back to "old" colorspace
24093           capsnego code until whoever wrote this new crap has actually
24094           tested it so that it works.
24095           And yes, this works, keep it that way please.
24096
24097 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24098
24099         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24100         (gst_divxdec_init), (gst_divxdec_negotiate):
24101         * ext/divx/gstdivxdec.h:
24102         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24103         (gst_divxenc_init):
24104         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24105         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24106         * ext/mpeg2enc/gstmpeg2enc.cc:
24107         * ext/mpeg2enc/gstmpeg2encoder.cc:
24108         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24109         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24110         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24111         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24112         (dxr3spusink_init):
24113         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24114         (dxr3videosink_init):
24115           Fix caps breakage after Dave's caps branch merge.
24116
24117 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24118
24119         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24120           Fix for 24bpp display.
24121
24122 2003-12-23  Colin Walters  <walters@verbum.org>
24123
24124         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24125         a GnomeVFSHandle directly.
24126
24127 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24128
24129         * gst/volume/Makefile.am:
24130         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24131         (volume_base_init), (volume_init):
24132           Reenable volume element and fix to work with new caps stuff.
24133           Rhythmbox needs this.
24134
24135 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24136
24137         * gst/qtdemux/qtdemux.c: (plugin_init):
24138           qtdemux requires bytestream
24139
24140 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24141
24142         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24143           Fix remaining caps handling errors due to CAPS merge.
24144
24145 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24146
24147         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24148         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24149         (gst_faad_srcconnect):
24150           Port to new caps system.
24151
24152 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24153
24154         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24155         (got_video_size), (main): using g_print instead of g_message.
24156         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24157         signal which was not emitted because of "switch" element added to the
24158         bin but not connected. (Removing from the bin temporarily)
24159
24160 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24161
24162         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24163         find X development files. I don't understand the previous tests and
24164         they fail on my debian/ppc unstable. This one works.
24165         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24166         exiting.
24167         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24168         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24169         (gst_play_set_visualization): Add some safety checks in set_ methods
24170         and state_change. This was throwing some ugly CRITICAL messages when
24171         pipeline was getting disposed and casts were failing.
24172
24173 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24174
24175         * configure.ac:
24176           Improve mpeg2enc detection. This is for distributions that do
24177           ship mjpegtools, but without mpeg2enc. Also does object check
24178           for might there ever be ABI incompatibility.
24179         * ext/mpeg2enc/gstmpeg2enc.cc:
24180           Add Andrew as second maintainer (he's helping me), and also add
24181           an error if no caps was set. This happens if I pull before capsnego
24182           and that's something I should solve sometime else.
24183         * gst/matroska/matroska-demux.c:
24184         (gst_matroska_demux_parse_blockgroup):
24185           Fix time parsing.
24186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24187         (gst_matroska_mux_track_header):
24188           Add caps to templates.
24189         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24190           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24191         * gst/mpegstream/gstmpegdemux.c:
24192           Remove layer since it causes warnings about unfixed caps.
24193         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24194           Fix obvious typo (we error out if caps were set, we should of
24195           course error out if *no* caps were set).
24196         * sys/oss/gstosselement.c: (gst_osselement_convert):
24197           Fix format conversion, we confused bits/bytes.
24198         * sys/oss/gstosselement.h:
24199           Improve documentation for 'bps'.
24200         * sys/v4l/TODO:
24201           Remove stuff about plugins that need removing - this was done
24202           ages ago.
24203         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24204         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24206         (gst_v4lsrc_src_query):
24207         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24208         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24209           Add get_query_types(), get_formats() and query() functions.
24210
24211 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24212
24213         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24214         * moved CVS to freedesktop.org