gst/typefind/gsttypefindfunctions.c: Some typefinding fine-tuning:
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
4         (apetag_type_find), (ape_type_find), (plugin_init):
5           Some typefinding fine-tuning:
6           - rank ID3/APE tags in order of preference via probabilities, so that
7             ID3v2 > APEv2 > APEv1 > ID3v1.
8           - three or four bytes don't really justify MAXIMUM probability,
9             change those to 'very likely' (musepack and monkeysaudio).
10
11 2006-03-01  Wim Taymans  <wim@fluendo.com>
12
13         * docs/plugins/Makefile.am:
14         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16         * ext/alsa/gstalsamixer.c:
17         * ext/alsa/gstalsamixer.h:
18         * ext/alsa/gstalsamixerelement.c:
19         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
20         * ext/alsa/gstalsamixerelement.h:
21         * ext/alsa/gstalsasink.c:
22         * ext/alsa/gstalsasink.h:
23         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24         (gst_alsasrc_init):
25         * ext/alsa/gstalsasrc.h:
26         Added alsa docs.
27         Small code cleanups.
28
29 2006-03-01  Wim Taymans  <wim@fluendo.com>
30
31         * ext/theora/Makefile.am:
32         Dist new header too,
33
34 2006-03-01  Wim Taymans  <wim@fluendo.com>
35
36         * docs/plugins/Makefile.am:
37         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
38         * docs/plugins/gst-plugins-base-plugins-sections.txt:
39         * ext/gnomevfs/gstgnomevfssink.h:
40         * ext/gnomevfs/gstgnomevfssrc.h:
41         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
42         * ext/vorbis/vorbisdec.h:
43         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
44         * ext/vorbis/vorbisenc.h:
45         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
46         (vorbis_parse_chain), (vorbis_parse_change_state):
47         * ext/vorbis/vorbisparse.h:
48         * gst/audioconvert/gstaudioconvert.h:
49         * gst/tcp/gsttcpserversink.h:
50         * gst/videotestsrc/gstvideotestsrc.c:
51         * gst/videotestsrc/gstvideotestsrc.h:
52         * gst/volume/gstvolume.c:
53         * gst/volume/gstvolume.h:
54         Fix some more docs.
55         Added docs for vorbisdec and vorbisparse.
56         Fix vorbisparse.
57
58 2006-03-01  Wim Taymans  <wim@fluendo.com>
59
60         * docs/plugins/Makefile.am:
61         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
62         * docs/plugins/gst-plugins-base-plugins-sections.txt:
63         * ext/pango/gstclockoverlay.h:
64         * ext/pango/gsttextoverlay.h:
65         * ext/pango/gsttextrender.h:
66         * ext/pango/gsttimeoverlay.h:
67         * ext/theora/gsttheoradec.h:
68         * ext/theora/gsttheoraenc.h:
69         * ext/theora/theoradec.c:
70         * ext/theora/theoraenc.c:
71         * gst/audioconvert/gstaudioconvert.h:
72         * gst/audiotestsrc/gstaudiotestsrc.h:
73         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
74         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
75         * gst/tcp/gstmultifdsink.h:
76         Updated/added documentation.
77
78         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
79         (gst_text_overlay_halign_get_type),
80         (gst_text_overlay_wrap_mode_get_type),
81         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
82         (gst_text_overlay_init), (gst_text_overlay_set_property),
83         (gst_text_overlay_get_property):
84         Fix up properties to be enums instead of string to make bindings,
85         introspection and automatic GUI creation possible.
86         Add getters for the properties.
87
88 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
89
90         * gst/audiotestsrc/gstaudiotestsrc.c:
91           added defines of M_PI and M_PI_2
92         * gst/ffmpegcolorspace/avcodec.h:
93           removed #include "stdint.h" for win32 as _stdint.h is 
94           autogenerated to win32/common
95         * win32/common/libgstaudio.def:
96         * win32/common/libgsttag.def:
97           added some exports
98         * win32/vs6:
99           some project files bugs corrected
100         * win32/vs7:
101           project files are reset to the default vs7 configuration 
102           (they link to msvcr71.dll using default optimizations)
103           
104 2006-02-28  Wim Taymans  <wim@fluendo.com>
105
106         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
107         Fix some docs.
108
109 2006-02-28  Edward Hervey  <edward@fluendo.com>
110
111         * ext/alsa/gstalsasrc.c:
112         Set proper class on the ElementDetails:
113         Source/Audio instead of Src/Audio/
114
115 2006-02-28  Edward Hervey  <edward@fluendo.com>
116
117         * gst/videoscale/vs_scanline.c:
118         (vs_scanline_resample_nearest_RGBA):
119         Revert optimization in videoscale. It should go in liboil and have
120         an appropriate liboil function.
121
122 2006-02-28  Wim Taymans  <wim@fluendo.com>
123
124         * gst-libs/gst/audio/gstbaseaudiosink.c:
125         (gst_base_audio_sink_provide_clock):
126         Don't try to provide a clock in the NULL state.
127
128 2006-02-28  Wim Taymans  <wim@fluendo.com>
129
130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
131         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
132         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
133         (gst_ogg_demux_deactivate_current_chain),
134         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
135         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
136         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
137         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
138         Use GstSegment infrastructure to remove duplicated code
139         and handle more seek cases correctly.
140
141 2006-02-28  Wim Taymans  <wim@fluendo.com>
142
143         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
144         (gst_ffmpegcsp_transform):
145         Don't ignore return code from ffmpeg convert function.
146
147         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
148         Split out some long statements to ease debugging.
149
150 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
151
152         * ext/libvisual/visual.c: (gst_visual_init),
153         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
154         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
155         being able to renegotiate the size. Instead, use the negotiation
156         algorithm from the goom plugin to pick an initial output caps. 
157
158         Also, allow theoretical libvisual plugins that might support non-GL 
159         output even if they also do GL.
160
161 2006-02-26  Julien MOUTTE  <julien@moutte.net>
162
163         * ext/libvisual/visual.c: (gst_visual_init),
164         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
165         (plugin_init): Load only non GL plugins. Fix some memleaks and 
166         possible negotiation issues.
167
168 2006-02-25  Julien MOUTTE  <julien@moutte.net>
169
170         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
171
172 2006-02-24  Michael Smith  <msmith@fluendo.com>
173
174         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
175         (cmml_type_find), (plugin_init):
176           Fix CMML type find function to not require a specific minor version
177           of the CMML header.
178
179           Add an MPEG4 video elementary stream typefind function.
180
181 2006-02-04  Michael Smith  <msmith@fluendo.com>
182
183         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
184         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
185         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
186         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
187         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
188         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
189           Annodex support in ogg demuxer. Doesn't do very much without the
190           other annodex patches (to come).
191
192 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
193
194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
195           Pick up palette for MS video v1 (#327028, patch by:
196           Fabrizio Gennari <fabrizio dot get at tiscali dot it>)
197
198 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
199
200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
201         (gst_ffmpegcsp_caps_remove_format_info),
202         (gst_ffmpegcsp_get_unit_size):
203           The 'palette_data' field from incoming RGB caps shouldn't be
204           proxied on outgoing YUV caps; also, restrict unit size
205           adjustment in case of paletted data only to the unit that
206           actually has a palette. Fixes #330711.
207
208 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
209
210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
211         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
212         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
213         (gst_ffmpegcsp_get_unit_size):
214           Plug some memory leaks.
215
216 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
217
218         * sys/ximage/Makefile.am:
219         * sys/xvimage/Makefile.am:
220           Add some _CFLAGS and _LIBS that seem to be missing
221           and/or required for Cygwin (see #317048).
222
223 2006-02-22  Wim Taymans  <wim@fluendo.com>
224
225         * ext/alsa/gstalsasrc.c:
226         Fix description as pointed out by caugier.
227
228 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
229
230         Reviewed by : Edward Hervey  <edward@fluendo.com>
231
232         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
233         (qt_type_find):
234         Better 3gp typefinding (#331526).
235
236 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
237
238         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
239           Don't send EOS event here, the base class will send one for us.
240   
241         * gst/playback/gstplaybasebin.c: (prepare_output):
242           Subpictures without video stream aren't allowed either.
243         
244         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
245           Fix debug statement copy'n'paste-o.
246
247 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
248
249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
250           Fix issues with mixer keeping state when muting/unmuting
251           and when changing the volume whilst muted (see #331763
252           and #331765).
253
254 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
255
256         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
257         (parse_subrip), (gst_sub_parse_format_autodetect):
258           Set right caps given that we send escaped text. Also,
259           honour <i></i>, <b></b> and <u></u> markers that can be found
260           in .srt files (fixes #310202).
261
262 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
263
264         * gst-libs/gst/audio/mixerutils.c:
265         (element_factory_rank_compare_func):
266           Make order in which elements are tried more determinable.
267
268 2006-02-20  Julien MOUTTE  <julien@moutte.net>
269
270         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
271         (remove_element_chain), (cleanup_decodebin),
272         (gst_decode_bin_change_state): Make decodebin reusable by
273         fixing remove_element_chain first and then introduce a
274         cleaner in state change to ->NULL. (Closes #331678)
275
276 2006-02-19  Wim Taymans  <wim@fluendo.com>
277
278         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
279         use 0666 mask when creating files so umask gets applied
280         correctly. Fixes #331295.
281
282 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
283
284         * gst/subparse/Makefile.am:
285         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
286         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
287         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
288         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
289         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
290         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
291         * gst/subparse/gstssaparse.h:
292         * gst/subparse/gstsubparse.c: (plugin_init):
293           Add very basic parser for SSA subtitle streams (as often
294           found in matroska files).
295
296 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
297
298         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
299           That should be text/x-pango-markup, not text/x-pango-layout.
300
301 2006-02-19  Julien MOUTTE  <julien@moutte.net>
302
303         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
304         Polishing.
305
306 2006-02-19  Julien MOUTTE  <julien@moutte.net>
307
308         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
309         (gst_text_overlay_finalize), (gst_text_overlay_init),
310         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
311         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
312         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
313         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
314         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
315         Fix state change deadlock.
316
317 2006-02-19  Julien MOUTTE  <julien@moutte.net>
318
319         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
320         (gst_text_overlay_finalize), (gst_text_overlay_init),
321         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
322         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
323         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
324         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
325         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
326         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
327         and subtitles files.
328
329 2006-02-19  Julien MOUTTE  <julien@moutte.net>
330
331         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
332         should be considered as row.
333
334 2006-02-19  Julien MOUTTE  <julien@moutte.net>
335
336         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
337         (cb_probe):
338         * gst/playback/gststreaminfo.h: Introduce language informations.
339
340 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
341
342         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
343         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
344         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
345         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
346         Set shared memory segments to be deleted as soon as we have attached,
347         that way they get cleaned up automatically if we crash.
348
349 2006-02-18  Julien MOUTTE  <julien@moutte.net>
350
351         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
352         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
353         functions are called with lock held.
354
355 2006-02-18  Julien MOUTTE  <julien@moutte.net>
356
357         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
358         (gst_text_overlay_finalize), (gst_text_overlay_init),
359         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
360         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
361         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
362         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
363         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
364         (gst_text_overlay_change_state): Refactoring of textoverlay
365         without collectpads. This now supports sparse subtitles coming
366         from a demuxer instead of a sub file. Seeking is still broken 
367         though. Need to discuss with wtay some more on how to handle
368         seeking correctly.
369         * ext/pango/gsttextoverlay.h:
370         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
371         subtitles coming from the demuxer.
372
373 2006-02-17  Wim Taymans  <wim@fluendo.com>
374
375         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
376         (gst_vorbisenc_convert_sink):
377         Use some more scaling functions.
378
379 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
380
381         * ext/cdparanoia/gstcdparanoiasrc.c:
382         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
383         (gst_cd_paranoia_paranoia_callback),
384         (gst_cd_paranoia_src_signal_is_being_watched),
385         (gst_cd_paranoia_src_read_sector):
386         * ext/cdparanoia/gstcdparanoiasrc.h:
387           Add back 'transport-error' and 'uncorrected-error' signals and
388           make them actually be fired when bad stuff happens (#319340).
389
390 2006-02-17  Wim Taymans  <wim@fluendo.com>
391
392         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
393         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
394         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
395         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
396         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
397         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
398         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
399         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
400         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
401         (gst_ring_buffer_clear):
402         Small cleanups.
403         Added some G_LIKELY.
404
405 2006-02-17  Wim Taymans  <wim@fluendo.com>
406
407         * gst-libs/gst/audio/TODO:
408         Update TODO
409
410         * gst-libs/gst/audio/gstbaseaudiosink.c:
411         (gst_base_audio_sink_get_offset):
412         When trying to play samples ASAP and we don't have a
413         previous sample, try to play at position 0 instead of
414         an invalid position.
415
416 2006-02-17  Wim Taymans  <wim@fluendo.com>
417
418         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
419         (gst_alsasink_reset):
420         Also release lock when we get an error in _reset();
421         fix an error message.
422
423 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
424
425         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
426         (gst_alsasink_init), (get_channel_free_structure),
427         (caps_add_channel_configuration), (gst_alsasink_getcaps),
428         (gst_alsasink_close):
429         * ext/alsa/gstalsasink.h:
430           Add support for more than 2 channels (#326720).
431
432 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
433
434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
435           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
436           with 4 or 6 channels, assume a default channel layout to make things
437           work (not sure there's anything else we can do in those cases).
438
439 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
440
441         * gst-libs/gst/audio/multichannel.c:
442           Minor docs fix.
443
444         * gst-libs/gst/riff/Makefile.am:
445         * gst-libs/gst/riff/riff-ids.h:
446         * gst-libs/gst/riff/riff-media.c:
447         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
448           Add support for WAVEFORMATEX, eg. PCM audio with more than two
449           channels and a channel layout map.
450           
451 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
452
453         Reviewed by Edward Hervey  <edward@fluendo.com>
454
455         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
456         C-level optimization of the RGBA nearest neighbour function.
457         Eventually this might end up in liboil with vectorized versions.
458
459 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
460
461         * gst-libs/gst/audio/multichannel.c:
462         (gst_audio_get_channel_positions):
463           When we have more than 2 channels, but no channel layout is
464           specified in the caps, return some default channel layout
465           to the caller and warn about about a possibly buggy element
466           (could be buggy filtercaps as well of course) (#317038).
467
468 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
469
470         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
471           Add gst-libs/gst/cdda to list of lib search paths.
472
473 2006-02-15  Andy Wingo  <wingo@pobox.com>
474
475         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
476         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
477         to the Lord Jesus that I do not have to touch the ogg muxer ever
478         again.
479
480 2006-02-15  Edward Hervey  <edward@fluendo.com>
481
482         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
483         quicktime movie files can also contain 'uuid' atoms.
484
485 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
486
487         * gst/audioconvert/plugin.c: (plugin_init):
488           Register the GstAudioChannelPosition enum type with the type
489           system in the plugin_init function, so that it is known before
490           any element actually makes use of multi-channel stuff. This is
491           required for example if one wants to be able to deserialise/use
492           a caps string with channel positions before any pipeline has
493           been setup and started, like with gst-launch.
494
495 2006-02-14  Wim Taymans  <wim@fluendo.com>
496
497         * gst-libs/gst/audio/gstringbuffer.c:
498         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
499         (gst_ring_buffer_samples_done), (wait_segment),
500         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
501         Add some compiler G_(UN_)LIKELY help.
502         SIGNAL the ringbuffer waiters when going to PAUSED as well to
503         make sure they can exit their functions. Should fix #330748
504
505 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
506
507         * Makefile.am:
508         * configure.ac:
509         * win32/MANIFEST:
510         * win32/common/_stdint.h:
511           Windows does not have long long; copy the generated _stdint.h
512         * win32/common/interfaces-enumtypes.c:
513         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
514         (gst_mixer_track_flags_get_type),
515         (gst_tuner_channel_flags_get_type):
516         * win32/common/multichannel-enumtypes.c:
517         (gst_audio_channel_position_get_type):
518           update
519
520 2006-02-13  Wim Taymans  <wim@fluendo.com>
521
522         * gst-libs/gst/audio/gstbaseaudiosink.c:
523         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
524         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
525         Always sync on first sample we receive when starting.
526
527 2006-02-13  Wim Taymans  <wim@fluendo.com>
528
529         * gst/playback/gstplaybin.c: (gen_vis_element):
530         Update vis bin docs.
531         Move queue after tee so we don't queue video buffers but
532         audio samples instead. Fixes problems where the video queue
533         is filled and the audio queue empty.
534
535 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
536
537         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
538           No need to push an EOS event here, GstBaseSrc will do that for us
539           when we return FLOW_UNEXPECTED.
540           
541 2006-02-12  Wim Taymans  <wim@fluendo.com>
542
543         * gst-libs/gst/audio/gstbaseaudiosink.c:
544         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
545         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
546         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
547         Use scale functions when possible.
548         Fix error messages.
549         Free clockid when after waiting for EOS.
550         Use G_(UN_)LIKLY when it makes sense.
551         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
552
553 2006-02-12  Edward Hervey  <edward@fluendo.com>
554
555         * gst/playback/gstplaybasebin.c: (prepare_output): 
556         Remove stray semi-colon (fixes #330888).
557
558 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
559
560         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
562         Fix up the XShm call testing so that we catch errors, and don't
563         cause new ones by attempting to detach from a segment we failed
564         to attach to. Fixes #312439.
565
566 2006-02-10  Edward Hervey  <edward@fluendo.com>
567
568         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
569         Added flv file typefind (video/x-flv).
570
571 2006-02-10  Edward Hervey  <edward@fluendo.com>
572
573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
574         (gst_riff_create_video_template_caps):
575         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
576         Also added the caps to the default set of riff video caps.
577
578 2006-02-09  Andy Wingo  <wingo@pobox.com>
579
580         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
581         time and the end time of the last packet in the page.
582         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
583         on the pages in our queue, set the duration as well. Reflow a
584         debug statement.
585         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
586         Fixes bad muxing order.
587
588 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
589
590         * gst-libs/gst/rtp/gstbasertppayload.c:
591         (gst_basertppayload_setcaps), (gst_basertppayload_push):
592           update seqnum before setting it on the packet; this makes sure
593           that the timestamp and seqnum properties match after pushing
594           a buffer
595
596 2006-02-09  Andy Wingo  <wingo@pobox.com>
597
598         * gst-libs/gst/audio/gstringbuffer.c
599         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
600         overflow after 13.5 hours of recording. Kapow!
601
602         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
603         the buffer size -- we don't care about underrun/overrun reporting
604         right now, just need to return a useful value.
605
606 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
607
608         * configure.ac:
609           Back to CVS
610
611 === release 0.10.3 ===
612
613 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
614
615         * configure.ac:
616           releasing 0.10.3, "Under Pressure"
617
618 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
619
620         * configure.ac:
621         Drat. Bump libtool version number for new API.
622         Prelease 0.10.2.3 (of 0.10.3)
623
624 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
625
626         * configure.ac:
627         * win32/common/config.h:
628         0.10.2.2 prerelease (of 0.10.3).
629
630 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
631
632         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
633           Revert Andy's newsegment change pending a more correct
634           fix.
635
636 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
637
638         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
639         (qt_type_find), (plugin_init):
640           detect more files as 3gp
641           group and reorder the iso file formats
642
643 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * ext/vorbis/vorbis.c: (plugin_init):
646           Register musicbrainz tags, so apps don't have to.
647
648 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
649
650         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
651         (gst_tag_to_vorbis_tag):
652           Make sure we called gst_tag_register_musicbrainz_tags()
653           before possibly mapping a vorbiscomment string from/to a
654           musicbrainz tag.
655
656 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
659           In case we can't find the required number of consecutive
660           mpeg audio frames to positively identify an MPEG audio
661           stream, check if there's at least a valid mpeg audio
662           frame right at offset 0 and if so suggest mpeg/audio
663           caps with a very low probability (#153004).
664
665 2006-02-07  Andy Wingo  <wingo@pobox.com>
666
667         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
668         a TIME segment if we get timestamped buffers. Requires recent
669         fixes in core to work properly.
670
671 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * gst/playback/gstplaybasebin.c: (prepare_output):
674           Don't print the URI as part of the error message, it
675           makes error dialogs look rather ugly, especially if
676           the URI is very long or has characters in it that
677           need escaping.
678
679 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
680
681         * gst/playback/gstplaybasebin.c: (prepare_output):
682           Error out if we have only text or subtitles, but nothing
683           else. Also error out if we have subtitles but no video
684           stream.
685
686 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
687
688         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
689           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
690           Post an error message on the bus when we encounter an
691           error, which will hopefully be more meaningful than the
692           'Internal Flow Error' message users get to see if we
693           just return GST_FLOW_ERROR.
694
695 2006-02-07  Andy Wingo  <wingo@pobox.com>
696
697         * configure.ac (GST_MAJORMINOR): Update core version req to
698         0.10.2.2, for the collectpads API addition (#330244).
699
700 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
703           Return FALSE from plugin_init() when GnomeVFS can't
704           be initialised for some reason (#328423).
705
706 2006-02-06  Julien MOUTTE  <julien@moutte.net>
707
708         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
709         Stick to seeking theory until i find the bug.
710         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
711
712 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
713
714         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
715         (theora_enc_finalize), (theora_enc_sink_setcaps),
716         (theora_set_header_on_caps), (theora_enc_chain),
717         (theora_enc_change_state):
718         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
719           Make theoraenc and the tests leak free. Like, really.
720
721 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
722
723         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
724         (theora_enc_finalize), (theora_enc_sink_setcaps):
725           Add a finalize method to ensure we clean up state even if
726           someone omitted the state change back to NULL.
727
728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
729         (gst_vorbisenc_chain):
730           Free some more leaked bits.
731
732         * tests/check/pipelines/theoraenc.c: (start_pipeline),
733         (stop_pipeline):
734           Wait for state changes to happen if they're ASYNC.
735
736           This ought to teach those fancy pants buildbots a lesson.
737
738 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
739
740         * gst-libs/gst/tag/gstid3tag.c:
741           Add mapping for ID3 International Standard Recording Code
742           tag "TSRC"
743
744 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
745
746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
747           Don't leak tag names.
748
749 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * docs/libs/gst-plugins-base-libs-docs.sgml:
752         * docs/libs/gst-plugins-base-libs-sections.txt:
753         * gst-libs/gst/tag/gstid3tag.c:
754         * gst-libs/gst/tag/gstvorbistag.c:
755         * gst-libs/gst/tag/tags.c:
756           Split libgsttag docs into multiple sections.
757
758 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
759
760         * docs/libs/Makefile.am:
761         * docs/libs/gst-plugins-base-libs-docs.sgml:
762         * docs/libs/gst-plugins-base-libs-sections.txt:
763         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
764         * gst-libs/gst/tag/gstvorbistag.c:
765         * gst-libs/gst/tag/tag.h:
766         * gst-libs/gst/tag/tags.c:
767           Add libgsttag to the docs.
768
769 2006-02-05  Julien MOUTTE  <julien@moutte.net>
770
771         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
772         (gst_text_overlay_init), (gst_text_overlay_src_event),
773         (gst_text_overlay_collected): Fix clockoverlay.
774
775 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * docs/libs/compiling.sgml:
778           Fix typo: it's pkg-config, not pkg-gconfig
779
780         * docs/libs/gst-plugins-base-libs-docs.sgml:
781         * docs/libs/gst-plugins-base-libs-sections.txt:
782         * docs/libs/tmpl/gstgconf.sgml:
783           There is no libgstgconf in 0.10, remove it
784           from the docs.
785
786 2006-02-05  Julien MOUTTE  <julien@moutte.net>
787
788         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
789         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
790         (gst_text_overlay_src_event), (gst_text_overlay_collected):
791         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
792         (gst_sub_parse_class_init), (gst_sub_parse_init),
793         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
794         (parse_mpsub), (parser_state_init), (handle_buffer),
795         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
796         * gst/subparse/gstsubparse.h: Introduce seeking code.
797
798 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
799
800         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
801           Add comment about LANGUAGE tag inconsistency (we want
802           ISO-639-1, but extract three-letter identifiers?)
803
804         * po/POTFILES.in:
805           Add two translatable files.
806
807 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * gst-libs/gst/tag/Makefile.am:
810         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
811         * gst-libs/gst/tag/tag.h:
812         * gst-libs/gst/tag/tags.c:
813         (gst_tag_register_musicbrainz_tags_internal),
814         (gst_tag_register_musicbrainz_tags):
815           Forward-port some tags stuff from the 0.8 branch. This is
816           mostly the addition of musicbrainz tags and their mapping
817           to vorbistags, and a vorbistag mapping of the language tag.
818
819 2006-02-05  Julien MOUTTE  <julien@moutte.net>
820
821         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
822         refactoring.
823
824 2006-02-04  David Schleef  <ds@schleef.org>
825
826         * ext/ogg/gstoggmux.c:
827         * gst/typefind/gsttypefindfunctions.c:
828           Add Dirac typefinding and add dirac format to oggmux.
829
830 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
831
832         * gst/playback/gstdecodebin.c: (try_to_link_1):
833           Don't put essential function call into
834           g_return_*() macro, otherwise it'll all be
835           replaced by NOOPs when compiling with
836           G_DISABLE_CHECKS defined.
837
838 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
839
840         * ext/ogg/gstoggdemux.c:
841         * ext/ogg/gstoggparse.c:
842         * gst/tcp/gsttcpserversink.c:
843         * sys/v4l/v4lsrc_calls.c:
844         * sys/v4l/v4lsrc_calls.h:
845         Just make it compile with --disable-gst-debug.
846
847 2006-02-03  Wim Taymans  <wim@fluendo.com>
848
849         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
850         (gst_alsasink_class_init), (gst_alsasink_init),
851         (gst_alsasink_write), (gst_alsasink_reset):
852         * ext/alsa/gstalsasink.h:
853         Add lock to protect alsa calls.
854         Implement reset to flush samples ASAP, does not work
855         with dmix though.
856
857 2006-02-02  Wim Taymans  <wim@fluendo.com>
858
859         * gst-libs/gst/audio/gstbaseaudiosink.c:
860         (gst_base_audio_sink_provide_clock):
861         Ugh.. getting late I guess...
862
863 2006-02-02  Wim Taymans  <wim@fluendo.com>
864
865         * gst-libs/gst/audio/gstbaseaudiosink.c:
866         (gst_base_audio_sink_provide_clock),
867         (gst_base_audio_sink_set_property),
868         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
869         Don't try to provide a clock when we are not negotiated since
870         we might not be able to make it run.
871
872 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
873
874         * gst/playback/gstdecodebin.c: (try_to_link_1):
875           Unlinking two source pads is ... hard.
876
877 2006-02-02  Wim Taymans  <wim@fluendo.com>
878
879         * gst-libs/gst/audio/TODO:
880         Updated.
881
882         * gst-libs/gst/audio/gstbaseaudiosink.c:
883         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
884         On EOS, wait till the last sample is played before posting EOS.
885
886 2006-02-01  Philippe Kalaf <burger at speedy dot org>
887
888         * gst-libs/gst/rtp/gstbasertpdepayload.c:
889           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
890           setting queue_delay to zero. Also avoid thread being started if
891           queue_delay is zero.
892
893 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
894
895         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
896           Make test work again by connecting fakesinks to each decoded pad,
897           which makes the pipeline wait until each fakesink has a buffer
898           queued before going to PAUSED state. At that point we know the
899           decodebin pads are negotiated.
900
901 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
902
903         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
904         (gst_cdda_base_src_handle_event):
905         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
906           Pass unhandled queries to the parent class's query function.
907
908 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
911         (gst_ogg_pad_src_query):
912         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
913         * ext/theora/theoradec.c: (theora_dec_src_query),
914         (theora_dec_sink_query):
915         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
916         (vorbis_dec_sink_query):
917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
918         (gst_vorbisenc_sink_query):
919         * gst/adder/gstadder.c: (gst_adder_query):
920           Pass unhandled queries upstream instead of just
921           dropping them (#326447). Also, fix supported
922           query types list for some elements.
923
924 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
927         (paris_type_find), (ilbc_type_find), (plugin_init):
928           Fix typefinding for audio/x-au, audio/x-paris and
929           audio/iLBC-sh. We cannot use the START_WITH macros
930           here, because there can only be one typefind factory
931           with the same name (caps), so the second one would
932           replace the first one and the first one would never
933           be called when doing typefinding (see #161712).
934           
935
936 2006-01-31  Wim Taymans  <wim@fluendo.com>
937
938         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
939         (vorbis_handle_header_packet), (vorbis_dec_push),
940         (vorbis_handle_data_packet):
941         Use scale_int when we can, add some more scaling.
942         Check packettype before parsing it.
943
944 2006-01-31  Wim Taymans  <wim@fluendo.com>
945
946         * ext/theora/theoradec.c: (_theora_granule_time),
947         (theora_dec_src_convert), (theora_dec_sink_convert):
948         Call right _scale functions.
949         Use parameter instead of some other random value.
950
951 2006-01-31  Wim Taymans  <wim@fluendo.com>
952
953         * ext/theora/theoradec.c: (_theora_granule_frame),
954         (_theora_granule_time), (_inc_granulepos),
955         (theora_dec_src_convert), (theora_dec_sink_convert),
956         (theora_handle_type_packet), (theora_handle_data_packet),
957         (theora_dec_chain):
958         Use higher precision timestamps calculation.
959         Convert some other conversions to _scale.
960
961 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
962
963         * gst/audiotestsrc/gstaudiotestsrc.c:
964         (gst_audio_test_src_create_sine_table), (plugin_init):
965         * gst/volume/gstvolume.c: (plugin_init):
966           initialize gst_controller before using
967
968 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
969
970         * tests/check/pipelines/theoraenc.c:
971         * tests/check/pipelines/vorbisenc.c:
972         Define constant using G_GINT64_CONSTANT to avoid errors when
973         passing it around - otherwise it gets truncated to 32 bits.
974
975         Fixes failing tests.
976
977 2006-01-31  Andy Wingo  <wingo@pobox.com>
978
979         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
980         caps being set doesn't have a framerate value. Basically a stopgap
981         measure.
982
983         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
984         technically correct enough to put into core though.
985         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
986         DURATION. Fixes theoraenc ! oggmux.
987
988         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
989         fraction, not double.
990
991 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
992
993         * win32/vs7:
994         add vs7 project files created by Sergey Scobich
995
996 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
997
998         * win32/vs8:
999         add vs8 project files created by Sergey Scobich
1000         
1001 2006-01-30  Andy Wingo  <wingo@pobox.com>
1002
1003         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1004         timestamp + duration, not just timestamp -- ogg pages should be
1005         ordered by stop time. Necessary fix given the change in vorbis
1006         timestamps.
1007
1008         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1009         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1010         (granulepos_add): New function, handles the messiness of adjusting
1011         granulepos values.
1012         (theora_buffer_from_packet):
1013         (theora_enc_chain):
1014         (theora_enc_sink_event): Use granulepos_add, not +.
1015
1016         * tests/check/pipelines/theoraenc.c
1017         (check_buffer_granulepos_from_starttime): Just check the frame
1018         count, not the actual granulepos -- we can't dictate to the
1019         encoder when it should be placing keyframes.
1020
1021 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1022
1023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1024           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1025           play an http:// stream from a server that's not serving
1026
1027 2006-01-30  Andy Wingo  <wingo@pobox.com>
1028
1029         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1030         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1031         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1032         available.
1033
1034         * ext/theora/gsttheoraenc.h:
1035         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1036         although theoraenc was timestamping correctly. Added handling of
1037         streams that start with nonzero timestamps.
1038
1039         * tests/check/Makefile.am:
1040         * tests/check/pipelines/theoraenc.c: New file, basically does same
1041         tests as vorbisenc.
1042
1043         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1044
1045 2006-01-30  Wim Taymans  <wim@fluendo.com>
1046
1047         * gst-libs/gst/audio/gstaudiosink.c:
1048         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1049         (gst_audioringbuffer_pause):
1050         Implement pause that does not wait for completion.
1051
1052         * gst-libs/gst/audio/gstbaseaudiosink.c:
1053         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1054         Don't drop buffers when going to PAUSED but perform preroll on
1055         remaining samples now that core base class supports this.
1056
1057         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1058         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1059         (gst_ring_buffer_commit):
1060         Pause should not signal waiters.
1061         Implement return value of _commit correctly.
1062
1063 2006-01-30  Andy Wingo  <wingo@pobox.com>
1064
1065         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1066
1067         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1068         updated to timestamp from the first sample, not the last.
1069         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1070         special care of granulepos and timestamp for header packets.
1071         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1072         when the first buffer has a nonzero timestamp.
1073
1074         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1075         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1076         case when the first audio buffer we get has a nonzero timestamp.
1077         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1078         properly timestamp vorbis buffers with the time of the first
1079         sample, not the last.
1080         
1081         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1082         vorbis_granule_time_copy -- now it takes the granule/subgranule
1083         offset into account.
1084
1085         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1086         timestamps, durations, and granulepos on buffers produced by
1087         vorbisenc.
1088
1089 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1090
1091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1092         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1093           Patch from Eric Jonas to support conversions to/from UYVY 
1094           (Fixes: #324626)
1095
1096 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1097
1098         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1099         (setup_subtitle), (setup_source), (set_active_source):
1100         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1101         (gen_text_element), (gen_audio_element), (gen_vis_element),
1102         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1103
1104 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1105
1106         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1107         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1108                 use gst_guint64_to_gdouble to be compliant with vs6
1109         * gst/playback/gstdecodebin.c: (try_to_link_1)
1110         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1111                 use G_GINT64_CONSTANT for int64 constants
1112         * win32/common/libgstinterfaces.def:
1113                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1114         * win32/vs6:
1115                 update and add new project files
1116                 
1117 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1118
1119         * Makefile.am:
1120         * win32/MANIFEST:
1121         * win32/common/interfaces-enumtypes.c:
1122         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1123         (gst_mixer_track_flags_get_type),
1124         (gst_tuner_channel_flags_get_type):
1125         * win32/common/interfaces-enumtypes.h:
1126         * win32/common/multichannel-enumtypes.c:
1127         (gst_audio_channel_position_get_type):
1128         * win32/common/multichannel-enumtypes.h:
1129           add a win32-update rule like in core, and copy over enumtypes files
1130
1131 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1132
1133         * win32/MANIFEST:
1134         * win32/common/config.h:
1135         * win32/common/config.h.in:
1136           add config files just like in core
1137
1138 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1141           Make gcc-4.1 happy (part of #327357).
1142
1143 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1144
1145         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1146         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1147         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1148         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1149         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1150         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1151           Update all error messages.  All of them should either use
1152           the default translated message, or actually provide a
1153           translatable string.
1154           Make the string for channel count problems meaningful.
1155
1156 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1157
1158         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1159           check for and throw RESOURCE_BUSY
1160
1161 2006-01-27  David Schleef  <ds@schleef.org>
1162
1163         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1164           checked in this change -- it requires liboil features not
1165           in 0.3.6.  Revert parts.
1166
1167 2006-01-27  David Schleef  <ds@schleef.org>
1168
1169         * REQUIREMENTS:
1170         * configure.ac: update liboil requirement to 0.3.6
1171         * gst/videoscale/Makefile.am:
1172         * gst/videoscale/vs_scanline.c: liboilify
1173
1174 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1175
1176         * ext/libvisual/visual.c: (get_buffer):
1177           When pad_alloc returns a GstFlowReturn other
1178           than GST_FLOW_OK, make sure it is passed upstream.
1179
1180 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1181
1182         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1183         (gst_alsasink_class_init):
1184           Free the device name string.
1185
1186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1187         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1188         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1189           Don't remove a pad from the collectpads structure until it
1190           is released - it's a request pad, and may receive data again
1191           if the element gets moved back to PLAYING state.
1192
1193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1194           Ensure we turn on double buffering on the Xv port, and
1195           set the colour key to something dark and mysterious that
1196           isn't black.
1197
1198 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1199
1200         * ext/alsa/gstalsaplugin.c: (plugin_init):
1201         * ext/cdparanoia/gstcdparanoiasrc.c:
1202         (gst_cd_paranoia_src_base_init), (plugin_init):
1203         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1205           - a library should not call setlocale. see "Libraries" node in
1206             gettext manual
1207           - make sure all plugins that use translation do bindtextdomain
1208             to point to the localedir
1209         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1210         (setup_sinks), (plugin_init):
1211           all this, and check for NULL when creating sinks
1212
1213 2006-01-27  Julien MOUTTE  <julien@moutte.net>
1214
1215         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1216         (plugin_init): Make typefinding of subtitles work again.
1217
1218 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1221         (mp3_type_frame_length_from_header), (mp3_type_find),
1222         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1223         (plugin_init):
1224           Backport a bunch of typefinding fixes from the 0.8 branch.
1225           Also, improve wavpack typefinding: if we can't peek the
1226           entire wavpack block, try to parse the bits we can get and
1227           see if we find what we're looking for in those.
1228
1229 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1230
1231         * sys/ximage/ximagesink.c:
1232         (gst_ximagesink_calculate_pixel_aspect_ratio):
1233         * sys/xvimage/xvimagesink.c:
1234         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1235         more cases of pixel aspect ratio.
1236
1237 2006-01-26  Edward Hervey  <edward@fluendo.com>
1238
1239         * gst/playback/gstdecodebin.c: (pad_probe):
1240         Also consider the flush-start and tag events as unblockers
1241         for the pad probes.
1242
1243 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1244
1245         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1246         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1247         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1248         On the fly visualisation switch, works disabling, enabling as
1249         well but it won't be able to enable vis in a playbin that was
1250         created with no visualisation.
1251
1252 2006-01-25  Wim Taymans  <wim@fluendo.com>
1253
1254         * gst-libs/gst/audio/gstbaseaudiosink.c:
1255         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1256         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1257         resume after pause.
1258
1259 2006-01-25  Wim Taymans  <wim@fluendo.com>
1260
1261         * gst-libs/gst/audio/gstbaseaudiosink.c:
1262         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1263         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1264         Improve debugging.
1265         Post error when caps cannot be parsed.
1266         Resync on discontinuity in the stream.
1267         Clip samples to segment boundaries.
1268         return WRONG_STATE sooner when we are flushing.
1269
1270         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1271         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1272         Make audiosrc operate in TIME.
1273         Set TIMESTAMP and DURATION on buffers.
1274
1275 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         * tests/examples/seek/seek.c: (main):
1278           Output tag messages as well.
1279
1280 2006-01-23  Edward Hervey  <edward@fluendo.com>
1281
1282         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1283         (free_pad_probes), (remove_fakesink), (pad_probe),
1284         (close_pad_link), (gst_decode_bin_change_state):
1285         Replace GstPadBlockCallback with pad probes that detect
1286         first buffer AND eos before removing fakesink.
1287         Fixes hang with demuxers doing EOS while pre-rolling.
1288         Solves #328279
1289
1290 2006-01-23  Andy Wingo  <wingo@pobox.com>
1291
1292         * ext/alsa/gstalsasink.c:
1293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1294         (gst_base_rtp_depayload_setcaps),
1295         (gst_base_rtp_depayload_add_to_queue),
1296         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1297         
1298         Patch by: Jens Granseuer <jensgr at gmx dot net>
1299
1300 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1301
1302         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1303         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1304         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1305         frames. We might get a frame destroyed after changing state to
1306         NULL, adding a safety check on xcontext.
1307
1308 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * gst-libs/gst/interfaces/xoverlay.c:
1311           Fix prepare-xwindow-id code example in the docs - we need to
1312           ignore all messages that aren't element messages as well.
1313           
1314 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1315
1316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1317           I think one day i'll completely undestand how caps negotiation
1318           is supposed to work. This refactoring handles buffer_alloc
1319           called with caps we can't handle. We definitely don't want a
1320           set_caps with those caps, so we define and allocate a buffer
1321           we would like to receive.
1322
1323 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         * gst/playback/gstplaybasebin.c: (setup_source):
1326           Free iterator when done.
1327
1328 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1329
1330         * gst-libs/gst/audio/gstbaseaudiosink.c:
1331         (gst_base_audio_sink_render):
1332           Fix playback of non-synchronised streams by assuming a rate
1333           of 1.0 instead of a random one.
1334
1335           Makes this work again:
1336
1337           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1338           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1339           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1340           audioresample ! alsasink
1341
1342 === release 0.10.2 ===
1343
1344 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1345
1346         * configure.ac:
1347           releasing 0.10.2, "Then the devil is six"
1348
1349 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1350
1351         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1352         * gst/playback/gststreamselector.c:
1353         (gst_stream_selector_set_property):
1354           Comment out broken code that connects to the state-changed signal.
1355           At this point, changing current stream selection is broken, but 
1356           stuff like gst-launch playbin current-audio=1 works and filters
1357           to the chosen stream.
1358
1359 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1360
1361         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1362           Fix #327216 (null dereference in vorbisdec)
1363
1364 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1365
1366         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1367           Post taglist actually on bus instead of just freeing it
1368           (fixes #327114 and totem bug #327080).
1369
1370         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1371           Use gst_element_found_tags_for_pad(), so that the tags
1372           are sent downstream as an event as well.
1373
1374 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1375
1376         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1377         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1378         (gst_ximagesink_buffer_alloc):
1379         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1380         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1381         (gst_xvimagesink_buffer_alloc):
1382           move all regularly occurring messages to GST_LOG level
1383           add some more object logs
1384
1385 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1386
1387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1388           fix a silly segfault
1389
1390 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * docs/libs/gst-plugins-base-libs-docs.sgml:
1393         * docs/libs/gst-plugins-base-libs-sections.txt:
1394         * gst-libs/gst/audio/mixerutils.c:
1395         * gst-libs/gst/audio/mixerutils.h:
1396           Add docs for mixerutils stuff.
1397
1398 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         * gst/playback/gstplaybasebin.c: (setup_source):
1401           Fix playback for sources that emit raw audio or
1402           raw video streams (e.g.: cd audio sources) (#325984).
1403
1404 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1405
1406         * gst-libs/gst/audio/mixerutils.c:
1407         (gst_audio_mixer_filter_do_filter):
1408           actually save the element we create
1409
1410 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         * gst-libs/gst/cdda/gstcddabasesrc.c:
1413         (gst_cdda_base_src_handle_track_seek):
1414           No need to post a tag message on the bus when seeking
1415           within the same track, only post it when the current
1416           track changes.
1417
1418 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1419
1420         * gst/playback/gstplaybasebin.c: (group_destroy),
1421         (probe_triggered), (new_decoded_pad), (mute_group_type),
1422         (set_active_source):
1423         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1424         * gst/playback/gststreamselector.c:
1425         (gst_stream_selector_base_init),
1426         (gst_stream_selector_set_property),
1427         (gst_stream_selector_request_new_pad):
1428           Reenable stream selection. These mechanisms need a complete overhaul
1429           in the face of 0.8->0.10 changes though.
1430
1431 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1432
1433         * ext/ogg/gstoggdemux.c:
1434           Change the pad template to src_%d to match the pads that 
1435           are created from it. decodebin needs this information in order
1436           to decide that oggdemux is capable of producing multiple pads
1437           (and hence needs queues inserted).
1438
1439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1440         (gst_ogg_mux_collected):
1441           Make debug output more useful by using GST_PTR_FORMAT.
1442
1443 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1444
1445         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1446
1447         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1448           Set depth and width for alaw/mulaw (fixes #326601).
1449
1450 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1451
1452         * tests/icles/Makefile.am:
1453           don't build the tests if we don't have the libs
1454
1455 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1458         (gst_cd_paranoia_paranoia_callback):
1459           Don't try to free NULL pointers.
1460
1461 2006-01-10  Edward Hervey  <edward@fluendo.com>
1462
1463         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1464         (gst_audio_rate_change_state), (plugin_init):
1465         Add debugging category.
1466         Fix type issues.
1467         Add case for incoming buffers without valid offset/offset_end.
1468
1469 2006-01-10  Michael Smith  <msmith@fluendo.com>
1470
1471         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1472           Don't leak GCond in audio sources.
1473
1474 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1475
1476         * gst/playback/gstplaybin.c: (gen_audio_element):
1477           Don't leak an autoaudiosink/alsasink when we generate
1478           a new audio element. (old code, I guess)
1479
1480 2006-01-10  Michael Smith  <msmith@fluendo.com>
1481
1482         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1483           Support float audio in audiorate.
1484           Use width rather than depth for selecting sample width.
1485
1486 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * gst/videotestsrc/videotestsrc.h:
1489           Use GLib types here (that way we don't have to include the
1490           generated _stdint.h header, which makes life easier for win32
1491           folks that don't use autotools for the build) (#325990, patch
1492           by: Sergey Scobich).
1493
1494 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1497         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1498         (gst_ring_buffer_pause), (wait_segment):
1499         * gst-libs/gst/audio/gstringbuffer.h:
1500           Name (private) union, makes Forte compiler happy (this time
1501           for real) (#324900).
1502
1503 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1504
1505         * gst-libs/gst/audio/Makefile.am:
1506           Link against libgstinterfaces, needed for mixer
1507           and property probe stuff.
1508
1509 2006-01-09  Edward Hervey  <edward@fluendo.com>
1510
1511         * gst-libs/gst/Makefile.am:
1512
1513 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1514
1515         * gst-libs/gst/audio/Makefile.am:
1516         * gst-libs/gst/audio/mixerutils.c:
1517         (gst_audio_mixer_filter_do_filter),
1518         (gst_audio_mixer_filter_check_element),
1519         (gst_audio_mixer_filter_probe_feature),
1520         (element_factory_rank_compare_func),
1521         (gst_audio_default_registry_mixer_filter):
1522         * gst-libs/gst/audio/mixerutils.h:
1523           Add gst_audio_default_registry_mixer_filter() utility
1524           function.
1525
1526 2006-01-03  Michael Smith  <msmith@fluendo.com>
1527
1528         * gst/audioresample/resample.h:
1529           As before, but for o_buf
1530
1531 2006-01-03  Michael Smith  <msmith@fluendo.com>
1532
1533         * gst/audioresample/resample.h:
1534           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1535           since we do arithmetic on it.
1536
1537 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1538
1539         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1540         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1541         (gst_ring_buffer_pause), (wait_segment):
1542         * gst-libs/gst/audio/gstringbuffer.h:
1543           Sun's Forte compiler doesn't seem to like anonymous structs,
1544           so use same setup as in GstBaseSrc (fixes #324900).
1545
1546 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
1547
1548         * configure.ac:
1549         * gst/volume/Makefile.am:
1550         * gst/volume/demo.c:
1551           move old example to tests/examples/volume/volune.c
1552         * tests/examples/Makefile.am:
1553         * tests/examples/seek/seek.c: (main):
1554           change window-close event from "delete-event" to "destroy"
1555         * tests/examples/volume/Makefile.am:
1556         * tests/examples/volume/volume.c: (value_changed_callback),
1557         (setup_gui), (message_received), (eos_message_received), (main):
1558           fix event handling and bus usage
1559
1560 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
1561
1562         * gst/audiotestsrc/gstaudiotestsrc.c:
1563         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
1564         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
1565         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
1566         (gst_audio_test_src_create_square),
1567         (gst_audio_test_src_create_saw),
1568         (gst_audio_test_src_create_triangle),
1569         (gst_audio_test_src_create_silence),
1570         (gst_audio_test_src_create_white_noise),
1571         (gst_audio_test_src_create_pink_noise),
1572         (gst_audio_test_src_init_sine_table),
1573         (gst_audio_test_src_create_sine_table),
1574         (gst_audio_test_src_change_wave),
1575         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
1576         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
1577         * gst/audiotestsrc/gstaudiotestsrc.h:
1578           update to basesrc changes, implement segmented seeking and eos
1579           handling, add a 'sine-tab' waveform for performance critical playback
1580
1581 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1582
1583         * po/POTFILES.in:
1584           ... and this time the other modified file that I missed last time.
1585
1586 2005-12-29  Michael Smith  <msmith@fluendo.com>
1587
1588         * gst/playback/gstdecodebin.c: (new_pad):
1589           Fix non-C89 variable declaration not at the start of a block. Should
1590           help some compilers.
1591
1592 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1593
1594         * tests/check/Makefile.am:
1595           And now fix 'make distcheck' (builddir != srcdir)
1596
1597 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         * configure.ac:
1600         * ext/cdparanoia/Makefile.am:
1601         * ext/cdparanoia/gstcdparanoia.c:
1602         * ext/cdparanoia/gstcdparanoia.h:
1603         * ext/cdparanoia/gstcdparanoiasrc.c:
1604         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
1605         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
1606         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
1607         (gst_cd_paranoia_paranoia_callback),
1608         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
1609         (gst_cd_paranoia_src_set_property),
1610         (gst_cd_paranoia_src_get_property), (plugin_init):
1611         * ext/cdparanoia/gstcdparanoiasrc.h:
1612           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
1613           plugin again (there are still fixes required to playbin to make
1614           cdda:// uris work there).
1615
1616 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1617
1618         * tests/check/Makefile.am:
1619           Fix test case compilation.
1620
1621 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * gst-libs/gst/cdda/gstcddabasesrc.c:
1624         (gst_cdda_base_src_update_duration),
1625         (gst_cdda_base_src_calculate_cddb_id):
1626           An integer is not a string. Fix access to uninitialised variable.
1627
1628         * tests/check/Makefile.am:
1629           Add cddabasesrc unit test; also actually enable the vorbis test.
1630
1631         * tests/check/generic/states.c:
1632           Blacklist new cd audio elements as well.
1633
1634         * tests/check/libs/cddabasesrc.c:
1635           Unit test for GstCddaBaseSrc (discid calculation mostly).
1636
1637 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1638
1639         * docs/libs/Makefile.am:
1640         * docs/libs/gst-plugins-base-libs-docs.sgml:
1641         * docs/libs/gst-plugins-base-libs-sections.txt:
1642         * docs/libs/gst-plugins-base-libs.types:
1643           Add docs for libgstcdda/GstCddaBaseSrc.
1644
1645         * gst-libs/gst/interfaces/mixertrack.h:
1646           Do one struct member per line with a semicolon at the end, that way
1647           even gtk-doc might parse it without complaining.
1648
1649 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1650
1651         * configure.ac:
1652         * gst-libs/gst/Makefile.am:
1653         * gst-libs/gst/cdda/Makefile.am:
1654         * gst-libs/gst/cdda/base64.c:
1655         * gst-libs/gst/cdda/base64.h:
1656         * gst-libs/gst/cdda/gstcddabasesrc.c:
1657         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
1658         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
1659         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
1660         (gst_cdda_base_src_get_property),
1661         (gst_cdda_base_src_get_track_from_sector),
1662         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
1663         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
1664         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
1665         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
1666         (gst_cdda_base_src_uri_get_protocols),
1667         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
1668         (gst_cdda_base_src_uri_handler_init),
1669         (gst_cdda_base_src_setup_interfaces),
1670         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
1671         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
1672         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
1673         (gst_cdda_base_src_add_tags),
1674         (gst_cdda_base_src_add_index_associations),
1675         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
1676         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
1677         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
1678         (gst_cdda_base_src_create):
1679         * gst-libs/gst/cdda/gstcddabasesrc.h:
1680         * gst-libs/gst/cdda/sha1.c:
1681         * gst-libs/gst/cdda/sha1.h:
1682           Add new libgstcdda with GstCddaBaseSrc class.
1683
1684 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * ext/gnomevfs/gstgnomevfssink.h:
1687           Use GstBaseSinkClass as parent_class member for class struct, not
1688           GstBaseSink.
1689
1690 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1691
1692         * gst/videotestsrc/gstvideotestsrc.c:
1693         (gst_video_test_src_class_init), (gst_video_test_src_start):
1694           Add start method to reset running time and number of frames sent
1695           when starting up (fixes #324696; patch by: Michal Benes).
1696
1697 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1698
1699         * docs/plugins/Makefile.am:
1700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1702         * docs/plugins/gst-plugins-base-plugins.args:
1703         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1704         * docs/plugins/gst-plugins-base-plugins.signals:
1705           Add docs stuff for gnomevfssrc and gnomevfssink.
1706
1707         * ext/gnomevfs/gstgnomevfssrc.c:
1708           Fix example pipeline in gtk-doc blurb.
1709
1710 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
1711
1712         * ext/gnomevfs/Makefile.am:
1713         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
1714         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
1715         (gst_gnome_vfs_handle_get_type), (plugin_init):
1716         * ext/gnomevfs/gstgnomevfs.h:
1717         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
1718         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
1719         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
1720         (gst_gnome_vfs_sink_set_property),
1721         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
1722         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
1723         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
1724         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
1725         (gst_gnome_vfs_sink_uri_get_type),
1726         (gst_gnome_vfs_sink_uri_get_protocols),
1727         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
1728         (gst_gnome_vfs_sink_uri_handler_init):
1729         * ext/gnomevfs/gstgnomevfssink.h:
1730           Port gnomevfssink; add gtk-doc blurb.
1731
1732         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
1733         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
1734         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
1735         (gst_gnome_vfs_src_uri_get_type),
1736         (gst_gnome_vfs_src_uri_get_protocols),
1737         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
1738         (gst_gnome_vfs_src_uri_handler_init),
1739         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
1740         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
1741         (gst_gnome_vfs_src_send_additional_headers_callback),
1742         (gst_gnome_vfs_src_received_headers_callback),
1743         (gst_gnome_vfs_src_push_callbacks),
1744         (gst_gnome_vfs_src_pop_callbacks),
1745         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
1746         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
1747         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
1748         * ext/gnomevfs/gstgnomevfssrc.h:
1749           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
1750           file; add gtk-doc blurb with example pipelines.
1751
1752 === release 0.10.1 ===
1753
1754 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
1755
1756         * configure.ac:
1757           releasing 0.10.1, "Dobro Dedek"
1758
1759 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
1760
1761         * gst/typefind/gsttypefindfunctions.c:
1762         iLBC30 and iLBC20 added to typefind.
1763
1764 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
1765
1766         * gst-libs/gst/audio/gstbaseaudiosink.c:
1767         (gst_base_audio_sink_class_init):
1768         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1769         (gst_base_audio_src_class_init):
1770           update strings, values are in microseconds
1771           change the default sink buffer time to something that is smaller
1772           (to help software volume mixing have a slightly lower delay) but
1773           still be acceptable on Wim's laptop
1774
1775 2005-12-20  Edward Hervey  <edward@fluendo.com>
1776
1777         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
1778         Made a quack, forgot to add DUCK to the riff video template.
1779
1780 2005-12-19  Edward Hervey  <edward@fluendo.com>
1781
1782         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
1783         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
1784         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
1785         (gst_ogm_parse_chain):
1786         Make sure pads are initialized correctly.
1787         * gst-libs/gst/riff/riff-ids.h:
1788         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1789         (gst_riff_create_video_template_caps):
1790         Add a whole bunch of FOURCC <=> MimeType.
1791         Extend the riff video pad template to support the newly added fourcc.
1792
1793 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
1794
1795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1796         (gst_ogg_demux_activate_chain):
1797           Extra debug output when activating/deactivating chains.
1798
1799         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1800         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
1801         (unlinked):
1802           Remove a queue from our list when it becomes unlinked.
1803           Don't add queues to elements in class 'Demux' if they
1804           can only produce one pad 
1805
1806 2005-12-18  Julien MOUTTE  <julien@moutte.net>
1807
1808         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
1809         (gst_video_sink_get_type): Add a debug category.
1810
1811 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1812
1813         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1814         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
1815           Handle downstream newsegment by sending our own newsegment before the
1816           next buffer to be released. (#323900)
1817
1818 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
1819
1820         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1821         (gst_base_rtp_depayload_set_gst_timestamp):
1822           add queue delay to new segment as well (as opposed to just the first
1823           buffer). (bug #322347)
1824
1825 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
1826
1827         * ext/libvisual/visual.c: (make_valid_name):
1828           change some char* into char[]
1829         * gst/audiotestsrc/gstaudiotestsrc.c:
1830         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
1831         (gst_audio_test_src_create):
1832         * gst/audiotestsrc/gstaudiotestsrc.h:
1833           prepare to handle EOS and SEGMENT_DONE
1834
1835 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1836
1837         * tests/check/generic/states.c: (GST_START_TEST):
1838           Blacklist cdparanoia element in state test.
1839
1840 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1841
1842         * gst/tcp/gsttcp.c:
1843         * gst/tcp/gsttcpclientsink.c:
1844         * gst/tcp/gsttcpserversink.c:
1845         * gst/tcp/gsttcpserversrc.c:
1846           Add <string.h> includes for memset and FD_ZERO (fixes #323878;
1847           patch by: Benjamin Pineau).
1848
1849 2005-12-15  Michael Smith  <msmith@fluendo.com>
1850
1851         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
1852         (gst_video_rate_chain):
1853           Fix timestamping for videorate when the first buffer it sees has a
1854           non-zero timestamp. Fix some misleading debug output.
1855
1856 2005-12-15  Michael Smith  <msmith@fluendo.com>
1857
1858         * gst/audioresample/gstaudioresample.c:
1859           Don't leak all input buffers to audioresample.
1860
1861 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1862
1863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
1864           Don't operate on empty text buffers. Strip newlines and
1865           tabs only from the end of the text, but leave them intact
1866           in the middle. Fix typo in gtk-doc description.
1867
1868 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         * gst/playback/gstplaybasebin.c:
1871         * gst/playback/gstplaybin.c: (handoff):
1872           Make sure the video frame buffer we return to apps via the
1873           "frame" property always has caps set on it. Modify
1874           _gst_gvalue_set_object() macro to handle NULL objects
1875           gracefully too.
1876
1877 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * gst/audiotestsrc/gstaudiotestsrc.c:
1880         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1881         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
1882         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
1883         (gst_audio_test_src_create):
1884         * gst/audiotestsrc/gstaudiotestsrc.h:
1885         Adjust to some recent api changes and add wtays new cool seeking
1886         capabillities
1887
1888 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1889
1890         * ext/alsa/Makefile.am:
1891         * ext/alsa/gstalsadeviceprobe.c:
1892         * ext/alsa/gstalsadeviceprobe.h:
1893           Helper functions to add device probing via the GstPropertyProbe
1894           interface to a class.
1895
1896         * ext/alsa/gstalsamixer.h:
1897           Comment out GST_ALSA_MIXER, it returns a struct that's not
1898           used.
1899
1900         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1901           Add some debug info. 
1902
1903         * ext/alsa/gstalsamixerelement.c:
1904         (gst_alsa_mixer_element_interface_supported),
1905         (gst_implements_interface_init),
1906         (gst_alsa_mixer_element_init_interfaces),
1907         (gst_alsa_mixer_element_class_init),
1908         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
1909         (gst_alsa_mixer_element_set_property),
1910         (gst_alsa_mixer_element_get_property),
1911         (gst_alsa_mixer_element_change_state):
1912         * ext/alsa/gstalsamixerelement.h:
1913           Add 'device' and 'device-name' properties. Add GstPropertyProbe
1914           for device handling (gnome-volume-control will need that).
1915
1916 2005-12-12  Christian Schaller  <uraeus@gnome.org>
1917
1918         * ext/Makefile.am: fix cdparanoia entry
1919         * gst-plugins-base.spec.in: add cdparanoia
1920
1921 2005-12-12  Michael Smith  <msmith@fluendo.com>
1922
1923         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
1924           Use the correct function to free list of typefind factories.
1925
1926 2005-12-12  Wim Taymans  <wim@fluendo.com>
1927
1928         * gst/videotestsrc/gstvideotestsrc.c:
1929         (gst_video_test_src_class_init), (gst_video_test_src_init),
1930         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
1931         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
1932         (gst_video_test_src_create):
1933         * gst/videotestsrc/gstvideotestsrc.h:
1934         Implement seeking in videotestsrc.
1935         Small cleanups.
1936
1937 2005-12-12  Wim Taymans  <wim@fluendo.com>
1938
1939         * ext/cdparanoia/Makefile.am:
1940         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
1941         (gst_paranoia_endian_get_type), (_do_init),
1942         (cdparanoia_class_init), (cdparanoia_init),
1943         (cdparanoia_set_property), (cdparanoia_get_property),
1944         (cdparanoia_do_seek), (cdparanoia_is_seekable),
1945         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
1946         (cdparanoia_convert), (cdparanoia_get_query_types),
1947         (cdparanoia_query), (cdparanoia_set_index),
1948         (cdparanoia_uri_set_uri):
1949         * ext/cdparanoia/gstcdparanoia.h:
1950         Partially ported cdparanoia now that basesrc can support a
1951         plugin like this..
1952
1953 2005-12-12  Wim Taymans  <wim@fluendo.com>
1954
1955         * tests/examples/seek/scrubby.c: (main):
1956         Set higher priority for bus events so they don't get reordered with
1957         gtk gui events.
1958
1959         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
1960         (flush_toggle_cb), (main):
1961         Added checkbox to disable flushing seeks. 
1962         Disable scrubbing when doing non flushing seeks.
1963
1964 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
1965
1966         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
1967         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
1968         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
1969         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
1970           Implement some sort of event handling that doesn't rely on
1971           g_return_if_fail; make sure we always push the last chunk of an 
1972           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
1973           state change function; remove some old cruft. Seeking is still
1974           rather unlikely to work though.
1975
1976         * tools/.cvsignore:
1977           Ignore more.
1978
1979 2005-12-11  Julien MOUTTE  <julien@moutte.net>
1980
1981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
1982         Fixed a leak of the current image reference when cleaning up.
1983         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
1984
1985 2005-12-09  Michael Smith  <msmith@fluendo.com>
1986
1987         * tools/Makefile.am:
1988         * tools/gst-launch-ext-m.m:
1989           Remove gst-launch-ext. It doesn't work, and is no longer
1990           particularly useful.
1991
1992 2005-12-08  Luca Ognibene  <luogni@tin.it>
1993
1994         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1995           don't pass random values to ogmparse convert function.
1996           Make seeking possible in the exile1.ogm file.
1997
1998 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1999
2000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2001         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2002           Work around refcount problem with g_value_set_object() that occur
2003           if the core has been compiled against GLib-2.6 (g_value_set_object()
2004           will only g_object_ref() the element, but the caller will
2005           gst_object_unref() it and bad things will happen due to the way
2006           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2007           totem for people on FC4 using Thomas's 0.10 RPMs.
2008           
2009 2005-12-07  Edward Hervey  <edward@fluendo.com>
2010
2011         Time to welcome ogm to 0.10 :)
2012         
2013         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2014         (gst_ogg_pad_typefind):
2015         Oggdemux can now properly typefind elements with dynamic pads.
2016         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2017         Properly set caps on src pad, and set caps on outgoing buffers.
2018
2019 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2020
2021         * ext/alsa/gstalsamixer.h:
2022         * ext/alsa/gstalsamixerelement.h:
2023         * ext/alsa/gstalsamixeroptions.h:
2024         * ext/alsa/gstalsamixertrack.h:
2025         * ext/alsa/gstalsasink.c:
2026         * ext/alsa/gstalsasink.h:
2027         * ext/alsa/gstalsasrc.c:
2028         * ext/alsa/gstalsasrc.h:
2029         * ext/cdparanoia/gstcdparanoia.h:
2030         * ext/gnomevfs/gstgnomevfsuri.h:
2031         * ext/ogg/gstoggdemux.c:
2032         * ext/ogg/gstoggmux.c:
2033         * ext/pango/gsttextoverlay.h:
2034         * ext/theora/theoradec.c:
2035         * ext/theora/theoraenc.c:
2036         * ext/vorbis/vorbisdec.h:
2037         * ext/vorbis/vorbisenc.c:
2038         * ext/vorbis/vorbisenc.h:
2039         * ext/vorbis/vorbisparse.h:
2040         * gst-libs/gst/audio/gstaudioclock.h:
2041         * gst-libs/gst/audio/gstaudiosink.c:
2042         * gst-libs/gst/audio/gstaudiosink.h:
2043         * gst-libs/gst/audio/gstaudiosrc.c:
2044         * gst-libs/gst/audio/gstaudiosrc.h:
2045         * gst-libs/gst/audio/gstbaseaudiosink.c:
2046         * gst-libs/gst/audio/gstbaseaudiosink.h:
2047         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2048         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2049         * gst-libs/gst/audio/gstringbuffer.h:
2050         * gst-libs/gst/audio/multichannel.h:
2051         * gst-libs/gst/floatcast/floatcast.h:
2052         * gst-libs/gst/interfaces/colorbalance.c:
2053         * gst-libs/gst/interfaces/colorbalance.h:
2054         * gst-libs/gst/interfaces/colorbalancechannel.h:
2055         * gst-libs/gst/interfaces/mixer.h:
2056         * gst-libs/gst/interfaces/mixeroptions.h:
2057         * gst-libs/gst/interfaces/mixertrack.h:
2058         * gst-libs/gst/interfaces/navigation.h:
2059         * gst-libs/gst/interfaces/propertyprobe.h:
2060         * gst-libs/gst/interfaces/tuner.h:
2061         * gst-libs/gst/interfaces/tunerchannel.h:
2062         * gst-libs/gst/interfaces/tunernorm.h:
2063         * gst-libs/gst/interfaces/xoverlay.h:
2064         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2065         * gst-libs/gst/riff/riff-ids.h:
2066         * gst-libs/gst/riff/riff-media.h:
2067         * gst-libs/gst/riff/riff-read.h:
2068         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2069         * gst-libs/gst/rtp/gstbasertppayload.c:
2070         * gst-libs/gst/rtp/gstbasertppayload.h:
2071         * gst-libs/gst/rtp/gstrtpbuffer.c:
2072         * gst-libs/gst/rtp/gstrtpbuffer.h:
2073         * gst-libs/gst/tag/gsttageditingprivate.h:
2074         * gst-libs/gst/tag/gstvorbistag.c:
2075         (gst_tag_list_from_vorbiscomment_buffer):
2076         * gst-libs/gst/tag/tag.h:
2077         * gst-libs/gst/video/video.h:
2078         * gst/adder/gstadder.c:
2079         * gst/adder/gstadder.h:
2080         * gst/audioconvert/audioconvert.c:
2081         * gst/audioconvert/audioconvert.h:
2082         * gst/audioconvert/gstaudioconvert.c:
2083         * gst/audioconvert/gstchannelmix.c:
2084         * gst/audioconvert/gstchannelmix.h:
2085         * gst/audiorate/gstaudiorate.c:
2086         * gst/audioresample/buffer.h:
2087         * gst/audioresample/functable.h:
2088         * gst/audioresample/gstaudioresample.c:
2089         * gst/audioresample/resample.h:
2090         * gst/ffmpegcolorspace/avcodec.h:
2091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2092         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2093         * gst/ffmpegcolorspace/imgconvert.c:
2094         * gst/ffmpegcolorspace/imgconvert_template.h:
2095         * gst/playback/gstdecodebin.c:
2096         * gst/playback/gstplaybasebin.h:
2097         * gst/playback/gstplaybin.c:
2098         * gst/playback/gststreaminfo.h:
2099         * gst/tcp/gstfdset.c:
2100         * gst/tcp/gstfdset.h:
2101         * gst/tcp/gstmultifdsink.c:
2102         * gst/tcp/gstmultifdsink.h:
2103         * gst/tcp/gsttcp.h:
2104         * gst/tcp/gsttcpclientsrc.c:
2105         * gst/tcp/gsttcpclientsrc.h:
2106         * gst/tcp/gsttcpplugin.h:
2107         * gst/tcp/gsttcpserversink.c:
2108         * gst/tcp/gsttcpserversrc.c:
2109         * gst/typefind/gsttypefindfunctions.c:
2110         * gst/videorate/gstvideorate.c:
2111         * gst/videotestsrc/gstvideotestsrc.h:
2112         * gst/videotestsrc/videotestsrc.h:
2113         * sys/v4l/gstv4lcolorbalance.h:
2114         * sys/v4l/gstv4ltuner.h:
2115         * sys/v4l/gstv4lxoverlay.h:
2116         * sys/v4l/v4l_calls.h:
2117         * sys/v4l/videodev_mjpeg.h:
2118         * tests/check/elements/audioconvert.c:
2119         * tests/check/elements/audioresample.c:
2120         * tests/check/elements/audiotestsrc.c:
2121         * tests/check/elements/videotestsrc.c:
2122         * tests/check/elements/volume.c:
2123         * tests/examples/seek/scrubby.c:
2124         * tests/examples/seek/seek.c:
2125           expand tabs
2126
2127 === release 0.10.0 ===
2128
2129 2005-12-05   <thomas (at) apestaart (dot) org>
2130
2131         * configure.ac:
2132           releasing 0.10.0, "Mont-d'or"
2133
2134 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2135
2136         * tests/examples/seek/Makefile.am:
2137         Build fix for when gtk is not available.
2138
2139 2005-12-05  Andy Wingo  <wingo@pobox.com>
2140
2141         * ext/libvisual/visual.c: (get_buffer):
2142         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2143         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2144         * ext/theora/theoradec.c: (theora_handle_data_packet):
2145         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2146         (theora_enc_chain):
2147         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2148         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2149         Update for alloc_buffer changes.
2150
2151 2005-12-05  Andy Wingo  <wingo@pobox.com>
2152
2153         patch by: Kai Vehmanen <kv2004 eca cx>
2154         
2155         * gst-libs/gst/rtp/gstbasertpdepayload.c
2156         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2157
2158 2005-12-04  Andy Wingo  <wingo@pobox.com>
2159
2160         patch by: Sebastien Cote <sebas642 yahoo ca>
2161         
2162         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2163         Fixes #319172.
2164
2165 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2166
2167         * docs/plugins/Makefile.am:
2168         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2169         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2170         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2171         * ext/pango/gstclockoverlay.c:
2172         * ext/pango/gsttextoverlay.c: 
2173         * ext/pango/gsttextrender.c:
2174         * ext/pango/gsttimeoverlay.c:
2175           Add gtk-doc blurbs to pango elements.
2176
2177 2005-12-02  Wim Taymans  <wim@fluendo.com>
2178
2179         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2180         * gst/audioresample/buffer.h:
2181         * gst/audioresample/gstaudioresample.c:
2182         * gst/audioresample/gstaudioresample.h:
2183         * gst/audioresample/resample.c: (resample_input_flush),
2184         (resample_input_pushthrough), (resample_input_eos),
2185         (resample_get_output_size_for_input),
2186         (resample_get_input_size_for_output), (resample_get_output_size),
2187         (resample_get_output_data):
2188         * gst/audioresample/resample.h:
2189         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2190         Fix audioresample, seek torture, new segments, reverse negotiation
2191         etc.. work fine.
2192
2193 2005-12-02  Wim Taymans  <wim@fluendo.com>
2194
2195         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2196         Small cleanups.
2197
2198 2005-12-02  Wim Taymans  <wim@fluendo.com>
2199
2200         * gst/audioconvert/gstaudioconvert.c:
2201         (gst_audio_convert_transform):
2202         Post errors.
2203
2204 === release 0.9.7 ===
2205
2206 2005-12-01   <thomas (at) apestaart (dot) org>
2207
2208         * configure.ac:
2209           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2210
2211 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2212
2213         * Makefile.am:
2214         * po/hu.po:
2215         * win32/MANIFEST:
2216         * win32/gst.sln:
2217           add win32 MANIFEST file
2218           do something to the hungarian translation
2219
2220 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
2221
2222         * ext/Makefile.am:
2223           Add $(PANGO_DIR) to SUBDIRS
2224
2225         * ext/pango/gstclockoverlay.c:
2226         * ext/pango/gsttimeoverlay.c:
2227           Fix and improve element descriptions.
2228
2229 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2230
2231         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2232         * docs/plugins/inspect/plugin-libvisual.xml:
2233         * docs/plugins/inspect/plugin-pango.xml:
2234           add pango plugin to docs
2235
2236 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2237
2238         * configure.ac:
2239         * ext/Makefile.am:
2240           moved pango to base
2241
2242 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2243
2244         * configure.ac:
2245         * tests/Makefile.am:
2246         * tests/icles/.cvsignore:
2247         * tests/icles/Makefile.am:
2248         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2249         (close_display), (resize_window), (move_window), (create_window),
2250         (terminate_playback), (pause_playback), (start_playback), (main):
2251           add stress test for xoverlay from Julien
2252
2253 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2254
2255         * docs/libs/tmpl/gstcolorbalance.sgml:
2256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2257         * gst-libs/gst/rtp/gstbasertppayload.c:
2258         * gst-libs/gst/rtp/gstrtpbuffer.c:
2259         * gst-libs/gst/rtp/gstrtpbuffer.h:
2260           Do burger's rename for rtp payloaders and depayloaders
2261
2262 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2263
2264         * win32/:
2265           add Visual Studio 6 build files
2266
2267 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2268
2269         * docs/libs/gst-plugins-base-libs-docs.sgml:
2270         * docs/libs/gst-plugins-base-libs-sections.txt:
2271         * docs/libs/tmpl/gstaudio.sgml:
2272         * docs/libs/tmpl/gstringbuffer.sgml:
2273         * gst-libs/gst/interfaces/xoverlay.c:
2274         * gst-libs/gst/video/gstvideofilter.c:
2275         * gst-libs/gst/video/gstvideosink.c:
2276           update documentation
2277
2278 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2279
2280         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2281         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2282         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2283         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2284         (gst_multi_fd_sink_get_stats),
2285         (gst_multi_fd_sink_remove_client_link),
2286         (gst_multi_fd_sink_handle_client_read),
2287         (gst_multi_fd_sink_client_queue_data),
2288         (gst_multi_fd_sink_client_queue_caps),
2289         (gst_multi_fd_sink_client_queue_buffer),
2290         (gst_multi_fd_sink_new_client),
2291         (gst_multi_fd_sink_handle_client_write),
2292         (gst_multi_fd_sink_recover_client),
2293         (gst_multi_fd_sink_queue_buffer),
2294         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2295         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2296         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2297         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2298         * gst/tcp/gstmultifdsink.h:
2299         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2300         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2301         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2302         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2303         (gst_tcp_client_sink_set_property),
2304         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2305         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2306         * gst/tcp/gsttcpclientsink.h:
2307         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2308         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2309         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2310         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2311         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2312         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2313         * gst/tcp/gsttcpclientsrc.h:
2314         * gst/tcp/gsttcpplugin.c: (plugin_init):
2315         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2316         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2317         (gst_tcp_server_sink_finalize),
2318         (gst_tcp_server_sink_handle_server_read),
2319         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2320         (gst_tcp_server_sink_set_property),
2321         (gst_tcp_server_sink_get_property),
2322         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2323         * gst/tcp/gsttcpserversink.h:
2324         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2325         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2326         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2327         (gst_tcp_server_src_set_property),
2328         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2329         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2330         * gst/tcp/gsttcpserversrc.h:
2331           more borgifying
2332
2333 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2334
2335         * docs/plugins/Makefile.am:
2336         * docs/plugins/gst-plugins-base-plugins.args:
2337         * docs/plugins/inspect/plugin-libvisual.xml:
2338         * gst/audioconvert/plugin.h:
2339         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2340         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2341         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2342         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2343         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2344         (plugin_init):
2345         * gst/audiotestsrc/gstaudiotestsrc.c:
2346         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2347         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2348         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2349         (gst_audio_test_src_get_query_types),
2350         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2351         (gst_audio_test_src_create_square),
2352         (gst_audio_test_src_create_saw),
2353         (gst_audio_test_src_create_triangle),
2354         (gst_audio_test_src_create_silence),
2355         (gst_audio_test_src_create_white_noise),
2356         (gst_audio_test_src_init_pink_noise),
2357         (gst_audio_test_src_generate_pink_noise_value),
2358         (gst_audio_test_src_create_pink_noise),
2359         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2360         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2361         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2362         (plugin_init):
2363         * gst/audiotestsrc/gstaudiotestsrc.h:
2364         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2365         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2366         (gst_sub_parse_init), (gst_sub_parse_formats),
2367         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2368         (convert_encoding), (get_next_line),
2369         (gst_sub_parse_data_format_autodetect),
2370         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2371         (gst_sub_parse_loop), (gst_sub_parse_chain),
2372         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2373         (plugin_init):
2374         * gst/subparse/gstsubparse.h:
2375         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2376         (gst_video_rate_base_init), (gst_video_rate_class_init),
2377         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2378         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2379         (gst_video_rate_init), (gst_video_rate_event),
2380         (gst_video_rate_chain), (gst_video_rate_set_property),
2381         (gst_video_rate_get_property), (gst_video_rate_change_state),
2382         (plugin_init):
2383         * gst/videoscale/gstvideoscale.c:
2384         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2385         (gst_video_scale_src_template_factory),
2386         (gst_video_scale_sink_template_factory),
2387         (gst_video_scale_get_type), (gst_video_scale_base_init),
2388         (gst_video_scale_class_init), (gst_video_scale_init),
2389         (gst_video_scale_set_property), (gst_video_scale_get_property),
2390         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2391         (gst_video_scale_prepare_size), (parse_caps),
2392         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2393         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2394         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2395         (plugin_init):
2396         * gst/videoscale/gstvideoscale.h:
2397         * gst/videotestsrc/gstvideotestsrc.c:
2398         (gst_video_test_src_pattern_get_type),
2399         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2400         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2401         (gst_video_test_src_set_pattern),
2402         (gst_video_test_src_set_property),
2403         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2404         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2405         (gst_video_test_src_event), (gst_video_test_src_get_times),
2406         (gst_video_test_src_create), (plugin_init):
2407         * gst/videotestsrc/gstvideotestsrc.h:
2408         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2409         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2410         (gst_video_test_src_black):
2411         * gst/videotestsrc/videotestsrc.h:
2412           borgify further
2413           clean up docs a little
2414
2415 2005-11-30  Wim Taymans  <wim@fluendo.com>
2416
2417         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2418         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2419         (gst_basertppayload_event), (gst_basertppayload_push),
2420         (gst_basertppayload_change_state):
2421         * gst-libs/gst/rtp/gstbasertppayload.h:
2422         closed #320644.
2423
2424 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2425
2426         * docs/libs/gst-plugins-base-libs-docs.sgml:
2427         * docs/libs/gst-plugins-base-libs-sections.txt:
2428         * gst-libs/gst/video/gstvideofilter.c:
2429         * gst-libs/gst/video/gstvideosink.c:
2430         * gst-libs/gst/video/gstvideosink.h: Adding docs.
2431
2432 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2433
2434         * LICENSE:
2435           move
2436         * po/af.po:
2437         * po/az.po:
2438         * po/cs.po:
2439         * po/en_GB.po:
2440         * po/hu.po:
2441         * po/it.po:
2442         * po/nb.po:
2443         * po/nl.po:
2444         * po/or.po:
2445         * po/sq.po:
2446         * po/sr.po:
2447         * po/sv.po:
2448         * po/uk.po:
2449         * po/vi.po:
2450         * Makefile.am:
2451           update
2452         * scripts/autoplugins.sh:
2453           remove
2454
2455 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2456
2457         * Makefile.am:
2458         * configure.ac:
2459         * examples/Makefile.am:
2460         * examples/capsfilter/Makefile.am:
2461         * examples/capsfilter/capsfilter1.c:
2462         * examples/gob/Makefile.am:
2463         * examples/gob/gst-identity2.gob:
2464         * examples/indexing/.cvsignore:
2465         * examples/indexing/Makefile.am:
2466         * examples/indexing/indexmpeg.c:
2467         * examples/seeking/.cvsignore:
2468         * examples/seeking/Makefile.am:
2469         * examples/seeking/cdparanoia.c:
2470         * examples/seeking/cdplayer.c:
2471         * examples/seeking/chained.c:
2472         * examples/seeking/scrubby.c:
2473         * examples/seeking/seek.c:
2474         * examples/stats/Makefile.am:
2475         * examples/stats/mp2ogg.c:
2476         * examples/switch/.cvsignore:
2477         * examples/switch/Makefile.am:
2478         * examples/switch/switcher.c:
2479         * tests/Makefile.am:
2480         * tests/check/generic/.cvsignore:
2481         * tests/check/pipelines/.cvsignore:
2482         * tests/examples/Makefile.am:
2483         * tests/examples/seek/Makefile.am:
2484           reorganize stuff under tests/
2485
2486 2005-11-30  Edward Hervey  <edward@fluendo.com>
2487
2488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2489         Go away you stupid GstStaticPadTemplate memleak.
2490
2491 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2492
2493         * gst-libs/gst/net/Makefile.am:
2494         * gst-libs/gst/net/README:
2495         * gst-libs/gst/net/gstnetbuffer.c:
2496         * gst-libs/gst/net/gstnetbuffer.h:
2497           this was moved to "netbuffer"
2498
2499 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2500
2501         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2502         (gst_video_filter_class_init), (gst_video_filter_init):
2503         * gst-libs/gst/video/gstvideofilter.h:
2504           borgify name to bring in line with other classes
2505
2506 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2507
2508         * gst/audioscale/.cvsignore:
2509         * gst/audioscale/Makefile.am:
2510         * gst/audioscale/README:
2511         * gst/audioscale/audioscale.vcproj:
2512         * gst/audioscale/dtof.c:
2513         * gst/audioscale/dtos.c:
2514         * gst/audioscale/functable.c:
2515         * gst/audioscale/gstaudioscale.c:
2516         * gst/audioscale/gstaudioscale.h:
2517         * gst/audioscale/private.h:
2518         * gst/audioscale/resample.c:
2519         * gst/audioscale/resample.h:
2520         * gst/audioscale/test.c:
2521           remove
2522
2523 2005-11-30  Edward Hervey  <edward@fluendo.com>
2524
2525         * gst-libs/gst/netbuffer/Makefile.am:
2526         really, really tired
2527
2528 2005-11-30  Edward Hervey  <edward@fluendo.com>
2529
2530         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2531         Update for new GstTypeFindFactory _register()
2532
2533 2005-11-30  Edward Hervey  <edward@fluendo.com>
2534
2535         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2536         Let's not override libgstnet from core for no reason...
2537         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
2538         Ok, maybe not so quick next time.
2539
2540 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2541
2542         * configure.ac:
2543         * gst-libs/gst/Makefile.am:
2544           moved gst-libs/gst/net to netbuffer through CVS surgery
2545           remove old directory
2546           updating build to accomodate
2547           (#322257)
2548
2549 2005-11-29  Andy Wingo  <wingo@pobox.com>
2550
2551         * pkgconfig/gstreamer-plugins-base.pc.in:
2552         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
2553         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
2554         (#322257).
2555
2556 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2557
2558         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2559         3rd time's the charm. Correct ref-counting for discarded buffers.
2560
2561 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2562
2563         * gst/playback/gststreamselector.c:
2564         (gst_stream_selector_class_init),
2565         (gst_stream_selector_set_property),
2566         (gst_stream_selector_get_property),
2567         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2568         Fix ref-counting
2569
2570 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
2571
2572         * gst/subparse/gstsubparse.c: (feed_textbuf):
2573           Don't access already unref'ed buffer.
2574
2575 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2576
2577         * gst/playback/gststreamselector.c:
2578         (gst_stream_selector_class_init), (gst_stream_selector_init),
2579         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
2580         (gst_stream_selector_get_property),
2581         (gst_stream_selector_get_linked_pad),
2582         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2583         * gst/playback/gststreamselector.h:
2584         Add the active-pad property for playbin to use shortly. Ignore buffers
2585         from any other pad, returning GST_FLOW_NOT_LINKED
2586
2587 2005-11-29  Julien MOUTTE  <julien@moutte.net>
2588
2589         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
2590         patch from bug #322704 (Alessandro Decina).
2591
2592 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2593
2594         * gst-libs/gst/audio/Makefile.am:
2595           folded audiofilter into the audio library
2596
2597 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         * gst/videoscale/gstvideoscale.h:
2600         * gst/videoscale/gstvideoscale.c:
2601           remove unimplemented scale methods
2602
2603 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
2606           Don't leak caps.
2607
2608 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2609
2610         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
2611         (gst_ximagesink_setcaps):
2612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2613         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
2614         happens (only visible on ximagesink but bug is in xv too) set_caps was
2615         destroying the internal x[v]image used to memcpy non locally alloced
2616         buffers so that it got renewed on next _chain. The issue is that 
2617         _expose will try to put that image as it reffed it in _put.
2618         Using gst_buffer_unref instead of destroy fixes it !
2619
2620 2005-11-28  Edward Hervey  <edward@fluendo.com>
2621
2622         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2623         (try_to_link_1), (queue_filled_cb):
2624         Better use of the queues. Start with a small size queue and only increase
2625         the size of the queues when the other queues are empty.
2626
2627 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2628
2629         * gst-libs/gst/video/Makefile.am:
2630           compile in copied-over videofilter into the video library
2631         * gst-libs/gst/video/videosink.h:
2632           rename the header to gstvideosink.h since it's a base GstObject class
2633         * sys/ximage/ximagesink.h:
2634         * sys/xvimage/xvimagesink.h:
2635           use the new header
2636
2637 2005-11-28  Wim Taymans  <wim@fluendo.com>
2638
2639         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
2640         * gst/playback/gstplaybasebin.h:
2641         Prepare to handle errors betters.
2642
2643         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
2644         Set sinks to PAUSED first before adding and linking them so that
2645         we don't interrupt dataflow.
2646
2647 2005-11-28  Wim Taymans  <wim@fluendo.com>
2648
2649         * gst-libs/gst/audio/TODO:
2650         Updated TODO
2651
2652         * gst-libs/gst/audio/gstaudiosink.c:
2653         (gst_audioringbuffer_open_device),
2654         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
2655         (gst_audioringbuffer_release):
2656         Small cleanups.
2657
2658         * gst-libs/gst/audio/gstbaseaudiosink.c:
2659         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
2660         (gst_base_audio_sink_change_state):
2661         Slave to the master clock when going to PLAYING and unslave when
2662         going to PAUSED.
2663
2664         * gst-libs/gst/audio/gstringbuffer.c:
2665         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
2666         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
2667         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
2668         (gst_ring_buffer_clear_all), (wait_segment),
2669         (gst_ring_buffer_commit), (gst_ring_buffer_read),
2670         (gst_ring_buffer_advance):
2671         * gst-libs/gst/audio/gstringbuffer.h:
2672         Add some docs and cleanups.
2673
2674 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2675
2676         * sys/xvimage/xvimagesink.c:
2677         (gst_xvimagesink_navigation_send_event): Fix navigation events
2678         coordinates translation with pixel aspect ratios.
2679
2680 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2681
2682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2683         Use calculated video geometry from _setcaps instead of buffer
2684         caps to respect pixel aspect ratio. (fixes #322388)
2685
2686 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2687
2688         * docs/libs/tmpl/gstcolorbalance.sgml:
2689         * docs/libs/tmpl/gstmixer.sgml:
2690         * docs/libs/tmpl/gstxoverlay.sgml:
2691         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
2692         interface.
2693
2694 2005-11-28  Julien MOUTTE  <julien@moutte.net>
2695
2696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2697         Refuse to create an XvImage if we can't find the format.
2698
2699 2005-11-28  Edward Hervey  <edward@fluendo.com>
2700
2701         * gst-libs/gst/riff/riff-media.c:
2702         (gst_riff_create_audio_template_caps):
2703         Add ATRAC3 to the list of riff-possible audio caps.
2704         I know we still don't have a plugin for atrac3, but it's saner to output
2705         that than a cryptic mimetype.
2706
2707 2005-11-27  Edward Hervey  <edward@fluendo.com>
2708
2709         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
2710         Don't try to create a zero-sized subbuffer.
2711
2712 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2713
2714         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
2715         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2716         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
2717         (gst_ximagesink_expose): Fixed a tricky race.
2718         * sys/ximage/ximagesink.h:
2719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
2720         (gst_xvimagesink_expose): Fixed a tricky race.
2721         * sys/xvimage/xvimagesink.h:
2722
2723 2005-11-27  Edward Hervey  <edward@fluendo.com>
2724
2725         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2726         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
2727         Remove unused properties, and add queues between demuxers and decoders
2728         so that a lot more files can preroll properly.
2729
2730 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         * gst-libs/gst/net/Makefile.am:
2733         * gst-libs/gst/rtp/Makefile.am:
2734         * gst-libs/gst/tag/Makefile.am:
2735           remove silly include
2736         * gst/tags/Makefile.am:
2737         * gst/tags/gsttagediting.c:
2738         * gst/tags/gsttageditingprivate.h:
2739         * gst/tags/tagedit.vcproj:
2740           remove directory, is as good as empty
2741
2742 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2743
2744         * configure.ac:
2745           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
2746         * gst-libs/Makefile.am:
2747         * gst-libs/gst/audio/Makefile.am:
2748         * gst-libs/gst/interfaces/Makefile.am:
2749         * gst-libs/gst/net/Makefile.am:
2750         * gst-libs/gst/riff/Makefile.am:
2751         * gst-libs/gst/rtp/Makefile.am:
2752         * gst-libs/gst/tag/Makefile.am:
2753         * gst-libs/gst/video/Makefile.am:
2754           and use them
2755
2756 2005-11-27  Julien MOUTTE  <julien@moutte.net>
2757
2758         * docs/libs/tmpl/gstcolorbalance.sgml:
2759         * docs/libs/tmpl/gstmixer.sgml:
2760         * docs/libs/tmpl/gstxoverlay.sgml:
2761         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
2762         * sys/ximage/ximagesink.h:
2763         * sys/xvimage/xvimagesink.h: More and more documentation.
2764
2765 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2766
2767         * docs/libs/gst-plugins-base-libs-docs.sgml:
2768         * docs/libs/gst-plugins-base-libs-sections.txt:
2769         * docs/libs/tmpl/gstcolorbalance.sgml:
2770         * docs/libs/tmpl/gstmixer.sgml:
2771         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
2772         to documentation.
2773
2774 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2775
2776         * docs/plugins/Makefile.am:
2777         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2778         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2779         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
2780
2781 2005-11-26  Julien MOUTTE  <julien@moutte.net>
2782
2783         * docs/plugins/Makefile.am:
2784         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2785         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2786         * docs/plugins/inspect/plugin-adder.xml:
2787         * docs/plugins/inspect/plugin-alsa.xml:
2788         * docs/plugins/inspect/plugin-audioconvert.xml:
2789         * docs/plugins/inspect/plugin-audiorate.xml:
2790         * docs/plugins/inspect/plugin-audioresample.xml:
2791         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2792         * docs/plugins/inspect/plugin-decodebin.xml:
2793         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2794         * docs/plugins/inspect/plugin-gnomevfs.xml:
2795         * docs/plugins/inspect/plugin-ogg.xml:
2796         * docs/plugins/inspect/plugin-playbin.xml:
2797         * docs/plugins/inspect/plugin-subparse.xml:
2798         * docs/plugins/inspect/plugin-tcp.xml:
2799         * docs/plugins/inspect/plugin-theora.xml:
2800         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2801         * docs/plugins/inspect/plugin-video4linux.xml:
2802         * docs/plugins/inspect/plugin-videorate.xml:
2803         * docs/plugins/inspect/plugin-videoscale.xml:
2804         * docs/plugins/inspect/plugin-videotestsrc.xml:
2805         * docs/plugins/inspect/plugin-volume.xml:
2806         * docs/plugins/inspect/plugin-vorbis.xml:
2807         * docs/plugins/inspect/plugin-ximagesink.xml:
2808         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
2809         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
2810
2811 2005-11-26  Edward Hervey  <edward@fluendo.com>
2812
2813         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
2814         Properly return GstFlowReturn from gst_pad_push in chain functions.
2815
2816 2005-11-25  Michael Smith  <msmith@fluendo.com>
2817
2818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
2819         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
2820         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
2821         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
2822           Handle various conditions better when we don't understand a stream.
2823           Removes a heap of CRITICALs on ogg streams containing unknown data.
2824
2825 2005-11-24  Andy Wingo  <wingo@pobox.com>
2826
2827         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
2828         Be threadsafe.
2829
2830 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2831
2832         * configure.ac: back to HEAD
2833
2834 === release 0.9.6 ===
2835
2836 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
2837
2838         * configure.ac:
2839           releasing 0.9.6, "White Eight"
2840
2841 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2842
2843         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2844         * docs/plugins/inspect/plugin-sine.xml:
2845           remove sinesrc some more
2846
2847 2005-11-23  Wim Taymans  <wim@fluendo.com>
2848
2849         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2850         If we are reading too slowly, jump forward in the ringbuffer
2851         instead of blocking.
2852
2853 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2854
2855         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
2856         (gst_visual_chain):
2857         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
2858         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
2859         (gst_videorate_chain):
2860         * gst/videotestsrc/gstvideotestsrc.c:
2861         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
2862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
2863         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
2864         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
2865         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2866         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2867           Updates for API changes
2868
2869 2005-11-23  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst-libs/gst/audio/gstbaseaudiosink.c:
2872         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2873         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2874         Fix for calibration API change.
2875
2876 2005-11-23  Michael Smith <msmith@fluendo.com>
2877
2878         * gst-libs/gst/audio/multichannel.c:
2879         (gst_audio_get_channel_positions),
2880         (gst_audio_set_channel_positions),
2881         (gst_audio_set_structure_channel_positions_list),
2882         (gst_audio_fixate_channel_positions):
2883           Use gst_value_array_*() functions on value arrays, not
2884           gst_value_list_*().
2885
2886 2005-11-23  Edward Hervey  <edward@fluendo.com>
2887
2888         * autogen.sh:
2889         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
2890         Fixes autogen
2891
2892 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2893
2894         * check/Makefile.am:
2895         * check/elements/videotestsrc.c: (setup_videotestsrc),
2896         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
2897         (main):
2898           add a test for videotestsrc
2899
2900 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2901
2902         * gst/sine/.cvsignore:
2903         * gst/sine/Makefile.am:
2904         * gst/sine/gstsinesrc.c:
2905         * gst/sine/gstsinesrc.h:
2906         * gst/sine/sinesrc.vcproj:
2907           and remove sinesrc from the repository.  Closes #321446
2908
2909 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2910
2911         * configure.ac:
2912         * gst-plugins-base.spec.in:
2913           remove sinesrc from the build
2914
2915 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2916
2917         * check/Makefile.am:
2918         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
2919         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
2920         (main):
2921           add a test for audiotestsrc, testing all waves.  Even seems
2922           leak-free at first glance, nice job Stefan
2923
2924 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2925
2926         * po/af.po:
2927         * po/az.po:
2928         * po/cs.po:
2929         * po/en_GB.po:
2930         * po/hu.po:
2931         * po/it.po:
2932         * po/nb.po:
2933         * po/nl.po:
2934         * po/or.po:
2935         * po/sq.po:
2936         * po/sr.po:
2937         * po/sv.po:
2938         * po/uk.po:
2939         * po/vi.po:
2940           Translation string updates
2941
2942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2943         (gst_v4lsrc_set_caps):
2944         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2945         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2946         * sys/v4l/v4lsrc_calls.h:
2947           Improve v4lsrc, by making it work again.
2948
2949 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
2950
2951         * ext/libvisual/visual.c: (gst_visual_chain):
2952           Fix the fps calculations.
2953
2954         * gst/ffmpegcolorspace/avcodec.h:
2955           Move structure element for clarity
2956
2957         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
2958         * gst-libs/gst/interfaces/tunernorm.h:
2959         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
2960         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
2961         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
2962         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
2963         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
2964         (gst_v4lmjpegsrc_getcaps):
2965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
2966         (gst_v4lsrc_set_caps):
2967         * sys/v4l/gstv4lsrc.h:
2968         * sys/v4l/v4l_calls.c: (gst_v4l_open):
2969         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
2970         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
2971         * sys/v4l/v4lsrc_calls.h:
2972           Fractional framerates...
2973
2974 2005-11-22  Wim Taymans  <wim@fluendo.com>
2975
2976         * gst-libs/gst/audio/gstbaseaudiosink.c:
2977         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
2978         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2979         And we provide a clock by default, of course...
2980
2981 2005-11-22  Wim Taymans  <wim@fluendo.com>
2982
2983         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
2984         This clock can be slaved to a master clock now.
2985
2986         * gst-libs/gst/audio/gstbaseaudiosink.c:
2987         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
2988         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
2989         (gst_base_audio_sink_set_clock),
2990         (gst_base_audio_sink_set_property),
2991         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
2992         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2993         * gst-libs/gst/audio/gstbaseaudiosink.h:
2994         Handle slaving the internal clock to the clock selected in the
2995         pipeline.
2996         Add property to make the basesink not provide a clock.
2997
2998         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2999         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3000         (gst_base_rtp_depayload_wait):
3001         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3002         We can use the clock in GstElement, no need to store it ourselves.
3003
3004 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3005
3006         * docs/libs/tmpl/gstaudio.sgml:
3007           update
3008         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3009         (gst_paranoia_endian_get_type):
3010         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3011         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3012         * gst/audiotestsrc/gstaudiotestsrc.c:
3013         (gst_audiostestsrc_wave_get_type):
3014         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3015         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3016         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3017         (gst_sync_method_get_type), (gst_unit_type_get_type),
3018         (gst_client_status_get_type), (gst_multifdsink_class_init),
3019         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3020         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3021         (gst_multifdsink_get_property):
3022         * gst/tcp/gstmultifdsink.h:
3023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3024         * gst/videotestsrc/gstvideotestsrc.c:
3025         (gst_videotestsrc_pattern_get_type):
3026           remove deprecated properties
3027           fix up enums to correctly have short lowercase dashed nicks
3028
3029 2005-11-22  Michael Smith <msmith@fluendo.com>
3030
3031         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3032         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3033           Add underscore.
3034
3035 2005-11-22  Michael Smith <msmith@fluendo.com>
3036
3037         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3039           Use utility method for scaling clocktime for fractional framerates.
3040
3041 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3042
3043         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3044         (gst_visual_chain):
3045         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3046         * ext/theora/theoradec.c: (theora_handle_type_packet):
3047         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3048         (theora_enc_chain):
3049         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3050         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3051         * gst-libs/gst/video/video.h:
3052         * gst/ffmpegcolorspace/avcodec.h:
3053         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3054         (gst_ffmpeg_caps_to_pixfmt):
3055         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3056         (gst_ffmpegcsp_set_caps):
3057         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3058         (gst_videorate_setcaps), (gst_videorate_blank_data),
3059         (gst_videorate_chain):
3060         * gst/videotestsrc/gstvideotestsrc.c:
3061         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3062         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3063         (gst_videotestsrc_event), (gst_videotestsrc_create):
3064         * gst/videotestsrc/gstvideotestsrc.h:
3065         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3066         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3067         (gst_ximagesink_get_times), (gst_ximagesink_init):
3068         * sys/ximage/ximagesink.h:
3069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3070         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3071         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3072         * sys/xvimage/xvimagesink.h:
3073           Convert elements to use fractions for their framerate.
3074           V4L elements to come later tonight.
3075
3076 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         * gst-libs/gst/audio/audio.c:
3079         * gst-libs/gst/audio/audio.h:
3080           remove some deprecated functions
3081
3082 2005-11-22  Andy Wingo  <wingo@pobox.com>
3083
3084         * Update for gst_tag_setter API changes.
3085
3086 2005-11-22  Andy Wingo  <wingo@pobox.com>
3087
3088         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3089         (gst_ogg_demux_perform_seek):
3090         * ext/theora/theoradec.c (theora_dec_sink_event):
3091         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3092         update-funcnames.
3093
3094 2005-11-22  Wim Taymans  <wim@fluendo.com>
3095
3096         * examples/seeking/seek.c: (main):
3097         Give higher priority to bus signals than the gtk events
3098         to fix a race condition in the segment looping.
3099
3100 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3101
3102         * ext/theora/Makefile.am:
3103         * ext/vorbis/Makefile.am:
3104         * gst-libs/gst/tag/Makefile.am:
3105         * gst-plugins-base.spec.in:
3106           Rename libgsttagedit to libgsttag (#322117).
3107
3108 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3109
3110         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3112           Call gst_x_overlay_prepare_xwindow_id() to give applications
3113           a final chance to set their own xwindow id before the video
3114           sink creates its own window.
3115
3116 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3117
3118         * sys/xvimage/xvimagesink.c:
3119         (gst_xvimagesink_navigation_send_event): Handle navigation
3120         events correcly with borders if applicable.
3121
3122 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3123
3124         Patch by: Luca Ognibene
3125
3126         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3127         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3129         (gst_ffmpegcsp_caps_remove_format_info):
3130         * gst/ffmpegcolorspace/imgconvert.c:
3131         * gst/ffmpegcolorspace/imgconvert_template.h:
3132           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3133           #318353); use gst_structure_has_name().
3134
3135 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3136
3137         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3138         (gst_ximagesink_class_init): Add debug macros on functions.
3139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3140         (gst_xvimagesink_xwindow_draw_borders),
3141         (gst_xvimagesink_xvimage_put),
3142         (gst_xvimagesink_xwindow_update_geometry),
3143         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3144         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3145         (gst_xvimagesink_xcontext_clear),
3146         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3147         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3148         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3149         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3150         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3151         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3152         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3153         expose while being PAUSED, out of data flow navigation events, etc..
3154
3155 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3156
3157         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3158         * gst-libs/gst/audio/audio.h:
3159           fix prototype - wondering why the test worked regardless
3160
3161 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3162
3163         * check/Makefile.am:
3164         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3165         * gst-libs/gst/audio/audio.h:
3166           add a method that returns a proper GstClockTime
3167
3168 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3169
3170         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3171         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3172         * gst-libs/gst/interfaces/xoverlay.h:
3173           Remove everything having to do with the desired size; add 
3174           gst_x_overlay_prepare_xwindow_id() function; remove the
3175           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3176           post a message on the bus instead (#321816).
3177
3178         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3180         (gst_xvimagesink_xoverlay_init):
3181           Remove desired size stuff (#321816).
3182
3183 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3184
3185         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3186         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3187         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3188           Terminate vararg functions with NULL instead of 0 to 
3189           make gcc4 happy.
3190
3191 2005-11-21  Andy Wingo  <wingo@pobox.com>
3192
3193         patch by: Sebastien Cote <sebas642@yahoo.ca>
3194         
3195         * gst-libs/gst/rtp/gstrtpbuffer.h: 
3196         * gst-libs/gst/rtp/gstrtpbuffer.c
3197         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3198
3199 2005-11-21  Andy Wingo  <wingo@pobox.com>
3200
3201         * gst/playback/gstplaybin.c (gen_audio_element) 
3202         (gen_video_element): Use the new MISSING_PLUGIN core error
3203         category. Closes #320060.
3204
3205         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
3206         * gst/videorate/gstvideorate.c (gst_videorate_event):
3207         * ext/theora/theoradec.c (theora_dec_sink_event): 
3208         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3209         stream lock.
3210
3211         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3212         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3213         stream lock changes.
3214
3215 2005-11-21  Wim Taymans  <wim@fluendo.com>
3216
3217         * gst-libs/gst/audio/gstbaseaudiosink.c:
3218         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3219         (gst_base_audio_sink_provide_clock),
3220         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3221         (gst_base_audio_sink_change_state):
3222         * gst/audioresample/gstaudioresample.c:
3223         Segment update fix.
3224
3225 2005-11-21  Andy Wingo  <wingo@pobox.com>
3226
3227         * *.h:
3228         * *.c: Ran scripts/update-macros. Oh yes.
3229
3230 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * sys/ximage/Makefile.am:
3233         * sys/ximage/ximage.c:
3234           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3235           remove your old libgstximage.* manually if necessary).
3236
3237 2005-11-21  Michael Smith <msmith@fluendo.com>
3238
3239         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3240           Minimal fix for bug #320200: set the min/max bitrate in the correct
3241           units. A better fix would be to upgrade to the RATEMANAGE2
3242           interface, rather than using the deprecated interface used here, but
3243           that would require an update in our libvorbis dependency (to 1.1),
3244           which is probably undesirable.
3245
3246 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3247
3248         * ext/libvisual/visual.c: (get_buffer):
3249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3250         (gst_base_audio_src_fixate):
3251         * gst/audioconvert/gstaudioconvert.c:
3252         (gst_audio_convert_fixate_caps):
3253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3254         * gst/audiotestsrc/gstaudiotestsrc.c:
3255         (gst_audiotestsrc_src_fixate):
3256         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3257         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3259         * gst/videotestsrc/gstvideotestsrc.c:
3260         (gst_videotestsrc_src_fixate):
3261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3263           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3264           (#322027)
3265
3266
3267 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3268
3269         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3270         (gst_riff_create_iavs_caps):
3271         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3272         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3273         (gst_riff_parse_info):
3274         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3275         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3277           Fixes for GST_FOURCC_FORMAT API change.
3278
3279 2005-11-21  Andy Wingo  <wingo@pobox.com>
3280
3281         patch by: Alessandro Dessina <alessandro nnva org>
3282
3283         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3284         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3285         (gst_ogg_parse_chain):
3286         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3287         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3288         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3289         gst_value_list calls on arrays. Fixes #321962.
3290
3291 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3294         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3295         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3296         * gst/adder/gstadder.c: (gst_adder_init),
3297         (gst_adder_request_new_pad), (gst_adder_collected),
3298         (gst_adder_change_state):
3299           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3300           API change.
3301
3302 2005-11-21  Michael Smith <msmith@fluendo.com>
3303
3304         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3305         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3306           Properly handle pad_push return values.
3307
3308 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3309
3310         * gst-libs/gst/tag/Makefile.am:
3311         * gst-libs/gst/tag/gstvorbistag.c:
3312         (gst_tag_list_to_vorbiscomment_buffer):
3313           Remove obsolete vorbistag element and debug category.
3314
3315         * gst/playback/gstplaybasebin.c: (check_queue):
3316           Don't divide by 0 when queue-threshold is 0.
3317
3318         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3319           Don't modify an existing pixel-aspect-ratio if we fail to read
3320           a new one.
3321
3322 2005-11-20  Wim Taymans  <wim@fluendo.com>
3323
3324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3325         (gst_vorbisenc_push_packet):
3326         GST_PAD_IS_USABLE is gone, use the return value of
3327         the push or pad_alloc_buffer instead.
3328
3329 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3330
3331         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3332         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3333         (gst_ximagesink_ximage_destroy),
3334         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3335         (gst_ximagesink_xwindow_new),
3336         (gst_ximagesink_xwindow_update_geometry),
3337         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3338         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3339         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3340         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3341         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3342         (gst_ximagesink_navigation_send_event),
3343         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3344         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3345         (gst_ximagesink_finalize), (gst_ximagesink_init),
3346         (gst_ximagesink_class_init):
3347         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3348         This new version brings correct software scaling, non flickering
3349         window while resizing, pixel aspect ratio handling, usage of
3350         hardware buffer pools, out of data flow event thread for 
3351         navigation and handling of expose events even when being PAUSED,
3352         a new property to keep video aspect ratio when resizing, etc...
3353
3354 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3355
3356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3357         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3358         handling of PAR.
3359
3360 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3361
3362         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3363         Unsetting IS_SINK flag from the fakesink, so decodebin
3364         never behaves as a sink.
3365
3366 2005-11-17  Wim Taymans  <wim@fluendo.com>
3367
3368         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3369         (gst_base_audio_src_change_state):
3370         Fix the audiosrc base class again, we did not unflush.
3371
3372 2005-11-17  Julien MOUTTE  <julien@moutte.net>
3373
3374         * examples/seeking/seek.c: (make_dv_pipeline),
3375         (make_vorbis_theora_pipeline), (make_avi_pipeline),
3376         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3377         to ogg/vorbis/theora pipeline.
3378
3379 2005-11-17  Wim Taymans  <wim@fluendo.com>
3380
3381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3382         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3383         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3384         Fix EOS on multiple streams.
3385         More debugging.
3386
3387 2005-11-16  Wim Taymans  <wim@fluendo.com>
3388
3389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3390         (gst_ogg_demux_perform_seek):
3391         Segment done must include stream time.
3392
3393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3394         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3395         (gst_ogg_mux_change_state):
3396         Fix ogg muxer again.
3397
3398 2005-11-16  Wim Taymans  <wim@fluendo.com>
3399
3400         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3401         Fix compile again.
3402
3403 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3404
3405         * ext/libvisual/visual.c: (gst_visual_init):
3406         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3407         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3408         (gst_ogg_parse_chain):
3409         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3410         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3411         * ext/theora/theoradec.c: (gst_theora_dec_init):
3412         * ext/theora/theoraenc.c: (gst_theora_enc_init):
3413         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3414         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3415         * gst/adder/gstadder.c: (gst_adder_class_init),
3416         (gst_adder_dispose):
3417         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3418         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3419         * gst/videorate/gstvideorate.c: (gst_videorate_init):
3420           Fix a whole set of pad template leaks
3421
3422 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3423
3424         * check/generic/states.c: (GST_START_TEST):
3425           fix the test so that it only checks for elements that are part of
3426           this source module
3427
3428 2005-11-16  Michael Smith <msmith@fluendo.com>
3429
3430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3431         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3432         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3433         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3434         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3435         (gst_ogg_mux_change_state):
3436           Fix leaking collectpads.
3437
3438 2005-11-16  Edward Hervey  <edward@fluendo.com>
3439
3440         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3441         (gst_videorate_event), (gst_videorate_chain):
3442         Handle segment seeks
3443
3444 2005-11-16  Wim Taymans  <wim@fluendo.com>
3445
3446         * gst-libs/gst/audio/gstbaseaudiosink.c:
3447         (gst_base_audio_sink_provide_clock),
3448         (gst_base_audio_sink_change_state):
3449         Set ringbuffer to non-flushing when going to PAUSED, set to
3450         flushing again when going to READY.
3451
3452         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3453         (gst_ring_buffer_stop):
3454         Start in flushing mode by default.
3455         Don't set flushing in the _stop method, let the app call
3456         this explicitly.
3457
3458 2005-11-16  Julien MOUTTE  <julien@moutte.net>
3459
3460         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3461         * gst-libs/gst/video/videosink.h: Add helper function needed
3462         for video sinks.
3463
3464 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * gst/videoscale/gstvideoscale.c:
3467         (gst_videoscale_handle_src_event):
3468           Don't leak reference to pad parent.
3469
3470 2005-11-16  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3473         Set ringbuffer to flushing when stopping so that we don't
3474         block on wait_segment anymore and livelock.
3475
3476 2005-11-16  Wim Taymans  <wim@fluendo.com>
3477
3478         * examples/seeking/seek.c: (send_event), (do_seek),
3479         (loop_toggle_cb), (segment_done), (main):
3480         Added looping checkbox.
3481
3482 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3483
3484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3485         (gst_ogg_demux_init):
3486         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3487         (gst_vorbis_dec_init):
3488           revert unrefs, they don't pass make check
3489
3490 2005-11-15  Johan Dahlin  <johan@gnome.org>
3491
3492         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3493         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3494         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3495         (gst_vorbis_dec_init):
3496         Fix pad template leaks. 
3497
3498 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3499
3500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3501           Make state change function thread safe.
3502
3503 2005-11-15  Edward Hervey  <edward@fluendo.com>
3504
3505         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3506         (gst_ogg_demux_class_init):
3507         Implement GstElement::send_event, so we can send seek events
3508         in GST_STATE_READY
3509
3510 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3511
3512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3513         Discovered how to take away flickering while resizing the
3514         window. Please don't put that in ximagesink, refactoring in
3515         progress.
3516
3517 2005-11-14  Michael Smith <msmith@fluendo.com>
3518
3519         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3520         (gst_multifdsink_render):
3521           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3522
3523 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3524
3525         * gst/playback/gstplaybin.c: (gen_audio_element):
3526           Use autoaudiosink, it tends to be more widely available than
3527           autoaudiiosink.
3528           
3529 2005-11-14  Andy Wingo  <wingo@pobox.com>
3530
3531         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3532         as well if it is available. Fixes #316442.
3533
3534 2005-11-14  Michael Smith <msmith@fluendo.com>
3535
3536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
3537         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
3538         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3539         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3540         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
3541         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
3543         (gst_vorbisenc_change_state):
3544           Fix a small memory leak in vorbisenc.
3545           Fix large memory leaks in oggmux, also fix lots of state change
3546           bugs in oggmux.
3547
3548 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3549
3550         * gst/videotestsrc/gstvideotestsrc.c:
3551         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
3552         (gst_videotestsrc_src_fixate):
3553           move fixation to a fixate function
3554           remove negotiate function, basesrc's is good enough
3555           fixes a bug for check when using the element alone
3556
3557 2005-11-13  Edward Hervey  <edward@fluendo.com>
3558
3559         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
3560         (key_toggle_cb), (main):
3561         Added checkboxes for adding/removing the accurate and key_unit seek
3562         flags.
3563
3564 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3565
3566         * configure.ac: back to HEAD
3567
3568 === release 0.9.5 ===
3569
3570 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
3571
3572         * configure.ac:
3573           releasing 0.9.5, "No No Kia"
3574
3575 2005-11-11  Edward Hervey  <edward@fluendo.com>
3576
3577         * examples/seeking/seek.c: (make_parselaunch_pipeline):
3578         Added parse-launch syntax seeking mode for the seeking example.
3579         This should help stress-test even more cases.
3580         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
3581
3582 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3583
3584         * sys/xvimage/xvimagesink.c:
3585         (gst_xvimagesink_navigation_send_event):
3586           Check whether peer pad exists before sending navigation events
3587           to it.
3588
3589 2005-11-11  Michael Smith <msmith@fluendo.com>
3590
3591         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
3592         (gst_vorbisenc_buffer_from_packet):
3593         * ext/vorbis/vorbisenc.h:
3594           Set duration on encoded buffers. This allows oggmux's
3595           max_page_delay parameter to actually work.
3596
3597 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
3598
3599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3600         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
3601         (gst_ffmpegcsp_avpicture_fill):
3602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3603         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
3604           Make palettes work again (see #132341). Use our own macros
3605           for rounding up.
3606
3607 2005-11-10  Andy Wingo  <wingo@pobox.com>
3608
3609         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
3610         string doober.
3611
3612 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3613
3614         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3615         (gst_ffmpegcsp_transform_caps):
3616           Prefer passthrough in transform_caps
3617
3618 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3619
3620         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3621           check for ALSA errors properly, instead of relying on ALSA's
3622           error strings to serve to the user.
3623
3624 2005-11-10  Wim Taymans  <wim@fluendo.com>
3625
3626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
3627         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
3628         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
3629         Modernise the seek code.
3630
3631 2005-11-10  Michael Smith <msmith@fluendo.com>
3632         
3633         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
3634         (setup_substreams), (set_active_source):
3635           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
3636           trying to go to NULL if we failed to read a file.
3637
3638 2005-11-10  Wim Taymans  <wim@fluendo.com>
3639
3640         * gst/audiotestsrc/gstaudiotestsrc.c:
3641         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
3642         (gst_audiotestsrc_create):
3643         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3644         (gst_sinesrc_get_times), (gst_sinesrc_create):
3645         * gst/videotestsrc/gstvideotestsrc.c:
3646         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
3647         (gst_videotestsrc_create):
3648         The base class can now sync for us.
3649
3650 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3651
3652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
3653           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
3654           name=source autoprobe=false autoprobe-fps=false copy-mode=1
3655           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
3656           format=(fourcc)I420" ! xvimagesink
3657
3658 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
3659
3660         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3661         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
3662         (gst_sinesrc_newsegment):
3663           Send newsegment event in TIME format, set duration if
3664           num-buffers is set, fix duration querying.
3665
3666 2005-11-10  Michael Smith <msmith@fluendo.com>
3667
3668         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3669         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3670         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3671         (gst_ogg_mux_collected):
3672          Fix EOS handling, partially. Now forwarding an EOS event once we have
3673          EOS on all pads works correctly. However, we still don't properly set
3674          EOS on the actual ogg stream pages.
3675
3676 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
3679           Set elements to NULL state before disposing of them.
3680
3681 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
3682
3683         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3684
3685         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3686         (gst_base_rtp_depayload_init),
3687         (gst_base_rtp_depayload_set_gst_timestamp):
3688         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3689           We need to send a newsegment event for each instance, not
3690           just for the first instance of this class (get rid of
3691           static variable in function). (#321011).
3692           
3693 2005-11-08  Michael Smith <msmith@fluendo.com>
3694
3695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3696         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
3697         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
3698         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
3699           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
3700           This makes us mux things correctly according to the ogg muxing
3701           rules. Still not handling EOS correctly right now, though.
3702
3703 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3704
3705         * gst/audioconvert/gstaudioconvert.c:
3706           Fix typo in docs. 
3707
3708 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3711         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
3712           Initialise segment_stop to GST_CLOCK_TIME_NONE when
3713           creating a new chain; should fix live streaming. Also
3714           add more debug output and fix a typo.
3715
3716 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
3717
3718         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
3719
3720         * gst/volume/gstvolume.c: (volume_set_caps):
3721           Fix compilation on Solaris with Forte. (#320923)
3722
3723 2005-11-08  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst-libs/gst/audio/gstbaseaudiosink.c:
3726         (gst_base_audio_sink_render):
3727         No need to do a typecheck.
3728
3729 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         * ext/alsa/gstalsa.h:
3732           We register a debug category, so let's use it.
3733
3734 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3735
3736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3737         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
3738         Fixed a small problem.
3739
3740 2005-11-04  Wim Taymans  <wim@fluendo.com>
3741
3742         * examples/seeking/Makefile.am:
3743         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
3744         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
3745         (make_playerbin_pipeline), (format_value), (update_scale),
3746         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
3747         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
3748         (print_usage), (main):
3749         Added app for playback speed testing.
3750
3751         * examples/seeking/seek.c: (dynamic_link),
3752         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
3753         (make_mpeg_pipeline), (do_seek), (set_update_scale),
3754         (message_received), (main):
3755         Updated seek example.
3756
3757 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
3758
3759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3760         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3761         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
3762         (gst_base_rtp_depayload_set_clock):
3763         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3764         Don't sleep on the bench (system clock) when you have a nice 
3765         comfortable bed (Gstreamer clock) to sleep on.
3766
3767 2005-11-03  Wim Taymans  <wim@fluendo.com>
3768
3769         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3770         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
3771         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
3772         Handle the case where a pad_block failed.
3773
3774 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
3775
3776         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
3777
3778         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3779         (gst_base_rtp_depayload_add_to_queue),
3780         (gst_base_rtp_depayload_push),
3781         (gst_base_rtp_depayload_set_gst_timestamp),
3782         (gst_base_rtp_depayload_queue_release):
3783           Fixes some bugs in the depayloader's queuing/de-queueing code.
3784
3785 2005-10-31  Michael Smith <msmith@fluendo.com>
3786
3787         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
3788         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3789         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
3790           Patch from Alessandro Decina <alessandro@nnva.org>.
3791           Make oggdemux only find the final time in a chain, not per-pad,
3792           since the per-pad information can be very expensive to locate, and
3793           it isn't used anywhere. This makes reading a file containing
3794           OggSkeleton reasonably fast.
3795           Also, make chain finding work when there are logical bitstreams that
3796           can't be decoded. Fixes #319110.
3797
3798 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3799
3800         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3801         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3802         (gst_base_rtp_depayload_chain),
3803         (gst_base_rtp_depayload_add_to_queue),
3804         (gst_base_rtp_depayload_push),
3805         (gst_base_rtp_depayload_set_gst_timestamp),
3806         (gst_base_rtp_depayload_queue_release),
3807         (gst_base_rtp_depayload_start_thread),
3808         (gst_base_rtp_depayload_set_property),
3809         (gst_base_rtp_depayload_get_property):
3810         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3811         Some random fixes, to fullfill the desires of thomas.
3812
3813 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3814
3815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3816         (gst_base_rtp_depayload_add_to_queue),
3817         (gst_base_rtp_depayload_push):
3818         Fixed the queueing algorithm.
3819
3820 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
3821
3822         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3823         (gst_base_rtp_depayload_push):
3824         A small fix
3825
3826 2005-10-31  Wim Taymans  <wim@fluendo.com>
3827
3828         * gst-libs/gst/audio/gstringbuffer.h:
3829         Don't break ABI.
3830
3831         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3832         (gst_ffmpeg_caps_to_pixfmt):
3833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3834         (gst_ffmpegcsp_set_caps):
3835         Some more comments.
3836         Handle missing required caps fields better.
3837
3838 2005-10-31  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst-libs/gst/audio/gstbaseaudiosink.c:
3841         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
3842         (gst_base_audio_sink_render):
3843         * gst-libs/gst/audio/gstringbuffer.c:
3844         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3845         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
3846         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
3847         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
3848         (gst_ring_buffer_read):
3849         * gst-libs/gst/audio/gstringbuffer.h:
3850         Add flushing mode to the ringbuffer so that it in all cases does
3851         not try to handle more audio. This makes sure it does not try to
3852         block anymore when flushing and fixes a livelock.
3853
3854 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3857         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3858         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
3859           Explicitly check for -1 values before doing a conversion
3860           and always map them to -1. (#315545)
3861
3862 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3863
3864         * gst/playback/gstplaybin.c: (gen_video_element):
3865           first try autovideosink, then xvimagesink, then error out
3866         * po/POTFILES.in:
3867           add translatable file
3868         * po/af.po:
3869         * po/az.po:
3870         * po/cs.po:
3871         * po/en_GB.po:
3872         * po/hu.po:
3873         * po/it.po:
3874         * po/nb.po:
3875         * po/nl.po:
3876         * po/or.po:
3877         * po/sq.po:
3878         * po/sr.po:
3879         * po/sv.po:
3880         * po/uk.po:
3881         * po/vi.po:
3882           update translations
3883
3884 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
3885
3886         * gst-libs/gst/rtp/gstbasedepayload.c:
3887         * gst-libs/gst/rtp/gstbasedepayload.h:
3888           Minor cleanups
3889
3890 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
3891
3892         * gst/playback/.cvsignore:
3893         * gst/playback/decodetest.c:
3894         * gst/playback/test3.c:
3895           Port these two tests as well.
3896
3897 2005-10-27  Wim Taymans  <wim@fluendo.com>
3898
3899         * ext/theora/theoradec.c: (theora_dec_src_query),
3900         (theora_dec_sink_event):
3901         * ext/theora/theoraenc.c: (theora_enc_sink_event),
3902         (theora_enc_change_state):
3903         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3904         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
3905         Take proper locks when handling events.
3906
3907 2005-10-27  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
3910         (gst_adder_change_state):
3911         Fix timestamps and fix deadlock when stopping the collectpads.
3912
3913 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
3914
3915         * gst-libs/gst/rtp/gstrtpbuffer.h:
3916         Declaring the payload types as strings too so that they can be used
3917         in the padtemplate inialization.
3918
3919 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
3920
3921         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
3922
3923         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3924         (gst_base_rtp_depayload_class_init):
3925         Fixes a small but nasty bug. The derived elements no longer segfaults
3926         on finalization.
3927
3928 2005-10-26  Michael Smith <msmith@fluendo.com>
3929
3930         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
3931           When clearing an audioconvert context, set tmpbufsize to zero, so
3932           we'll allocate it again later if required.
3933           This fixes audioconvert re-negotiating formats, which previously
3934           segfaulted with a NULL destination buffer.
3935
3936 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
3937
3938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3939         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
3940         (gst_base_rtp_depayload_set_gst_timestamp),
3941         (gst_base_rtp_depayload_queue_release):
3942         Fixed a smalll memleak.
3943
3944 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
3945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3946         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
3947         (gst_base_rtp_depayload_finalize),
3948         (gst_base_rtp_depayload_setcaps),
3949         (gst_base_rtp_depayload_add_to_queue),
3950         (gst_base_rtp_depayload_push),
3951         (gst_base_rtp_depayload_set_gst_timestamp),
3952         (gst_base_rtp_depayload_queue_release),
3953         (gst_base_rtp_depayload_thread),
3954         (gst_base_rtp_depayload_change_state):
3955         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3956         Changed the C++ comments to C comments
3957
3958 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
3959
3960         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
3961         * gst/tcp/gsttcpclientsrc.h:
3962         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
3963         * gst/tcp/gsttcpserversrc.h:
3964           Remove unused 'curoffset' structure member.
3965
3966 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
3967
3968         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3969         (gst_base_rtp_depayload_base_init),
3970         (gst_base_rtp_depayload_finalize):
3971         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3972         * gst-libs/gst/rtp/gstbasertppayload.h:
3973           The pad-template on the sinkpad should be set by the derived classes.
3974           Also added some useful macros.
3975
3976 2005-10-24  Wim Taymans  <wim@fluendo.com>
3977
3978         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3979         Correctly flush decoder samples even if we could not
3980         copy them to an output buffer. Fixes #319618.
3981
3982 2005-10-24  Julien MOUTTE  <julien@moutte.net>
3983
3984         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
3986         the caps against our xcontext caps.
3987
3988 2005-10-24  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst-libs/gst/audio/gstbaseaudiosink.c:
3991         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3992         Remove g_print
3993         Use sync property from baseclass to disable sync.
3994
3995 2005-10-24  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst-libs/gst/audio/gstbaseaudiosink.c:
3998         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
3999         Buffers with no timestamps get aligned with previous buffers or
4000         on underrun, played ASAP.
4001
4002 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4003
4004         * gst-libs/gst/video/video.h:
4005         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4006         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4008         here comes my change on caps for framerate and geometry range.
4009         We are now accepting 1 to MAXINT for width and height, and from
4010         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4011         to be blended correctly in videomixer.
4012
4013 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4014
4015         * configure.ac:
4016           back to HEAD
4017
4018 === release 0.9.4 ===
4019
4020 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4021
4022         * NEWS:
4023         * RELEASE:
4024         * configure.ac:
4025           releasing 0.9.4, "Velociraptor"
4026
4027 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4028
4029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4030         * po/POTFILES.in:
4031           STOPPED -> FAILED
4032
4033 2005-10-21  Wim Taymans  <wim@fluendo.com>
4034
4035         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4036         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4037         (pad_blocked), (close_pad_link), (new_pad):
4038         Don't try to remove elements twice.
4039
4040 2005-10-21  Wim Taymans  <wim@fluendo.com>
4041
4042         * ext/theora/theoradec.c: (theora_dec_src_query),
4043         (theora_dec_sink_event):
4044         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4045         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4046         (vorbis_handle_data_packet):
4047         * ext/vorbis/vorbisdec.h:
4048         Fix old naming.
4049
4050         * gst-libs/gst/audio/gstbaseaudiosink.c:
4051         (gst_base_audio_sink_render):
4052         Don't try to sync on buffers without a timestamp.
4053
4054 2005-10-21  Wim Taymans  <wim@fluendo.com>
4055
4056         * ext/theora/theoradec.c: (theora_dec_src_query),
4057         (theora_dec_sink_event):
4058         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4059         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4060         (vorbis_handle_data_packet):
4061         * ext/vorbis/vorbisdec.h:
4062         Fix old naming.
4063
4064 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4065
4066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4067         (gst_vorbisenc_src_query):
4068           Implement position and duration queries.
4069
4070         * gst/playback/test3.c: (update_scale), (main):
4071           Fix for async state changes and print nicer output.
4072
4073 2005-10-20  Wim Taymans  <wim@fluendo.com>
4074
4075         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4076         (dump_element_stats), (main):
4077         * gst/playback/test6.c: (main):
4078         Fix tests again
4079
4080 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4081
4082         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4083         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4084           Don't use functions for position queries when handling
4085           duration queries.
4086
4087 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4088
4089         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4090         (vorbis_handle_data_packet), (vorbis_dec_chain),
4091         (vorbis_dec_change_state):
4092         * ext/vorbis/vorbisdec.h:
4093           Vorbis streams can be embedded in other container formats
4094           than ogg, container formats where the demuxer might set 
4095           timestamps on encoded vorbis buffers instead of those silly 
4096           granulepos thingies. In short: make vorbisdec handle 
4097           timestamps on incoming buffers as well.
4098
4099 2005-10-20  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst/playback/gstplaybasebin.c: (group_destroy),
4102         (gst_play_base_bin_change_state):
4103         Fix leak.
4104         Handle case where playbasebin is now ASYNC because
4105         decodebin is.
4106
4107 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4108
4109         * gst/audioconvert/Makefile.am:
4110         * gst/audioconvert/bufferframesconvert.c:
4111         * gst/audioconvert/plugin.c: (plugin_init):
4112         * gst/audioconvert/plugin.h:
4113           And bye bye buffer-frames-convert
4114
4115 2005-10-19  Wim Taymans  <wim@fluendo.com>
4116
4117         * check/elements/audioconvert.c:
4118         * docs/libs/tmpl/gstaudio.sgml:
4119         * docs/libs/tmpl/gstcolorbalance.sgml:
4120         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4121         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4122         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4123         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4124         * gst-libs/gst/audio/audio.h:
4125         * gst/audioconvert/audioconvert.h:
4126         * gst/audioconvert/gstaudioconvert.c:
4127         (gst_audio_convert_parse_caps):
4128         * gst/volume/gstvolume.c:
4129         Bye bye buffer-frames.
4130
4131 2005-10-19  Wim Taymans  <wim@fluendo.com>
4132
4133         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4134         (query_positions_elems), (query_positions_pads), (update_scale),
4135         (do_seek), (set_update_scale), (message_received), (main):
4136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4137         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4138         (gst_ogg_demux_loop):
4139         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4140         * ext/theora/theoradec.c: (theora_dec_src_query),
4141         (theora_dec_sink_event):
4142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4143         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4144         * gst/adder/gstadder.c: (gst_adder_query):
4145         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4146         * gst/playback/test3.c: (update_scale):
4147         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4148         (dump_element_stats), (main):
4149         * gst/playback/test6.c: (main):
4150         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4151         Query API update.
4152
4153 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4154
4155         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4156         (xml_check_first_element), (xml_type_find), (smil_type_find),
4157         (plugin_init):
4158           Add typefinding for SMIL and for generic XML. Based on patch by
4159           Akos Maroy (#308663).
4160
4161 2005-10-18  Wim Taymans  <wim@fluendo.com>
4162
4163         * gst/playback/Makefile.am:
4164         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4165         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4166         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4167         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4168         (gst_decode_bin_change_state):
4169         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4170         (gst_play_bin_send_event_to_sink):
4171         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4172         (dump_element_stats), (main):
4173         * gst/playback/test6.c: (main):
4174         Make playbin async, it'll commit state to paused when all streams
4175         are detected.
4176         Remove ugly hack.
4177         Added test6.c to show async behaviour.
4178
4179 2005-10-18  Wim Taymans  <wim@fluendo.com>
4180
4181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4182         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4183         Fix for segment-start/stop API change.
4184
4185 2005-10-18  Wim Taymans  <wim@fluendo.com>
4186
4187         * check/Makefile.am:
4188         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4189         (main):
4190         Add future test for clock selection.
4191
4192 2005-10-18  Wim Taymans  <wim@fluendo.com>
4193
4194         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4195         (gst_alsasink_close):
4196         Set handle to NULL.
4197
4198         * gst-libs/gst/audio/gstringbuffer.c:
4199         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4200         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4201         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4202         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4203         (gst_ring_buffer_read):
4204         More debug info.
4205
4206 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
4207
4208         * gst/audiotestsrc/Makefile.am:
4209         * gst/sine/Makefile.am:
4210         * gst/volume/Makefile.am:
4211           fix broken build of controllerized plugins
4212
4213 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4214
4215         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4216
4217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4218         (gst_riff_create_video_template_caps):
4219           Add support for Indeo-3 (IV32).
4220
4221 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4222
4223         * configure.ac:
4224           rewrite
4225
4226 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4227
4228         * gst-libs/gst/video/video.c: (gst_video_get_size):
4229         * gst/audiotestsrc/gstaudiotestsrc.c:
4230           doc updates
4231
4232 2005-10-17  Andy Wingo  <wingo@pobox.com>
4233
4234         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4235         with the collectpads change.
4236         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4237
4238         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4239
4240         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4241
4242         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4243         alloc_buffer flow return to callers.
4244         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4245         change. Fix some memleaks in theoraenc.
4246
4247         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4248         in strange circumstance.
4249
4250 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4251
4252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4253         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4254         from caps, let's use the caps...
4255
4256 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4257
4258         * configure.ac:
4259           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4260
4261 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4262
4263         * gst-libs/gst/interfaces/Makefile.am:
4264           fix silly typo
4265
4266 2005-10-16  Andy Wingo  <wingo@pobox.com>
4267
4268         * gst/playback/gstdecodebin.c
4269         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4270         function!
4271         (try_to_link_1): Increase kraziness level.
4272
4273 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4274
4275         * configure.ac:
4276           restructure like the core one
4277         * gst-libs/gst/audio/Makefile.am:
4278         * gst-libs/gst/interfaces/Makefile.am:
4279         * gst-libs/gst/net/Makefile.am:
4280         * gst-libs/gst/riff/Makefile.am:
4281         * gst-libs/gst/rtp/Makefile.am:
4282         * gst-libs/gst/tag/Makefile.am:
4283         * gst-libs/gst/video/Makefile.am:
4284           use correct linker flags, now the libs are properly versioned
4285         * check/elements/audioconvert.c: (verify_convert):
4286         * ext/alsa/gstalsaplugin.c:
4287         * ext/cdparanoia/gstcdparanoia.c:
4288         * ext/gnomevfs/gstgnomevfs.c:
4289         * ext/libvisual/visual.c:
4290         * ext/ogg/gstogg.c:
4291         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4292         * ext/theora/theora.c:
4293         * ext/vorbis/vorbis.c:
4294         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4295         * gst-libs/gst/tag/gsttagediting.c:
4296         * gst-libs/gst/video/video.c:
4297         * gst/adder/gstadder.c:
4298         * gst/audioconvert/plugin.c:
4299         * gst/audiorate/gstaudiorate.c:
4300         * gst/audioresample/gstaudioresample.c:
4301         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4302         * gst/audioscale/gstaudioscale.c:
4303         * gst/audioscale/resample.c:
4304         * gst/audiotestsrc/gstaudiotestsrc.c:
4305         * gst/ffmpegcolorspace/gstffmpeg.c:
4306         * gst/playback/gstdecodebin.c: (close_pad_link):
4307         * gst/playback/gstplaybin.c: (gen_video_element),
4308         (gen_audio_element):
4309         * gst/sine/gstsinesrc.c:
4310         * gst/subparse/gstsubparse.c:
4311         * gst/tags/gsttagediting.c:
4312         * gst/tcp/gsttcpplugin.c:
4313         * gst/typefind/gsttypefindfunctions.c:
4314         * gst/videorate/gstvideorate.c:
4315         * gst/videoscale/gstvideoscale.c:
4316         * gst/videotestsrc/gstvideotestsrc.c:
4317         * gst/volume/gstvolume.c:
4318         * sys/v4l/gstv4l.c:
4319         * sys/ximage/ximage.c:
4320         * sys/xvimage/xvimagesink.c:
4321           fix up defines
4322
4323 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4324
4325         * ext/vorbis/vorbisenc.c:
4326         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4327         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4328         (gst_tag_to_vorbis_comments):
4329           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4330
4331 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4332
4333         * examples/stats/mp2ogg.c:
4334         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4335           typo fixes
4336
4337 2005-10-13  Michael Smith <msmith@fluendo.com>
4338
4339         * ext/ogg/gstoggmux.c:
4340           Use magic glib macros to define constants as 64 bit, to ensure
4341           appropriate vararg passing.
4342
4343 2005-10-13  Michael Smith <msmith@fluendo.com>
4344
4345         * ext/ogg/gstoggmux.c:
4346         * gst/audioconvert/audioconvert.c: (float):
4347           Don't use LL suffix, as it's not portable, and neither of these
4348           uses required it anyway.
4349
4350 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4351
4352         * examples/indexing/indexmpeg.c: (main):
4353         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4354         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4355         (cdparanoia_convert), (cdparanoia_query):
4356         * ext/cdparanoia/gstcdparanoia.h:
4357         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4358         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4359         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4361         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4362         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4363         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4364         (gst_multifdsink_render), (gst_multifdsink_start),
4365         (gst_multifdsink_stop):
4366         * gst/tcp/gstmultifdsink.h:
4367         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4368         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4369         (gst_tcpclientsink_stop):
4370         * gst/tcp/gsttcpclientsink.h:
4371         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4372         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4373         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4374         * gst/tcp/gsttcpclientsrc.h:
4375         * gst/tcp/gsttcpserversink.h:
4376         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4377         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4378         (gst_tcpserversrc_stop):
4379         * gst/tcp/gsttcpserversrc.h:
4380         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4381         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4382         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4383           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4384           moved bitshift from macro to enum definition
4385
4386 2005-10-12  Wim Taymans  <wim@fluendo.com>
4387
4388         * examples/seeking/Makefile.am:
4389         Oops.
4390
4391 2005-10-12  Wim Taymans  <wim@fluendo.com>
4392
4393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4394         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4395         Don't assert on normal stuff.
4396
4397         * gst/playback/gstplaybin.c: (do_playbin_seek):
4398         API fix.
4399
4400 2005-10-12  Wim Taymans  <wim@fluendo.com>
4401
4402         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4403         * examples/seeking/Makefile.am:
4404         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4405         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4406         (do_seek), (set_update_scale), (message_received), (main):
4407         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4408         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4409         Update for _get_state() API change.
4410
4411 2005-10-11  Wim Taymans  <wim@fluendo.com>
4412
4413         * gst-libs/gst/audio/gstbaseaudiosink.c:
4414         (gst_base_audio_sink_render):
4415         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4416         (gst_base_audio_src_create):
4417         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4418         (gst_ring_buffer_read):
4419         Cleanups.
4420         Commit and read from ringbuffer in samples rather than bytes.
4421
4422 2005-10-11  Wim Taymans  <wim@fluendo.com>
4423
4424         * gst-libs/gst/audio/gstbaseaudiosink.c:
4425         (gst_base_audio_sink_render):
4426         Respect segment rate and accum when scheduling samples.
4427
4428 2005-10-11  Julien MOUTTE  <julien@moutte.net>
4429
4430         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4431         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4432         EOS correctly, that needs more work.
4433
4434 2005-10-11  Wim Taymans  <wim@fluendo.com>
4435
4436         * check/generic/states.c: (GST_START_TEST):
4437         remove old property.
4438
4439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4440         (gst_ogg_demux_perform_seek):
4441         * ext/theora/theoradec.c: (theora_dec_sink_event):
4442         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4443         (vorbis_handle_data_packet):
4444         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4445         (gst_base_rtp_depayload_set_gst_timestamp):
4446         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4447         Update for newsegment API change.
4448
4449 2005-10-11  Michael Smith <msmith@fluendo.com>
4450
4451         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4452         (do_playbin_seek), (gst_play_bin_send_event):
4453           Override send_event differently, so that we can takes bits of
4454           functionality from GstPipeline (special handling for seeks,
4455           including pausing/resuming, and resetting stream time) and still get
4456           the appropriate behaviour of only forwarding event to a single sink,
4457           rather than all of them.
4458           Unfortunately requires a lot of code duplication, but the
4459           alternatives are equally ugly in the end.
4460
4461 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4462
4463         * check/elements/audioconvert.c: (setup_audioconvert),
4464         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4465         (GST_START_TEST), (audioconvert_suite):
4466           clean up tests a little, fix some leaks.
4467
4468 2005-10-10  Wim Taymans  <wim@fluendo.com>
4469
4470         * ext/alsa/gstalsasink.c:
4471         Also allow unsigned int.
4472
4473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4474         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4475         Small cleanup
4476
4477 2005-10-10  Wim Taymans  <wim@fluendo.com>
4478
4479         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4480         Small update, use API as stated in design docs.
4481
4482         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4483         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4484         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4485         (message_received), (main):
4486         Updated seek example for GOption. Some usability improvements.
4487
4488 2005-10-10  Wim Taymans  <wim@fluendo.com>
4489
4490         * gst/audioconvert/audioconvert.h:
4491         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4492         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4493         Alloc temp storage somewhere else where we can do it more
4494         portable.
4495
4496 2005-10-10  Wim Taymans  <wim@fluendo.com>
4497
4498         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4499         (gst_tcpserversrc_start):
4500         Don't block in accept while doing the state change, move
4501         to poll and make cancellable.
4502
4503 2005-10-09  Philippe Khalaf <burger@speedy.org>
4504
4505         * gst-libs/gst/rtp/rtpbasedepayload.c:
4506         Set timestamp and add queue delay to timestamp
4507         * gst-libs/gst/rtp/rtpbuffer.h:
4508         Set correct payload type for h263
4509
4510 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4511
4512         * gst/audiotestsrc/gstaudiotestsrc.c:
4513         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4514         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4515         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4516         (gst_audiotestsrc_create_triangle),
4517         (gst_audiotestsrc_create_silence),
4518         (gst_audiotestsrc_create_white_noise),
4519         (gst_audiotestsrc_init_pink_noise),
4520         (gst_audiotestsrc_generate_pink_noise_value),
4521         (gst_audiotestsrc_create_pink_noise),
4522         (gst_audiotestsrc_change_wave):
4523         * gst/audiotestsrc/gstaudiotestsrc.h:
4524           fixed typo, added pink noise
4525
4526 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4527
4528         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4529         (plugin_init):
4530           Add wavpack and spc typefind functions from 0.8 branch.
4531
4532 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4533
4534         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4535         (ar_type_find), (msdos_type_find), (plugin_init):
4536           Add typefind functions for tar archives, ar archives,
4537           RAR archives, and msdos-executables (dlls, exe, etc.).
4538           Some of those would be wrongly identified as mpeg
4539           streams of some sort before (#315550).
4540
4541 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4542
4543         * configure.ac:
4544         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4545         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4546         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
4547         * gst/audiotestsrc/Makefile.am:
4548         * gst/audiotestsrc/gstaudiotestsrc.c:
4549         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
4550         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
4551         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
4552         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
4553         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
4554         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
4555         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
4556         (gst_audiotestsrc_create_silence),
4557         (gst_audiotestsrc_create_white_noise),
4558         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
4559         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
4560         (gst_audiotestsrc_start), (plugin_init):
4561         * gst/audiotestsrc/gstaudiotestsrc.h:
4562           add new plugin and element
4563         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
4564           use gobject_class
4565
4566 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
4569         (gst_adder_init), (gst_adder_request_new_pad),
4570         (gst_adder_change_state):
4571           Add query function to source pad, so adder reports the correct
4572           time/sample position when queried (#315457); fix state change
4573           function; use GST_DEBUG_FUNCPTR() for pad functions.
4574
4575 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4576
4577         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
4578           Fix leaks in typefind registration
4579           Clean up the gratuitous commenting and whitespacing a little
4580
4581 2005-10-08  Wim Taymans  <wim@fluendo.com>
4582
4583         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
4584         Only actually wait for the thread to be stopped if it's 
4585         running.
4586
4587 2005-10-08  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst-libs/gst/audio/gstbaseaudiosink.c:
4590         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
4591         If we receive EOS we can start playback of what we had.
4592
4593 2005-10-08  Wim Taymans  <wim@fluendo.com>
4594
4595         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
4596         (gst_multifdsink_finalize), (multifdsink_hash_remove),
4597         (gst_multifdsink_stop):
4598         Fix crasher when going to NULL multiple times.
4599
4600 2005-10-06  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
4603         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4604         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
4606         patch from Edgard Lima <edgard.lima@indt.org.br>
4607         Fixed gstbaseaudiosrc adding ring buffer sync to it.
4608
4609 2005-10-06  Wim Taymans  <wim@fluendo.com>
4610
4611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4612         Report the FLOW_RETURN as string in the error message.
4613
4614         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
4615         Don't assert when clearing an unnegotiated buffer.
4616
4617 2005-10-04  Michael Smith <msmith@fluendo.com>
4618
4619         * gst/playback/gstplaybasebin.c: (group_destroy),
4620         (gen_preroll_element), (remove_groups), (setup_source):
4621         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
4622         (setup_sinks), (gst_play_bin_send_event),
4623         (gst_play_bin_change_state):
4624           Set state to NULL before removing from bin. Fix refcounting.
4625
4626 2005-10-04  Michael Smith <msmith@fluendo.com>
4627
4628         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
4629           Correct refcounting in send_event() function. Previously was wrong
4630           if the first sink was unable to handle the event.
4631
4632 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4633
4634         * configure.ac:
4635           back to development
4636
4637 === release 0.9.3 ===
4638
4639 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
4640
4641         * configure.ac:
4642           Releasing 0.9.3, "De Facto"
4643
4644 2005-10-03  Andy Wingo  <wingo@pobox.com>
4645
4646         * gst/playback/gstdecodebin.c (try_to_link_1)
4647         (remove_element_chain): set element to NULL before removing it.
4648
4649 2005-10-02  Johan Dahlin  <johan@gnome.org>
4650
4651         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
4652         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
4653         MT safe.
4654
4655 2005-10-02  Andy Wingo  <wingo@pobox.com>
4656
4657         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
4658         (gst_ring_buffer_prepare_read): 
4659         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
4660         Demote to LOG.
4661
4662 2005-09-29  Wim Taymans  <wim@fluendo.com>
4663
4664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
4665         * ext/theora/theoradec.c: (theora_handle_data_packet):
4666         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4667         Propagate error codes from alloc_buffer too.
4668
4669 2005-09-29  Wim Taymans  <wim@fluendo.com>
4670
4671         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4672         We use fixed caps.
4673
4674         * gst/playback/Makefile.am:
4675         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4676         (dump_element_stats), (main):
4677         Added example stream introspection code.
4678
4679 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
4680
4681         * gst/adder/gstadder.c: (gst_adder_collected):
4682           fix adder for float elements
4683
4684 2005-09-28  Wim Taymans  <wim@fluendo.com>
4685
4686         * gst-libs/gst/audio/gstbaseaudiosink.c:
4687         (gst_base_audio_sink_class_init),
4688         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4689         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4690         (gst_base_audio_src_class_init),
4691         (gst_base_audio_src_provide_clock):
4692         get_clock -> provide_clock
4693
4694 2005-09-28  Andy Wingo  <wingo@pobox.com>
4695
4696         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
4697         and unlocking.
4698
4699         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
4700         unlocking.
4701
4702         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
4703         Actually add the pad template.
4704         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
4705
4706         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
4707         I'm at it...
4708
4709         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
4710         from fdsrc. Get caps in create() instead of start() so it can be
4711         interrupted. Interruption somewhat untested.
4712
4713         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
4714         Proper EOS handling.
4715
4716 2005-09-27  Andy Wingo  <wingo@pobox.com>
4717
4718         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
4719
4720         * gst/tcp/gsttcpserversrc.c: Cleaned up.
4721
4722         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
4723
4724         * gst/tcp/gsttcp.h: 
4725         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
4726         out of tcpclientsrc.c. Cancellable.
4727         (gst_tcp_socket_read): Made private, cancellable, with better
4728         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
4729         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
4730         whole buffer, and better diagnostics.
4731         (gst_tcp_gdp_read_caps): Same.
4732
4733         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
4734
4735 2005-09-26  Andy Wingo  <wingo@pobox.com>
4736
4737         * gst/sine/gstsinesrc.h:
4738         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
4739         change the 'sync' property to 'is-live' and implement it halfway,
4740         update for controller api change.
4741
4742         * gst/volume/gstvolume.c (volume_transform_ip): Update for
4743         controller api change.
4744
4745 2005-09-24  Wim Taymans  <wim@fluendo.com>
4746
4747         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
4748         * gst-libs/gst/audio/gstaudiosink.c:
4749         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4750         (gst_audioringbuffer_stop):
4751         * gst-libs/gst/audio/gstbaseaudiosink.c:
4752         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
4753         (gst_base_audio_sink_change_state):
4754         * gst-libs/gst/audio/gstbaseaudiosink.h:
4755         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
4756         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
4757         (gst_ring_buffer_commit), (gst_ring_buffer_read):
4758         * gst-libs/gst/audio/gstringbuffer.h:
4759         Fix sync again. Moved sample alignment to basesink.
4760
4761 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4762
4763         * docs/plugins/Makefile.am:
4764         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4765         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4766         * gst/volume/gstvolume.c:
4767           add/fix docs
4768         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
4769         * gst-libs/gst/audio/audio.h:
4770           add conversion macros for frames <-> clocktime
4771
4772 2005-09-23  David Schleef  <ds@schleef.org>
4773
4774         * gst/audioresample/Makefile.am:
4775         * gst/audioresample/debug.h:
4776         * gst/audioresample/gstaudioresample.c:
4777         * gst/audioresample/resample.c: Convert to using gst debugging
4778
4779 2005-09-22  Wim Taymans  <wim@fluendo.com>
4780
4781         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4782         (gst_play_bin_send_event):
4783         Only seek on one sink, the first one that succeeds.
4784
4785 2005-09-22  Michael Smith <msmith@fluendo.com>
4786
4787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4788         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4789         Don't flush encoder state unless we have an initialised encoder.
4790         Clear out encoder state on PAUSED_TO_READY.
4791
4792 2005-09-22  Wim Taymans  <wim@fluendo.com>
4793
4794         * gst-libs/gst/rtp/gstbasertppayload.c:
4795         (gst_basertppayload_class_init), (gst_basertppayload_init),
4796         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4797         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4798         (gst_basertppayload_is_filled), (gst_basertppayload_push),
4799         (gst_basertppayload_set_property),
4800         (gst_basertppayload_get_property),
4801         (gst_basertppayload_change_state):
4802         * gst-libs/gst/rtp/gstbasertppayload.h:
4803         Added max-ptime to control amount of data in the rtp packets.
4804
4805 2005-09-21  Andy Wingo  <wingo@pobox.com>
4806
4807         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
4808         thingies.
4809
4810         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
4811         can be called multiple times, dogs.
4812
4813 2005-09-21  Wim Taymans  <wim@fluendo.com>
4814
4815         * gst-libs/gst/rtp/gstbasertppayload.c:
4816         (gst_basertppayload_class_init), (gst_basertppayload_init),
4817         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4818         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4819         (gst_basertppayload_push), (gst_basertppayload_get_property),
4820         (gst_basertppayload_change_state):
4821         Allow 0 ssrc too.
4822
4823 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
4824
4825         * docs/libs/compiling.sgml:
4826           fixing typos
4827
4828 2005-09-20  Wim Taymans  <wim@fluendo.com>
4829
4830         * gst-libs/gst/rtp/gstbasertppayload.c:
4831         (gst_basertppayload_class_init), (gst_basertppayload_init),
4832         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4833         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4834         (gst_basertppayload_push), (gst_basertppayload_set_property),
4835         (gst_basertppayload_get_property),
4836         (gst_basertppayload_change_state):
4837         * gst-libs/gst/rtp/gstbasertppayload.h:
4838         Added property to configure sequence number offsets.
4839
4840 2005-09-20  Wim Taymans  <wim@fluendo.com>
4841
4842         * gst-libs/gst/rtp/gstbasertppayload.c:
4843         (gst_basertppayload_class_init), (gst_basertppayload_init),
4844         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4845         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4846         (gst_basertppayload_push), (gst_basertppayload_set_property),
4847         (gst_basertppayload_get_property),
4848         (gst_basertppayload_change_state):
4849         * gst-libs/gst/rtp/gstbasertppayload.h:
4850         Make timestamp offset configurable.
4851
4852 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
4853
4854         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4855           fix wrong pop/unref
4856
4857 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
4858
4859         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4860
4861         * gst-libs/gst/interfaces/propertyprobe.c:
4862         (gst_property_probe_probe_property_name),
4863         (gst_property_probe_needs_probe_name),
4864         (gst_property_probe_get_values_name),
4865         (gst_property_probe_probe_and_get_values_name):
4866           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
4867           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
4868
4869 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4870
4871         * check/Makefile.am:
4872           have some tests be disabled for valgrinding
4873         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
4874         (GST_START_TEST):
4875         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
4876           Fix A Leak.  Chain To Parent Finalize.
4877
4878 2005-09-19  Wim Taymans  <wim@fluendo.com>
4879
4880         * examples/seeking/seek.c: (make_wav_pipeline), (main):
4881         Fixed wav pipeline.
4882
4883 2005-09-19  Wim Taymans  <wim@fluendo.com>
4884
4885         * gst-libs/gst/rtp/gstbasertppayload.c:
4886         (gst_basertppayload_class_init), (gst_basertppayload_init),
4887         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
4888         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
4889         (gst_basertppayload_push), (gst_basertppayload_get_property),
4890         (gst_basertppayload_change_state):
4891         Posting ERROR and WARNING messages is good.
4892
4893 2005-09-19  Wim Taymans  <wim@fluendo.com>
4894
4895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4896         (gst_base_rtp_depayload_add_to_queue),
4897         (gst_base_rtp_depayload_push),
4898         (gst_base_rtp_depayload_set_gst_timestamp),
4899         (gst_base_rtp_depayload_queue_release):
4900         This one was not supposed to go in.
4901
4902 2005-09-19  Wim Taymans  <wim@fluendo.com>
4903
4904         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4905         Fix for bus API.
4906
4907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4908         (gst_base_rtp_depayload_chain),
4909         (gst_base_rtp_depayload_add_to_queue),
4910         (gst_base_rtp_depayload_push),
4911         (gst_base_rtp_depayload_set_gst_timestamp),
4912         (gst_base_rtp_depayload_queue_release):
4913         Some cleanups.
4914
4915         * gst-libs/gst/rtp/gstbasertppayload.c:
4916         (gst_basertppayload_class_init), (gst_basertppayload_init),
4917         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
4918         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4919         (gst_basertppayload_get_property),
4920         (gst_basertppayload_change_state):
4921         Added debugging category.
4922
4923 2005-09-18  David Schleef  <ds@schleef.org>
4924
4925         * gst/playback/gstdecodebin.c: free plugin list correctly
4926         * gst/playback/gstplaybin.c: emit warning if autovideosink
4927           and autoaudiosink can't be found (instead of segfaulting)
4928
4929 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4930
4931         * check/elements/audioconvert.c: (GST_START_TEST):
4932           try out 24 bit conversion
4933
4934 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4935
4936         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4937         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
4938         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
4939         * ext/vorbis/vorbisenc.h:
4940           Fix EOS handling.  Still needs a fix in the ogg muxer to
4941           mark the last page as eos.
4942
4943 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4944
4945         * common/gtk-doc-plugins.mak:
4946         * docs/plugins/Makefile.am:
4947         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4948         * gst/ffmpegcolorspace/Makefile.am:
4949         * gst/ffmpegcolorspace/avcodec.h:
4950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4951         * gst/tcp/gstmultifdsink.c:
4952           fix up ffmpegcolorspace docs; extract header
4953
4954 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4955
4956         * common/gtk-doc-plugins.mak:
4957         * docs/plugins/Makefile.am:
4958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4959         * ext/theora/Makefile.am:
4960         * ext/theora/gsttheoraenc.h:
4961         * ext/theora/theoraenc.c:
4962         * ext/vorbis/vorbisenc.c:
4963           pick up signals and args for vorbis; add some docs for vorbis
4964
4965 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4966
4967         * common/gstdoc-scangobj:
4968         * common/gtk-doc-plugins.mak:
4969         * docs/libs/Makefile.am:
4970         * docs/plugins/gst-plugins-base-plugins.args:
4971         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4972         * docs/plugins/gst-plugins-base-plugins.interfaces:
4973         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4974         * docs/plugins/gst-plugins-base-plugins.signals:
4975           only scanobj stuff from our source module.  Not sure yet
4976           if that's correct, given the hierarchy stuff :)
4977
4978 2005-09-15  Wim Taymans  <wim@fluendo.com>
4979
4980         * gst/audioconvert/gstaudioconvert.c:
4981         And enable 24 bits mode as well..
4982
4983 2005-09-15  Wim Taymans  <wim@fluendo.com>
4984
4985         * gst-libs/gst/rtp/Makefile.am:
4986         * gst-libs/gst/rtp/gstbasertppayload.c:
4987         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
4988         (gst_basertppayload_class_init), (gst_basertppayload_init),
4989         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
4990         (gst_basertppayload_chain), (gst_basertppayload_set_options),
4991         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
4992         (gst_basertppayload_set_property),
4993         (gst_basertppayload_get_property),
4994         (gst_basertppayload_change_state):
4995         * gst-libs/gst/rtp/gstbasertppayload.h:
4996         Added rtp payloader base class.
4997
4998 2005-09-15  Andy Wingo  <wingo@pobox.com>
4999
5000         * configure.ac (plugindir): Remove the EOL matcher from the
5001         regexp, as it causes me problems. Libtool? Make? Who knows?
5002
5003 2005-09-14  David Schleef  <ds@schleef.org>
5004
5005         * check/generic/states.c: 
5006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5008           Fixes for changes in registry API.
5009
5010         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5011           to GST_PLUGIN_LDFLAGS.
5012         * ext/libvisual/visual.c: Make the library shut up.
5013         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5014         * gst-libs/gst/audio/gstaudiofilter.c: same
5015
5016 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5017
5018         * docs/plugins/Makefile.am:
5019         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5020         * docs/plugins/inspect/plugin-libvisual.xml:
5021         * docs/plugins/tmpl/element-tcpserversink.sgml:
5022         * ext/theora/theoraenc.c:
5023           add libvisual plugin and theoraenc element to docs
5024
5025 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5026
5027         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5028         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5029         * ext/theora/theoraenc.c:
5030           add theoraenc
5031
5032 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5033
5034         * gst/audioconvert/Makefile.am:
5035           Audioconvert derives from GstBaseTransform and should
5036           link to the library with our base elements to avoid
5037           unresolved symbols. Makes things work with MinGW (#316160)
5038
5039         * gst/playback/test4.c: (main):
5040           Fix MinGW build problem and use g_usleep() instead of 
5041           sleep() (#316162)
5042
5043 2005-09-12  Wim Taymans  <wim@fluendo.com>
5044
5045         * gst/audioconvert/audioconvert.c: (float),
5046         (audio_convert_prepare_context), (audio_convert_convert):
5047         * gst/audioconvert/audioconvert.h:
5048         Cleanups, speedups, simplifications, added back support
5049         for 24 bits.
5050
5051 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5052
5053         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5054         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5055         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5056         * docs/plugins/tmpl/element-tcpserversink.sgml:
5057         * gst/ffmpegcolorspace/gstffmpeg.c:
5058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5059         * gst/videotestsrc/gstvideotestsrc.c:
5060         * gst/volume/gstvolume.c:
5061           add more elements to the docs
5062
5063 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5064
5065         * check/Makefile.am:
5066         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5067         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5068           Add extra tests for basetransform based components. 
5069           Comment out the test_element_negotiation test until we decide
5070           if it's testing correct behaviour.
5071         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5072         (gst_visual_chain), (gst_visual_change_state):
5073           Slightly more correct but still bogus timestamping.
5074           Fix state change function.
5075         * gst/audioconvert/gstaudioconvert.c:
5076         (gst_audio_convert_class_init):
5077         * gst/audioresample/gstaudioresample.c:
5078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5079         (gst_ffmpegcsp_class_init):
5080         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5081         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5082         (gst_videoscale_prepare_image):
5083         * gst/volume/gstvolume.c: (gst_volume_class_init),
5084         (volume_transform_ip):
5085           Basetransform updates. Enable passthrough modes.
5086         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5087         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5088         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5089           Negotiation fix that allows the window to return to the original
5090           size and renegotiate passthrough upstream. Extra debug output.
5091
5092 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5093
5094         * gst/sine/gstsinesrc.c:
5095         * gst/volume/gstvolume.c:
5096           fix up header include
5097
5098 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5099
5100         * gst-libs/gst/audio/gstbaseaudiosink.c:
5101         (gst_base_audio_sink_render):
5102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5103         * gst/volume/gstvolume.c: (gst_volume_class_init),
5104         (volume_transform):
5105           fixing lost sync, some more debugging
5106
5107 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5108
5109         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5110         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5111         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5112         (gst_xvimagesink_check_xshm_calls):
5113           Fix compilation when XShm is not available.
5114
5115 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5116
5117         * ext/libvisual/visual.c: (gst_visual_dispose),
5118         (gst_visual_getcaps), (gst_visual_src_setcaps),
5119         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5120         (gst_visual_change_state):
5121           Finish fixing up libvisual plugin so that it runs. 
5122
5123 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5124
5125         * ext/vorbis/vorbisenc.c:
5126         * gst-libs/gst/tag/gstvorbistag.c:
5127           gsttaginterface.h -> gsttagsetter.h
5128
5129 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5130
5131         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5132           added another test that failes for me (test is not active by default)
5133
5134 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5135
5136         * configure.ac:
5137           v4l2 is no longer in gst-plugins-base
5138
5139 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5140
5141         * configure.ac:
5142           In the output at the end, don't show the first plugin on the same
5143           line as "Core plug-ins, always built:".
5144           Indent the output as for other plugin categories
5145         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5146           #define that can be used to not use peer buffer_alloc functions for
5147           test purposes.
5148         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5149         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5150         (gst_ximagesink_show_frame):
5151         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5152         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5153         (gst_xvimagesink_show_frame):
5154           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5155           fails gracefully instead of XError aborting or deadlocking.
5156
5157 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5158
5159         * ext/libvisual/Makefile.am:
5160           link against gst-base-libs
5161
5162 2005-09-06  David Schleef  <ds@schleef.org>
5163
5164         * configure.ac: Enable libvisual plugin.
5165         * ext/libvisual/Makefile.am:
5166         * ext/libvisual/visual.c: Fixes to make it compile.
5167
5168 === release 0.9.2 ===
5169
5170 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5171
5172         * NEWS:
5173         * RELEASE:
5174         * configure.ac:
5175         * docs/random/ChangeLog-0.8:
5176           releasing 0.9.2, "Spoon"
5177
5178 2005-09-05  Michael Smith <msmith@fluendo.com>
5179
5180         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5181           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5182           that in the vorbisenc element.
5183
5184 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5185
5186         * common/gtk-doc-plugins.mak:
5187         * docs/plugins/Makefile.am:
5188           fix distcheck
5189         * gst/audioresample/resample.c:
5190           fix wrong docstring
5191
5192 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5193
5194         * common/gst-xmlinspect.py:
5195         * common/gtk-doc-plugins.mak:
5196           only inspect plugins for this given package
5197           require gst-python 0.9
5198
5199 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5200
5201         * Makefile.am:
5202         * autogen.sh:
5203         * common/gst-xmlinspect.py:
5204         * configure.ac:
5205         * docs/Makefile.am:
5206         * docs/plugins/inspect/plugin-alsa.xml:
5207         * docs/plugins/inspect/plugin-audioresample.xml:
5208         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5209         * docs/plugins/inspect/plugin-ogg.xml:
5210         * docs/plugins/tmpl/element-gnomevfssink.sgml:
5211         * docs/plugins/tmpl/element-multifdsink.sgml:
5212         * docs/plugins/tmpl/element-tcpserversink.sgml:
5213         * docs/plugins/tmpl/element-vorbisenc.sgml:
5214         * gst-plugins-base.spec.in:
5215           various doc-related updates
5216
5217 2005-08-31  Wim Taymans  <wim@fluendo.com>
5218
5219         * gst-libs/gst/audio/gstbaseaudiosink.c:
5220         (gst_base_audio_sink_render):
5221         Resync if the buffer timestamps drift more than a 10th 
5222         of a second.
5223
5224 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5225
5226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5227         (gst_v4lsrc_get_property):
5228           The 'timestamp-offset' property is registered as an int64, so
5229           let's use g_value_{set|get}_int64() in our setter and getter
5230           functions (makes it work and fixes warnings with gst-inspect).
5231
5232 2005-08-30  Wim Taymans  <wim@fluendo.com>
5233
5234         * check/elements/audioconvert.c: (setup_audioconvert):
5235         * check/elements/audioresample.c: (setup_audioresample):
5236         * check/elements/volume.c: (setup_volume):
5237         Fix checks.
5238
5239 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5240
5241         * common/gtk-doc-plugins.mak:
5242         * common/plugins.xsl:
5243         * docs/plugins/Makefile.am:
5244           make module a param
5245
5246 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5247
5248         * examples/seeking/seek.c: (make_mp3_pipeline),
5249         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5250         (play_cb), (pause_cb), (stop_cb):
5251           update the example
5252
5253 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5254
5255         * gst/volume/gstvolume.c: (gst_volume_class_init),
5256         (volume_transform):
5257           do not update controlled params, if buffer has no timestamp
5258
5259 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5260
5261         * configure.ac:
5262         * gst/sine/Makefile.am:
5263         * gst/volume/Makefile.am:
5264           controllerized elements also need to link against controller-libs ;)
5265
5266 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5267
5268         * docs/libs/tmpl/gstcolorbalance.sgml:
5269         * docs/libs/tmpl/gstgconf.sgml:
5270         * docs/libs/tmpl/gstmixer.sgml:
5271         * docs/libs/tmpl/gstringbuffer.sgml:
5272         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5273         (gst_sinesrc_create):
5274         * gst/volume/gstvolume.c: (gst_volume_class_init),
5275         (volume_transform):
5276           controllerized two audio plugins
5277
5278 2005-08-29  Andy Wingo  <wingo@pobox.com>
5279
5280         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5281         (vorbis_handle_data_packet): Fix some int overflow errors.
5282
5283         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5284         -1.
5285         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5286         valid.
5287         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5288         if it's valid. Fixed streaming-mode playback.
5289
5290         * check/elements/volume.c (cleanup_volume): Fix for running
5291         CK_FORK=no.
5292
5293         * check/elements/audioconvert.c: Convert from native endian, not
5294         little endian.
5295
5296 2005-08-29  Michael Smith <msmith@fluendo.com>
5297
5298         * ext/ogg/Makefile.am:
5299         * ext/ogg/gstogg.c: (plugin_init):
5300         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5301         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5302         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5303         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5304         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5305         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5306         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5307         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5308         Add an ogg parser element.
5309
5310 2005-08-28  Andy Wingo  <wingo@pobox.com>
5311
5312         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5313
5314 2005-08-26  Wim Taymans  <wim@fluendo.com>
5315
5316         * gst/audioconvert/audioconvert.c: (if), (float),
5317         (audio_convert_get_func_index), (check_default),
5318         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5319         (audio_convert_clean_context), (audio_convert_get_sizes),
5320         (audio_convert_convert):
5321         Cleanups.
5322
5323 2005-08-26  Wim Taymans  <wim@fluendo.com>
5324
5325         * gst/audioconvert/audioconvert.c: (if), (float),
5326         (audio_convert_get_func_index), (check_default),
5327         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5328         (audio_convert_clean_context), (audio_convert_get_sizes),
5329         (audio_convert_convert):
5330         More elegant and working temp buffer selection algo.
5331
5332 2005-08-26  Wim Taymans  <wim@fluendo.com>
5333
5334         * gst/audioconvert/audioconvert.c: (if), (float),
5335         (audio_convert_get_func_index), (check_default),
5336         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5337         (audio_convert_clean_context), (audio_convert_get_sizes),
5338         (get_temp_buffer), (audio_convert_convert):
5339         Use realloc else we lose our original data.
5340
5341 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5342
5343         * gst/audioresample/gstaudioresample.c:
5344           use base class' newsegment to properly timestamp
5345
5346 2005-08-26  Wim Taymans  <wim@fluendo.com>
5347
5348         * gst/audioconvert/audioconvert.c: (if), (float),
5349         (audio_convert_get_func_index), (check_default),
5350         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5351         (audio_convert_clean_context), (audio_convert_get_sizes),
5352         (get_temp_buffer), (audio_convert_convert):
5353         * gst/audioconvert/gstaudioconvert.c:
5354         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5355         (gst_audio_convert_transform_caps),
5356         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5357         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5358         Oops, allocate enough space to perform the channel mix.
5359
5360 2005-08-26  Wim Taymans  <wim@fluendo.com>
5361
5362         * gst/audioconvert/Makefile.am:
5363         * gst/audioconvert/audioconvert.c: (if), (float),
5364         (audio_convert_get_func_index), (check_default),
5365         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5366         (audio_convert_clean_context), (audio_convert_get_sizes),
5367         (get_temp_buffer), (audio_convert_convert):
5368         * gst/audioconvert/audioconvert.h:
5369         * gst/audioconvert/gstaudioconvert.c:
5370         (gst_audio_convert_class_init), (gst_audio_convert_init),
5371         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5372         (gst_audio_convert_get_unit_size),
5373         (gst_audio_convert_transform_caps),
5374         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5375         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5376         * gst/audioconvert/gstaudioconvert.h:
5377         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5378         (gst_channel_mix_fill_identical),
5379         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5380         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5381         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5382         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5383         (gst_channel_mix_mix):
5384         * gst/audioconvert/gstchannelmix.h:
5385         Cleanups, librarify a bit, optimize, better negotiation and more.
5386
5387 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5388
5389         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5390         Another from MikeS:
5391         During typefinding, don't support negative offsets
5392         (offsets from the end of the stream) in our typefind->peek() function
5393         - nothing embedded in ogg ever needs them. However, we need to recognise
5394         those requests and reject them, otherwise we return invalid pointers.
5395
5396 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5397
5398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5399         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5400         (vorbisdec_finalize), (vorbis_handle_type_packet):
5401           Big shout-out to MikeS for fixing this giant memory leak.
5402           Huzzah!
5403
5404 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5405
5406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5407         (audio_convert_get_unit_size):
5408           plug some leaks
5409
5410 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5411
5412         * check/Makefile.am:
5413         * check/elements/audioconvert.c: (setup_audioconvert),
5414         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5415         (GST_START_TEST), (audioconvert_suite), (main):
5416           add a test for audioconvert
5417         * gst/audioresample/gstaudioresample.c:
5418         * gst/audioresample/gstaudioresample.h:
5419           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5420           note that for buffers of 1/3 sec this means DURATION(c) is 
5421           one nanosecond more than for a and b
5422
5423 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5424
5425         * check/Makefile.am:
5426         * check/elements/audioresample.c: (setup_audioresample),
5427         (cleanup_audioresample), (fail_unless_perfect_stream),
5428         (test_perfect_stream_instance), (GST_START_TEST),
5429           add a check for audioresample
5430         (audioresample_suite), (main):
5431         * check/elements/volume.c: (GST_START_TEST):
5432           remove unused method
5433         * gst/audioresample/gstaudioresample.c:
5434           set correct buffer parameters since we're changing them
5435         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5436           add some debug
5437
5438 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5439
5440         * gst/audioresample/debug.c:
5441         * gst/audioresample/gstaudioresample.c:
5442           add room for extra overlap samples when asked to transform size
5443           protect against possible mem corruption and check for discrepancies
5444           between written size and outbuffer's size so we can warn for
5445           potential problems
5446         * gst/audioresample/resample.c: (resample_init),
5447         (resample_get_output_size_for_input), (resample_get_output_size),
5448         (resample_set_n_channels), (resample_set_format):
5449           set debug level based on RESAMPLE_DEBUG env var
5450           make sure that get_output_size* returns a whole number of
5451           sample_size
5452           set sample_size each time either channel or format is set
5453         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5454         * gst/audioresample/resample_functable.c:
5455         (resample_scale_functable):
5456         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5457           remove r->sample_size, it's done in resample.c now
5458           add some debugging to the ref implementation
5459           make sure we only give back bytes that are wholes of the sample
5460           size
5461
5462 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
5463         * gst/playback/gstplaybasebin.c: (fill_buffer):
5464         Revert unpopular change for GST_MESSAGE_SRC to GObject.
5465
5466 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
5467
5468         * gst/volume/gstvolume.c:
5469           made set_caps function static
5470
5471 2005-08-24  Wim Taymans  <wim@fluendo.com>
5472
5473         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5474         (gst_vorbisenc_change_state):
5475         Stop leaking taglists.
5476
5477 2005-08-24  Wim Taymans  <wim@fluendo.com>
5478
5479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5480         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5481         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5482         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5483         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5484         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5485         Parse seeking events better.
5486         Unref static caps.
5487         Generate correct newsegment events, fixes seeking in live oggs.
5488
5489         * ext/theora/theoradec.c: (theora_dec_src_query),
5490         (theora_dec_src_event), (theora_dec_src_getcaps),
5491         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5492         Use newsegment values to report correct play time.
5493
5494         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5495         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5496         * ext/vorbis/vorbisdec.h:
5497         Parse and use newsegment values to report correct play time.
5498
5499         * gst-libs/gst/audio/gstbaseaudiosink.c:
5500         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5501         Clear ringbuffer on flush.
5502         Use newsegment values to calculate playback time.
5503
5504         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5506         Basesink does newsegment calculations for us now.
5507
5508 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5509
5510         * check/Makefile.am:
5511         * configure.ac:
5512           add core's plugins to the mix so that playbin works
5513         * check/generic/states.c: (GST_START_TEST):
5514           set a 0 timeout on pipelines, so they don't force the next
5515           state change
5516         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5517         (gst_play_base_bin_change_state):
5518           remove the crappy error handling and do GST error handling
5519
5520 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5521
5522         * check/Makefile.am:
5523         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5524           add same test as to core, it bitches out on playbin atm.
5525
5526 2005-08-24  Wim Taymans  <wim@fluendo.com>
5527
5528         * configure.ac:
5529         Remove audioscale.
5530
5531 2005-08-24  Wim Taymans  <wim@fluendo.com>
5532
5533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5534         (gst_videoscale_prepare_size), (parse_caps),
5535         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5536         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
5537         (gst_videoscale_transform):
5538         * gst/videoscale/gstvideoscale.h:
5539         Refactor, make use of BaseTranform really well.
5540
5541 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5542
5543         * configure.ac:
5544           compile audioresample
5545         * gst/audioresample/Makefile.am:
5546         * gst/audioresample/buffer.c:
5547         * gst/audioresample/functable.c:
5548         * gst/audioresample/gstaudioresample.c:
5549         * gst/audioresample/gstaudioresample.h:
5550         * gst/audioresample/resample.c:
5551         (resample_get_output_size_for_input):
5552         * gst/audioresample/resample.h:
5553         * gst/audioresample/resample_chunk.c:
5554         * gst/audioresample/resample_functable.c:
5555         * gst/audioresample/resample_ref.c:
5556           port to use basetransform; doesn't work in all cases yet
5557
5558 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5559
5560         * gst/audioconvert/gstaudioconvert.c:
5561         (gst_audio_convert_class_init), (gst_audio_convert_init),
5562         (audio_convert_get_unit_size), (audio_convert_transform_caps),
5563         (audio_convert_fixate_caps), (audio_convert_set_caps),
5564         (audio_convert_transform),
5565         (gst_audio_convert_buffer_to_default_format),
5566         (gst_audio_convert_buffer_from_default_format),
5567         (gst_audio_convert_channels):
5568         * gst/audioconvert/gstchannelmix.c:
5569         * gst/audioconvert/gstchannelmix.h:
5570           port to basetransform
5571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5572         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
5573         (gst_ffmpegcsp_get_unit_size):
5574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5575         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
5576           fix for basetransform changes
5577
5578 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
5579
5580         * check/Makefile.am:
5581           Add CHECK_CFLAGS and LDFLAGS
5582
5583         * gst/playback/gstplaybasebin.c: (fill_buffer):
5584           GST_MESSAGE_SRC became a GObject
5585
5586 2005-08-24  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
5589         (gst_ring_buffer_clear_all):
5590         * gst-libs/gst/audio/gstringbuffer.h:
5591         Added function to clear the ringbuffer.
5592
5593 2005-08-24  Andy Wingo  <wingo@pobox.com>
5594
5595         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
5596         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
5597         of _open and _close.
5598
5599         * sys/v4l/gstv4lxoverlay.h:
5600         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
5601         an Xv connection here, instead of all the time. Make Xv only be
5602         loaded if you axe for it. Kindof a workaround for buggy behaviour
5603         of Xv when using remote xservers (XvQueryExtension would block).
5604         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
5605         replace the _open and _close public API. Only start the xv
5606         connection if necessary.
5607         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
5608
5609 2005-08-23  David Schleef  <ds@schleef.org>
5610
5611         * gst/audioresample/Makefile.am: Leet audioresampling code
5612         * gst/audioresample/buffer.c:
5613         * gst/audioresample/buffer.h:
5614         * gst/audioresample/debug.c:
5615         * gst/audioresample/debug.h:
5616         * gst/audioresample/functable.c:
5617         * gst/audioresample/functable.h:
5618         * gst/audioresample/gstaudioresample.c:
5619         * gst/audioresample/gstaudioresample.h:
5620         * gst/audioresample/resample.c:
5621         * gst/audioresample/resample.h:
5622         * gst/audioresample/resample_chunk.c:
5623         * gst/audioresample/resample_functable.c:
5624         * gst/audioresample/resample_ref.c:
5625
5626 2005-08-23  Wim Taymans  <wim@fluendo.com>
5627
5628         * examples/seeking/seek.c: (make_vorbis_pipeline),
5629         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
5630         Small seek updates.
5631
5632 2005-08-23  Andy Wingo  <wingo@pobox.com>
5633
5634         * gst-libs/gst/audio/gstbaseaudiosrc.c
5635         (gst_base_audio_src_fixate): Only fixate endianness if it is
5636         present in the caps.
5637
5638 2005-08-22  Andy Wingo  <wingo@pobox.com>
5639
5640         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
5641         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
5642         device-name property.
5643
5644         * gst-libs/gst/audio/gstaudiosrc.h:
5645         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
5646         close_device in the ring buffer, like gstaudiosink.
5647
5648         * ext/alsa/gstalsamixer.h:
5649         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
5650         macro to implement the interface without much code. Cleanups. 
5651
5652         * ext/alsa/gstalsasrc.h:
5653         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
5654         READY.
5655
5656         * ext/alsa/Makefile.am: Add new files.
5657         * ext/alsa/gstalsamixerelement.c: 
5658         * ext/alsa/gstalsamixerelement.c: Split element code out from
5659         mixer code so that alsasrc can be a mixer too.
5660
5661 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5662
5663         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5664         (GST_START_TEST):
5665         * check/elements/vorbisdec.c: (setup_vorbisdec),
5666         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
5667         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5668         (vorbis_handle_identification_packet),
5669         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
5670         (vorbis_handle_header_packet), (vorbis_dec_push),
5671         (vorbis_dec_chain):
5672           use the setup/teardown methods to save code.  save code is good.
5673
5674 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5675
5676         * check/Makefile.am:
5677           add ext dir for plugins
5678           add vorbisdec test conditionally
5679         * check/elements/volume.c: (setup_volume), (cleanup_volume),
5680         (GST_START_TEST), (volume_suite):
5681           add a test with wrong caps
5682         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
5683         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
5684           add a vorbisdec test
5685         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
5686         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
5687           clean up debug output
5688         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5689           yay, fix a segfault/security issue in vorbisdec
5690           gst-launch fakesrc ! vorbisdec wasn't happy
5691         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
5692         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
5693         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
5694         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5695         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
5696         (gst_vorbisenc_set_metadata), (get_constraints_string),
5697         (update_start_message), (gst_vorbisenc_setup),
5698         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5699         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
5700         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
5701         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
5702         * ext/vorbis/vorbisenc.h:
5703           march in line
5704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5705         (gst_ffmpegcsp_transform):
5706           have the kow come home
5707         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5708           debug my func ptr
5709         * gst/volume/gstvolume.c: (volume_set_caps):
5710           add a debug
5711
5712 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5713
5714         * Makefile.am:
5715         * check/.cvsignore:
5716         * check/Makefile.am:
5717         * check/elements/.cvsignore:
5718         * check/elements/volume.c: (chain_func), (event_func),
5719         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
5720         (main):
5721         * configure.ac:
5722           add unit test structure for gst-plugins-base
5723           add a test for volume
5724         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
5725         (gst_volume_set_volume), (gst_volume_get_volume),
5726         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
5727         (volume_funcfind), (volume_process_float), (volume_process_int16),
5728         (volume_set_caps), (volume_transform), (volume_update_mute),
5729         (volume_update_volume), (volume_set_property),
5730         (volume_get_property):
5731           document a little; use basetransform vmethod _set_caps
5732
5733 2005-08-19  Andy Wingo  <wingo@pobox.com>
5734
5735         * ext/alsa/gstalsamixertrack.h:
5736         * ext/alsa/gstalsamixertrack.c:
5737         * ext/alsa/gstalsamixeroptions.h:
5738         * ext/alsa/gstalsamixeroptions.c:
5739         * ext/alsa/gstalsamixer.h:
5740         * ext/alsa/gstalsamixer.c: Port to 0.9.
5741
5742         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
5743         Remove gstalsa.c and alsaclock. No more cruft here.
5744         
5745 2005-08-18  Wim Taymans  <wim@fluendo.com>
5746
5747         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5748         (gst_base_rtp_depayload_chain),
5749         (gst_base_rtp_depayload_add_to_queue),
5750         (gst_base_rtp_depayload_push),
5751         (gst_base_rtp_depayload_queue_release):
5752         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5753         Fix for RTPBuffer changes.
5754
5755         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
5756         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
5757         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
5758         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
5759         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
5760         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
5761         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
5762         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
5763         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
5764         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
5765         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
5766         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
5767         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
5768         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
5769         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
5770         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
5771         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
5772         (gst_rtpbuffer_get_payload):
5773         * gst-libs/gst/rtp/gstrtpbuffer.h:
5774         Don't subclass GstBuffer but add methods and helper functions
5775         to construct and manipulate RTP packets in regular GstBuffers.
5776
5777 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
5778
5779         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
5780           moved statement below switch
5781         * gst/volume/gstvolume.c: (gst_volume_class_init):
5782           added debug ptr
5783
5784 2005-08-16  Wim Taymans  <wim@fluendo.com>
5785
5786         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5787         (gst_base_audio_src_change_state):
5788         Open and close device in READY<->NULL state change.
5789
5790 2005-08-16  Andy Wingo  <wingo@pobox.com>
5791
5792         * examples/seeking/Makefile.am: Don't compile non-compiling
5793         compiled objects with the compiler.
5794
5795         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
5796         elements.
5797
5798 2005-08-12  Philippe Khalaf <burger@speedy.org>
5799         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5800         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5801           Made a thread to release the queue.
5802           Removed timestamp conversion for now.
5803
5804 2005-08-10  Philippe Khalaf <burger@speedy.org>
5805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5806         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5807           Added rtp timestamp -> gst timestamp conversion.
5808           Fixed several problems with queue.
5809
5810 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5811
5812         * gst-libs/gst/audio/gstaudioclock.h:
5813         * gst-libs/gst/audio/gstaudiofilter.h:
5814         * gst-libs/gst/audio/gstaudiosink.h:
5815         * gst-libs/gst/audio/gstaudiosrc.h:
5816         * gst-libs/gst/audio/gstbaseaudiosink.h:
5817         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5818         * gst-libs/gst/audio/gstringbuffer.h:
5819         * gst-libs/gst/net/gstnetbuffer.h:
5820         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5821         * gst-libs/gst/rtp/gstrtpbuffer.h:
5822           Add padding (you will need to rebuild gst-plugins-base,
5823           gst-plugins and all applications afterwards!)
5824
5825 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
5826
5827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5828         (gst_riff_parse_chunk):
5829           Fix bug in debug message and add some more debug messages.
5830
5831 2005-08-08  Edward Hervey  <edward@fluendo.com>
5832
5833         * gst-libs/gst/riff/riff-media.c:
5834         backported updates since branch
5835
5836 2005-08-08  Andy Wingo  <wingo@pobox.com>
5837
5838         * gst-libs/gst/audio/gstbaseaudiosink.c
5839         (gst_base_audio_sink_change_state): Open the device in NULL->READY
5840         like good elements should. Close on READY->NULL too.
5841
5842         * gst-libs/gst/audio/gstaudiosink.c
5843         (gst_audioringbuffer_open_device,
5844         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
5845         (gst_audioringbuffer_release): Updates for new ring buffer API,
5846         hook into the new audio sink api.
5847
5848         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
5849         (GstAudioSinkClass.close): Just open and close the device -- no
5850         resource allocation or configuration.
5851         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
5852         vmethods, handle device setup and resource allocation.
5853
5854         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
5855         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
5856         base class API.
5857
5858         * gst-libs/gst/audio/gstringbuffer.h
5859         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
5860         New vmethods.
5861
5862         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
5863         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
5864         New API functions. The device should be opened before acquiring
5865         and closed after releasing.
5866
5867 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
5868
5869         * gst-libs/gst/interfaces/mixer.h:
5870           Reset padding to GST_PADDING.
5871
5872 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5873
5874         * gst/playback/gstplaybin.c: (remove_sinks):
5875           Remove visualization from parent explicitely; works around some
5876           apparent refcount issue that I haven't tracked down yet.
5877
5878 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5879
5880         * ext/alsa/gstalsasink.c: (set_hwparams):
5881           Assign debug category, add negotiation debug msgs.
5882
5883 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5884
5885         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
5886           Fix error code for file-not-found to NOT_FOUND.
5887
5888 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5889
5890         * common/gtk-doc-plugins.mak:
5891         * docs/plugins/Makefile.am:
5892         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5893         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5894           renamed to actual element names, so much nicer to look at
5895         * docs/plugins/tmpl/gstmultifdsink.sgml:
5896           remove
5897         * docs/plugins/tmpl/multifdsink.sgml:
5898         * docs/plugins/tmpl/tcpserversink.sgml:
5899           add
5900         * ext/alsa/gstalsa.c:
5901         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
5902         * ext/ogg/gstoggmux.c:
5903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
5904         * gst/playback/gstdecodebin.c:
5905         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
5906         * gst/tcp/gsttcpserversink.c:
5907           various fixes and documentation additions
5908
5909 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5910
5911         * common/Makefile.am:
5912         * common/gstdoc-scangobj:
5913         * common/gtk-doc-plugins.mak:
5914         * common/gtk-doc.mak:
5915           add a custom scangobj that uses the registry
5916           add a custom gtk-doc-plugins.mak that uses it
5917           some doc build fixes
5918         * configure.ac:
5919         * docs/Makefile.am:
5920         * docs/plugins/Makefile.am:
5921         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5922         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5923         * docs/plugins/gst-plugins-base-plugins.types:
5924         * docs/plugins/tmpl/gstmultifdsink.sgml:
5925           add docs for one element, multifdsink
5926         * gst/adder/gstadder.h:
5927         * gst/volume/gstvolume.h:
5928           don't privatize enum
5929         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5930         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5931         (gst_sync_method_get_type), (gst_client_status_get_type),
5932         (gst_multifdsink_class_init),
5933         (gst_multifdsink_client_queue_buffer),
5934         (gst_multifdsink_handle_client_write):
5935         * gst/tcp/gstmultifdsink.h:
5936         * gst/tcp/gsttcp.h:
5937         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
5938         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
5939         (gst_tcpclientsink_render):
5940         * gst/tcp/gsttcpclientsink.h:
5941         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
5942         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
5943         (gst_tcpclientsrc_start):
5944         * gst/tcp/gsttcpclientsrc.h:
5945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
5946         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
5947         * gst/tcp/gsttcpserversrc.h:
5948         * gst/typefind/gsttypefindfunctions.c:
5949           remove superfluous Type stuff
5950
5951 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5952
5953         * gst/playback/gstplaybin.c: (gen_video_element):
5954           Enable videoscale.
5955
5956 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5957
5958         * gst-libs/gst/gconf/gconf.c:
5959         * gst-libs/gst/gconf/gconf.h:
5960           Fix some Andy Problem [tm].
5961
5962 2005-08-04  Andy Wingo  <wingo@pobox.com>
5963
5964         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
5965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
5966         (gst_ffmpegcsp_get_size): Adapt to API changes.
5967
5968         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
5969         Implement an in-place do-nothing transform.
5970
5971 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5972
5973         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
5974         (gst_ximagesink_renegotiate_size):
5975           Do not set new window sizes yet if we prepare a new buffer size
5976           for upstream renegotiation (software scaling) at some point in the
5977           future, because this new size waqs not actually accepted yet. Once
5978           accepted, renegotiation later on will set the new sizes just fine.
5979           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
5980           embedding testcase.
5981
5982 2005-08-03  Andy Wingo  <wingo@pobox.com>
5983
5984         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
5985         (gst_ximagesink_buffer_alloc): 
5986         Protect the height, width, and desired_caps with the pool_lock.
5987         Fixes videotestsrc ! queue ! ximagesink.
5988
5989 2005-08-02  Edward Hervey  <edward@fluendo.com>
5990
5991         * gst/volume/gstvolume.c:
5992         include left from controller cleanup
5993
5994 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
5995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
5996           Stop collectpads before calling the parent state
5997           change function on PAUSED->READY.
5998
5999 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6000         * configure.ac:
6001           When testing for X libs, use the X CFlags 
6002         * gst/adder/gstadder.c: (gst_adder_change_state):
6003           Stop the collectpads before calling parent state change function
6004           on PAUSED->READY, otherwise we deadlock deactivating pads.
6005
6006 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6007
6008         * configure.ac:
6009         * docs/libs/tmpl/gstcolorbalance.sgml:
6010         * docs/libs/tmpl/gstmixer.sgml:
6011         * examples/Makefile.am:
6012         * gst/sine/Makefile.am:
6013         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6014         (gst_sinesrc_set_property), (plugin_init):
6015         * gst/sine/gstsinesrc.h:
6016         * gst/volume/Makefile.am:
6017         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6018         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6019         (volume_process_float), (volume_process_int16),
6020         (volume_set_property), (plugin_init):
6021         * gst/volume/gstvolume.h:
6022           deactivate and remove dparams (libgstcontrol)
6023
6024 2005-07-29  Wim Taymans  <wim@fluendo.com>
6025
6026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6027         Convert me to BaseTransform!! help..
6028
6029 2005-07-29  Andy Wingo  <wingo@pobox.com>
6030
6031         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6032         sinks.
6033
6034         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6035         support of both endiannesses.
6036
6037 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6038
6039         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6040           Fix confusing debug message (s/event/query/)
6041
6042 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6043
6044         * gst/videotestsrc/videotestsrc.h:
6045           Use "_stdint.h" instead of <stdint.h>
6046
6047 2005-07-27  Wim Taymans  <wim@fluendo.com>
6048
6049         * ext/vorbis/Makefile.am:
6050         Revert wrong commit.
6051
6052 2005-07-27  Wim Taymans  <wim@fluendo.com>
6053
6054         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6055         More compilation fixen.
6056
6057 2005-07-27  Wim Taymans  <wim@fluendo.com>
6058
6059         * gst-libs/gst/audio/gstbaseaudiosink.c:
6060         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6061         (gst_base_audio_sink_create_ringbuffer),
6062         (gst_base_audio_sink_change_state):
6063         Fix compilation.
6064
6065 2005-07-27  Wim Taymans  <wim@fluendo.com>
6066
6067         * examples/seeking/seek.c: (setup_dynamic_link),
6068         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6069         (query_positions_elems), (query_positions_pads), (do_seek):
6070         Update seek example.
6071
6072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6073         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6074         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6075         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6076         (gst_ogg_demux_handle_event),
6077         (gst_ogg_demux_deactivate_current_chain),
6078         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6079         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6080         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6081         (gst_ogg_demux_loop):
6082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6083         * ext/theora/theoradec.c: (theora_dec_src_event),
6084         (theora_dec_src_getcaps), (theora_dec_sink_event),
6085         (theora_dec_push), (theora_dec_chain):
6086         * ext/vorbis/Makefile.am:
6087         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6088         (vorbis_dec_sink_event), (vorbis_dec_push),
6089         (vorbis_handle_data_packet):
6090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6091         (gst_vorbisenc_chain):
6092         * gst/playback/gststreaminfo.c: (cb_probe):
6093         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6094         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6095         * gst/videoscale/gstvideoscale.c:
6096         (gst_videoscale_handle_src_event):
6097         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6098         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6099         (gst_ximagesink_navigation_send_event):
6100         * sys/xvimage/xvimagesink.c:
6101         (gst_xvimagesink_navigation_send_event):
6102         Various event updates and cleanups
6103
6104 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6105
6106         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6107           Fix segfault for I420/YV12.
6108
6109 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6110
6111         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6112           Report bitrate.
6113
6114 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6115
6116         * gst/playback/gstplaybin.c: (gen_video_element),
6117         (gen_audio_element):
6118           Switch to auto*sink elements as default sinks; add volume element
6119           so that volume control in totem works.
6120
6121 2005-07-21  Wim Taymans  <wim@fluendo.com>
6122
6123         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6124         * gst/playback/gstplaybin.c: (setup_sinks),
6125         (gst_play_bin_change_state):
6126         Refcount fix and more comments.
6127
6128 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6129
6130         * sys/ximage/Makefile.am:
6131         * sys/ximage/ximage.c: (plugin_init):
6132         * sys/ximage/ximagesink.c:
6133         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6134         
6135
6136 2005-07-21  Wim Taymans  <wim@fluendo.com>
6137
6138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6139         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6140         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6141         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6142         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6143         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6144         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6145         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6146         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6147         Generate correct disconts for live chained oggs.
6148
6149         * gst-libs/gst/audio/gstbaseaudiosink.c:
6150         (gst_base_audio_sink_render),
6151         (gst_base_audio_sink_create_ringbuffer),
6152         (gst_base_audio_sink_change_state):
6153         Handle discont math correctly.
6154
6155         * gst/playback/gstplaybin.c: (add_sink):
6156         Some small debug cleanup.
6157
6158 2005-07-21  Wim Taymans  <wim@fluendo.com>
6159
6160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6161         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6162         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6163         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6164         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6165         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6166         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6167         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6168         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6169         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6170         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6171         (gst_ogg_demux_change_state), (gst_ogg_print):
6172         Reorganize code to send the right disconts when in streaming
6173         mode.
6174
6175 2005-07-20  Andy Wingo  <wingo@pobox.com>
6176
6177         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6178         fix (?), fixes a seggie mcfalterson (#310894).
6179
6180 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6181
6182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6183         (gst_ogg_mux_set_header_on_caps):
6184         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6186         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6187         * gst-libs/gst/audio/multichannel.c:
6188         (gst_audio_set_channel_positions),
6189         (gst_audio_set_structure_channel_positions_list):
6190         * gst/playback/gstdecodebin.c: (dynamic_create):
6191         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6192         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6193           Fixes for API changes in core.
6194
6195 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6196
6197         * gst/playback/gstplaybasebin.c: (fill_buffer):
6198           Use _new_custom() so we can set custom message types for buffering
6199           messages.
6200
6201 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6202
6203         * configure.ac:
6204         * gst-libs/gst/Makefile.am:
6205         * gst-libs/gst/gconf/.cvsignore:
6206         * gst-libs/gst/gconf/Makefile.am:
6207         * gst-libs/gst/gconf/test-gconf.c:
6208         * pkgconfig/Makefile.am:
6209         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6210         * pkgconfig/gstreamer-gconf.pc.in:
6211           Remove gconf stuff, use gconf elements instead from now on.
6212
6213 2005-07-20  Wim Taymans  <wim@fluendo.com>
6214
6215         * gst-libs/gst/audio/TODO:
6216         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6217         (gst_audio_clock_get_internal_time):
6218         * gst-libs/gst/audio/gstaudioclock.h:
6219         * gst-libs/gst/audio/gstbaseaudiosink.c:
6220         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6221         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6222         (gst_base_audio_sink_render),
6223         (gst_base_audio_sink_create_ringbuffer),
6224         (gst_base_audio_sink_change_state):
6225         Make sure the audio clock always returns an increasing value.
6226
6227 2005-07-19  Andy Wingo  <wingo@pobox.com>
6228
6229         * gst/videotestsrc/: Cleanups.
6230
6231 2005-07-19  Wim Taymans  <wim@fluendo.com>
6232
6233         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6234         Better debugging.
6235
6236 2005-07-19  Wim Taymans  <wim@fluendo.com>
6237
6238         * examples/seeking/seek.c: (make_dv_pipeline),
6239         (make_vorbis_theora_pipeline), (query_rates),
6240         (query_positions_elems), (query_positions_pads), (do_seek):
6241         Make correct DV pipeline.
6242
6243 2005-07-18  Andy Wingo  <wingo@pobox.com>
6244
6245         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6246         default. Also because it's the only thing that really works. (This
6247         is used in the GConf elements).
6248         Use AS_LIBTOOL_TAGS.
6249
6250 2005-07-18  Wim Taymans  <wim@fluendo.com>
6251
6252         * gst/playback/gstdecodebin.c: (remove_element_chain):
6253         * gst/playback/gstplaybin.c: (add_sink):
6254         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6255         (gst_stream_info_set_mute):
6256         * gst/playback/gststreamselector.c:
6257         (gst_stream_selector_get_linked_pad),
6258         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6259         More leak and compile fixes.
6260
6261 2005-07-18  Wim Taymans  <wim@fluendo.com>
6262
6263         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6264         (query_rates), (query_positions_elems), (query_positions_pads),
6265         (do_seek), (seek_cb), (stop_seek):
6266         Updated seek example. 
6267
6268         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6269         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6270         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6271         * gst/playback/gstplaybin.c: (add_sink):
6272         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6273         (gst_stream_info_set_mute):
6274         Some refcount leak fixes.
6275
6276 2005-07-16  Wim Taymans  <wim@fluendo.com>
6277
6278         * gst-libs/gst/audio/gstbaseaudiosink.c:
6279         (gst_base_audio_sink_render):
6280         Align samples even if we have roundoff errors in the 
6281         timestamp conversion.
6282
6283 2005-07-16  Wim Taymans  <wim@fluendo.com>
6284
6285         * docs/libs/tmpl/gstringbuffer.sgml:
6286         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6287         (query_rates), (query_positions_elems), (query_positions_pads),
6288         (update_scale), (do_seek):
6289         Updated seek example.
6290
6291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6292         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6293         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6294         (gst_ogg_demux_loop):
6295         Push out correct discont values.
6296
6297         * ext/theora/theoradec.c: (theora_dec_src_convert),
6298         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6299         (theora_dec_sink_event), (theora_handle_type_packet),
6300         (theora_handle_header_packet), (theora_dec_push),
6301         (theora_handle_data_packet), (theora_dec_chain),
6302         (theora_dec_change_state):
6303         Better timestamping.
6304
6305         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6306         (vorbis_dec_sink_event), (vorbis_dec_push),
6307         (vorbis_handle_data_packet), (vorbis_dec_chain):
6308         * ext/vorbis/vorbisdec.h:
6309         Better timestamping.
6310
6311         * gst-libs/gst/audio/gstbaseaudiosink.c:
6312         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6313         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6314         Handle syncing on timestamps instead of sample offsets. Make
6315         use of DISCONT values as described in design docs.
6316
6317         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6318         (gst_base_audio_src_get_time):
6319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6320         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6321         (gst_ring_buffer_read):
6322         * gst-libs/gst/audio/gstringbuffer.h:
6323         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6324         (gst_ximagesink_show_frame):
6325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6326         Correcly convert buffer timestamp to stream time.
6327
6328 2005-07-16  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst/audioconvert/gstaudioconvert.c:
6331         (gst_audio_convert_get_buffer):
6332         Timestamp buffers correctly.
6333
6334         * gst/playback/gstplaybin.c: (gen_video_element):
6335         Make internal fakesink silent.
6336
6337 2005-07-15  Wim Taymans  <wim@fluendo.com>
6338
6339         * gst/ffmpegcolorspace/Makefile.am:
6340         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6341         (gst_ffmpegcsp_caps_remove_format_info),
6342         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6343         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6344         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6345         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6346         Ported ffmpegcolorspace to basetransform.
6347
6348         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6349         * gst/volume/gstvolume.c: (volume_transform):
6350         Ported to new API.
6351
6352 2005-07-14  Wim Taymans  <wim@fluendo.com>
6353
6354         * gst/videotestsrc/Makefile.am:
6355         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6356         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6357         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6358         (gst_videotestsrc_init), (gst_videotestsrc_event),
6359         (gst_videotestsrc_create), (gst_videotestsrc_start),
6360         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6361         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6362         (gst_videotestsrc_get_property):
6363         * gst/videotestsrc/gstvideotestsrc.h:
6364         Make videotestsrc a pushsrc.
6365
6366 2005-07-14  Wim Taymans  <wim@fluendo.com>
6367
6368         * gst/tcp/gstfdset.c: (gst_fdset_free):
6369         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6370         (gst_multifdsink_add), (gst_multifdsink_remove),
6371         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6372         (gst_multifdsink_remove_client_link),
6373         (gst_multifdsink_client_queue_data),
6374         (gst_multifdsink_client_queue_caps),
6375         (gst_multifdsink_client_queue_buffer),
6376         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6377         (gst_multifdsink_stop):
6378         * gst/tcp/gstmultifdsink.h:
6379         0.8 backporting.
6380
6381         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6382         Also draw image when not from a pool.
6383
6384 2005-07-14  Wim Taymans  <wim@fluendo.com>
6385
6386         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6387         (mute_stream), (silence_stream):
6388         Small debug additions.
6389
6390 2005-07-14  Wim Taymans  <wim@fluendo.com>
6391
6392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6393         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6394         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6395         Better error recovery, ignore unconnected pads and
6396         non-fatal errors.
6397
6398 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6399
6400         * docs/libs/tmpl/gstaudio.sgml:
6401         * docs/libs/tmpl/gstcolorbalance.sgml:
6402         * docs/libs/tmpl/gstgconf.sgml:
6403         * docs/libs/tmpl/gstmixer.sgml:
6404         * docs/libs/tmpl/gstringbuffer.sgml:
6405         * docs/libs/tmpl/gsttuner.sgml:
6406         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6407         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6408         (gst_tcpclientsrc_class_init):
6409         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6410         (gst_tcpserversrc_class_init):
6411         * sys/v4l/gstv4lelement.c:
6412           more autistic cleanliness in functions/names/defines
6413
6414 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6415
6416         * configure.ac:
6417           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6418           added manually to each Makefile.am so we are sure it goes
6419           *last* and doesn't add -L flags before linking in libs of our
6420           own, like, say, internal .la libs, that then accidentally pick
6421           up the installed copy.
6422         * docs/libs/Makefile.am:
6423         * ext/alsa/Makefile.am:
6424         * ext/cdparanoia/Makefile.am:
6425         * ext/gnomevfs/Makefile.am:
6426         * ext/libvisual/Makefile.am:
6427         * ext/ogg/Makefile.am:
6428         * ext/theora/Makefile.am:
6429         * ext/vorbis/Makefile.am:
6430         * gst-libs/gst/video/Makefile.am:
6431         * gst/adder/Makefile.am:
6432         * gst/audioconvert/Makefile.am:
6433         * gst/audiorate/Makefile.am:
6434         * gst/audioscale/Makefile.am:
6435         * gst/ffmpegcolorspace/Makefile.am:
6436         * gst/playback/Makefile.am:
6437         * gst/sine/Makefile.am:
6438         * gst/subparse/Makefile.am:
6439         * gst/tags/Makefile.am:
6440         * gst/tcp/Makefile.am:
6441         * gst/typefind/Makefile.am:
6442         * gst/videorate/Makefile.am:
6443         * gst/videoscale/Makefile.am:
6444         * gst/videotestsrc/Makefile.am:
6445         * gst/volume/Makefile.am:
6446         * sys/v4l/Makefile.am:
6447         * sys/ximage/Makefile.am:
6448         * sys/xvimage/Makefile.am:
6449           adapt properly to this change. This should make sure that
6450           plugins and libs properly link to the as-yet-uninstalled
6451           copies of stuff like libgstinterfaces and libgstvideo
6452
6453 2005-07-13  Andy Wingo  <wingo@pobox.com>
6454
6455         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6456         (gst_v4lsrc_fixate): Fixate on format as well.
6457
6458         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
6459         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6460         buffer points to it.
6461         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6462         rather just doing X calls ourselves. Also fixes a memleak.
6463
6464 2005-07-12  Andy Wingo  <wingo@pobox.com>
6465
6466         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
6467         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
6468         (gst_v4lsrc_create): Re-add the copy-mode property, default to
6469         TRUE to avoid deadlocks if an element holds on to our buffers.
6470
6471 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6472
6473         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6474         (gst_sinesrc_init), (gst_sinesrc_create),
6475         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6476         (gst_sinesrc_start):
6477         * gst/sine/gstsinesrc.h:
6478           removing num-buffers property before moving it
6479
6480 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6481
6482         * configure.ac:
6483           use overridable ERROR_CFLAGS
6484         * docs/libs/gst-plugins-base-libs.types:
6485         * docs/libs/tmpl/gstringbuffer.sgml:
6486         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6487         (gst_alsasink_class_init):
6488         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6489         (gst_alsasrc_class_init):
6490         * gst-libs/gst/audio/audio.h:
6491         * gst-libs/gst/audio/gstaudioclock.h:
6492         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6493         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6494         (gst_audio_filter_link), (gst_audio_filter_init),
6495         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6496         (gst_audio_filter_get_property),
6497         (gst_audio_filter_class_add_pad_templates):
6498         * gst-libs/gst/audio/gstaudiofilter.h:
6499         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6500         (gst_audio_filter_template_get_type),
6501         (gst_audio_filter_template_base_init),
6502         (gst_audio_filter_template_class_init),
6503         (gst_audio_filter_template_init),
6504         (gst_audio_filter_template_set_property),
6505         (gst_audio_filter_template_get_property), (plugin_init),
6506         (gst_audio_filter_template_setup),
6507         (gst_audio_filter_template_filter),
6508         (gst_audio_filter_template_filter_inplace):
6509         * gst-libs/gst/audio/gstaudiosink.c:
6510         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6511         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6512         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6513         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6514         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6515         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6516         * gst-libs/gst/audio/gstaudiosink.h:
6517         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6518         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6519         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6520         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6521         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6522         (gst_audio_src_class_init), (gst_audio_src_init),
6523         (gst_audio_src_create_ringbuffer):
6524         * gst-libs/gst/audio/gstaudiosrc.h:
6525         * gst-libs/gst/audio/gstbaseaudiosink.c:
6526         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6527         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6528         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6529         (gst_base_audio_sink_set_property),
6530         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6531         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6532         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6533         (gst_base_audio_sink_create_ringbuffer),
6534         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6535         * gst-libs/gst/audio/gstbaseaudiosink.h:
6536         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6537         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
6538         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
6539         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
6540         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
6541         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
6542         (gst_base_audio_src_event), (gst_base_audio_src_create),
6543         (gst_base_audio_src_create_ringbuffer),
6544         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
6545         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6546         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
6547         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
6548         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
6549         (gst_ring_buffer_debug_spec_caps),
6550         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
6551         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6552         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6553         (gst_ring_buffer_start), (gst_ring_buffer_pause),
6554         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
6555         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
6556         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
6557         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6558         (gst_ring_buffer_clear):
6559         * gst-libs/gst/audio/gstringbuffer.h:
6560         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
6561         (gst_video_sink_class_init), (gst_video_sink_get_type):
6562         * gst-libs/gst/video/videosink.h:
6563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6564         (gst_multifdsink_class_init),
6565         (gst_multifdsink_handle_client_write),
6566         (gst_multifdsink_change_state):
6567         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6568         (gst_tcpclientsink_setcaps):
6569         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6570         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
6571         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
6572         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6573         (gst_ximagesink_send_pending_navigation),
6574         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
6575         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
6576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
6577         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
6578         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
6579         (gst_xvimagesink_send_pending_navigation),
6580         (gst_xvimagesink_navigation_send_event),
6581         (gst_xvimagesink_set_xwindow_id),
6582         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
6583         (gst_xvimagesink_get_type):
6584         more macro splitting
6585
6586 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6587
6588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6589           plug a memleak, allows me to import 1479 albums in one go
6590           in jamboree
6591         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6592         (vorbis_handle_type_packet), (vorbis_dec_chain),
6593         (vorbis_dec_change_state):
6594           fix some format strings
6595
6596 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6597
6598         * docs/libs/tmpl/gstcolorbalance.sgml:
6599         * docs/libs/tmpl/gstmixer.sgml:
6600         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
6601         (gst_alsasink_set_property), (gst_alsasink_get_property):
6602         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
6603         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
6604           add device property
6605
6606 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6607
6608         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
6609         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6610         (audiocast_register_listener), (audiocast_thread_run),
6611         (gst_gnomevfssrc_send_additional_headers_callback),
6612         (gst_gnomevfssrc_received_headers_callback),
6613         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
6614         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
6615         (gst_gnomevfssrc_get_size):
6616           add/clean up debugging
6617         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
6618           cleanups
6619
6620 2005-07-07  Andy Wingo  <wingo@pobox.com>
6621
6622         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
6623         framerate. Need to get a handle on when exactly this function is
6624         called, tho.
6625
6626         * sys/v4l/v4lsrc_calls.h:
6627         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
6628         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
6629         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
6630
6631         * sys/v4l/v4l_calls.h: Cast to V4lElement.
6632         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
6633         v4lelements are sources.
6634
6635         * sys/v4l/gstv4lxoverlay.h:
6636         * sys/v4l/gstv4lxoverlay.c:
6637         * sys/v4l/gstv4ltuner.h:
6638         * sys/v4l/gstv4ltuner.c: Header loc fixen.
6639         
6640         * sys/v4l/gstv4lsrc.h:
6641         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
6642         PushSrc/BaseSrc. Removed most sync-related properties, videorate
6643         or something should handle that. Made a live source.
6644
6645         * sys/v4l/gstv4lelement.h:
6646         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
6647         signals. Some cleanups.
6648
6649         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
6650
6651         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
6652         stuff.
6653
6654         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
6655         stuff.
6656
6657         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
6658
6659 2005-07-07  Wim Taymans  <wim@fluendo.com>
6660
6661         * ext/theora/theoradec.c: (theora_get_query_types),
6662         (theora_dec_src_getcaps), (theora_dec_push):
6663         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
6664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
6665         Remove deprecated/unused query types.
6666
6667 2005-07-06  Wim Taymans  <wim@fluendo.com>
6668
6669         * ext/alsa/Makefile.am:
6670         * ext/alsa/gstalsaplugin.c: (plugin_init):
6671         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6672         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6673         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
6674         (gst_alsasrc_class_init), (gst_alsasrc_init),
6675         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
6676         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
6677         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
6678         (gst_alsasrc_reset):
6679         * ext/alsa/gstalsasrc.h:
6680         * gst-libs/gst/audio/Makefile.am:
6681         * gst-libs/gst/audio/gstaudiosink.c:
6682         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6683         (gst_audioringbuffer_start):
6684         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6685         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6686         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
6687         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
6688         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6689         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6690         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
6691         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
6692         * gst-libs/gst/audio/gstaudiosrc.h:
6693         * gst-libs/gst/audio/gstbaseaudiosink.c:
6694         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6695         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
6696         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
6697         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6698         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
6699         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
6700         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
6701         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
6702         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
6703         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
6704         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
6705         (gst_baseaudiosrc_change_state):
6706         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6707         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6708         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
6709         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
6710         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
6711         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
6712         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
6713         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
6714         * gst-libs/gst/audio/gstringbuffer.h:
6715         Added audiosource base classes.
6716         Ported alsasrc, still very basic.
6717
6718 2005-07-06  Wim Taymans  <wim@fluendo.com>
6719
6720         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
6721         (theora_dec_push), (theora_handle_data_packet):
6722         Prepare for better timestamp fix later.
6723
6724         * gst/audioconvert/gstaudioconvert.c:
6725         List most accurate caps first
6726
6727         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
6728         Use proper pad task function.
6729
6730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6731         (gst_xvimagesink_show_frame):
6732         Fix deadlock when alloc failed.
6733
6734 2005-07-05  Andy Wingo  <wingo@pobox.com>
6735
6736         * ext/gnomevfs/gstgnomevfssrc.c:
6737         * gst/sine/gstsinesrc.c:
6738         * gst/tcp/gsttcpserversrc.c:
6739         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
6740
6741         * sys/v4l/: Port from 0.8.
6742
6743         * Many files: Null if we got it....
6744
6745 2005-07-05  Andy Wingo  <wingo@pobox.com>
6746
6747         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
6748         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
6749         Signedness fixes.
6750
6751 2005-07-05  Wim Taymans  <wim@fluendo.com>
6752
6753         * configure.ac:
6754         * gst/tcp/Makefile.am:
6755         * gst/tcp/README:
6756         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
6757         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
6758         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
6759         (is_sync_frame), (gst_multifdsink_handle_client_write),
6760         (gst_multifdsink_render), (gst_multifdsink_start),
6761         (gst_multifdsink_stop), (gst_multifdsink_change_state):
6762         * gst/tcp/gstmultifdsink.h:
6763         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
6764         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
6765         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
6766         * gst/tcp/gsttcp.h:
6767         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6768         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6769         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
6770         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
6771         * gst/tcp/gsttcpclientsink.h:
6772         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6773         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
6774         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
6775         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
6776         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
6777         * gst/tcp/gsttcpclientsrc.h:
6778         * gst/tcp/gsttcpplugin.c: (plugin_init):
6779         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
6780         * gst/tcp/gsttcpserversink.h:
6781         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6782         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
6783         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
6784         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
6785         (gst_tcpserversrc_stop):
6786         * gst/tcp/gsttcpserversrc.h:
6787         * gst/tcp/gsttcpsink.c:
6788         * gst/tcp/gsttcpsink.h:
6789         * gst/tcp/gsttcpsrc.c:
6790         * gst/tcp/gsttcpsrc.h:
6791         Ported tcp plugins to 0.9. 
6792         
6793
6794 2005-07-05  Andy Wingo  <wingo@pobox.com>
6795
6796         * gst/playback/gstplaybasebin.c (fill_buffer):
6797         message_new_application fixen.
6798
6799         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
6800         Style fix.
6801
6802 2005-07-04  Wim Taymans  <wim@fluendo.com>
6803
6804         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
6805         Set caps on output buffer.
6806
6807 2005-07-04  Andy Wingo  <wingo@pobox.com>
6808
6809         * ext/gnomevfs/gstgnomevfssrc.c
6810         (gst_gnomevfssrc_received_headers_callback) 
6811         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
6812         hopefully.
6813
6814         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
6815         No refcount leakage.
6816
6817         * configure.ac: Enable -Werror.
6818         
6819         * ext/theora/theoradec.c (theora_dec_src_getcaps):
6820         * gst/audioconvert/bufferframesconvert.c
6821         (buffer_frames_convert_fixate):
6822         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
6823         (gst_audio_convert_fixate):
6824         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
6825         (gst_sinesrc_create): Fixate func changes.
6826         
6827         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
6828         (gst_ximagesink_buffer_alloc): Unused var.
6829
6830 2005-07-01  Andy Wingo  <wingo@pobox.com>
6831
6832         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
6833         getcaps to do explicit caps. Needs to be done in all decoders,
6834         possibly via a base class.
6835
6836         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
6837
6838         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
6839         caps on the sink pad, just rely on the pad template. Also, setting
6840         ANY caps on a pad is not valid because the caps are not fixed.
6841
6842         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
6843         caps on the buffer, and get the width from the desired_caps if
6844         they're set.
6845         (gst_ximagesink_renegotiate_size): Implement via setting the
6846         desired_caps on the ximagesink.
6847         (gst_ximagesink_setcaps): Only reset the width of the player if it
6848         wasn't already set. Not sure if this is right.
6849         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
6850
6851         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
6852         that the user wants. NULL unless the window has been resized.
6853
6854         * gst/volume/gstvolume.c (volume_transform): Adapt to
6855         basetransform refcount changes.
6856         
6857 2005-07-01  Andy Wingo  <wingo@pobox.com>
6858
6859         * gst/videoscale/gstvideoscale.c:
6860         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
6861         from BaseTransform, implements a transform_caps. Removed dead code
6862         including some PAR stuff that was never reached -- should probably
6863         be added back somehow.
6864
6865 2005-07-01  Andy Wingo  <wingo@pobox.com>
6866
6867         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
6868         come later.
6869
6870 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6871
6872         * configure.ac:
6873         * docs/libs/Makefile.am:
6874         * docs/libs/gst-plugins-libs.types:
6875         * ext/alsa/Makefile.am:
6876         * ext/alsa/gstalsamixer.h:
6877         * ext/alsa/gstalsamixeroptions.h:
6878         * ext/alsa/gstalsamixertrack.h:
6879         * gst-libs/gst/Makefile.am:
6880         * gst-libs/gst/colorbalance/.cvsignore:
6881         * gst-libs/gst/colorbalance/Makefile.am:
6882         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
6883         * gst-libs/gst/colorbalance/colorbalance.c:
6884         * gst-libs/gst/colorbalance/colorbalance.h:
6885         * gst-libs/gst/colorbalance/colorbalance.vcproj:
6886         * gst-libs/gst/colorbalance/colorbalancechannel.c:
6887         * gst-libs/gst/colorbalance/colorbalancechannel.h:
6888         * gst-libs/gst/interfaces/Makefile.am:
6889         * gst-libs/gst/interfaces/colorbalance.c:
6890         (gst_color_balance_class_init):
6891         * gst-libs/gst/interfaces/colorbalance.h:
6892         * gst-libs/gst/interfaces/interfaces-marshal.list:
6893         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
6894         * gst-libs/gst/interfaces/mixer.h:
6895         * gst-libs/gst/interfaces/mixeroptions.h:
6896         * gst-libs/gst/interfaces/navigation.c:
6897         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
6898         * gst-libs/gst/interfaces/tuner.h:
6899         * gst/volume/Makefile.am:
6900         * gst/volume/gstvolume.c:
6901         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
6902         * sys/ximage/Makefile.am:
6903         * sys/ximage/ximagesink.c:
6904         * sys/xvimage/Makefile.am:
6905         * sys/xvimage/xvimagesink.c:
6906           fold in all interfaces into an interfaces dir, preserving CVS
6907           history
6908
6909 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6910
6911         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
6912           Fix build after riff changes.
6913
6914 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6915
6916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6917         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
6918         (gst_riff_create_video_template_caps),
6919         (gst_riff_create_audio_template_caps),
6920         (gst_riff_create_iavs_template_caps):
6921         * gst-libs/gst/riff/riff-media.h:
6922         * gst-libs/gst/riff/riff-read.h:
6923         * gst-libs/gst/riff/riff.c: (gst_riff_init):
6924           Add gst_riff_init() to initialize the debug category, instead
6925           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
6926
6927 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6928
6929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
6930           Oops, I shouldn't apply hacks.
6931
6932 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6933
6934         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
6935           Remove pad_loop function which doesn't work.
6936
6937 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6938
6939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
6940           Send EOS when deactivating.
6941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
6942         (check_queue), (queue_threshold_reached), (queue_out_of_data),
6943         (gen_preroll_element), (probe_triggered), (mute_stream),
6944         (silence_stream), (new_decoded_pad), (setup_substreams),
6945         (set_active_source):
6946         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
6947         (remove_sinks), (add_sink):
6948         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
6949           Change for new probe API.
6950
6951 2005-06-29  Wim Taymans  <wim@fluendo.com>
6952
6953         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
6954         * gst-libs/gst/audio/gstbaseaudiosink.c:
6955         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
6956         (gst_baseaudiosink_change_state):
6957         * gst-libs/gst/audio/gstbaseaudiosink.h:
6958         * gst-libs/gst/audio/gstringbuffer.c:
6959         (gst_ringbuffer_set_callback):
6960         Fix compilation error.
6961         Ringbuffer starts out as not running.
6962         Free our clock in dispose.
6963         When releasing the ringbuffer we need to renegotiate so
6964         clear the pad caps.
6965
6966 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6967
6968         * autogen.sh:
6969         * configure.ac:
6970         * docs/Makefile.am:
6971         * docs/libs/Makefile.am:
6972         * docs/libs/gst-plugins-libs-docs.sgml:
6973         * docs/libs/gst-plugins-libs-sections.txt:
6974         * docs/libs/gst-plugins-libs.types:
6975         * docs/libs/tmpl/gstaudio.sgml:
6976         * docs/libs/tmpl/gstcolorbalance.sgml:
6977         * docs/libs/tmpl/gstringbuffer.sgml:
6978         * gst-libs/gst/audio/gstringbuffer.c:
6979         (gst_ringbuffer_set_callback):
6980           reinstate gtk-doc docs for plugin libs
6981
6982 2005-06-28  Wim Taymans  <wim@fluendo.com>
6983
6984         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6985         (gst_ogg_demux_init):
6986         Removed pad loop function.
6987
6988 2005-06-28  Wim Taymans  <wim@fluendo.com>
6989
6990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6991         If we're building a chain we are not in an error case
6992         when we queue a buffer.
6993
6994 2005-06-28  Andy Wingo  <wingo@pobox.com>
6995
6996         * *.c: Don't cast to GstObject before reffing/unreffing.
6997
6998 2005-06-27  Andy Wingo  <wingo@pobox.com>
6999
7000         * gst/videotestsrc/gstvideotestsrc.c
7001         (gst_videotestsrc_activate_push): Activation API changes.
7002
7003         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7004         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7005         they have refs on the decodebin.
7006
7007         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7008         parent class.
7009         (gst_ogg_pad_typefind): Don't leak a pad ref.
7010         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7011         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7012         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7013
7014 2005-06-27  Edward Hervey  <edward@fluendo.com>
7015
7016         * ext/theora/theoradec.c: (theora_dec_change_state): 
7017         re-arranged call to parent's state change in order to avoid locks (or
7018         worse).
7019
7020 2005-06-26  Edward Hervey  <edward@fluendo.com>
7021
7022         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7023         2nd argument of 'unknow-type' signal is a GstCaps and not a
7024         GstMiniObject
7025
7026 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7027         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7028           Set the worker thread's running flag to TRUE before starting the
7029           thread.
7030         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7031           Catch a failure to add typefind to the bin.
7032
7033 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7034
7035         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7036         (gst_sinesrc_init), (gst_sinesrc_create),
7037         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7038         (gst_sinesrc_start):
7039         * gst/sine/gstsinesrc.h:
7040           add num-buffers and timestamp-offset properties
7041         * gst/videotestsrc/gstvideotestsrc.c:
7042         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7043         (gst_videotestsrc_get_property):
7044           add timestamp-offset property
7045
7046 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7047
7048         * configure.ac: add videorate
7049         * gst-plugins-base.spec.in: add videorate
7050
7051 2005-06-23  Wim Taymans  <wim@fluendo.com>
7052
7053         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7054         (gst_videorate_getcaps), (gst_videorate_setcaps),
7055         (gst_videorate_event), (gst_videorate_chain):
7056         Fixed videorate, fixating an already fixated caps is not
7057         an error.
7058
7059 2005-06-23  Wim Taymans  <wim@fluendo.com>
7060
7061         * ext/ogg/README:
7062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7063         Buffer on caps is not boxed anymore.
7064
7065 2005-06-22  Wim Taymans  <wim@fluendo.com>
7066
7067         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7068         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7069         Set buffers on caps as miniobjects and not as boxed.
7070
7071 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7072
7073         * configure.ac:
7074           back to HEAD
7075
7076 === release 0.9.1 ===
7077
7078 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7079
7080         * .cvsignore:
7081         * NEWS:
7082         * README:
7083         * RELEASE:
7084         * configure.ac:
7085         * po/af.po:
7086         * po/az.po:
7087         * po/cs.po:
7088         * po/en_GB.po:
7089         * po/hu.po:
7090         * po/it.po:
7091         * po/nb.po:
7092         * po/nl.po:
7093         * po/or.po:
7094         * po/sq.po:
7095         * po/sr.po:
7096         * po/sv.po:
7097         * po/uk.po:
7098         * po/vi.po:
7099           updates for release
7100
7101 2005-06-09  Andy Wingo  <wingo@pobox.com>
7102
7103         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7104         
7105 2005-06-09  Andy Wingo  <wingo@pobox.com>
7106
7107         * configure.ac:
7108         * gst-libs/gst/Makefile.am:
7109         * gst-libs/gst/net/Makefile.am:
7110         Add gstnet to build.
7111
7112 2005-06-09  Andy Wingo  <wingo@pobox.com>
7113
7114         * gst-libs/gst/gconf/gconf.c:
7115         * gst/playback/test.c:
7116         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7117         fixes.
7118
7119         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7120
7121         * ext/theora/theoraenc.c (theora_enc_chain): 
7122         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7123
7124         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7125         RealPad.
7126
7127 2005-06-02  Wim Taymans  <wim@fluendo.com>
7128
7129         * gst-libs/gst/net/Makefile.am:
7130         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7131         * pkgconfig/gstreamer-libs.pc.in:
7132         Added net stuff, version net lib.
7133
7134 2005-06-02  Wim Taymans  <wim@fluendo.com>
7135
7136         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7137         (query_rates), (query_positions_elems), (query_positions_pads),
7138         (do_seek):
7139         Updated seek example.
7140
7141 2005-06-02  Andy Wingo  <wingo@pobox.com>
7142
7143         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7144         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7145         list.
7146
7147         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7148         remove the typefind, the bin dispose will do it for us. When it's
7149         removed and unreffed, the signal handler will be disconnected,
7150         too.
7151         (unlinked): It's too difficult to disconnect from unlinked
7152         handlers, as they are on pads not elements. Just punt if the pads
7153         aren't grandkids of the bin.
7154
7155 2005-06-02  Wim Taymans  <wim@fluendo.com>
7156
7157         * ext/ogg/README:
7158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7159         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7160         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7161         * ext/theora/theoradec.c: (theora_dec_src_query),
7162         (theora_handle_data_packet):
7163         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7164         (theora_enc_chain):
7165         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7166         (vorbis_handle_data_packet):
7167         * gst/audioconvert/bufferframesconvert.c:
7168         (buffer_frames_convert_chain):
7169         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7170         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7171         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7172         (gst_ffmpegcsp_chain):
7173         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7174         (gst_videorate_getcaps), (gst_videorate_setcaps),
7175         (gst_videorate_event), (gst_videorate_chain):
7176         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7177         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7178         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7179         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7180         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7181         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7182         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7183         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7184         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7185         Cleanups and buffer alloc.
7186
7187 2005-05-31  Wim Taymans  <wim@fluendo.com>
7188
7189         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7190         Don't try to call the delay method when the device is not
7191         opened.
7192
7193 2005-05-31  Wim Taymans  <wim@fluendo.com>
7194
7195         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7196         Get actual segment size and buffer size after opening
7197         the device.
7198
7199 2005-05-30  Wim Taymans  <wim@fluendo.com>
7200
7201         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7202         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7203         Also FLUSH upstream, makes the loop function exit faster.
7204         
7205         * ext/theora/theoradec.c: (theora_dec_src_query):
7206         Some more debug info in the query.
7207         
7208         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7209         (gst_ximagesink_setcaps):
7210         Release lock on par error, better error reporting.
7211
7212 2005-05-26  Wim Taymans  <wim@fluendo.com>
7213
7214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7215         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7216         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7217         Clear chains in READY
7218         Queue packets until the chain is activated.
7219
7220 2005-05-25  Wim Taymans  <wim@fluendo.com>
7221
7222         * gst-libs/gst/audio/gstaudiosink.c:
7223         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7224         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7225         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7226         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7227         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7228         (gst_audiosink_create_ringbuffer):
7229         * gst-libs/gst/audio/gstbaseaudiosink.c:
7230         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7231         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7232         (gst_baseaudiosink_set_property), (build_linear_format),
7233         (debug_spec_caps), (debug_spec_buffer),
7234         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7235         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7236         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7237         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7239         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7240         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7241         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7242         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7243         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7244         (wait_segment), (gst_ringbuffer_commit),
7245         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7246         (gst_ringbuffer_clear):
7247         Various small cleanups.
7248
7249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7250         (gst_audio_convert_change_state):
7251         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7252         No need to take the locks anymore.
7253
7254 2005-05-25  Wim Taymans  <wim@fluendo.com>
7255
7256         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7257         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7258         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7259         (type_found):
7260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7261         (group_destroy), (group_commit), (queue_overrun),
7262         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7263         (mute_stream), (new_decoded_pad), (setup_substreams),
7264         (setup_source), (mute_group_type), (set_active_source),
7265         (gst_play_base_bin_change_state):
7266         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7267         (gen_video_element), (gen_text_element), (gen_audio_element),
7268         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7269         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7270         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7271         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7272         Some playbin cleanups mostly refcounting sloppyness.
7273
7274 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7277           Work with streaming input.
7278
7279 2005-05-25  Wim Taymans  <wim@fluendo.com>
7280
7281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7282         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7283         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7284         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7285         No need to take the STREAM lock anymore.
7286
7287 2005-05-25  Wim Taymans  <wim@fluendo.com>
7288
7289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7290         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7291         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7292         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7293         (gst_ogg_demux_sink_activate):
7294         * ext/theora/theoradec.c: (theora_dec_src_event),
7295         (theora_handle_comment_packet), (theora_dec_chain),
7296         (theora_dec_change_state):
7297         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7298         (vorbis_handle_data_packet), (vorbis_dec_chain),
7299         (vorbis_dec_change_state):
7300         Remove STREAM locks as they are taken in core now.
7301         Never set bogus granulepos on vorbis/theora.
7302         Fix leaks in theoradec tag parsing.
7303
7304 2005-05-25  Wim Taymans  <wim@fluendo.com>
7305
7306         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7307         Fix memleaks, GST_BUFFER_DATA() is not freed.
7308
7309 2005-05-25  Wim Taymans  <wim@fluendo.com>
7310
7311         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7312         Open non-blocking, set to blocking mode afterwards to avoid
7313         lockups when audio device is busy.
7314
7315 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7316
7317         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7318           This can't be good.
7319
7320 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7321
7322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7323         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7324         (gst_audio_convert_setcaps):
7325           Implement instant setup switching.
7326
7327 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7328
7329         * gst/playback/gstplaybasebin.c: (probe_triggered):
7330           Fix missing unlock.
7331         * gst/playback/gstplaybin.c: (add_sink):
7332           First add, then link (otherwise pad link fails).
7333
7334 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7335
7336         * examples/Makefile.am:
7337         fix buildbot (make distcheck)
7338
7339 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7340
7341         * gst/playback/gstplaybin.c: (gen_vis_element):
7342           Remove some wrong code. Doesn't work yet.
7343
7344 2005-05-19  Wim Taymans  <wim@fluendo.com>
7345
7346         * gst-libs/gst/net/Makefile.am:
7347         * gst-libs/gst/net/README:
7348         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7349         (gst_netbuffer_class_init), (gst_netbuffer_init),
7350         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7351         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7352         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7353         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7354         * gst-libs/gst/net/gstnetbuffer.h:
7355         Added buffer subclass to store extra to/from addresses for
7356         network sources/sinks.
7357
7358 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7359
7360         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7361           Don't lock an unassigned variable.
7362
7363 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7364
7365         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7366           Increase buffer for video, decrease buffer for other media types.
7367         * gst/playback/gstplaybin.c: (gen_video_element),
7368         (gen_audio_element):
7369           Change names for debugging purposes.
7370
7371 2005-05-18  Wim Taymans  <wim@fluendo.com>
7372
7373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7374         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7375         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7376         (gst_ffmpegcsp_chain):
7377         Enable buffer alloc passthrough if the source and dest
7378         formats are the same.
7379
7380 2005-05-17  Wim Taymans  <wim@fluendo.com>
7381
7382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7383         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7384         (gst_ogg_demux_chain_unlocked):
7385         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7386         (gst_audio_convert_caps_remove_format_info),
7387         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7388         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7390         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7391         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7392         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7393         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7394         (gst_ffmpegcsp_get_property):
7395         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7396         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7397         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7398         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7399         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7400         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7401         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7402         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7403         Leak fixes in oggdemux.
7404         Some cleanups in audioconvert.
7405         Make passthrough work along with buffer_alloc etc.
7406         Make buffer_alloc and buffer recycling actually work in
7407         xvimagesink.
7408
7409 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7410
7411         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7412           make the compiler happy
7413
7414 2005-05-17  Wim Taymans  <wim@fluendo.com>
7415
7416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7417         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7418         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7419         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7420         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7421         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7422         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7423         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7424         (gst_xvimagesink_set_xwindow_id):
7425         * sys/xvimage/xvimagesink.h:
7426         Port xvimagesink to new MiniObject.
7427
7428 2005-05-17  Wim Taymans  <wim@fluendo.com>
7429
7430         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7431         (gst_audiofilter_chain):
7432         * gst-libs/gst/audio/gstaudiosink.c:
7433         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7434         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7435         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7436         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7437         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7438         (gst_audiosink_create_ringbuffer):
7439         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7440         (gst_audio_convert_caps_remove_format_info),
7441         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7442         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7444         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7445         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7446         Fix passthrough in ffmpegcolorspace.
7447         Fix memset in audiosink on wrong memory.
7448
7449 2005-05-16  David Schleef  <ds@schleef.org>
7450
7451         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7452         to GstMiniObject.
7453
7454 2005-05-16  David Schleef  <ds@schleef.org>
7455
7456         Port from GstData to GstMiniObject.
7457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7459         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7460         (gst_ogg_mux_collected):
7461         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7462         * ext/theora/theoradec.c: (theora_handle_comment_packet),
7463         (theora_handle_data_packet):
7464         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7465         (theora_set_header_on_caps), (theora_enc_chain):
7466         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7467         (vorbis_handle_comment_packet):
7468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7469         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7470         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7471         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7472         * gst/audioconvert/gstaudioconvert.c:
7473         (gst_audio_convert_get_buffer):
7474         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7475         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7476         (mute_stream), (silence_stream):
7477         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7478         * gst/volume/gstvolume.c: (volume_transform):
7479         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7480         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7481         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7482         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7483         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7484         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7485         (gst_ximagesink_buffer_alloc):
7486         * sys/ximage/ximagesink.h:
7487
7488 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7489
7490         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7491         (fill_buffer), (check_queue), (queue_threshold_reached),
7492         (queue_out_of_data):
7493         * gst/playback/gstplaybasebin.h:
7494           Post buffer-fullness on the bus.
7495
7496 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7497
7498         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7499         (try_to_link_1):
7500         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7501         (group_commit), (probe_triggered), (setup_source),
7502         (gst_play_base_bin_change_state):
7503         * gst/playback/gstplaybasebin.h:
7504         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7505         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7506         (gst_play_bin_change_state):
7507           Move setup_output_pads into a virtual function, remove
7508           group-switch (no longer needed) and redirect (handled by bus
7509           now) signals.
7510
7511 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7512
7513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7514         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7515         (get_active_group), (get_building_group), (group_destroy),
7516         (group_commit), (check_queue), (queue_overrun),
7517         (queue_threshold_reached), (queue_out_of_data),
7518         (gen_preroll_element), (remove_groups), (unknown_type),
7519         (add_element_stream), (no_more_pads), (probe_triggered),
7520         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7521         (setup_substreams), (setup_source), (finish_source),
7522         (prepare_output), (muted_group_change_state),
7523         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7524         (gst_play_base_bin_change_state):
7525         * gst/playback/gstplaybasebin.h:
7526         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7527         (gst_play_bin_init), (gst_play_bin_set_property),
7528         (gen_video_element), (gen_text_element), (gen_audio_element),
7529         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7530         (gst_play_bin_change_state):
7531         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7532         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7533         (stream_info_change_state), (gst_stream_info_set_mute),
7534         (gst_stream_info_get_property):
7535         * gst/playback/gststreaminfo.h:
7536         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
7537         (gst_stream_selector_get_linked_pad),
7538         (gst_stream_selector_getcaps),
7539         (gst_stream_selector_get_linked_pads),
7540         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7541         * gst/playback/gststreamselector.h:
7542           Rough port of playbin. Needs some more work, but is mostly done,
7543           and uses a few locks in important places, which should make stuff
7544           like chain-switches clean. Still uses GST_STATE() in a few places,
7545           which isn't all that good an idea, subtitles/elements disabled
7546           because no elements to test with and thus probably broken, query
7547           and event handling moved to GstBin, internal thread removed
7548           alltogether because the pipeline does that for us now. Can play
7549           Ogg/Vorbis files. Haven't tested anything else yet.
7550
7551 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7552
7553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7554           Do no-more-pads (needed for autoplugging).
7555
7556 2005-05-10  Andy Wingo  <wingo@pobox.com>
7557
7558         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
7559         message to the bus with the tags. Still not sent downstream tho.
7560
7561         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
7562         get_parent.
7563         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
7564         avoid refcounting hassles.
7565
7566 2005-05-09  Andy Wingo  <wingo@pobox.com>
7567
7568         * gst/volume/Makefile.am:
7569         * gst/volume/demo.c
7570         * gst/volume/gstvolume.h
7571         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
7572         basetransform. Probably need an audio filter base class.
7573
7574 2005-05-09  Wim Taymans  <wim@fluendo.com>
7575
7576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
7577         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
7578         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
7579         (gst_vorbisenc_chain):
7580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7581         (gst_audio_convert_caps_remove_format_info),
7582         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7583         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7584         Make caps writable before writing to it.
7585         Fix negotiation in audioconvert some more.
7586
7587 2005-05-09  Wim Taymans  <wim@fluendo.com>
7588
7589         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7590         (gst_videorate_getcaps), (gst_videorate_setcaps),
7591         (gst_videorate_event), (gst_videorate_chain):
7592         Better negotiation.
7593
7594 2005-05-09  Wim Taymans  <wim@fluendo.com>
7595
7596         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
7597         (gst_videorate_getcaps), (gst_videorate_setcaps),
7598         (gst_videorate_blank_data), (gst_videorate_init),
7599         (gst_videorate_event), (gst_videorate_chain),
7600         (gst_videorate_change_state):
7601         Port videorate, do a better job at negotiation while we're at
7602         it.
7603
7604 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
7605
7606         * configure.ac:
7607           Disable libvisual
7608
7609         * examples/Makefile.am:
7610         * gst-libs/gst/audio/Makefile.am:
7611         * gst-libs/gst/riff/Makefile.am:
7612         * gst-libs/gst/tag/Makefile.am:
7613         * gst-libs/gst/video/Makefile.am:
7614           Fixups for missing variables.
7615
7616 2005-05-09  Wim Taymans  <wim@fluendo.com>
7617
7618         * examples/seeking/seek.c: (make_theora_pipeline),
7619         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
7620         (query_rates), (query_positions_elems), (query_positions_pads),
7621         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
7622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
7623         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
7624         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
7625         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7626         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
7627         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7628         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7629         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7630         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
7631         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
7632         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7633         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7634         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
7635         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
7636         (theora_dec_src_convert), (theora_dec_sink_convert),
7637         (theora_dec_src_query), (theora_dec_sink_query),
7638         (theora_dec_src_event), (theora_dec_sink_event),
7639         (theora_handle_comment_packet), (theora_handle_type_packet),
7640         (theora_handle_header_packet), (theora_handle_data_packet),
7641         (theora_dec_chain):
7642         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7643         (vorbis_dec_convert), (vorbis_dec_src_query),
7644         (vorbis_dec_sink_query), (vorbis_dec_src_event),
7645         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7646         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7647         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7648         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
7649         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
7650         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
7651         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7652         (gst_play_bin_query):
7653         * gst/playback/test3.c: (update_scale):
7654         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
7655         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
7656         * gst/subparse/gstsubparse.c: (gst_subparse_init):
7657         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
7658         (gst_videotestsrc_src_query):
7659         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
7660         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
7661         (paint_hline_YUV9):
7662         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7663         Port to new query API.
7664         Updated seek.
7665         Cleanups in x[v]imagesink
7666
7667 2005-05-09  Andy Wingo  <wingo@pobox.com>
7668
7669         * ext/alsa/gstalsasink.h:
7670         * ext/gnomevfs/gstgnomevfssrc.c:
7671         (gst_gnomevfssrc_get_icy_metadata):
7672         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
7673         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
7674         * ext/theora/theoradec.c (theora_dec_src_query)
7675         (theora_dec_src_event, theora_dec_sink_event)
7676         (theora_handle_comment_packet, theora_handle_data_packet):
7677         * ext/theora/theoraenc.c (theora_enc_chain):
7678         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
7679         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
7680         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
7681         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
7682         (qt_type_find):
7683         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
7684         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
7685         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
7686         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
7687         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
7688         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
7689         (paint_setup_xBGR8888, paint_setup_RGBx8888)
7690         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
7691         (paint_setup_RGB565, paint_setup_xRGB1555):
7692         * gst/videotestsrc/videotestsrc.h:
7693         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
7694         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
7695         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
7696         GCC4 fixes.
7697         
7698         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
7699         gst_pad_query_position. Fixes oggdemux.
7700
7701 2005-05-08  David Schleef  <ds@schleef.org>
7702
7703         * configure.ac: Require liboil.
7704         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
7705         a few more.
7706         * gst/videotestsrc/videotestsrc.c:
7707         * gst/videotestsrc/videotestsrc.h:
7708
7709 2005-05-06  Wim Taymans  <wim@fluendo.com>
7710
7711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7712         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7713         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7714         Well, unreffing a buffer right before pushing it is asking
7715         for trouble..
7716
7717 2005-05-06  Christian Schaller  <uraeus@gnome.org>
7718
7719         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
7720
7721 2005-05-06  Wim Taymans  <wim@fluendo.com>
7722
7723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7724         (gst_audio_convert_caps_remove_format_info),
7725         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7726         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7727         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7728         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7729         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7730         * gst/sine/Makefile.am:
7731         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
7732         (gst_sinesrc_class_init), (gst_sinesrc_init),
7733         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
7734         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
7735         (gst_sinesrc_update_freq):
7736         * gst/sine/gstsinesrc.h:
7737         * gst/tcp/gstmultifdsink.c:
7738         * sys/xvimage/xvimagesink.c:
7739         Fixed negotiation wrt _peer_get_caps()
7740         Some cleanups.
7741
7742
7743 2005-05-06  Wim Taymans  <wim@fluendo.com>
7744
7745         * gst-libs/gst/audio/gstaudiosink.c:
7746         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7747         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7748         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7749         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7750         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7751         (gst_audiosink_create_ringbuffer):
7752         * gst-libs/gst/audio/gstbaseaudiosink.c:
7753         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7754         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7755         (gst_baseaudiosink_set_property), (build_linear_format),
7756         (debug_spec_caps), (debug_spec_buffer),
7757         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7758         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7759         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7760         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7761         * gst-libs/gst/audio/gstbaseaudiosink.h:
7762         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7763         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7764         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7765         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7766         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7767         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7768         (wait_segment), (gst_ringbuffer_commit),
7769         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7770         (gst_ringbuffer_clear):
7771         * gst-libs/gst/audio/gstringbuffer.h:
7772         Make the base audiosink return an error when there is no
7773         audiobuffer negotiated.
7774
7775 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7776
7777         * ext/Makefile.am:
7778         Disable cdparanoia until someone ports it!
7779
7780 2005-05-06  Wim Taymans  <wim@fluendo.com>
7781
7782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7783         (gst_ogg_demux_sink_activate):
7784         And revert after wingo's revert.. sigh..
7785
7786 2005-05-05  Andy Wingo  <wingo@pobox.com>
7787
7788         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
7789         GObject.
7790         * configure.ac: Return audiorate and subparse from the ghetto.
7791         Re-enable -Wall -Werror.
7792         * gst/subparse/gstsubparse.c:
7793         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
7794         or chain-based. Cleaned up a bit. Not tested.
7795         
7796 2005-05-05  Christian Schaller <christian@fluendo.com> 
7797
7798         * Makefile.am: remove stuff that is not building
7799         * configure.ac: remove stuff that is not building
7800         * examples/Makefile.am: remove stuff that is not building
7801         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
7802         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
7803         * sys/Makefile.am: remove stuff that is not building
7804         * testsuite/Makefile.am: remove stuff that is not building
7805
7806 2005-05-05  Andy Wingo  <wingo@pobox.com>
7807
7808         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
7809         * gst-libs/gst/tag/gstvorbistag.c:
7810         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
7811         * gst/adder/gstadder.h:
7812         * gst/audioconvert/gstchannelmix.c:
7813         (gst_audio_convert_fill_one_other):
7814         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
7815         (gst_audiorate_init), (gst_audiorate_chain):
7816         * gst/playback/gstplaybasebin.c: (setup_source):
7817         * gst/playback/test3.c: (update_scale):
7818         Some GCC4 fixes
7819         
7820         * po/af.po:
7821         * po/az.po:
7822         * po/cs.po:
7823         * po/en_GB.po:
7824         * po/hu.po:
7825         * po/it.po:
7826         * po/nb.po:
7827         * po/nl.po:
7828         * po/or.po:
7829         * po/sq.po:
7830         * po/sr.po:
7831         * po/sv.po:
7832         * po/uk.po:
7833         * po/vi.po: Foo
7834
7835 2005-05-05  Wim Taymans  <wim@fluendo.com>
7836
7837         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7838         (gst_audio_convert_caps_remove_format_info),
7839         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
7840         (gst_audio_convert_change_state), (gst_audio_convert_channels):
7841         * gst/videotestsrc/gstvideotestsrc.c:
7842         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
7843         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
7844         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
7845         (gst_videotestsrc_init), (gst_videotestsrc_loop):
7846         Don't ignore _push() return values.
7847         Make sure no processing is done when shutting down.
7848         Videotestsrc pad activation fix.
7849
7850 2005-05-05  Wim Taymans  <wim@fluendo.com>
7851
7852         * gst/adder/Makefile.am:
7853         * gst/adder/gstadder.c: (gst_adder_setcaps),
7854         (gst_adder_class_init), (gst_adder_init),
7855         (gst_adder_request_new_pad), (gst_adder_collected),
7856         (gst_adder_change_state):
7857         * gst/adder/gstadder.h:
7858         Ported adder as an example of a mixer element using
7859         collect pads. Needs more negotiation work.
7860
7861 2005-05-05  Wim Taymans  <wim@fluendo.com>
7862
7863         * ext/theora/theoradec.c: (_inc_granulepos),
7864         (theora_dec_src_event), (theora_dec_sink_event),
7865         (theora_handle_comment_packet), (theora_handle_type_packet),
7866         (theora_handle_header_packet), (theora_handle_data_packet),
7867         (theora_dec_chain):
7868         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
7869         (gst_theora_enc_init), (theora_enc_sink_setcaps),
7870         (theora_push_buffer), (theora_push_packet),
7871         (theora_enc_sink_event), (theora_enc_chain),
7872         (theora_enc_change_state), (theora_enc_set_property),
7873         (theora_enc_get_property):
7874         Added stream lock to decoder so that we can serialize
7875         the discont event.
7876         More theoraenc porting, recover from errors, do clean
7877         shutdown.
7878
7879 2005-05-05  Wim Taymans  <wim@fluendo.com>
7880
7881         * ext/ogg/Makefile.am:
7882         * ext/ogg/README:
7883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7884         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
7885         (gst_ogg_print):
7886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
7887         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
7888         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
7889         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
7890         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
7891         (gst_ogg_mux_change_state):
7892         Ported ogg muxer.
7893
7894 2005-05-05  Wim Taymans  <wim@fluendo.com>
7895
7896         * docs/design-audiosinks.txt:
7897         * gst-libs/gst/audio/TODO:
7898         * gst-libs/gst/audio/gstaudiosink.c:
7899         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7900         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7901         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7902         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7903         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7904         (gst_audiosink_create_ringbuffer):
7905         * gst-libs/gst/audio/gstbaseaudiosink.c:
7906         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7907         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7908         (gst_baseaudiosink_set_property), (build_linear_format),
7909         (debug_spec_caps), (debug_spec_buffer),
7910         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7911         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7912         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7913         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7914         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7915         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7916         (gst_ringbuffer_release), (gst_ringbuffer_play),
7917         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7918         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
7919         (gst_ringbuffer_set_sample), (wait_segment),
7920         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
7921         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
7922         More work on the audiosink, mostly debugging and a race in
7923         shutdown.
7924
7925 2005-04-28  Wim Taymans  <wim@fluendo.com>
7926
7927         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
7928         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
7929         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
7930         (vorbis_dec_src_query), (vorbis_dec_src_event),
7931         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7932         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7933         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
7934         Don't crap out when seeking back to position 0.
7935
7936 2005-04-28  Wim Taymans  <wim@fluendo.com>
7937
7938         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
7939         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
7940         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
7941         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
7942         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
7943         Make audio sink configurable, use alsasink as default.
7944
7945 2005-04-28  Wim Taymans  <wim@fluendo.com>
7946
7947         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
7948         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
7949         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
7950         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
7951         (vorbis_dec_change_state):
7952         * ext/vorbis/vorbisdec.h:
7953         Refactor, use STREAM_LOCK.
7954
7955 2005-04-28  Wim Taymans  <wim@fluendo.com>
7956
7957         * ext/theora/theoradec.c: (_inc_granulepos),
7958         (theora_dec_sink_event), (theora_handle_comment_packet),
7959         (theora_handle_type_packet), (theora_handle_header_packet),
7960         (theora_handle_data_packet), (theora_dec_chain),
7961         (theora_dec_change_state):
7962         Refactor a bit, use STREAM_LOCK.
7963
7964 2005-04-28  Wim Taymans  <wim@fluendo.com>
7965
7966         * ext/alsa/Makefile.am:
7967         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
7968         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
7969         (gst_alsa_link), (gst_alsa_close_audio):
7970         * ext/alsa/gstalsaplugin.c: (plugin_init):
7971         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7972         (gst_alsasink_dispose), (gst_alsasink_base_init),
7973         (gst_alsasink_class_init), (gst_alsasink_init),
7974         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
7975         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
7976         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
7977         (gst_alsasink_reset):
7978         * ext/alsa/gstalsasink.h:
7979         Implement alsasink with simple open/write/close API. 
7980         Make alsa dir build by disabling compilation of code.
7981
7982 2005-04-28  Wim Taymans  <wim@fluendo.com>
7983
7984         * gst-libs/gst/audio/Makefile.am:
7985         * gst-libs/gst/audio/audio.h:
7986         * gst-libs/gst/audio/audioclock.c:
7987         * gst-libs/gst/audio/audioclock.h:
7988         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
7989         (gst_audio_clock_class_init), (gst_audio_clock_init),
7990         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
7991         * gst-libs/gst/audio/gstaudioclock.h:
7992         * gst-libs/gst/audio/gstaudiosink.c:
7993         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7994         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7995         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7996         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7997         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7998         (gst_audiosink_create_ringbuffer):
7999         * gst-libs/gst/audio/gstbaseaudiosink.c:
8000         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8001         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8002         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8003         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8004         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8005         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8006         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8007         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8008         * gst-libs/gst/audio/gstbaseaudiosink.h:
8009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8010         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8011         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8012         (gst_ringbuffer_release), (gst_ringbuffer_play),
8013         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8014         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8015         (gst_ringbuffer_set_sample), (wait_segment),
8016         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8017         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8018         * gst-libs/gst/audio/gstringbuffer.h:
8019         Make ringbuffer faster and more simple by removing the locks
8020         in the playback thread.
8021         Add sample accurate playback based on buffer sample offsets.
8022         Make the baseaudiosink provide a clock.
8023         Parse caps in the base class.
8024         Correctly handle seeking, flushing and state changes.
8025
8026 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8027
8028         * configure.ac:
8029         * gst/audioconvert/Makefile.am:
8030         * gst/audioscale/Makefile.am:
8031           Fix part of the build.  Come on guys, autogen didn't even work :)
8032
8033 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8034
8035         * configure.ac:
8036         * gst-libs/gst/Makefile.am:
8037         * gst-libs/gst/media-info/.cvsignore:
8038         * gst-libs/gst/media-info/Makefile.am:
8039         * gst-libs/gst/media-info/README:
8040         * gst-libs/gst/media-info/media-info-priv.c:
8041         * gst-libs/gst/media-info/media-info-priv.h:
8042         * gst-libs/gst/media-info/media-info-test.c:
8043         * gst-libs/gst/media-info/media-info.c:
8044         * gst-libs/gst/media-info/media-info.h:
8045         * gst-libs/gst/media-info/media-info.vcproj:
8046         * pkgconfig/Makefile.am:
8047         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8048         * pkgconfig/gstreamer-media-info.pc.in:
8049           Remove media-info, which is also successed by playbin (see Totem
8050           implementation).
8051
8052 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8053
8054         * configure.ac:
8055         * examples/Makefile.am:
8056         * examples/gstplay/.cvsignore:
8057         * examples/gstplay/Makefile.am:
8058         * examples/gstplay/player.c:
8059         * gst-libs/gst/Makefile.am:
8060         * gst-libs/gst/play/.cvsignore:
8061         * gst-libs/gst/play/Makefile.am:
8062         * gst-libs/gst/play/play.c:
8063         * gst-libs/gst/play/play.h:
8064         * gst-libs/gst/play/play.vcproj:
8065         * pkgconfig/Makefile.am:
8066         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8067         * pkgconfig/gstreamer-play.pc.in:
8068           Remove libgstplay, playbin is now the official successor.
8069
8070 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8071
8072         * configure.ac:
8073         * gst-libs/gst/Makefile.am:
8074         * gst-libs/gst/xwindowlistener/Makefile.am:
8075         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8076         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8077           Remove deprecated xwindowlistener (I've moved xwindowlistening
8078           in the v4l/v4l2 plugins over to serverside).
8079
8080 2005-04-25  David Schleef  <ds@schleef.org>
8081
8082         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8083         to examples/dynparams.  Examples do not belong interspersed with
8084         source code.
8085         * examples/dynparams/demo-dparams.c:
8086         * gst/sine/Makefile.am:
8087         * gst/sine/demo-dparams.c:
8088
8089 2005-04-25  David Schleef  <ds@schleef.org>
8090
8091         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8092         * gst-libs/gst/audio/Makefile.am:
8093         * gst-libs/gst/riff/Makefile.am:
8094         * gst-libs/gst/tag/Makefile.am:
8095         * gst-libs/gst/video/Makefile.am:
8096         * gst-libs/gst/xwindowlistener/Makefile.am:
8097
8098         Convert to 0.9 API, seems to work:
8099         * sys/ximage/Makefile.am:
8100         * sys/ximage/ximagesink.c:
8101
8102 2005-04-24  David Schleef  <ds@schleef.org>
8103
8104         Link plugins against libraries:
8105         * ext/alsa/Makefile.am:
8106         * gst/tcp/Makefile.am:
8107
8108         Remove asm code that should be in liboil
8109         * gst/videoscale/Makefile.am:
8110         * gst/videoscale/videoscale_x86_asm.s:
8111
8112         gettext wants these checked in:
8113         * po/af.po:
8114         * po/az.po:
8115         * po/cs.po:
8116         * po/en_GB.po:
8117         * po/hu.po:
8118         * po/it.po:
8119         * po/nb.po:
8120         * po/nl.po:
8121         * po/or.po:
8122         * po/sq.po:
8123         * po/sr.po:
8124         * po/sv.po:
8125         * po/uk.po:
8126         * po/vi.po:
8127
8128 2005-04-24  David Schleef  <ds@schleef.org>
8129
8130         Convert gst_main() to g_main_loop_run()
8131         * gst/playback/decodetest.c: (main):
8132         * gst/playback/test2.c: (main):
8133         * gst/playback/test3.c: (main):
8134         * gst/playback/test4.c: (main):
8135
8136         Link plugins against libraries:
8137         * ext/libvisual/Makefile.am:
8138         * sys/xvimage/Makefile.am:
8139
8140 2005-04-24  David Schleef  <ds@schleef.org>
8141
8142         * configure.ac: Remove idct and resample libs
8143         * gst-libs/gst/Makefile.am: same
8144
8145         Remove usage of gst_library_load():
8146         * ext/alsa/gstalsaplugin.c: (plugin_init):
8147         * ext/libvisual/visual.c: (plugin_init):
8148         * ext/ogg/gstogg.c: (plugin_init):
8149         * ext/theora/theora.c: (plugin_init):
8150         * ext/vorbis/vorbis.c: (plugin_init):
8151         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8152         * gst/audioscale/gstaudioscale.c:
8153         * gst/adder/gstadder.c: (plugin_init):
8154         * gst/audioconvert/plugin.c: (plugin_init):
8155         * sys/ximage/ximagesink.c: (plugin_init):
8156         * sys/xvimage/xvimagesink.c: (plugin_init):
8157         * gst/tcp/gsttcpplugin.c: (plugin_init):
8158
8159         Link plugins against libraries:
8160         * ext/ogg/Makefile.am:
8161         * ext/theora/Makefile.am:
8162         * ext/vorbis/Makefile.am:
8163         * gst/audioconvert/Makefile.am:
8164
8165         Create proper libraries:
8166         * gst-libs/gst/riff/Makefile.am:
8167         * gst-libs/gst/audio/Makefile.am:
8168         * gst-libs/gst/video/Makefile.am:
8169
8170         Move resample library to audioscale plugin directory:
8171         * gst-libs/gst/resample/Makefile.am:
8172         * gst-libs/gst/resample/README:
8173         * gst-libs/gst/resample/dtof.c:
8174         * gst-libs/gst/resample/dtos.c:
8175         * gst-libs/gst/resample/functable.c:
8176         * gst-libs/gst/resample/private.h:
8177         * gst-libs/gst/resample/resample.c:
8178         * gst-libs/gst/resample/resample.h:
8179         * gst-libs/gst/resample/resample.vcproj:
8180         * gst-libs/gst/resample/test.c:
8181         * gst/audioscale/Makefile.am:
8182         * gst/audioscale/README:
8183         * gst/audioscale/dtof.c:
8184         * gst/audioscale/dtos.c:
8185         * gst/audioscale/functable.c:
8186         * gst/audioscale/private.h:
8187         * gst/audioscale/resample.c:
8188         * gst/audioscale/resample.h:
8189         * gst/audioscale/test.c:
8190
8191         Move tagedit library to gst-libs:
8192         * gst-libs/gst/tag/Makefile.am:
8193         * gst-libs/gst/tag/gstid3tag.c:
8194         * gst-libs/gst/tag/gsttagediting.c:
8195         * gst-libs/gst/tag/gsttageditingprivate.h:
8196         * gst-libs/gst/tag/gstvorbistag.c:
8197         * gst/tags/Makefile.am:
8198         * gst/tags/gstid3tag.c:
8199         * gst/tags/gstvorbistag.c:
8200
8201         Fix for core changes:
8202         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8203         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8204         (gst_sinesrc_getrange):
8205
8206 2005-04-23  David Schleef  <ds@schleef.org>
8207
8208         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
8209         in gst-plugins in a long time, and properly belongs in liboil.
8210         * gst-libs/gst/idct/Makefile.am:
8211         * gst-libs/gst/idct/README:
8212         * gst-libs/gst/idct/dct.h:
8213         * gst-libs/gst/idct/doieee:
8214         * gst-libs/gst/idct/fastintidct.c:
8215         * gst-libs/gst/idct/floatidct.c:
8216         * gst-libs/gst/idct/idct.c:
8217         * gst-libs/gst/idct/idct.h:
8218         * gst-libs/gst/idct/idtc.vcproj:
8219         * gst-libs/gst/idct/ieeetest.c:
8220         * gst-libs/gst/idct/intidct.c:
8221
8222 2005-04-20  Wim Taymans  <wim@fluendo.com>
8223
8224         * docs/design-audiosinks.txt:
8225         * gst-libs/gst/audio/Makefile.am:
8226         * gst-libs/gst/audio/TODO:
8227         * gst-libs/gst/audio/gstaudiosink.c:
8228         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8229         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8230         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8231         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8232         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8233         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8234         (gst_audiosink_class_init), (gst_audiosink_init),
8235         (gst_audiosink_create_ringbuffer):
8236         * gst-libs/gst/audio/gstaudiosink.h:
8237         * gst-libs/gst/audio/gstbaseaudiosink.c:
8238         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8239         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8240         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8241         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8242         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8243         (gst_baseaudiosink_create_ringbuffer),
8244         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8245         * gst-libs/gst/audio/gstbaseaudiosink.h:
8246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8247         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8248         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8249         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8250         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8251         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8252         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8253         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8254         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8255         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8256         * gst-libs/gst/audio/gstringbuffer.h:
8257         An attempt at a set of audio base classes together with some
8258         design docs.
8259
8260 2005-04-20  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/audioconvert/Makefile.am:
8263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8264         (gst_audio_convert_caps_remove_format_info),
8265         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8266         (gst_audio_convert_channels):
8267         Link against audio libs.
8268         Fix audio convert plugin.
8269
8270 2005-04-20  Wim Taymans  <wim@fluendo.com>
8271
8272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8273         (gst_ogg_demux_sink_activate):
8274         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8275         (theora_set_header_on_caps), (theora_enc_sink_event),
8276         (theora_enc_chain):
8277         Fix theora encoder.
8278
8279 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8280
8281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8282         * gst/playback/gstdecodebin.c: (find_compatibles):
8283           Work with staticpadtemplates in elementfactories.
8284
8285 2005-04-12  Wim Taymans  <wim@fluendo.com>
8286
8287         * gst/playback/README:
8288         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8289         (compare_ranks), (print_feature), (gst_decode_bin_init),
8290         (dynamic_create), (dynamic_free), (find_compatibles),
8291         (mimetype_is_raw), (close_pad_link), (got_redirect),
8292         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8293         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8294         (gst_decode_bin_change_state):
8295         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8296         (gst_play_base_bin_init), (group_destroy), (group_commit),
8297         (check_queue), (queue_overrun), (queue_threshold_reached),
8298         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8299         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8300         (got_redirect), (setup_source), (play_base_eos),
8301         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8302         (gst_play_base_bin_remove_element):
8303         * gst/playback/gstplaybasebin.h:
8304         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8305         (gst_play_bin_init), (gst_play_bin_dispose),
8306         (gst_play_bin_set_property), (gen_video_element),
8307         (gen_text_element), (gen_audio_element), (remove_sinks),
8308         (gst_play_bin_send_event):
8309         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8310         (stream_info_change_state), (gst_stream_info_set_mute):
8311         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8312         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8313         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8314         (gst_stream_selector_chain):
8315         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8316         (main):
8317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8318         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8319         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8320         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8321         Raw and crude port of decodebin. 
8322         Make playbin compile.
8323
8324 2005-04-06  Wim Taymans  <wim@fluendo.com>
8325
8326         * ext/gnomevfs/Makefile.am:
8327         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8328         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8329         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8330         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8331         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8332         (gst_gnomevfssrc_stop):
8333         * ext/ogg/Makefile.am:
8334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8335         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8336         * ext/theora/Makefile.am:
8337         * ext/theora/theoradec.c: (_inc_granulepos),
8338         (theora_dec_sink_event), (theora_dec_chain):
8339         * ext/vorbis/Makefile.am:
8340         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8341         (vorbis_dec_sink_event), (vorbis_dec_chain):
8342         * gst-libs/gst/audio/Makefile.am:
8343         * sys/xvimage/Makefile.am:
8344         Make gnomevfssrc extend the source base class.
8345         Fix linking against libs in various plugins.
8346
8347 2005-04-06  Andy Wingo  <wingo@pobox.com>
8348
8349         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8350         GST_BASE_LIBS.
8351
8352         * configure.ac: Add check and AC_SUBST for libgstbase.
8353
8354 2005-03-31  Wim Taymans  <wim@fluendo.com>
8355
8356         * examples/seeking/Makefile.am:
8357         * examples/seeking/cdparanoia.c: (main):
8358         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8359         (play_cb), (pause_cb), (stop_cb), (main):
8360         * examples/seeking/playbin.c:
8361         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8362         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8363         (make_sid_pipeline), (make_vorbis_pipeline),
8364         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8365         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8366         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8367         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8368         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8369         (stop_cb), (main):
8370         * examples/seeking/spider_seek.c:
8371         * examples/seeking/vorbisfile.c:
8372         * ext/gnomevfs/Makefile.am:
8373         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8375         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8376         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8377         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8378         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8379         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8380         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8381         * ext/ogg/README:
8382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8383         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8384         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8385         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8386         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8387         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8388         (gst_ogg_pad_event), (gst_ogg_pad_reset),
8389         (gst_ogg_demux_factory_filter), (compare_ranks),
8390         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8391         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8392         (gst_ogg_chain_new), (gst_ogg_chain_free),
8393         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8394         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8395         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8396         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8397         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8398         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8399         (gst_ogg_demux_get_prev_page),
8400         (gst_ogg_demux_deactivate_current_chain),
8401         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8402         (gst_ogg_demux_bisect_forward_serialno),
8403         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8404         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8405         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8406         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8407         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8408         (gst_ogg_demux_change_state), (gst_ogg_print):
8409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8410         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8411         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8412         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8413         (gst_ogg_mux_loop):
8414         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8415         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8416         (theora_dec_src_convert), (theora_dec_sink_convert),
8417         (theora_dec_src_query), (theora_dec_src_event),
8418         (theora_dec_sink_event), (theora_dec_chain),
8419         (theora_dec_change_state):
8420         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8421         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8422         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8423         (theora_enc_change_state):
8424         * ext/vorbis/Makefile.am:
8425         * ext/vorbis/oggvorbisenc.c:
8426         * ext/vorbis/oggvorbisenc.h:
8427         * ext/vorbis/vorbis.c: (plugin_init):
8428         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8429         (vorbis_dec_src_query), (vorbis_dec_src_event),
8430         (vorbis_dec_sink_event), (vorbis_dec_chain),
8431         (vorbis_dec_change_state):
8432         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8433         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8434         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8435         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8436         (gst_vorbisenc_change_state):
8437         * ext/vorbis/vorbisenc.h:
8438         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8439         * gst-libs/gst/audio/audioclock.c:
8440         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8441         (gst_audiofilter_init), (gst_audiofilter_chain):
8442         * gst-libs/gst/audio/testchannels.c: (main):
8443         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8444         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8445         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8446         (gmip_find_track_streaminfo), (gmip_find_track_format):
8447         * gst-libs/gst/media-info/media-info.c:
8448         (gst_media_info_read_idler):
8449         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8450         (gst_play_get_all_by_interface):
8451         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8452         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8453         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8454         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8455         (gst_riff_parse_info):
8456         * gst-libs/gst/riff/riff-read.h:
8457         * gst-libs/gst/riff/riff.c: (plugin_init):
8458         * gst-libs/gst/video/Makefile.am:
8459         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8460         (gst_videosink_class_init), (gst_videosink_get_type):
8461         * gst-libs/gst/video/videosink.h:
8462         * gst/audioconvert/bufferframesconvert.c:
8463         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8464         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8465         * gst/audioconvert/channelmixtest.c: (main):
8466         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8467         (gst_audio_convert_chain),
8468         (gst_audio_convert_caps_remove_format_info),
8469         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8470         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8471         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8472         (gst_audio_convert_buffer_to_default_format),
8473         (gst_audio_convert_buffer_from_default_format),
8474         (gst_audio_convert_channels):
8475         * gst/audioconvert/gstchannelmix.h:
8476         * gst/ffmpegcolorspace/avcodec.h:
8477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8478         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8479         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8480         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8481         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8482         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8483         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8484         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8485         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8486         (dv_type_find):
8487         * gst/videotestsrc/gstvideotestsrc.c:
8488         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8489         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8490         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8491         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8492         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8493         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8494         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8496         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8497         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8498         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8499         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8500         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8501         (gst_xvimagesink_navigation_send_event),
8502         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8503         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8504         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8505         * sys/xvimage/xvimagesink.h:
8506         Plugin port to 0.9, ogg/theora playback should work in the seek
8507         example now.
8508         Removed old examples.
8509         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8510         explained in 0.9 TODO doc.
8511
8512
8513 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8514
8515         * autogen.sh:
8516         * configure.ac:
8517         * ext/Makefile.am:
8518         * gst/Makefile.am:
8519         * po/POTFILES.in:
8520         * po/af.po:
8521         * po/az.po:
8522         * po/cs.po:
8523         * po/en_GB.po:
8524         * po/hu.po:
8525         * po/it.po:
8526         * po/nb.po:
8527         * po/nl.po:
8528         * po/or.po:
8529         * po/sq.po:
8530         * po/sr.po:
8531         * po/sv.po:
8532         * po/uk.po:
8533         * po/vi.po:
8534         * sys/Makefile.am:
8535         * testsuite/Makefile.am:
8536           remove a whole bunch of plugins.  This module now contains a set
8537           of free reference plugins/elements as agreed.
8538
8539 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8540
8541         * configure.ac:
8542           hunting season on 0.9 is now OPEN
8543
8544 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8545
8546         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
8547           Kick the hell out of gcc for not warning me about a symbol conflict.
8548
8549 2005-02-22  Luca Ognibene  <luogni@tin.it>
8550
8551         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8552
8553         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
8554           Don't leak caps string (fixes #168134)
8555
8556         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
8557         (gst_jpegenc_init), (gst_jpegenc_finalize),
8558         (gst_jpegenc_change_state):
8559           Don't leak line buffers and context struct (fixes #168133).
8560
8561 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
8562
8563         * configure.ac:
8564         * ext/dirac/gstdiracdec.cc:
8565         (gst_diracdec_chain):
8566           Since dirac 0.5.0 the framerate in dirac is expressed as a
8567           rational number. Fix build and up requirement to 0.5.0, and
8568           also pass parameters to gst_diracdec_link in the right order
8569           (fixes #167959).
8570
8571 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
8572
8573         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
8574         * ext/faad/gstfaad.h:
8575         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
8576         certain invalid muxed streams, where some packets will contain 
8577         junk after decoder data. Partially fixes #149158.
8578
8579 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
8580         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
8581           Make sure we only write to writable buffers
8582
8583 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
8584
8585         * gst-libs/gst/riff/riff-media.c:
8586         (gst_riff_create_audio_caps_with_data):
8587           Do actually fix invalid RIFF fmt header values for alaw
8588           and mulaw audio instead of just saying so.
8589
8590         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8591           Give gst_riff_create_audio_caps_with_data() a chance to
8592           fix up broken format header fields before extracting any
8593           parameters from the header. (fixes #167633)
8594
8595 2005-02-19  Martin Holters  <martin.holters@gmx.de>
8596
8597         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8598
8599         * gst/audioconvert/bufferframesconvert.c:
8600         (buffer_frames_convert_link):
8601           Don't leak othercaps. (fixes #167878)
8602
8603 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
8604
8605         * configure.ac:
8606         * ext/libvisual/visual.c: (gst_visual_srclink),
8607         (gst_visual_change_state):
8608           Support libvisual 0.2.0.
8609
8610 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
8611
8612         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
8613         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
8614           Use same rowstrides for I420 as used everywhere else.
8615
8616 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
8617
8618         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
8619           Declare variables at beginning of block and make gcc-2.95 happy
8620           (fixes # 167482, patch by Gergely Nagy).
8621           
8622         * gst/tcp/gsttcpclientsrc.c:
8623         * gst/tcp/gsttcpclientsrc.h:
8624           Move some includes into the header, so that struct sockaddr_in is
8625           defined when it should be defined on FreeBSD as well (fixes
8626           #167483).
8627           
8628         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
8629           Don't pass uninitialised values to setsockopt() here either.
8630
8631 2005-02-17  Luca Ognibene  <luogni at tin dot it>
8632
8633         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
8634
8635         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
8636           Don't pass uninitialised values to setsockopt(). (fixes #167704)
8637
8638 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8639
8640         * gst/playback/gstplaybin.c: (add_sink):
8641           Invert bin_add/link order to workaround deadlock in opt.
8642
8643 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8644
8645         * gst/modplug/gstmodplug.cc:
8646           Add missing break causing position queries to fail.
8647
8648 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8649
8650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
8651           Granpos can apparently be -1, which screws up calculations...
8652
8653 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
8654
8655         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
8656         (gst_ximagesink_send_pending_navigation),
8657         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
8658         (gst_ximagesink_init):
8659         * sys/ximage/ximagesink.h:
8660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
8661         (gst_xvimagesink_send_pending_navigation),
8662         (gst_xvimagesink_navigation_send_event),
8663         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
8664         * sys/xvimage/xvimagesink.h:
8665           Use a mutex protected list to marshal navigation
8666           events into the stream thread from whichever thread
8667           sends them.
8668
8669 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
8670
8671         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
8672           Display current position and track length; misc. clean-ups.
8673           
8674         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
8675         (speed_init), (speed_chain):
8676           Add query function, so that the stream length and current position
8677           get adjusted when queried (note that current position queries may
8678           still be wrong if the audio sink returns values based on buffer
8679           timestamps instead of passing on the query).
8680
8681 2005-02-13  Benjamin Otte  <otte@gnome.org>
8682
8683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8684         (gst_audio_convert_channels):
8685           create channel conversion matrix when linking
8686         * gst/audioconvert/.cvsignore:
8687         * gst/audioconvert/Makefile.am:
8688         * gst/audioconvert/channelmixtest.c: (main):
8689           add (ugly) test that ensures stereo <=> mono conversion works
8690           correctly
8691
8692 2005-02-13  Benjamin Otte  <otte@gnome.org>
8693
8694         * gst/audioconvert/gstchannelmix.h:
8695           include missing header file
8696         * gst/audioconvert/gstchannelmix.c:
8697         (gst_audio_convert_fill_compatible):
8698           use same sign for both channels when converting to/from compatible
8699           channel. Previously used different signs made the signals cancel
8700           each other out and appear like silence. (fixes #167269)
8701
8702 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8703
8704         * gst/ffmpegcolorspace/avcodec.h:
8705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8706         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8707         (gst_ffmpegcsp_avpicture_fill):
8708         * gst/ffmpegcolorspace/imgconvert.c:
8709           Convert to and from YV12 (fixes #156379).
8710
8711 2005-02-12  Julien MOUTTE  <julien@moutte.net>
8712
8713         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
8714         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
8715         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
8716         (gst_ximagesink_expose), (gst_ximagesink_set_property),
8717         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
8718         methods from chain and negotiation and vice versa (Fixes #166142).
8719         * sys/ximage/ximagesink.h: Add stream_lock.
8720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8721         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8722         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8723         (gst_xvimagesink_expose): Check for xcontext before trying to link.
8724
8725 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
8726
8727         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
8728           Don't send "Hey! You gave me a NULL pointer you naughty person" as
8729           error message when we can't open the DVD device (when dvdnav_open()
8730           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
8731           the above). Send something more useful instead (fixes #167117).
8732
8733 2005-02-11  Julien MOUTTE  <julien@moutte.net>
8734
8735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8736         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
8737         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
8738         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
8739         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
8740         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
8741         methods from chain and negotiation and vice versa (Fixes #166142).
8742         Fix a possible bug of images in the buffer pool being discarded because
8743         we are looking at the wrong geometry.
8744         * sys/xvimage/xvimagesink.h: Add stream_lock.
8745
8746 2005-02-11  David Schleef  <ds@schleef.org>
8747
8748         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
8749         unsigned int. (fixes #167128)
8750
8751 2005-02-11  David Schleef  <ds@schleef.org>
8752
8753         * gst/librfb/Makefile.am: Testing stuff before committing is
8754           for wimps... and people with fast machines.  Fix stupid
8755           mistake.
8756
8757 2005-02-11  David Schleef  <ds@schleef.org>
8758
8759         * configure.ac: Pull in librfb from my CVS tree, because it is
8760           too small and annoying to be separate.  Move rfbsrc plugin
8761           to gst/.
8762         * ext/Makefile.am:
8763         * ext/librfb/Makefile.am:
8764         * ext/librfb/gstrfbsrc.c:
8765         * gst/librfb/Makefile.am:
8766         * gst/librfb/gstrfbsrc.c:
8767         * gst/librfb/rfb.c:
8768         * gst/librfb/rfb.h:
8769         * gst/librfb/rfbbuffer.c:
8770         * gst/librfb/rfbbuffer.h:
8771         * gst/librfb/rfbbytestream.c:
8772         * gst/librfb/rfbbytestream.h:
8773         * gst/librfb/rfbcontext.h:
8774         * gst/librfb/rfbdecoder.c:
8775         * gst/librfb/rfbdecoder.h:
8776         * gst/librfb/rfbutil.h:
8777
8778 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
8779
8780         * gst/speed/Makefile.am:
8781         * gst/speed/demo-mp3.c: (main):
8782         * gst/speed/filter.func:
8783         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
8784         (speed_class_init), (speed_init), (speed_chain_int16),
8785         (speed_chain_float32), (speed_chain), (speed_set_property),
8786         (speed_get_property), (speed_change_state):
8787         * gst/speed/gstspeed.h:
8788           Fix speed element and make it chain-based (fixes #156467),
8789           and make it handle more than one channel.
8790
8791 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
8792
8793         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
8794         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
8795         (gst_dtsdec_chain), (gst_dtsdec_change_state):
8796         * ext/dts/gstdtsdec.h:
8797           Don't clobber the stack constructing the channels array.
8798           Make the element chain-based. DTS tracks can now be played.
8799           
8800 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
8801
8802         * gst-libs/gst/audio/multichannel.h:
8803         * gst-libs/gst/gconf/gconf.h:
8804         * gst-libs/gst/idct/idct.h:
8805         * gst-libs/gst/media-info/media-info-priv.h:
8806         * gst-libs/gst/play/play.h:
8807         * gst-libs/gst/resample/private.h:
8808         * gst-libs/gst/resample/resample.h:
8809         * gst-libs/gst/riff/riff-ids.h:
8810         * gst-libs/gst/video/video.h:
8811         * gst-libs/gst/video/videosink.h:
8812           Add G_BEGIN_DECLS and G_END_DECLS around headers where
8813           missing, so that they work when included from C++ code.
8814
8815 2005-02-09  David Schleef  <ds@schleef.org>
8816
8817         * testsuite/gst-lint: Check for non-statically scoped
8818           parent_class variables.  This won't be a problem once
8819           plugins are loaded with RTLD_LOCAL.
8820
8821 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8822
8823         * ext/mplex/gstmplexibitstream.cc:
8824           gcc madness.
8825
8826 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8827
8828         * ext/ogg/gstogmparse.c:
8829         * gst/debug/gstnavigationtest.c:
8830           Die, thou faulty symbol pollutors (non-static parent_class).
8831
8832 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8833
8834         * ext/mplex/gstmplexibitstream.cc:
8835           Fix event handling (#165525).
8836
8837 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8838
8839         * ext/mikmod/gstmikmod.c:
8840         * gst/modplug/gstmodplug.cc:
8841           Add missing endianness to template (fixes #165509).
8842
8843 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8844
8845         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
8846           Fix wrong order of reading of optional bytes (#165290).
8847
8848 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8849
8850         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
8851           Implement FILLER event awareness.
8852
8853 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8854
8855         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
8856           Fix track calculations (#166208).
8857
8858 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8859
8860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8861
8862         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
8863         * ext/libpng/gstpngenc.c:
8864           Fix byte-order, use proper fixed caps. Fixes #164197.
8865
8866 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8867
8868         * configure.ac:
8869           Add dvdlpcmdec 
8870
8871         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
8872         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
8873           Don't push buffers if the src pad isn't negotiated yet.
8874           
8875         * gst/audioconvert/gstaudioconvert.c:
8876         (gst_audio_convert_buffer_to_default_format),
8877         (gst_audio_convert_buffer_from_default_format):
8878           Add support for 24-bit width.
8879
8880         * gst/dvdlpcmdec/.cvsignore:
8881         * gst/dvdlpcmdec/Makefile.am:
8882         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
8883         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
8884         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
8885         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
8886         (plugin_init):
8887         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
8888           New decoder for rearranging DVD LPCM into our audio/x-raw-int
8889           format. Needs support for the channels maps if someone can find 
8890           a DVD LPCM track with > 2 channels.
8891
8892         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
8893         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
8894         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
8895         * gst/mpegstream/gstdvddemux.h:
8896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
8897         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
8898         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
8899         * gst/mpegstream/gstmpegdemux.h:
8900         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
8901         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
8902         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
8903         (gst_mpeg_parse_handle_src_query),
8904         (gst_mpeg_parse_handle_src_event):
8905           Use audio/x-dvd-lpcm for LPCM output.
8906           Add DTS output.
8907
8908 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
8909
8910         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8911
8912         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
8913         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
8914           Add BGRA handling (#165736).
8915
8916 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
8917
8918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8919
8920         * gst/law/alaw-decode.c: (alawdec_link):
8921         * gst/law/alaw-encode.c: (alawenc_link):
8922         * gst/law/mulaw-decode.c: (mulawdec_link):
8923         * gst/law/mulaw-encode.c: (mulawenc_link):
8924           Fix caps memleaks (#166600).
8925
8926 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
8927
8928         * ext/tarkin/mem.h:
8929         * ext/tarkin/wavelet.h:
8930         * ext/tarkin/yuv.h:
8931         * gst/ffmpegcolorspace/avcodec.h:
8932           Include "_stdint.h" instead of <stdint.h>. Fixes build on
8933           systems that don't have stdint.h, like Solaris9 (fixes #166631).
8934
8935 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8936
8937         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
8938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
8939         (gst_xvimagesink_change_state):
8940           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
8941           Xv video (and thereby regenerate Xv colourkey) in clear() so
8942           that PLAY -> READY -> PLAY works (fixes #162504).
8943
8944 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8945
8946         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
8947           Switch to list instead of range, since MJPEG-devices really just
8948           support decimations, not any size.
8949
8950 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8951         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
8952         (gst_mpeg2dec_reset), (free_all_buffers),
8953         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
8954         * ext/mpeg2dec/gstmpeg2dec.h:
8955           The libmpeg2 user-allocated buffer management is awkward, 
8956           to say the least. Hopefully this fixes things.
8957
8958 2005-02-04  Andy Wingo  <wingo@pobox.com>
8959
8960         * gst/audioconvert/bufferframesconvert.c
8961         (buffer_frames_convert_fixate): New function, fixates to 256
8962         frames per buffer by default. (Much better than 1.)
8963         (buffer_frames_convert_init): Set the fixate function for both src
8964         and sink pad.
8965         (buffer_frames_convert_link): After success setting nonfixed caps,
8966         get the negotiated caps so we can know how many buffer-frames it
8967         will be. No idea how this worked at all before.
8968
8969 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8970
8971         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
8972         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
8973         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
8974         (handle_sequence), (handle_picture):
8975         * ext/mpeg2dec/gstmpeg2dec.h:
8976           Rearrange buffer tracking and refcounting and refactor
8977           a little for readability. 
8978
8979 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
8980         * sys/v4l/gstv4l.c: (plugin_init):
8981         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
8982         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
8983         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
8984         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
8985         * sys/v4l/gstv4ljpegsrc.h:
8986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
8987         * sys/v4l/v4l_calls.h:
8988         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
8989         (gst_v4lsrc_get_fps):
8990         * sys/v4l/v4lsrc_calls.h:
8991           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
8992           you jpeg inside rgb frames" driver.
8993           Don't error in the v4lsrc link function, just return 
8994           REFUSED.
8995
8996 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8997
8998         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
8999         (gst_qcamsrc_open):
9000           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9001
9002 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9005           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9006
9007 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9010           Reset negotiated state on PAUSED->READY.
9011
9012 2005-02-02  David Schleef  <ds@schleef.org>
9013
9014         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9015         whereever possible.  (Fixes #165997)
9016         * examples/capsfilter/capsfilter1.c: (main):
9017         * examples/dynparams/filter.c: (create_ui):
9018         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9019         * examples/seeking/chained.c: (main):
9020         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9021         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9022         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9023         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9024         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9025         * examples/switch/switcher.c: (main):
9026         * ext/dv/demo-play.c: (main):
9027         * ext/faad/gstfaad.c: (gst_faad_change_state):
9028         * ext/mad/gstmad.c: (gst_mad_chain):
9029         * ext/smoothwave/demo-osssrc.c: (main):
9030         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9031         (gst_gconf_render_bin_from_description),
9032         (gst_gconf_get_default_audio_sink),
9033         (gst_gconf_get_default_video_sink),
9034         (gst_gconf_get_default_audio_src),
9035         (gst_gconf_get_default_video_src),
9036         (gst_gconf_get_default_visualization_element):
9037         * gst/level/demo.c: (main):
9038         * gst/level/plot.c: (main):
9039         * gst/playback/gstplaybin.c: (gen_video_element),
9040         (gen_audio_element):
9041         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9042         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9043         * gst/sine/demo-dparams.c: (main):
9044         * gst/spectrum/demo-osssrc.c: (main):
9045         * gst/speed/demo-mp3.c: (main):
9046         * gst/volume/demo.c: (main):
9047         * testsuite/embed/embed.c: (main):
9048
9049 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9050
9051         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9052         (gst_tcpclientsink_finalize):
9053         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9054         (gst_tcpclientsrc_finalize):
9055         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9056         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9057         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9058         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9059           Don't leak the hostname when shutting down.
9060           In tcpserversrc, take a copy of the default hostname.
9061
9062 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9063
9064         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9065           Set caps to systemstream=TRUE.
9066
9067 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9068
9069         * testsuite/Makefile.am:
9070           Fix more OSX buildbots.
9071
9072 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9073
9074         * ext/mpeg2dec/gstmpeg2dec.c:
9075           Don't send things to NULL PAD_PEERs
9076
9077         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9078           Copy-on-write the incoming buffer.
9079
9080         * gst/mpegstream/gstdvddemux.h:
9081         * gst/mpegstream/gstmpegclock.h:
9082         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9083         (normal_seek), (gst_mpeg_demux_handle_src_event):
9084         * gst/mpegstream/gstmpegdemux.h:
9085         * gst/mpegstream/gstmpegpacketize.h:
9086         * gst/mpegstream/gstmpegparse.c:
9087         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9088         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9089         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9090         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9091         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9092         * gst/mpegstream/gstmpegparse.h:
9093         * gst/mpegstream/gstrfc2250enc.h:
9094           Various changes to the way time is computed that make seeking and
9095           total time estimation much better here.
9096           Use G_BEGIN/END_DECLS instead of __cplusplus
9097
9098         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9099           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9100
9101 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9102
9103         * gst/subparse/gstsubparse.c:
9104           Fix OSX buildbot.
9105
9106 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9107
9108         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9109         (theora_enc_chain), (theora_enc_change_state):
9110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9111         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9112         (gst_vorbisenc_change_state):
9113         * ext/vorbis/vorbisenc.h:
9114           Set granulepos and timestamp correctly for streams not
9115           starting at 0, taking into account the initial delay.
9116
9117 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9118
9119         * gst/mpegstream/gstdvddemux.c:
9120           Add audio/x-dts to audio pad template caps
9121
9122 2005-01-30  David Schleef  <ds@schleef.org>
9123
9124         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9125         (create_context), (gst_polypsink_link): Fix silly endianness
9126         bug.  Add some debugging.  Remove float from caps; it doesn't
9127         work.  Attempt to get remote audio working.
9128
9129 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9130
9131         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9132           Add 3IV2 fourcc.
9133
9134 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9135
9136         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9137         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9138         (gst_avi_demux_stream_data):
9139         * gst/avi/gstavidemux.h:
9140           Invert DIB images. Fixes #132341.
9141
9142 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9143
9144         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9145         (gst_ffmpegcsp_chain):
9146           D'oh, reference the palette data, not the palette structure.
9147           Fixes color distortion in #132341.
9148
9149 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9150
9151         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9152           PAR can be non-fixed when not provided as argument (#162626).
9153
9154 2005-01-29  David Moore  <dcm@acm.org>
9155
9156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9157
9158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9159         (gst_qtdemux_loop_header):
9160           Re-apply patch from #142272 that allows non-seekable sources,
9161           re-proposed by Daniel Drake <dsd@gentoo.org>.
9162
9163 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9164
9165         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9166           Use the src template for creating the src pad (#162330).
9167
9168 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9169
9170         * configure.ac:
9171         * ext/musepack/Makefile.am:
9172         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9173         (gst_musepackdec_init), (gst_musepackdec_dispose),
9174         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9175         (gst_musepack_stream_init), (gst_musepackdec_loop),
9176         (gst_musepackdec_change_state):
9177         * ext/musepack/gstmusepackdec.cpp:
9178         * ext/musepack/gstmusepackdec.h:
9179         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9180         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9181         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9182         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9183         * ext/musepack/gstmusepackreader.cpp:
9184         * ext/musepack/gstmusepackreader.h:
9185           Update to 1.1 API (#165446).
9186
9187 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9188
9189         * ext/Makefile.am:
9190           Unbreak buildbot.
9191
9192 2005-01-28  Andy Wingo  <wingo@pobox.com>
9193
9194         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9195         to reflect a different dubious internet source. Add a reference
9196         and some commentary.
9197
9198 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9199
9200         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9201         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9202         * gst/playback/gststreamselector.h:
9203           Be more selective when we're redoing caps negotiation from
9204           within the chain function on a stream change.
9205
9206 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9207
9208         * configure.ac:
9209         * ext/Makefile.am:
9210         * ext/amrnb/Makefile.am:
9211         * ext/amrnb/amrnb.c: (plugin_init):
9212         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9213         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9214         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9215         (gst_amrnbdec_state_change):
9216         * ext/amrnb/amrnbdec.h:
9217         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9218         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9219         (gst_amrnbparse_init), (gst_amrnbparse_formats),
9220         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9221         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9222         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9223         * ext/amrnb/amrnbparse.h:
9224           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9226           Add AMR-NB/-WB raw formats.
9227         * ext/alsa/gstalsa.c: (gst_alsa_link):
9228           Keep valid time when changing format.
9229         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9230         (qtdemux_parse_trak):
9231           Add some more format-specific options (#140141, #143555, #155163).
9232
9233 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9234
9235         * gst/matroska/matroska-demux.c:
9236         (gst_matroska_demux_parse_blockgroup):
9237           Fix logic error in timing of subtitle stream synchronization.
9238         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9239           Add skip-chunk, which is found in kodak-camera streams.
9240
9241 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9242
9243         * po/LINGUAS:
9244         * po/vi.po:
9245           Adding Vietnamese translation (submitted by Clytie Siddall)
9246
9247 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9248
9249         * gst/playback/gstdecodebin.c: (try_to_link_1):
9250           Use realpad for signal.
9251
9252 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9253
9254         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9255           Fix category so decodebin picks it up.
9256
9257 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9258
9259         * ext/mad/Makefile.am:
9260         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9261         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9262         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9263         (found_type), (gst_id3demux_bin_change_state):
9264         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9265         (gst_id3_tag_init), (gst_id3_tag_handle_event),
9266         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9267         (gst_id3_tag_change_state), (plugin_init):
9268         * ext/mad/gstmad.h:
9269           Add id3demuxbin (which is a simple bin consisting of id3demux
9270           and typefind), take over rank from id3demux, remove typefind
9271           code from id3demux. Makes all broken mp3s that I know of work,
9272           and thereby fixes #152688.
9273
9274 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9275
9276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9277
9278         * ext/mad/gstmad.c: (gst_mad_src_event):
9279         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9280           Allow seeks on audio pad, make mad forward those (#164826).
9281         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9282           Set duration (#165335).
9283
9284 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9285
9286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9287         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9288         (gst_asf_demux_process_ext_content_desc),
9289         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9290         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9291         * gst/asfdemux/gstasfdemux.h:
9292           Improve metadata display, e.g. if the metadata comes before the
9293           streams are loaded (which is perfectly valid).
9294
9295 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9296
9297         * tools/gst-launch-ext-m.m:
9298           Fix AVI/ASF pipelines (#165340).
9299
9300 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9301         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9302         build failure on amd64
9303
9304 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9305
9306         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9307         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9308           Check environment variables GST_ID3V2_TAG_ENCODING,
9309           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9310           list of character encodings to force interpretation of non-unicode
9311           strings stored in an ID3v2 tag to a particular encoding. If none
9312           is specified, try to use current locale's encoding, then fall back
9313           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9314         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9315         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9316           Check environment variables GST_ID3V1_TAG_ENCODING,
9317           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9318           list of character encodings to use in case a string encountered
9319           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9320           specified, try to use the current locale's encoding, then fall
9321           back to ISO-8859-1 (which will always succeed).
9322
9323 2005-01-25  Benjamin Otte  <otte@gnome.org>
9324
9325         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9326           - on half framerate, compute the rate in advance so the comparisons
9327             don't compare wrong values
9328           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9329             behaviour
9330           - don't use mad_header_decode anymore, mad_frame_decode does that
9331             automatically
9332           - when getting rid of consumed bytes, reset the stream's skiplen
9333           (fixes #163867)
9334
9335 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9336
9337         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9338           Use 1/2 a second for default max_discont, as PES streams from DVB
9339           seem to have larger spacings in the SCR. 
9340           Fix a typo.
9341
9342 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9343
9344         * gst/playback/gstplaybasebin.c: (group_commit):
9345           Notify delayed stream-info availability.
9346
9347 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9348         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9349         (gst_a52dec_handle_event), (gst_a52dec_chain):
9350         Add some debug output. Check that a discont has a valid
9351         time associated.
9352         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9353         (gst_alsa_sink_loop):
9354         Ignore TAG events. A little extra debug for broken timestamps.
9355         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9356         (dvdnavsrc_change_state):
9357         Ensure we send a discont to engage the link before we send any
9358         other events.
9359         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9360         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9361         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9362         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9363         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9364         dvd://title works in totem because typefinding sends a seek that ends
9365         up going back to chapter 1 regardless.
9366         * ext/mpeg2dec/gstmpeg2dec.c:
9367         * ext/mpeg2dec/gstmpeg2dec.h:
9368         Output correct timestamps and handle disconts.
9369         * ext/ogg/gstoggdemux.c: (get_relative):
9370         Small guard against a null dereference.
9371         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9372         (gst_textoverlay_set_property):
9373         Free memory when done. Don't call gst_event_filler_get_duration on
9374         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9375         g_warning.
9376         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9377         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9378         (gst_sw_srclink), (gst_smoothwave_chain):
9379         Draw solid lines, prettier colours.
9380         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9381         Add a default palette that'll work for some movies.
9382         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9383         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9384         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9385         * gst/mpegstream/gstdvddemux.h:
9386         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9387         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9388         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9389         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9390         * gst/mpegstream/gstmpegparse.h:
9391         Use PTM/NAV events when for timestamp adjustment when connected to 
9392         dvdnavsrc. Don't use many discont events where one suffices.
9393         * gst/playback/gstplaybasebin.c: (group_destroy),
9394         (gen_preroll_element), (gst_play_base_bin_add_element):
9395         * gst/playback/gstplaybasebin.h:
9396         Make sure we remove subtitles from the same bin we put them in.
9397         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9398         (gst_subparse_buffer_format_autodetect),
9399         (gst_subparse_change_state):
9400         Fix some memleaks and invalid accesses.
9401         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9402         (oggskel_type_find), (cmml_type_find), (plugin_init):
9403         Some typefind functions for Annodex v3.0 files
9404         * gst/wavparse/gstwavparse.h:
9405         GstRiffReadClass is the correct parent class.
9406
9407 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9408
9409         * gst-libs/gst/riff/riff-media.c:
9410         (gst_riff_create_video_caps_with_data):
9411           Add extradata to huffyuv (fixes #165013).
9412         * gst-libs/gst/riff/riff-read.c:
9413         (gst_riff_read_strf_vids_with_data):
9414           Fix extradata extraction if it is in the chunk size.
9415
9416 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
9417
9418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9419
9420         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9421         (gst_quarktv_change_state), (gst_quarktv_dispose):
9422           Memory free'ing location fix (#164708).
9423
9424 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9425
9426         * gst/playback/gstplaybasebin.c: (group_commit),
9427         (gen_preroll_element), (probe_triggered), (gen_source_element),
9428         (setup_source), (gst_play_base_bin_change_state),
9429         (gst_play_base_bin_add_element):
9430           Don't block for streams.
9431         * gst/playback/gststreaminfo.c: (stream_info_change_state),
9432         (gst_stream_info_set_mute):
9433           Use gst_pad_set_active_recursive.
9434
9435 2005-01-25  Andy Wingo  <wingo@pobox.com>
9436
9437         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9438         for #ifndef HAVE_XVIDEO.
9439
9440 2005-01-24  Jeffrey C. Ollie
9441
9442         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
9443
9444         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9445         * ext/gsm/gstgsmdec.h:
9446         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9447         * ext/gsm/gstgsmenc.h:
9448         Fix rate to 8kHz as per spec, removes obscure errors when no rate
9449         was given by property. Add proper buffer timestamps and offsets.
9450
9451 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * gst-libs/gst/riff/riff-media.c:
9454         (gst_riff_create_audio_caps_with_data):
9455           Audio can be <8000Hz.
9456
9457 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9458
9459         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9460           Explicit state change to workaround refcount bugs.
9461
9462 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9463
9464         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9465         (gst_avimux_riff_get_avi_header):
9466           Fix...
9467
9468 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9469
9470         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9471         (gst_riff_read_element_data):
9472         * gst-libs/gst/riff/riff-read.h:
9473           Add _peek version (req'ed in CDXA).
9474         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9475         (gst_cdxaparse_loop):
9476           Fix parsing in playbin.
9477         * gst/playback/gstdecodebin.c: (close_pad_link):
9478           Ignore current_ pads, they cause major annoyance.
9479
9480 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9481
9482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9483           Safety guard.
9484
9485 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9486
9487         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9488           Fix padding...
9489
9490 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9491
9492         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9493           Allow for 0-sized buffers. Fixes length query problems in
9494           starwars.mkv from the testsuite.
9495
9496 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9497
9498         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9499         (gst_video_box_i420), (gst_video_box_chain):
9500           Fix row strides for I420 (fixes #163159)
9501           
9502 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9503
9504         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9505           MPEG2 has a useful rate property, so we can actually use that.
9506           For MPEG-1, continue using the bytes/time properties.
9507
9508 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9509
9510         * gst-libs/gst/riff/riff-media.c:
9511         (gst_riff_create_video_caps_with_data),
9512         (gst_riff_create_video_template_caps):
9513           Add intel-h263.
9514
9515 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9516
9517         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9518           Fail if caps negotiation fails. Should fix #162184, and should
9519           definately be in there regardless of it fixing the actual bug.
9520         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9521         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9522         (gst_avimux_riff_get_avix_header),
9523         (gst_avimux_riff_get_video_header),
9524         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9525         (gst_avimux_start_file), (gst_avimux_handle_event),
9526         (gst_avimux_change_state):
9527         * gst/avi/gstavimux.h:
9528           Refactor structure writing to use GST_WRITE_UINT macros, add
9529           metadata writing support.
9530
9531 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9532
9533         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9534           Elements may already be destroyed when this function is called.
9535
9536 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9537
9538         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9539         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
9540           More memory leak fixes (#149162).
9541
9542 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9543
9544         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9545         (gst_qtdemux_add_stream):
9546           Fix two memleaks.
9547
9548 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9549
9550         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9551           Argh...
9552
9553 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9554
9555         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
9556           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
9557           when fixating to six channels in Totem.
9558
9559 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9560
9561         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
9562           Fix compile warnings on Solaris 10 buildbot
9563
9564 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9565
9566         * ext/dvdread/dvdreadsrc.c: (_read):
9567           Don't read beyond the last cell in a chapter (fixes 
9568           invalid memory access)
9569
9570 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
9571
9572         * ext/dvdread/stream_labels.c:
9573         (dvdreadsrc_get_audio_stream_labels):
9574           Use NULL for an empty GList instead of g_list_alloc(); fix 
9575           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
9576           of GString (easier to bulk free later)
9577
9578 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9579
9580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9581
9582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9583         (gst_ffmpeg_pixfmt_to_caps):
9584           Fix BGRA32 caps (#164209).
9585
9586 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
9587
9588         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9589
9590         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9591         (gst_ffmpeg_caps_to_pixfmt):
9592           alpha_mask can be RGBA/ABGR. Fixes #164265.
9593
9594 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
9595
9596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9597
9598         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
9599         (gst_mpeg2dec_alloc_buffer):
9600         * ext/mpeg2dec/gstmpeg2dec.h:
9601           Crop if decoding size is not the actual image size (#163676).
9602
9603 2005-01-17  Steve Baker  <steve@stevebaker.org>
9604
9605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9606
9607         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
9608         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
9609           Add libsndfile typefind functions (#163309).
9610
9611 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9612
9613         * tools/gst-launch-ext-m.m:
9614           Add .aac, fix .m1v/.m2v (#163891).
9615
9616 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9617
9618         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
9619           Sanity check, don't wait endlessly since the clock might not
9620           actually run at this point (which is a deadlock). Fixes #164069.
9621
9622 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9623
9624         * gst/playback/gstplaybasebin.c: (probe_triggered):
9625           Of course, only pause if group is done...
9626
9627 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9628
9629         * gst/playback/gstplaybasebin.c: (probe_triggered):
9630           Thread safety.
9631
9632 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9633
9634         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
9635           Don't return state change success when the parent
9636           failed.
9637
9638 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9639
9640         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
9641           Free events (fix memleak in #162905).
9642
9643 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
9644
9645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9646
9647         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9648         (gst_ffmpeg_caps_to_pixfmt):
9649           Fix for depth = 15. Fixes #161675.
9650
9651 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9652
9653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9654           Set FPS correctly, even for webcams and the like.
9655         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
9656           Don error on setting while capturing.
9657
9658 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9659
9660         * ext/dv/gstdvdec.c:
9661         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9662         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9663           I'm a bad boy. using /1001. to force C to do float division
9664           and not integer division (as it did in my last commit)
9665           Thanks to David I. Lehn for pointing this mistake.
9666
9667 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9668
9669         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9670           Revert Johan??s 1.35->1.36 since it breaks compat.
9671
9672 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9673
9674         * ext/dv/gstdvdec.c:
9675         * ext/libfame/gstlibfame.c:
9676         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
9677         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
9678           replace framerate aproximations by their real value
9679           (24000/1001, 30000/1001, 60000/1001)
9680           Finish fixing bug #164049
9681
9682 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         * ext/ogg/gstoggmux.c:
9685           eos/bos debugging
9686         * gst/tcp/gstmultifdsink.c:
9687         * gst/tcp/gstmultifdsink.h:
9688         * gst/tcp/gsttcp.c:
9689         * gst/tcp/gsttcp.h:
9690         * gst/tcp/gsttcpclientsink.c:
9691         * gst/tcp/gsttcpclientsrc.c:
9692         * gst/tcp/gsttcpserversink.c:
9693         * gst/tcp/gsttcpserversrc.c:
9694           improve reusability of elements after state changes and errors
9695           make multifdsink throw away streamheaders when receiving new ones
9696
9697 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9698
9699         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9700           Fix for if items are already in list...
9701
9702 2005-01-12  Benjamin Otte  <otte@gnome.org>
9703
9704         * gst/adder/gstadder.c: (gst_adder_loop):
9705           fix adder a bit so it doesn't screw up with events as much anymore
9706
9707 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
9708
9709         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
9710         (pixbufscale_scale), (gst_pixbufscale_chain):
9711         * ext/gdk_pixbuf/pixbufscale.h:
9712           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
9713           to ensure rowstrides are calculated the same way as 
9714           ffmpegcolorspace
9715           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
9716           that we pick up duration and offset also.
9717
9718 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9719
9720         * gst/avi/gstavimux.c: (gst_avimux_class_init),
9721         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
9722           Reusability fixes.
9723
9724 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9725
9726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
9727         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9728         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9729         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9730           Update flags when requested.
9731
9732 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9733
9734         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
9735           Fix dmix.
9736
9737 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9738
9739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9740         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
9741         (probe_triggered), (new_decoded_pad), (gen_source_element),
9742         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
9743         * gst/playback/gstplaybasebin.h:
9744         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9745         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
9746         (gst_play_bin_change_state):
9747           Implement group-switch signal for use in apps to clear metadata
9748           cache, clean up subtitle, add suburi property instead of # hack,
9749           some error-out fixes.
9750
9751 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9752
9753         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9754           Debug.
9755         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
9756           If we got a state change in the _get handler, don't return success.
9757
9758 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9759
9760         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
9761         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
9762           Make jpegdec quiet on MJPEG decoding
9763         * gst/asfdemux/README:
9764           Fix mimetypes for MJPEG and H263
9765
9766 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9767
9768         * ext/theora/theoradec.c: (theora_dec_chain):
9769           Fix broken code generation by gcc by swapping arguments.
9770         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9771           Fix \n in debug.
9772
9773 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9774
9775         * TODO:
9776           delete this file, it is by far outdated
9777         * ext/alsa/gstalsa.1: remove
9778         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
9779         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
9780         (gst_alsa_get_caps):
9781           Add HW probing for supported sample rates. Fixes #161704
9782
9783 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9784
9785         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9786           Don't crash, biatch! :).
9787
9788 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * ext/musepack/gstmusepackreader.cpp:
9791         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
9792           Some work on tags - still doesn't work in playbin...
9793         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9794           Handle events...
9795
9796 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9797
9798         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
9799           Also shove tags on kid pads.
9800
9801 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9802
9803         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
9804           Don't bail on unknown events.
9805         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9806           Don't crash on events before negotiation.
9807         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
9808           Send tags on pads, too.
9809         * gst/playback/gststreamselector.c:
9810         (gst_stream_selector_request_new_pad):
9811           Forward events on first pad if no input was selected yet.
9812
9813 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9814
9815         * gst/playback/gstplaybasebin.c: (setup_substreams):
9816           Don't disable streamtype if the stream doesn't exist, since
9817           then playing a video after audio will disable both and nothing
9818           will happen. Fixes the testsuite.
9819
9820 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9821
9822         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
9823         (gst_v4l_xoverlay_set_xwindow_id):
9824         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
9825         (gst_v4l2_xoverlay_set_xwindow_id):
9826           Add debug categories, fix overlay disabling.
9827
9828 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9829
9830         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
9831         * ext/alsa/gstalsa.h:
9832           Add HW probing for period_count/size and buffer_size MIX/MAX
9833           Adjust default/user defined value if out of bounds
9834           Should fix bug #162024
9835
9836 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9837
9838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
9839           Fix warning (#161191).
9840
9841 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9842
9843         * ext/dvdread/stream_labels.c:
9844         (dvdreadsrc_get_audio_stream_labels):
9845           Fix warning (init the good variable in switch default)
9846
9847 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
9848
9849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9850
9851         * gst/tta/gstttaparse.c: (gst_tta_src_event):
9852           Fix gcc-2.95 compile (#163485).
9853
9854 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9855
9856         * configure.ac:
9857         * ext/flac/gstflacenc.c: (gst_flacenc_init),
9858         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
9859         (gst_flacenc_tell_callback), (gst_flacenc_chain),
9860         (gst_flacenc_change_state):
9861         * ext/flac/gstflacenc.h:
9862           Update for API change in flac-1.1.1. Update requirement in
9863           configure.ac. Fixes #162974.
9864
9865 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9866
9867         * gst/playback/gstplaybasebin.c: (group_destroy):
9868           Remove hack to get rid of assert and get rid of unlinked
9869           signals properly.
9870
9871 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9872
9873         * gst/playback/gstplaybasebin.c: (setup_source):
9874           Set source to NULL so that resources are free'ed. Fixes issues
9875           with playback of CDDA and similar device-accessing things.
9876
9877 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9878
9879         * testsuite/embed/Makefile.am:
9880           test->noinst, fix make test in buildbot.
9881
9882 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
9883
9884         * ext/dvdread/stream_labels.c: new file
9885         * ext/dvdread/stream_labels.h: new file
9886         * ext/dvdread/Makefile.am:
9887         * ext/dvdread/dvdreadsrc.c: (_seek_title):
9888           Extract audio stream label from DVD IFO files.
9889           It only dump them on the console for now, still have to
9890           make playbin aware of them.
9891
9892 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * gst/playback/gstplaybasebin.c: (setup_source):
9895           Fix hanging subs.
9896
9897 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9900         (gen_preroll_element), (remove_groups), (setup_subtitle),
9901         (gen_source_element), (setup_source):
9902         * gst/playback/gstplaybasebin.h:
9903           Multiple .sub files is just a stupid idea... Fix some threading
9904           mistakes. Interestingly, external .sub files cause playbin to
9905           hang, I don't know why... Parsing fixes contributed by Fran??ois
9906           Kooman <fkooman@tuxed.net>.
9907
9908 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9909
9910         * testsuite/embed/Makefile.am:
9911           Fix buildbot.
9912
9913 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9914
9915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9916
9917         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9918         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9919         (gst_pngenc_set_property):
9920         * ext/libpng/gstpngenc.h:
9921           Add compression level property (#163323).
9922
9923 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9924
9925         * configure.ac:
9926         * examples/capsfilter/capsfilter1.c: (main):
9927         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9928         * ext/dvdread/Makefile.am:
9929         * ext/dvdread/demo-play:
9930         * ext/dvdread/demo-play.c:
9931         * gconf/gstreamer.schemas.in:
9932         * gst-libs/gst/gconf/gconf.c:
9933         * sys/v4l/TODO:
9934         * testsuite/Makefile.am:
9935         * testsuite/embed/Makefile.am:
9936         * testsuite/embed/embed.c: (cb_expose), (main):
9937           Remove all references to xvideosink, fix examples (#140845).
9938         * gst/playback/gstplaybasebin.c: (group_destroy):
9939           Apparently, disposal does not unlink - so do explicitely.
9940         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9941           Add debug.
9942
9943 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
9944
9945         * README: fix PKG_CONFIG_PATH instructions, what was there
9946         previously was breaking default search path, not nice. 
9947         Fixes #163358
9948
9949 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9950
9951         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
9952         (gst_audioscale_chain):
9953           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
9954           when resampling - how the ^@$^!@^! is this possible?!?
9955
9956 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9957
9958         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9959           Reset variables on READY.
9960         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
9961         (gst_matroska_mux_loop):
9962           Require data before writing header.
9963
9964 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
9965
9966         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9967
9968         * ext/mad/gstmad.c: (gst_mad_chain):
9969           Don't call mad_stream_sync() directly after recovering sync.
9970           Fixes #151661.
9971
9972 2005-01-09  Martin Eikermann  <meiker@upb.de>
9973
9974         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
9977         (snapshot_handler), (gst_snapshot_sinkconnect),
9978         (gst_snapshot_chain):
9979           Allocate resources when required, fix recursive signal emission
9980           and fix caps. Fixes #161667.
9981
9982 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
9983
9984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9985
9986         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
9987         (gst_pngdec_chain):
9988           Handle only 8-bppc (bits-per-pixel-component) images, better
9989           error handling and correct strides. Fixes #163177.
9990         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
9991         (gst_pngenc_chain):
9992           Better error handling. Fixes #163348.
9993
9994 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
9997         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
9998         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
9999         (dvdnavsrc_uri_handler_init):
10000           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10001         * gst/playback/gstplaybasebin.c: (gen_source_element):
10002           Add MMS to streaming URIs.
10003
10004 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10007         * sys/xvimage/xvimagesink.c:
10008         (gst_xvimagesink_navigation_send_event):
10009           Check for pad availability before sending event.
10010
10011 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * gst-plugins.spec.in:
10014           Add subparse.
10015
10016 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10017
10018         * configure.ac:
10019           Since we use functions from CVS, up requirement.
10020
10021 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * gst/playback/Makefile.am:
10024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10025         (group_destroy), (group_commit), (group_is_muted),
10026         (gen_preroll_element), (add_stream), (unknown_type),
10027         (probe_triggered), (preroll_unlinked), (mute_stream),
10028         (silence_stream), (new_decoded_pad), (setup_substreams),
10029         (setup_source), (get_active_source), (mute_group_type),
10030         (muted_group_change_state), (set_active_source),
10031         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10032         (play_base_eos), (gst_play_base_bin_change_state):
10033         * gst/playback/gstplaybasebin.h:
10034         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10035         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10036         (gst_stream_info_dispose), (stream_info_mute_pad),
10037         (stream_info_change_state), (gst_stream_info_set_mute):
10038         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10039         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10040         (gst_stream_selector_init), (gst_stream_selector_dispose),
10041         (gst_stream_selector_get_linked_pad),
10042         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10043         (gst_stream_selector_get_linked_pads),
10044         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10045         * gst/playback/gststreamselector.h:
10046           Adding stream selection support plus required properties for
10047           applications to use this. Fully fixes #100931.
10048
10049 2005-01-08  Benjamin Otte  <otte@gnome.org>
10050
10051         * gst/games/gstpuzzle.c: (nav_event_handler):
10052           - handle nav events differently: forward every event no matter if it
10053             was handled or not.
10054           - translate events
10055           You can now cheat by using navigationtest ! puzzle and moving the
10056           mouse close to the edge of a tile. ;)
10057
10058 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10059
10060         * configure.ac:
10061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10062         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10063         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10064         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10065         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10066         (gst_ogm_parse_plugin_init):
10067         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10068         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10069         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10070         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10071         * ext/pango/gsttextoverlay.h:
10072         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10073         (gst_matroska_demux_handle_seek_event),
10074         (gst_matroska_demux_sync_streams),
10075         (gst_matroska_demux_parse_blockgroup),
10076         (gst_matroska_demux_subtitle_caps),
10077         (gst_matroska_demux_plugin_init):
10078         * gst/matroska/matroska-ids.h:
10079         * gst/playback/gstdecodebin.c: (close_pad_link):
10080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10081         (gen_preroll_element), (remove_groups), (add_stream),
10082         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10083         (setup_source):
10084         * gst/playback/gstplaybasebin.h:
10085         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10086         * gst/subparse/Makefile.am:
10087         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10088         (gst_subparse_base_init), (gst_subparse_class_init),
10089         (gst_subparse_init), (gst_subparse_formats),
10090         (gst_subparse_eventmask), (gst_subparse_event),
10091         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10092         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10093         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10094         (parse_mpsub_deinit), (parse_mpsub_init),
10095         (gst_subparse_buffer_format_autodetect),
10096         (gst_subparse_format_autodetect), (gst_subparse_loop),
10097         (gst_subparse_change_state), (gst_subparse_type_find),
10098         (plugin_init):
10099         * gst/subparse/gstsubparse.h:
10100         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10101         (plugin_init):
10102           Add subtitle support, .sub parser (supports SRT and MPsub),
10103           OGM text support, Matroska UTF-8 text support, deadlock fixes
10104           all over the place, subtitle awareness in decodebin/playbin
10105           and some fixes to textoverlay to handle subtitles in a stream
10106           correctly. Fixes #100931.
10107
10108 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10109
10110         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10111           Check for pad availability before doing a query on it.
10112
10113 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10114
10115         * ext/dv/gstdvdec.c:
10116           really fix bpp24/32 dvdec caps (classic rgba indeed)
10117         * gst/asfdemux/gstasfdemux.c:
10118         (gst_asf_demux_process_ext_content_desc):
10119           don't send text tags if they are empty (bis repetita)
10120
10121 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10122
10123         * ext/dv/gstdvdec.c:
10124          remove unneeded comment from dvdec
10125           (related to DV 4CC codes in AVI files)
10126           moved them in gstreamer/docs/random/mimetypes
10127         * gst/asfdemux/gstasfdemux.c:
10128         (gst_asf_demux_process_ext_content_desc):
10129          don't send text tags if they are empty
10130          fix mem leak on error path
10131         * gst/ffmpegcolorspace/avcodec.h:
10132         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10133         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10134         (gst_ffmpegcsp_avpicture_fill):
10135         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10136         * gst/ffmpegcolorspace/imgconvert_template.h:
10137          adds BGR32 and BGRA32 to ffmpegcolorspace
10138           (still bad colors, fixing it on next commit)
10139           helps with dvdec outputing BGR32
10140
10141 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10142
10143         * ext/dv/gstdvdec.c:
10144          Fix audio caps i just broke (missing ',')
10145         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10146         (gst_matroska_mux_reset):
10147          Fix typo + add FIXME about old "x-gst-metadata" crap
10148
10149 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10150
10151         * ext/dv/demo-play.c: (main):
10152          xvideosink -> xvimagesink
10153         * ext/dv/gstdvdec.c:
10154          change rgb 32/32 caps to 24/32 (no alpha)
10155          change nb of channels to be a list (2 or 4, not 2)
10156          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10157         * gst/asfdemux/gstasfdemux.c:
10158         (gst_asf_demux_process_ext_content_desc):
10159          Add 'date/year' to extracted metadata list
10160
10161 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10162
10163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10164           The return value of fixate_to does not imply that the requested
10165           value was set, so don't assume.
10166
10167 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10168
10169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10170
10171         * ext/libpng/gstpngdec.c:
10172         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10173         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10174         * ext/libpng/gstpngenc.h:
10175           Alpha support (encoder; #163161), mime fixage.
10176
10177 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10178
10179         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10180
10181         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10182         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10183         (gst_faac_set_property), (gst_faac_get_property):
10184         * ext/faac/gstfaac.h:
10185           Allow for ADTS output (#153434).
10186
10187 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10188
10189         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10190           Fix against template (#150576).
10191
10192 2005-01-06  Benjamin Otte  <otte@gnome.org>
10193
10194         * gst/games/gstpuzzle.c: (draw_puzzle):
10195           don't draw a puzzle if either width or height of tiles would be 0.
10196
10197 2005-01-06  Benjamin Otte  <otte@gnome.org>
10198
10199         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10200         (gst_puzzle_class_init), (gst_puzzle_finalize):
10201           no memleaks, please
10202         (gst_puzzle_create), (gst_puzzle_init),
10203         (gst_puzzle_set_property), (gst_puzzle_setup):
10204           change initialization code around so we don't reshuffle on resize
10205         (draw_puzzle):
10206           fix another stupid typo
10207
10208 2005-01-06  Benjamin Otte  <otte@gnome.org>
10209
10210         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10211           fix stupid typo that borked copying on YUY2
10212
10213 2005-01-06  Benjamin Otte  <otte@gnome.org>
10214
10215         * gst/games/gstpuzzle.c: (draw_puzzle):
10216           fix edges when image sizes aren't multiples of tile sizes
10217
10218 2005-01-06  Benjamin Otte  <otte@gnome.org>
10219
10220         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10221           make RGB endianness work correctly
10222         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10223           refactor and fix race with initial shuffling
10224         (nav_event_handler):
10225           allow using the mouse to puzzle
10226         (draw_puzzle):
10227           insist on tiles having width and height as multiples of 4 to get
10228           clean YUV image handling
10229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10230         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10231           s/DEBUG/LOG/ for common messages
10232         (gst_xvimagesink_navigation_send_event):
10233           fix mouse event translation to not include screen PAR
10234         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10235           fix mouse event translation to actually work
10236
10237 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10238
10239         * gst/asfdemux/gstasfdemux.c:
10240         (gst_asf_demux_process_ext_content_desc):
10241          Extract TrackNumber metadata + clean up code
10242         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10243          Hope this is the good fix (var used unitialised)
10244
10245 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10246
10247         * ext/faad/gstfaad.c: (gst_faad_chain):
10248           Only increment timestamp if it's valid. Fixes raw AAC streams.
10249
10250 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10251
10252         * configure.ac:
10253         * gst/games/Makefile.am:
10254         * gst/games/gstpuzzle.c:
10255           add a puzzle game with...
10256         * gst/games/gstvideoimage.c:
10257         * gst/games/gstvideoimage.h:
10258           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10259           from videotestsrc and made into something that would be a nice
10260           library for a lot of other plugins.
10261
10262 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10263
10264         * configure.ac:
10265          don't compile faad plugin if a RC of 2.0 is found
10266          Fixes #155346 (and FC1 buildbot)
10267         * gst/asfdemux/gstasfdemux.c:
10268         (gst_asf_demux_process_ext_content_desc):
10269          try to make Solaris compiler happier
10270
10271 2005-01-06  Paul Jack  <pjack@sfaf.org>
10272
10273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10274
10275         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10276           Fix segfault (#161667).
10277
10278 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10279
10280         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10281           Fix framerate reporting.
10282
10283 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10284
10285         * gst-libs/gst/riff/riff-ids.h:
10286         * gst/wavenc/riff.h:
10287          Add AMR (VBR and CBR) ids to riff.h audio codec list
10288         * gst/asfdemux/gstasfdemux.c:
10289         (gst_asf_demux_process_ext_content_desc),
10290         (gst_asf_demux_process_object):
10291           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10292
10293 2005-01-05  Martin Eikermann  <meiker@upb.de>
10294
10295         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10296
10297         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10298         (gst_dvd_demux_handle_discont):
10299         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10300         (gst_mpeg_demux_handle_discont):
10301           Recreate pads on new-media (#160730).
10302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10303           Send discont even if manager changes timestamps (#161929).
10304
10305 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10306
10307         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10308
10309         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10310           Fix invalid memory access (#159211).
10311
10312 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10313
10314         * examples/gstplay/player.c: (main):
10315           Don't iterate.
10316         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10317           Add visualizations.
10318         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10319         (gst_a52dec_handle_frame):
10320           Set duration.
10321         * ext/dvdnav/gst-dvd:
10322           Add audioconvert. Fixes #161325.
10323         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10324           Explicitely case to gint64. Possible valgrind error.
10325         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10326         (gst_play_tick_callback), (gst_play_change_state),
10327         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10328         (gst_play_set_location), (gst_play_get_location),
10329         (gst_play_seek_to_time), (gst_play_set_data_src),
10330         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10331         (gst_play_set_visualization), (gst_play_connect_visualization),
10332         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10333         (gst_play_new):
10334           Use playbin. Fixes #139749 and #147744.
10335         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10336           Add genre tag.
10337         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10338         (audioscale_get_type), (gst_audioscale_base_init),
10339         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10340         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10341         (gst_audioscale_link), (gst_audioscale_get_buffer),
10342         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10343         (gst_audioscale_init), (gst_audioscale_dispose),
10344         (gst_audioscale_chain), (gst_audioscale_set_property),
10345         (gst_audioscale_get_property), (plugin_init):
10346           Indent properly.
10347         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10348           Fix LPCM.
10349         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10350         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10351         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10352           Add more metadata (fixes #162656).
10353
10354 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10355
10356         * configure.ac:
10357           back to cvs
10358
10359 === release 0.8.7 ===
10360
10361 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10362
10363         * NEWS:
10364         * RELEASE:
10365         * configure.ac:
10366           releasing 0.8.7, "Hyperspace"
10367
10368 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10369
10370         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10371
10372         * gst/playback/gstplaybasebin.c:
10373          Fix for #162924 - free caps after use, not before
10374
10375 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10376
10377         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10378
10379         * gst/playback/gstplaybasebin.c:
10380         * gst/wavparse/gstwavparse.c:
10381           Fix for #154773 - fixes playback of small .wav files
10382
10383 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10386
10387         * gst/audioscale/gstaudioscale.c:
10388           Fix for #162819 - make audioscale reusable
10389           Fixes playback of more than one file with playbin/totem
10390
10391 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10392
10393         * gst/ffmpegcolorspace/avcodec.h:
10394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10395         * gst/ffmpegcolorspace/imgconvert.c:
10396           clean up the mess that made me cry and avoid needless duplication
10397
10398 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10399
10400         * gst/ffmpegcolorspace/imgconvert.c:
10401           give some indication of why we're segfaulting
10402
10403 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10404
10405         * configure.ac:
10406           Fix indentation, fix v4l2 plugin detection.
10407         * ext/Makefile.am:
10408           Fix libmms location (Maciej, use diff -u!).
10409         * ext/alsa/gstalsa.c: (gst_alsa_init):
10410           Initialize caps cache to NULL.
10411         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10412           Only change state on audiosink if it exists.
10413
10414 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
10415
10416         * gst/matroska/matroska-demux.c:
10417         * gst/matroska/matroska-ids.h:
10418         * gst/matroska/matroska-demux.h:
10419         Fix Vorbis streams failing to decode in some files, where cluster_time
10420         isn't 0, because then it doesn't send codec_priv before actual data.
10421         Remove time-based test and replace it with marker set on beginning of
10422         new stream
10423
10424 2004-12-28  David Schleef  <ds@schleef.org>
10425
10426         Merge patch from Ronald fixing problems with streaming
10427         text.
10428         * ext/cairo/gstcairo.c: (plugin_init):
10429         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10430         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10431         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10432         (gst_textoverlay_font_init), (gst_textoverlay_init),
10433         (gst_textoverlay_set_property):
10434         * ext/cairo/gsttextoverlay.h:
10435
10436 2004-12-27  David Schleef  <ds@schleef.org>
10437
10438         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10439         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10440         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10441         (gst_textoverlay_font_init), (gst_textoverlay_init),
10442         (gst_textoverlay_set_property): Improvements to actually
10443         render text as white on black outline on video, including
10444         font selection and horizontal/vertical alignment.  (Ronald's
10445         christmas present)
10446         * ext/cairo/gsttextoverlay.h:
10447
10448 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10449
10450         * ext/ogg/gstogg.c:
10451         * ext/ogg/gstogmparse.c:
10452           fix ogm[audio/video]parse plugin registration
10453           (riff won't load if bytestream is already loaded)
10454
10455 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10456
10457         * gst/audioconvert/gstchannelmix.c:
10458           fix for GLIB < 2.4
10459
10460 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10461
10462         * Makefile.am:
10463         * configure.ac:
10464           disable docs again until it actually passes make distcheck.
10465
10466 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10467
10468         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10469         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10470         (plugin_init):
10471           Add 3GP (variables name Q3GP because they can't start with a
10472           number). Add samr audio fourcc (used in .3gp files), decoder
10473           is work in progress. Also do a GST_WARNING instead of ERROR
10474           in case of unknown nodes, to decrease output.
10475
10476 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10477
10478         * Makefile.am:
10479           really fix dist
10480
10481 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * configure.ac:
10484         * ext/speex/gstspeexdec.h:
10485         * ext/speex/gstspeexenc.h:
10486           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10487           Fix detection code in configure.ac
10488
10489 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10490
10491         * gst/matroska/matroska-demux.c:
10492         (gst_matroska_demux_parse_blockgroup):
10493           Save position, so that queries give proper return values. Don't
10494           know how this could ever have worked before...
10495
10496 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10497
10498         * configure.ac:
10499           Put additional LAME check inside the conditional.  Fixes #152339
10500
10501 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10502
10503         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10504         (gst_avi_demux_stream_scan):
10505           Add some more debug. Fix logic error when setting movi offset
10506           while reading index.
10507
10508 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10509
10510         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10511         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10512         (gst_avi_demux_process_next_entry):
10513           Add some debugging. Better detection of broken indexes and the
10514           accompanying index recovery. No infinite loops on state changes
10515           when we're still in our loopfunction.
10516
10517 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10518
10519         * configure.ac:
10520           Fix up.
10521
10522 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10523
10524         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10525
10526         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10527           Normalizing the value before setting
10528         (gst_sunaudiomixer_get_volume):
10529           Normalizing the value after getting. Fixes bug# 161980
10530
10531 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10532
10533         * Makefile.am: Make sure docs gets disted
10534         * docs/Makefile.am: Make sure all needed files get disted
10535         * gst-plugins.spec.in: latest updates
10536
10537 2004-12-22  Wim Taymans  <wim@fluendo.com>
10538
10539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
10540         Revert patch 1.38 as clock distribution over schedulers does
10541         not work correcly in the core yet.
10542
10543 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10544
10545         * sys/oss/README: remove this file, which predates my birth
10546           (and which content is by far outdated)
10547
10548 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
10549
10550         * Makefile.am:
10551         * configure.ac:
10552         * docs/Makefile.am:
10553         * docs/libs/Makefile.am:
10554         * docs/libs/gst-plugins-libs-docs.sgml:
10555         * docs/libs/gst-plugins-libs-sections.txt:
10556         * docs/libs/tmpl/gstgconf.sgml:
10557         * docs/upload.mak:
10558         * docs/version.entities.in:
10559           Added boilerplate gtk-doc files for plugin-libs documentation.
10560
10561 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10562
10563         * gst/auparse/gstauparse.c: fix int and float audio caps
10564
10565 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10566
10567         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10568         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
10569           g_assert() can be a macro, don't use #ifdef inside it.
10570
10571 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
10572
10573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10574
10575         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10576         (gst_videorate_init), (gst_videorate_chain),
10577         (gst_videorate_change_state):
10578           Event handling (fixes #159986).
10579
10580 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10581
10582         * gst-libs/gst/riff/riff-media.c:
10583         (gst_riff_create_video_caps_with_data):
10584           Add BLZ0 (Blizzard's version of DivX) fourcc.
10585
10586 2004-12-18  David Schleef  <ds@schleef.org>
10587
10588         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
10589         portability fix.
10590
10591 2004-12-18  David Schleef  <ds@schleef.org>
10592
10593         * gst/tta/ttadec.h: Disable some header code that isn't used
10594         and clearly isn't portable.
10595
10596 2004-12-18  David Schleef  <ds@schleef.org>
10597
10598         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
10599         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
10600         (avcodec_get_pix_fmt), (avpicture_layout),
10601         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
10602         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
10603         Fix code to not use GCC extensions (and c99 extensions that
10604         Forte does not like.)
10605
10606 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10607
10608         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10609
10610         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
10611         (gst_deinterlace_chain):
10612           Rowstride fixes. Fixes #161039.
10613         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
10614         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
10615         (gst_video_crop_getcaps), (gst_video_crop_link),
10616         (gst_video_crop_i420), (gst_video_crop_chain),
10617         (gst_video_crop_change_state):
10618           Rework of negotiation. Actually works now. Fixes #158650.
10619
10620 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10621
10622         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
10623           That was very stupid.
10624
10625 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10626
10627         * gst/matroska/matroska-demux.c:
10628         (gst_matroska_demux_parse_blockgroup):
10629           Fix possible crasher.
10630
10631 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10632
10633         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
10634         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
10635           Lace sizes can be zero.
10636
10637 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10638
10639         * ext/musepack/gstmusepackdec.cpp:
10640           Fetch error return values. Fixes #161624.
10641         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10642           Really EOS.
10643
10644 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10645
10646         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
10647           Work for truncated (unfinished download etc.) files. Fixes #160514.
10648
10649 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10650
10651         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10652           Fix for integer overflow. Makes #156001 not crash. Probably masks
10653           the real bug.
10654
10655 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10656
10657         * gst/ac3parse/gstac3parse.c: (plugin_init):
10658           Parsers never have ranks. Fixes #159651.
10659
10660 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10661
10662         * gst/playback/gstdecodebin.c: (compare_ranks):
10663           make sure the facotries are ordered the same every time even if they
10664           have the same rank by using the name
10665         * gst/playback/gstdecodebin.c: (find_compatibles):
10666           make sure we don't add factories to the list twice
10667
10668 2004-12-16  David Schleef  <ds@schleef.org>
10669
10670         * configure.ac: look for musepack headers as musepack/*.h
10671         (fixes #159847)
10672         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
10673         * ext/musepack/gstmusepackreader.h: same
10674
10675 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10676
10677         * gst-libs/gst/riff/riff-read.c:
10678         (gst_riff_read_strf_auds_with_data):
10679           Read extradata correctly (fixes #155879).
10680
10681 2004-12-16  David Schleef  <ds@schleef.org>
10682
10683         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
10684         audio.  does _not_ attempt or allow conversion unless channels
10685         is 1 or 2.
10686
10687 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10688
10689         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
10690
10691 2004-12-16  David Schleef  <ds@schleef.org>
10692
10693         * gst/audioscale/gstaudioscale.c: the resample library only
10694         handles 1 or 2 channels.  Change caps to compensate.
10695
10696 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10697
10698         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
10699         (gst_matroska_demux_audio_caps):
10700           Some MPEG-AAC hacks, because else it doesn't work...
10701
10702 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10703
10704         * gst-libs/gst/riff/riff-media.c:
10705         (gst_riff_create_video_caps_with_data),
10706         (gst_riff_create_video_template_caps):
10707           Add h264.
10708
10709 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst-libs/gst/audio/Makefile.am:
10712           Try to fix buildbot.
10713
10714 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10715
10716         * gst/tcp/gstmultifdsink.c:
10717           Clean up and uniformize debugging.
10718
10719 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
10720
10721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10724         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
10725         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
10726         (gst_mpeg_demux_change_state):
10727           Reset on ready. Fixes 160276.
10728
10729 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10730
10731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10732
10733         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10734         (gst_ffmpegcsp_pad_link):
10735           Fix memleak (#154815).
10736
10737 2004-12-16  James Bowes  <bowes@cs.dal.ca>
10738
10739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10740
10741         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
10742         (gst_musicbrainz_init), (gst_musicbrainz_chain),
10743         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
10744         * ext/musicbrainz/gsttrm.h:
10745           Add support for using a proxy server when getting a trm id from
10746           the MusicBrainz database (#149613).
10747
10748 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
10749
10750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10751
10752         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
10753         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10754           Fix memleaks (#157233).
10755
10756 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
10757
10758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10759
10760         * gst-libs/gst/resample/resample.c: (gst_resample_close):
10761         * gst-libs/gst/resample/resample.h:
10762         * gst/audioscale/gstaudioscale.c:
10763           Fix memleak (#159215).
10764
10765 2004-12-16  Toni Willberg  <toniw@iki.fi>
10766
10767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10768
10769         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
10770         * sys/oss/oss_probe.c: (main):
10771           Check for mono/stereo support (similar to samplerate probing),
10772           fixes #159433. Also add missing copyright header to oss_probe.c.
10773
10774 2004-12-15  David Schleef  <ds@schleef.org>
10775
10776         * configure.ac: add audioresample and cairo plugins.  Remove
10777         HAVE_MMX stuff, because it's not used.
10778         * ext/Makefile.am: same
10779         * ext/audioresample/Makefile.am: You are not ready for an
10780         audio resampling element based on audioresample.
10781         * ext/audioresample/gstaudioresample.c:
10782         * ext/audioresample/gstaudioresample.h:
10783         * ext/cairo/Makefile.am: You are not ready for overlay elements
10784         based on cairo.  Don't look too closely, these elements kinda
10785         suck right now.
10786         * ext/cairo/gstcairo.c: new
10787         * ext/cairo/gsttextoverlay.c: new
10788         * ext/cairo/gsttextoverlay.h: new
10789         * ext/cairo/gsttimeoverlay.c: new
10790         * ext/cairo/gsttimeoverlay.h: new
10791         * gst-libs/gst/media-info/media-info-priv.h: fix compile
10792         problem with compilers that don't support variadic macros.
10793
10794 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10795
10796         Reviewed by:  David Schleef  <ds@schleef.org>
10797
10798         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
10799         Bala, registering sunaudiosrc (oops!), and cleaning up code a
10800         bit.  Also ran indent-gst.
10801         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
10802         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
10803         (gst_sunaudiosrc_setparams):
10804
10805 2004-12-14  David Schleef  <ds@schleef.org>
10806
10807         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
10808         output rate to 16000.  Should fix #160235.
10809
10810 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10811
10812         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10813         Add typefinding for mpeg2 pes streams
10814
10815 2004-12-13  David Schleef  <ds@schleef.org>
10816
10817         * configure.ac:  Applied patch from bug #143659, making default
10818         sources and sinks OS-dependent (for Solaris), and added code
10819         for OS/X.
10820         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
10821
10822 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10823
10824         * gst-libs/gst/riff/riff-media.c:
10825           forgot to add h2.64 to avidemux template caps
10826
10827 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10828
10829         * gst/wavenc/riff.h:
10830         * gst-libs/gst/riff/riff-media.c:
10831         * gst-libs/gst/riff/riff-ids.h:
10832         * gst/avi/gstavimux.c
10833         add 4CC code for VideoSoft h264 in AVI (VSSH)
10834           fixes bug #160655
10835         remove s323 from riff, it's quicktime specific :(
10836
10837 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10838
10839         * gst/asfdemux/README
10840         * gst/wavenc/riff.h
10841         * gst-libs/gst/riff/riff-ids.h
10842         * gst-libs/gst/riff/riff-media.c
10843         * gst/qtdemux/qtdemux.c:
10844           add new 4CC codes for h263 related codecs
10845           fixes partially bug #155163
10846
10847 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
10848
10849         * configure.ac: Update polyaudio requirement to 0.7
10850         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
10851
10852 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10853
10854         * gst/interleave/deinterleave.c:
10855         fix my name's spelling! :)
10856
10857 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10858
10859         * AUTHORS ChangeLog
10860         * gst/auparse/gstauparse.c
10861         * gst/interleave/deinterleave.c
10862         * gst/law/:
10863                 alaw-decode.c alaw-encode.c
10864                 mulaw-decode.c mulaw-encode.c
10865         * gst/oneton/gstoneton.c
10866         * sys/osxaudio/:
10867                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
10868         * sys/osxvideo/:
10869                 cocoawindow.h cocoawindow.m
10870                 osxvideosink.h osxvideosink.m
10871
10872         put the same mail address for Zaheer Abbas Merali everywhere
10873
10874 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10875
10876         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
10877           Align by packetsize, and assert that we a packet available before
10878           playing. The first makes webstreams work (they often include
10879           trailing padding data in a packet), the second allows pausing a
10880           ASF stream in totem without getting demux errors afterwards.
10881
10882 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10883
10884         * ext/ogg/gstoggdemux.c: (get_relative):
10885           Check for non-NULL before accessing member (end-of-chain).
10886
10887 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10888
10889         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10890         (cdparanoia_set_property), (cdparanoia_get_property):
10891         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
10892         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
10893         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10894         (dvdreadsrc_init), (dvdreadsrc_set_property),
10895         (dvdreadsrc_get_property):
10896         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
10897         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
10898           Synchronize property names where not yet the case. Devices are
10899           now device=X, other versions are deprecated (but still exist).
10900           Also use g_free() unconditionally.
10901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10902         (setup_source), (gst_play_base_bin_get_property):
10903           Expose source.
10904
10905 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10906
10907         * configure.ac: move GCONF macro outside conditional for the am
10908           conditional. Fixes #160439
10909
10910 2004-12-08  David Schleef  <ds@schleef.org>
10911
10912         * tools/gst-visualise-m.m: Switch to elements that currently
10913         exist.
10914
10915 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10918           We love wrong commas.
10919
10920 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10921
10922         * gst/matroska/matroska-demux.c:
10923         (gst_matroska_demux_handle_src_query):
10924           Don't set DEFAULT, unsupported - makes length display incorrectly
10925           in some cases.
10926
10927 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10928
10929         * gst/monoscope/README: remove blurb about files being GPL
10930         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
10931         * gst/monoscope/monoscope.c: Change license to BSD with explanation
10932           monoscope is now effectively LGPL licensed
10933
10934 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10935
10936         * gst/monoscope/README: Update information to be more correct
10937         * gst/monoscope/convolve.c: Relicense to LGPL
10938         * gst/monoscope/convolve.h: Relicense to LGPL
10939
10940 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
10941
10942         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
10943           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
10944         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
10945           set default_duration for mpeg1 audio
10946
10947 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10948
10949         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
10950         * ext/alsa/gstalsa.h:
10951           refactor big chunks of the core caps negotiation code to make it
10952           a lot faster, because people claim it's really slow
10953           (actually, just cache the getcaps when the device is opened)
10954
10955 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10956
10957         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
10958         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
10959         (gst_a52dec_handle_frame), (gst_a52dec_chain),
10960         (gst_a52dec_change_state), (plugin_init):
10961         * ext/a52dec/gsta52dec.h:
10962           Do something useful with timestamps. Make chain-based (since
10963           there's really no reason to be loopbased).
10964         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10965           Update current_byte/frame correctly.
10966
10967 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10968
10969         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
10970         (gst_ape_demux_stream_init):
10971           Forward tags, too.
10972
10973 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10974
10975         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
10976           Let's make sure we're done typefinding when detecting tags.
10977
10978 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10979
10980         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
10981         (gst_ebml_read_init), (gst_ebml_read_use_event),
10982         (gst_ebml_read_element_id), (gst_ebml_peek_id),
10983         (gst_ebml_read_seek), (gst_ebml_read_skip),
10984         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
10985         (gst_ebml_read_master):
10986         * gst/matroska/ebml-read.h:
10987         * gst/matroska/matroska-demux.c:
10988         (gst_matroska_demux_parse_contents),
10989         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
10990           Disgustingly evil hack for working around INTERRUPT events and
10991           their extremely annoying habit of being a pain in the ass. We
10992           simply peek a cluster before reading any of it.
10993
10994 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10995
10996         * ext/musepack/gstmusepackdec.cpp:
10997           There's also floating point libmusepacks.
10998
10999 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11000
11001         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11002         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11003           Set DURATION even if source buffer didn't. Also use increasing
11004           timestamps.
11005         * gst-libs/gst/riff/riff-media.c:
11006         (gst_riff_create_audio_caps_with_data):
11007           Block_align can have larger values than 8192.
11008
11009 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11010
11011         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11012         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11013         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11014         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11015           Fix caps.
11016
11017 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11018
11019         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11020           Fix logic bug.
11021
11022 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11023
11024         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11025           Yay, another one.
11026
11027 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11028
11029         * ext/esd/esdsink.c: (gst_esdsink_chain):
11030           Make error actually say something useful (fixes #156798).
11031         * gst-libs/gst/riff/riff-media.c:
11032         (gst_riff_create_video_caps_with_data),
11033         (gst_riff_create_video_template_caps):
11034           Add Intel Video 5.0 fourcc (IV50).
11035
11036 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11037
11038         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11039         detection on mono and stereo mp3 files.
11040
11041 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11042
11043         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11044           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11045           the contained stream).
11046
11047 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11048
11049         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11050           Oops, remove debug.
11051
11052 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11053
11054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11055
11056         * gst/law/alaw-decode.c: (alawdec_getcaps):
11057         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11058           Prevent warnings when negotiating caps (fixes #159338).
11059
11060 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11061
11062         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11063         (gst_ffmpegcsp_chain):
11064           Remove old leftover that shouldn't be there...
11065
11066 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11067
11068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11069
11070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11071           Don't forward DISCONT events (fixes #159684).
11072
11073 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11074
11075         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11076           Unlink manually since sometimes bin disposal (and therefore
11077           pad unlinking) is delayed, which will cause a new media file
11078           to not be able to start playing instantly.
11079
11080 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11081
11082         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11083           On mute of an unlinked stream, check for pad availability so
11084           we don't crash on unlinked pad.
11085
11086 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11087
11088         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11089         (gst_avi_demux_massage_index):
11090           Fix quite humiliating bug in omitting 0-sized index chunks but
11091           forgetting to count them for timestamps.
11092
11093 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11094
11095         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11096           Actually leave the loop if we failed to sync. Don't crash.
11097
11098 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11099
11100         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11101         (gst_dvd_demux_process_private):
11102         * gst/mpegstream/gstdvddemux.h:
11103           Fix crash (#159759). Doesn't work, though. :-(.
11104
11105 2004-11-28  Benjamin Otte  <otte@gnome.org>
11106
11107         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11108           more overwriting protection due to modifying channels one by one
11109           instead of all at once
11110
11111 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11112
11113         * gst/audioconvert/gstchannelmix.c:
11114         (gst_audio_convert_fill_normalize):
11115           Normalize using absolute values.
11116
11117 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11118
11119         * configure.ac:
11120         * ext/Makefile.am:
11121         * ext/directfb/Makefile.am:
11122         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11123         (gst_directfbvideosink_get_pixel_format),
11124         (gst_directfbvideosink_get_format_from_fourcc),
11125         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11126         (gst_directfbvideosink_sink_link),
11127         (gst_directfbvideosink_change_state),
11128         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11129         (gst_directfbvideosink_buffer_alloc),
11130         (gst_directfbvideosink_interface_supported),
11131         (gst_directfbvideosink_interface_init),
11132         (gst_directfbvideosink_navigation_send_event),
11133         (gst_directfbvideosink_navigation_init),
11134         (gst_directfbvideosink_set_property),
11135         (gst_directfbvideosink_get_property),
11136         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11137         (gst_directfbvideosink_base_init),
11138         (gst_directfbvideosink_class_init),
11139         (gst_directfbvideosink_get_type), (plugin_init):
11140         * ext/directfb/directfbvideosink.h: Adding a first version of
11141         directfbvideosink.
11142         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11143         more.
11144
11145 2004-11-28  Benjamin Otte  <otte@gnome.org>
11146
11147         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11148           walk the samples backwards if out_channels > in_channels so we don't
11149           overwrite data
11150
11151 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11152
11153         * gst/audioconvert/Makefile.am:
11154         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11155         (gst_audio_convert_link), (gst_audio_convert_change_state),
11156         (gst_audio_convert_channels):
11157         * gst/audioconvert/gstchannelmix.c:
11158         (gst_audio_convert_unset_matrix),
11159         (gst_audio_convert_fill_identical),
11160         (gst_audio_convert_fill_compatible),
11161         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11162         (gst_audio_convert_fill_others),
11163         (gst_audio_convert_fill_normalize),
11164         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11165         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11166         * gst/audioconvert/gstchannelmix.h:
11167           Implement a channel mixer.
11168
11169 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11170
11171         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11172         * ext/alsa/gstalsa.h:
11173         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11174         Make alsasink actually honor gst_element_set_clock and use that
11175         clock instead of its internal one.
11176
11177 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11178
11179         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11180         (gst_play_base_bin_change_state): nullify source and decoder when
11181         going from READY to NULL so that we don't try to do weird stuff with
11182         them when going from NULL to READY
11183         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11184         instead of g_object_unref
11185         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11186         it should be correct
11187         (gst_play_bin_change_state): don't call remove_sinks if we are
11188         currently disposing the object
11189
11190 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11191
11192         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11193           Don't forget bass if it's there. Else left channel is silent...
11194
11195 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11196
11197         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11198         (gst_a52dec_change_state):
11199           Don't do sample adjusting anymore, we use float audio now.
11200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11201           Don't fixate to non-existing properties.
11202
11203 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11204
11205         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11206         (gst_a52dec_change_state):
11207           Advertise that we can do surround sound.
11208
11209 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11210
11211         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11212           Add buffer-frames=0.
11213         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11214         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11215         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11216         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11217         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11218         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11219         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11220         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11221         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11222         * ext/dvdread/dvdreadsrc.h:
11223           Add seeking, querying for bytes, sectors, title, angle and
11224           chapter. Handle multiple chapters. Relicense to LGPL because
11225           Billy agreed on that (thanks Billy!).
11226
11227 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11228
11229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11230         call parent dispose method
11231
11232 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11233
11234         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11235         (gst_audio_clock_get_internal_time):
11236         Fix active <-> inactive transitions: ensure time value always
11237         grows and avoid abrupt value changes.
11238
11239 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11240
11241         * configure.ac:
11242         * gst/tta/Makefile.am:
11243         * gst/tta/crc32.h:
11244         * gst/tta/filters.h:
11245         * gst/tta/gsttta.c:
11246         * gst/tta/gstttadec.c:
11247         * gst/tta/gstttadec.h:
11248         * gst/tta/gstttaparse.c:
11249         * gst/tta/gstttaparse.h:
11250         * gst/tta/ttadec.h:
11251           added TTA parser and decoder
11252
11253 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11254
11255         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11256         (probe_triggered), (check_queue), (buffer_underrun),
11257         (buffer_running), (buffer_overrun), (gen_source_element),
11258         (setup_source):
11259         * gst/playback/gstplaybasebin.h:
11260           Implement buffering. Needs some more work.
11261
11262 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11263
11264         * ext/theora/theoradec.c: (theora_dec_chain):
11265           Fix ilog mask range overflow.
11266
11267 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11268
11269         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11270           Don't omit the last (which in case of dmix is the only :) )
11271           channel count. Don't set channels if <= 2.
11272
11273 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11274
11275         * gst/playback/gstplaybin.c: (gen_video_element),
11276         (gen_audio_element): Removed 2 obsolete comments
11277
11278 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11279
11280         * ext/vorbis/oggvorbisenc.c
11281         * ext/vorbis/vorbisenc.c :
11282           change description fields of those plugins to differentiate them
11283           (pitivi show Encoders by description, they had the same one)
11284
11285 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11286
11287         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11288
11289         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11290         (gst_play_bin_set_property), (gen_video_element),
11291         (gen_audio_element):
11292           Refcounting fixes for provided audio-/videosinks.
11293
11294 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11295
11296         * gst/playback/gstplaybin.c: (gen_video_element),
11297         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11298           Don't reference all sinks, but only the video- and audiosinks.
11299           The vis. element should be disposed when we're done with it.
11300           We don't have any reason to keep it around. This fixes warnings
11301           when reusing playbin for playing multiple audio files with
11302           vis. enabled. Also release audio device on pause - idea stolen
11303           from Rhythmbox.
11304
11305 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11306
11307         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11308         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11309         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11310         * ext/alsa/gstalsaplugin.c: (plugin_init):
11311         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11312         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11313         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11314         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11315         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11316         (gst_faad_change_state), (plugin_init):
11317         * ext/faad/gstfaad.h:
11318         * ext/vorbis/vorbis.c: (plugin_init):
11319         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11320         * gst-libs/gst/audio/Makefile.am:
11321         * gst-libs/gst/audio/audio.c: (plugin_init):
11322         * gst-libs/gst/audio/multichannel.c:
11323         (gst_audio_check_channel_positions),
11324         (gst_audio_get_channel_positions),
11325         (gst_audio_set_channel_positions),
11326         (gst_audio_set_structure_channel_positions_list),
11327         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11328         (gst_audio_fixate_channel_positions):
11329         * gst-libs/gst/audio/multichannel.h:
11330         * gst-libs/gst/audio/testchannels.c: (main):
11331         * gst/audioconvert/gstaudioconvert.c:
11332         (gst_audio_convert_class_init), (gst_audio_convert_init),
11333         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11334         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11335         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11336         * gst/audioconvert/plugin.c: (plugin_init):
11337           Surround sound support.
11338
11339 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11340
11341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11342           Fix position for discont if we're close as well. Nitpicking, but
11343           saves a few milliseconds of extra waiting or skipping.
11344
11345 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11346
11347         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11348           We sometimes need parsers for playback, so add those too.
11349
11350 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11351
11352         * configure.ac:
11353         * gst/apetag/Makefile.am:
11354         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11355         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11356         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11357         (gst_ape_demux_get_src_query_types),
11358         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11359         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11360         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11361         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11362         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11363         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11364         (gst_ape_demux_change_state):
11365         * gst/apetag/apedemux.h:
11366         * gst/apetag/apetag.c: (plugin_init):
11367         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11368         (plugin_init):
11369           APE v1/2 tag reader plus typefind function.
11370
11371 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11372
11373         * configure.ac:
11374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11375         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11376           Remove hacks for older core. Require newer core version
11377           accordingly.
11378
11379 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11380
11381         * gst/cdxaparse/Makefile.am:
11382         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11383         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11384         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11385         * gst/cdxaparse/gstcdxaparse.h:
11386         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11387         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11388         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11389         (gst_cdxastrip_get_src_query_types),
11390         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11391         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11392         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11393         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11394         * gst/cdxaparse/gstcdxastrip.h:
11395           SVCD/VCD header stripping separated from CDXA image parsing.
11396         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11397         (plugin_init):
11398           Add VCD/SVCD header typefinding for VCD/SVCD.
11399         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11400         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11401         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11402         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11403         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11404         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11405         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11406         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11407         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11408         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11409         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11410         * sys/vcd/vcdsrc.h:
11411           Fix up, add seeking, querying, URI interface. Works in totem now.
11412
11413 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11414
11415         * configure.ac:
11416           back to CVS
11417
11418 === release 0.8.6 ===
11419
11420 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11421
11422         * NEWS:
11423         * RELEASE:
11424         * configure.ac:
11425         * po/af.po:
11426         * po/az.po:
11427         * po/cs.po:
11428         * po/en_GB.po:
11429         * po/hu.po:
11430         * po/it.po:
11431         * po/nb.po:
11432         * po/nl.po:
11433         * po/or.po:
11434         * po/sq.po:
11435         * po/sr.po:
11436         * po/sv.po:
11437         * po/uk.po:
11438           releasing 0.8.6, "IOU Love"
11439
11440 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11441
11442         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11443
11444         * gst/playback/gstplaybasebin.c:
11445           Fix unplayable files error handling.  Fixes #158365
11446
11447 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11448
11449         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11450
11451         * gst/typefind/gsttypefindfunctions.c:
11452           Fix broken mp3 typefinding.  Fixes #158375
11453
11454 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11455
11456         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11457
11458         * ext/ogg/gstoggdemux.c:
11459           Fix sync on broken files.  Fixes #158976
11460
11461 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11462
11463         patch by: Edward Hervey <bilboed@bilboed.com>
11464
11465         * ext/libpng/gstpngenc.c:
11466           Copy over buffer properties.  Fixes #158832
11467
11468 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11469
11470         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11471
11472         * ext/dvdread/dvdreadsrc.c:
11473           Fixes invalid reads (#158462)
11474
11475 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11476
11477         * sys/v4l/gstv4lsrc.c:
11478         * sys/v4l/gstv4lsrc.h:
11479         * sys/v4l/v4lsrc_calls.c:
11480           Probe less and cache it.  Fixes #159187.
11481
11482 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11483
11484         * gst/videorate/gstvideorate.c:
11485           Handle all video formats. Fixes #159186.
11486
11487 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11488         * gst/synaesthesia/gstsynaesthesia.c:
11489         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11490         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11491         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11492         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11493         (gst_synaesthesia_change_state), (plugin_init):
11494         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11495         Force 320x200 output, as that's the only thing the underlying
11496         synaesthesia implementation supports. Still needs to be made
11497         re-entrant.
11498
11499 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11500
11501         * configure.ac:
11502           Fix mpeg2enc configure check (similar to mplex check below).
11503
11504 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11505
11506         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11507
11508         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11509           Fix for gcc-2.95 (fixes #158221).
11510
11511 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11512
11513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11514           Re-add clock distribution hack (until new core is released).
11515           Fixes #158125.
11516
11517 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11518         * configure.ac:
11519           fix mplex configure check segfaulting on some systems (bug #140994)
11520
11521 2004-11-13  Benjamin Otte  <otte@gnome.org>
11522
11523         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11524           add debugging
11525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11526           do a wait when we enter the loop func with no data available to
11527           write instead of getting into an 100% CPU loop by just returning and
11528           being called again by the scheduler
11529
11530 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11531
11532         * configure.ac:
11533         * ext/libvisual/visual.c: (gst_visual_get_type),
11534         (libvisual_log_handler), (gst_visual_getcaps),
11535         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11536         (plugin_init):
11537           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
11538         * ext/smoothwave/Makefile.am:
11539         * ext/smoothwave/demo-osssrc.c: (main):
11540         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
11541         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
11542         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
11543         (plugin_init):
11544         * ext/smoothwave/gstsmoothwave.h:
11545           Make gstsmoothwave a working element in the 20th century.
11546
11547         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
11548           Fix incorrect link function
11549
11550 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11551
11552         * gst/volume/gstvolume.c:
11553           Allow buffer-frames=0.
11554
11555 2004-11-12 Iain <iaingnome@gmail.com>
11556
11557         * configure.ac: Check for polypaudio
11558
11559         * ext/Makefile.am: Build the polyp dir
11560
11561         * ext/polyp: The polypsink sources.
11562
11563 2004-10-30 Iain <iaingnome@gmail.com>
11564
11565         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
11566         caps to reflect the new number of channels.
11567
11568 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11569
11570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11571           Fix for negotiation order problem. This would show when the
11572           ALSA loopfuction was called before any other function. ALSA
11573           wouldn't do anything because we're not negotiated yet, leading
11574           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
11575
11576 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11577
11578         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11579
11580         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
11581           No warnings (#157986).
11582
11583 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11584
11585         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11586           Prefer apev1/2 and id3v1 (at end of file) over musepack.
11587
11588 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11589
11590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
11591           Signal no-more-pads (so it works in playbin).
11592
11593 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11594
11595         * ext/musepack/gstmusepackreader.cpp:
11596           Workaround for older core.
11597
11598 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11599
11600         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
11601           Actually test for odd width/height rather than testing whether
11602           a temporary variable that was 0 before we subtracted 1 is now
11603           not equal to zero (which it always is).
11604
11605 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11606
11607         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11608         Fix compilation if HAVE_XVIDEO is not defined
11609
11610 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11611
11612         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11613         Fix compilation if HAVE_XVIDEO is not defined
11614
11615 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
11616
11617         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11618         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
11619         (gst_goom_change_state), (plugin_init):
11620         Use the bytestream adapter so goom doesn't depend on the input
11621         buffer size.
11622         Add a debug category
11623
11624 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11625
11626         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
11627           Only set hardware parameters *after* negotiation. Before
11628           negotiation, it will set ANY and that seems to cause crashes
11629           (see e.g. #151288, #153227).
11630
11631 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11632
11633         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11634           This seems to be antique leftover. It needs to pass error
11635           checking.
11636         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
11637         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
11638         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
11639         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
11640           Fix GstXOverlay implementation (#151059).
11641
11642 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11643
11644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11645           Don't assert (#157853).
11646
11647 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11648
11649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11650           Fix bytes/samples confustion.
11651         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
11652           Fix for underrun (#144389).
11653
11654 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11655
11656         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11657           Disable halfway-seek for pending release (since it needs a new
11658           core release).
11659
11660 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         * sys/v4l/gstv4lsrc.c:
11663         * sys/v4l/gstv4lsrc.h:
11664         * sys/v4l/v4lsrc_calls.c:
11665           add autoprobe-fps property so we can separate autoprobing parts
11666
11667 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11668
11669         * sys/v4l/gstv4lsrc.c:
11670         * sys/v4l/v4lsrc_calls.c:
11671         initialise fourcc to catch unset fourcc's, and debug
11672
11673 2004-11-09  Wim Taymans  <wim@fluendo.com>
11674
11675         * gst/playback/README:
11676         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11677         * gst/playback/gstplaybin.c: (gst_play_bin_init),
11678         (gst_play_bin_dispose), (gst_play_bin_set_property),
11679         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
11680         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11681         (gst_play_bin_get_formats), (gst_play_bin_convert),
11682         (gst_play_bin_get_query_types), (gst_play_bin_query):
11683         Cleanups and some more documentation.
11684
11685 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
11686
11687         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
11688         (gst_cacasink_init), (gst_cacasink_chain):
11689         * ext/libcaca/gstcacasink.h:
11690         Cacasink inherits from VideoSink, so let that store the clock.
11691
11692 2004-11-09  Wim Taymans  <wim@fluendo.com>
11693
11694         * gst/playback/README:
11695         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
11696         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
11697         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
11698         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
11699         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
11700         (setup_sinks):
11701         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
11702         (gst_stream_info_is_mute), (gst_stream_info_set_property):
11703         * gst/playback/gststreaminfo.h:
11704         Updated README.
11705         Only switch groups if all streams have muted (EOSed).
11706         Send Tags in sync with the stream playback instead of in
11707         the playback/preroll phase.
11708         Some cleanups, free the fakesrc elements.
11709
11710 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11711
11712         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
11713           buffer-frames property was missing
11714         * ext/arts/gst_arts.c:
11715           rate missing from sinkcaps
11716         * ext/audiofile/gstafparse.c:
11717         * ext/audiofile/gstafsink.c:
11718         * ext/audiofile/gstafsrc.c:
11719         * ext/swfdec/gstswfdec.c:
11720           int audio doesn't know buffer-frames
11721         * ext/cdparanoia/gstcdparanoia.c:
11722           int audio doesn't know chunksize either
11723         * ext/nas/nassink.c:
11724           it's endianness, not endianess
11725         * gst-libs/gst/audio/audio.h:
11726           make float standard pad template caps really describe float
11727         * gst/law/mulaw.c: (linear_factory):
11728           signed only, please
11729         * gst/mpegstream/gstdvddemux.c:
11730           widths of 20 are not valid
11731
11732 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11733
11734         Submitted by: Luca Ferretti <elle.uca@infinito.it>
11735
11736         * po/LINGUAS:
11737         * po/it.po:
11738           Add Italian
11739
11740 2004-11-08  Wim Taymans  <wim@fluendo.com>
11741
11742         * gst/playback/README:
11743         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
11744         * gst/playback/gstplaybasebin.c: (probe_triggered),
11745         (gst_play_base_bin_change_state):
11746         Updated README, added more comments for fixmes etc..
11747
11748 2004-11-08  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11751         We can remove this hack now.
11752
11753 2004-11-08  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
11756         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11757         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11758         Only mix AYUV for maximum quality.
11759
11760 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11761
11762         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
11763         (gst_ogg_demux_push), (gst_ogg_pad_push):
11764           Let's act as if we're synchronized now! :).
11765         * ext/theora/theoradec.c: (theora_dec_chain):
11766           Add some debug.
11767
11768 2004-11-08  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11771         (gst_alpha_set_property), (gst_alpha_sink_link),
11772         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
11773         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
11774         (gst_alpha_init_params), (gst_alpha_chain):
11775         Implement alpha functions for AYUV too, this increases
11776         accuracy quite a bit.
11777
11778 2004-11-08  Wim Taymans  <wim@fluendo.com>
11779
11780         * gst/ffmpegcolorspace/avcodec.h:
11781         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11782         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11783         (gst_ffmpegcsp_avpicture_fill):
11784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11785         (gst_ffmpegcsp_caps_remove_format_info):
11786         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11787         (shrink12), (img_get_alpha_info), (deinterlace_line),
11788         (deinterlace_line_inplace):
11789         * gst/ffmpegcolorspace/imgconvert_template.h:
11790         Added AYUV colorspace and handle RGBA a bit more respectful.
11791
11792 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11793
11794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11795           Actually always send a discont (cornercase when resending the
11796           same serial-tagged chain twice).
11797
11798 2004-11-08  Julien MOUTTE  <julien@moutte.net>
11799
11800         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
11801         (gst_ximagesink_finalize):
11802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
11803         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
11804
11805 2004-11-08  Wim Taymans  <wim@fluendo.com>
11806
11807         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
11808         Don't segfault on NULL data.
11809
11810 2004-11-08  Wim Taymans  <wim@fluendo.com>
11811
11812         * gst/playback/gstdecodebin.c: (unlinked):
11813         * gst/playback/gstplay-marshal.list:
11814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11815         (gst_play_base_bin_init), (group_create), (get_active_group),
11816         (get_building_group), (group_destroy), (group_commit),
11817         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
11818         (add_element_stream), (no_more_pads), (probe_triggered),
11819         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
11820         (state_change), (setup_source), (gst_play_base_bin_get_property),
11821         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
11822         (gst_play_base_bin_link_stream),
11823         (gst_play_base_bin_get_streaminfo):
11824         * gst/playback/gstplaybasebin.h:
11825         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11826         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
11827         Add support for chained ogg files. Prepare for playlist
11828         support. This patch introduces the concept of pad groups, which
11829         together compose one playable media file.
11830
11831 2004-11-07  David Schleef  <ds@schleef.org>
11832
11833         * testsuite/gst-lint: Check for pad templates that aren't statically
11834         scoped.
11835
11836 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * configure.ac:
11839         * ext/Makefile.am:
11840         * ext/musepack/Makefile.am:
11841         * ext/musepack/gstmusepackdec.cpp:
11842         * ext/musepack/gstmusepackdec.h:
11843         * ext/musepack/gstmusepackreader.cpp:
11844         * ext/musepack/gstmusepackreader.h:
11845           Add musepack decoder.
11846         * ext/faad/gstfaad.c: (gst_faad_base_init):
11847           Make pad templates static.
11848         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11849         (plugin_init):
11850           Add musepack typefinder, make mp3 typefinding work halfway stream,
11851           which doesn't actually work yet because id3demux doesn't implement
11852           _get_length().
11853
11854 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11855
11856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11857         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
11858           Fix interrupt event handling (#144436).
11859
11860 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11861
11862         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
11863           Hide unused glory.
11864
11865 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11866
11867         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11868
11869         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11870           Fix weird caps (#157548).
11871
11872 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11873
11874         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11875
11876         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
11877           Add missing NULL terminator (#157543).
11878
11879 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11880
11881         * gst/tcp/gsttcp.h:
11882         * gst/tcp/gsttcpclientsink.c:
11883         * gst/tcp/gsttcpclientsrc.c:
11884         * gst/tcp/gsttcpserversink.c:
11885         * gst/tcp/gsttcpserversrc.c:
11886           ports can go up to 65535.  Move common defines to gsttcp.h
11887
11888 2004-11-05  Wim Taymans  <wim@fluendo.com>
11889
11890         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
11891         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
11892         Added two more colorspaces.
11893
11894 2004-11-05  Wim Taymans  <wim@fluendo.com>
11895
11896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11897         (gst_ffmpegcsp_avpicture_fill):
11898         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11899         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
11900         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
11901         More stride fixes.
11902
11903 2004-11-05  Wim Taymans  <wim@fluendo.com>
11904
11905         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
11906         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
11907         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11908         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
11909         (gst_videomixer_loop):
11910         More stride fixes.
11911
11912 2004-11-05  Benjamin Otte  <otte@gnome.org>
11913
11914         * ext/mad/gstmad.c: (gst_mad_chain):
11915           don't overflow data buffer. Flush not needed sync data when syncing
11916           failed.
11917
11918 2004-11-04  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11921         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
11922         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
11923         (gst_alpha_init_params), (gst_alpha_chain),
11924         (gst_alpha_change_state):
11925         Updated the chroma keying algorithm with something more
11926         sophisticated.
11927
11928 2004-11-03  Wim Taymans  <wim@fluendo.com>
11929
11930         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
11931         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11932         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
11933         Fix stride issues. Does not completely work for odd
11934         heights.
11935
11936 2004-11-03  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
11939         (gst_alpha_chroma_key), (gst_alpha_chain):
11940         Fix stride issues. Does not completely work for odd
11941         heights.
11942
11943 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
11944
11945         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
11946         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
11947         leak fixes
11948
11949 2004-11-03  Wim Taymans  <wim@fluendo.com>
11950
11951         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11952         (gst_ffmpegcsp_avpicture_fill):
11953         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
11954         (avpicture_alloc):
11955         * gst/ffmpegcolorspace/imgconvert_template.h:
11956         Use correct _fill function to get correct strides.
11957
11958 2004-11-02  David Schleef  <ds@schleef.org>
11959
11960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11961         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
11962         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
11963         Change all g_print()s to debugging.  Add a bunch of consistency
11964         checks.
11965
11966 2004-11-02  Wim Taymans  <wim@fluendo.com>
11967
11968         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11969         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
11970         (unlinked), (no_more_pads), (close_link):
11971         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11972         (unknown_type), (add_element_stream), (new_decoded_pad),
11973         (removed_decoded_pad), (setup_source):
11974         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
11975         (gst_stream_info_class_init), (gst_stream_info_init),
11976         (gst_stream_info_new), (gst_stream_info_dispose),
11977         (stream_info_mute_pad), (gst_stream_info_set_property),
11978         (gst_stream_info_get_property):
11979         * gst/playback/gststreaminfo.h:
11980         Fix playback of multiple files.
11981         a slightly different approach to handling dynamic pad removals.
11982         This one only looks at pads that we have linked.
11983
11984 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
11985
11986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
11987         free" warning from libc.
11988
11989 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11990
11991         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
11992         (get_unconnected_element), (remove_starting_from), (pad_removed),
11993         (close_link):
11994           Implement support for dynamic pad changing. We listen to "live"
11995           pad removals (i.e. while playing) and re-setup autoplugging
11996           after that. Playbasebin/playbin need some more work for this
11997           to finally work, but decodebin supports (and replugs) chained
11998           ogg now.
11999
12000 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12001
12002         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12003         (gst_alsa_finalize):
12004         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12005         (gst_cdaudio_finalize):
12006         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12007         (cdparanoia_finalize):
12008         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12009         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12010         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12011         (dvdreadsrc_finalize):
12012         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12013         (gst_flacdec_finalize):
12014         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12015         (gst_flacenc_finalize):
12016         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12017         (gst_gnomevfssink_finalize):
12018         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12019         (gst_gnomevfssrc_finalize):
12020         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12021         (gst_fameenc_finalize):
12022         * ext/nas/nassink.c: (gst_nassink_class_init),
12023         (gst_nassink_finalize):
12024         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12025         (gst_sdlvideosink_class_init):
12026         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12027         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12028         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12029         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12030         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12031         (gst_x_window_listener_dispose):
12032         * gst/audioscale/gstaudioscale.c:
12033         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12034         (play_on_demand_finalize):
12035         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12036         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12037         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12038         (cdplayer_finalize):
12039         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12040         (gst_glimagesink_class_init):
12041         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12042         (gst_osselement_finalize):
12043         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12044         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12045         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12046           Fixes a bunch of problems with finalize and dispose functions,
12047           either assumptions that dispose is only called once, or not calling
12048           the parent class dispose/finalize function
12049
12050 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12051
12052         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12053           added two api precondition guards
12054           use g_strdup with getenv to fix crash when using ENVVAR
12055
12056 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12057         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12058         (gst_esdsink_finalize):
12059         Use a finalize function, not dispose, and more importantly,
12060         call the parent class finalize function too
12061
12062 2004-11-01  Johan Dahlin  <johan@gnome.org>
12063
12064         * ext/ogg/gstoggdemux.c:
12065         * gst/tags/gstvorbistag.c:
12066         Plug leaks.
12067
12068 2004-10-31  Benjamin Otte  <otte@gnome.org>
12069
12070         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12071           lotsa memleaks today. But they're all small...
12072
12073 2004-10-31  Benjamin Otte  <otte@gnome.org>
12074
12075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12076           another memleak crushed
12077
12078 2004-10-31  Benjamin Otte  <otte@gnome.org>
12079
12080         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12081           fix memleak
12082
12083 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12084
12085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12086           Hack to prevent crash when going to READY inside signal handler
12087           while this function is active.
12088
12089 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12090
12091         * gst/ffmpegcolorspace/Makefile.am:
12092         * gst/ffmpegcolorspace/avcodec.h:
12093         * gst/ffmpegcolorspace/common.h:
12094         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12095         * gst/ffmpegcolorspace/dsputil.h:
12096         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12097         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12098         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12099         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12100         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12101         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12102         (gst_ffmpegcsp_avpicture_fill):
12103         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12105         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12106         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12107         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12108         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12109         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12110         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12111         * gst/ffmpegcolorspace/imgconvert.c:
12112         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12113         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12114         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12115         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12116         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12117         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12118         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12119         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12120         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12121         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12122         (grow21), (grow22), (grow41), (grow44), (conv411),
12123         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12124         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12125         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12126         (avpicture_free), (is_yuv_planar), (img_convert),
12127         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12128         (deinterlace_line_inplace), (deinterlace_bottom_field),
12129         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12130         * gst/ffmpegcolorspace/imgconvert_template.h:
12131         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12132         * gst/ffmpegcolorspace/mmx.h:
12133         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12134         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12135         (av_freep), (avcodec_get_context_defaults),
12136         (avcodec_alloc_context), (avcodec_init):
12137           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12138           handling plus update from ffmpeg CVS. Large clean-up.
12139
12140 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12141
12142         * gst/playback/Makefile.am:
12143           We need the marshallers for decodebin, too.
12144
12145 2004-10-30  David Schleef  <ds@schleef.org>
12146
12147         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12148           quicktime typefinding work with 64-bit offsets.
12149
12150 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12151
12152         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12153           Set EOS on the element when processing an EOS event.
12154         * ext/speex/gstspeexdec.h:
12155         * ext/speex/gstspeexenc.h:
12156           Only keep a const ptr to the mode
12157         * gst-libs/gst/riff/riff-media.c:
12158         (gst_riff_create_audio_caps_with_data),
12159         (gst_riff_create_audio_template_caps):
12160           Allow WMAV3, with up to 6 channels.
12161         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12162           Don't call gst_pad_set_event_function on a sink pad.
12163         * gst/mpegstream/gstdvddemux.c:
12164         (gst_dvd_demux_get_subpicture_stream),
12165         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12166           Copy the explicit caps that were set across to the cur_* pads,
12167           instead of trying to use a possibly non-existent negotiated caps.
12168           Reset the type of subpicture pads to UNKNOWN after calling
12169           init_stream, so that the caps get set.
12170
12171 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12172
12173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12174
12175         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12176           Don't touch buffer if it is of size 0 (fixes #151064).
12177
12178 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12179
12180         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12181           Synchronized discont handling.
12182
12183 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12184
12185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12186         (gst_ogg_demux_push):
12187           Make seeking sort-of exact again (fixes #156387).
12188
12189 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12190
12191         * gst/playback/gstplaybasebin.c: (unknown_type),
12192         (add_element_stream), (new_decoded_pad),
12193         (gst_play_base_bin_change_state):
12194         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12195         (gst_stream_info_init), (gst_stream_info_new),
12196         (gst_stream_info_dispose), (gst_stream_info_get_property):
12197         * gst/playback/gststreaminfo.h:
12198           Make caps explicitely available. Makes testing for unsupported
12199           types possible. Improves error reporting.
12200
12201 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12202
12203         * gst/audioconvert/gstaudioconvert.c:
12204         (gst_audio_convert_buffer_to_default_format):
12205           Really don't touch read-only buffers (#156563).
12206
12207 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
12208
12209         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12210
12211         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12212           Fix memleak (#155223).
12213
12214 2004-10-29  Wim Taymans  <wim@fluendo.com>
12215
12216         * gst/tcp/.cvsignore:
12217         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12218         (gst_multifdsink_class_init), (gst_multifdsink_init),
12219         (gst_multifdsink_add), (gst_multifdsink_remove),
12220         (gst_multifdsink_remove_client_link), (is_sync_frame),
12221         (gst_multifdsink_new_client),
12222         (gst_multifdsink_handle_client_write),
12223         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12224         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12225         (gst_multifdsink_get_property):
12226         * gst/tcp/gstmultifdsink.h:
12227         Added burst on connect sync_method, deprecated sync_clients,
12228         streamlined the sync code some more.
12229
12230 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12231
12232         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12233         (gst_play_base_bin_change_state):
12234           Improve error reporting.
12235
12236 2004-10-28  Wim Taymans  <wim@fluendo.com>
12237
12238         * gst/tcp/Makefile.am:
12239         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12240         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12241         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12242         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12243         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12244         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12245         (gst_fdset_wait):
12246         Added more locks around fdset structures. Fixed/reworked
12247         the poll array resizing code.
12248         Added stress test for fdset.
12249
12250 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12251
12252         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12253         fix build
12254
12255 2004-10-28  Benjamin Otte  <otte@gnome.org>
12256
12257         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12258           fix link function to always query channels and query width for
12259           floats
12260         * configure.ac:
12261           add equalizer dir
12262         * gst/equalizer/Makefile.am:
12263         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12264         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12265         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12266         (arg_to_scale), (setup_filter),
12267         (gst_iir_equalizer_compute_frequencies),
12268         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12269         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12270         (plugin_init):
12271           add an equalizer
12272
12273 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12274
12275         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12276
12277         * po/LINGUAS:
12278         * po/nb.po:
12279           Added Norwegian Bokmaal translation
12280
12281 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12282
12283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12284           Don't break on options (fixes #156488).
12285
12286 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12287
12288         * configure.ac:
12289         * ext/cdaudio/Makefile.am:
12290         * sys/Makefile.am:
12291           fix build on older automake
12292
12293 2004-10-26  Wim Taymans  <wim@fluendo.com>
12294
12295         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12296         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12297         Allow a little margin when negotiating the framerate.
12298
12299 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12300
12301         * gst/level/gstlevel.c:
12302           synchonised naming of pads and pad-templates
12303
12304 2004-10-26  Wim Taymans  <wim@fluendo.com>
12305
12306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12307         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12308         (_find_streams_check), (gst_ogg_demux_push):
12309         Fix EOS again. Needs to be done in a better way. We should not
12310         remove the pad if there is no new chained stream.
12311
12312 2004-10-26 Iain <iaingnome@gmail.com>
12313
12314         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12315         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12316         of the caps.
12317         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12318         pad.
12319         (interleave_release_pad): Remove the pad.
12320         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12321         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12322         the set device.
12323         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12324         attrs
12325         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12326         (gst_xvimagesink_finalize): Free the par.
12327
12328 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12329
12330         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12331         (gst_avimux_stop_file):
12332           First calculate the rate, and only then use it. Hdr.rate is a
12333           multiple and not a derivative of hdr.scale. Scale is not the
12334           same as blockalign but is solely related to rate.
12335
12336 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12337
12338         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12339         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12340           Implement seeking.
12341
12342 2004-10-25  James Henstridge  <james@jamesh.id.au>
12343
12344         Reviewed by:  David Schleef  <ds@schleef.org>
12345
12346         * examples/gstplay/player.c: (got_stream_length), (main):
12347         * examples/seeking/cdplayer.c: (update_scale):
12348         * examples/seeking/seek.c: (format_value), (update_scale):
12349         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12350         (stop_seek):
12351         Build fixes on AMD64.
12352
12353 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12354
12355         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12356
12357         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12358         Fix for some v4l cards which hang in v4lsrc
12359
12360 2004-10-25  Wim Taymans  <wim@fluendo.com>
12361
12362         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12363         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12364         Make sure to remove the pad when a new chain is
12365         encountered. Set some vars to NULL so we don't try
12366         to reference freed memory.
12367
12368 2004-10-25  Wim Taymans  <wim@fluendo.com>
12369
12370         * examples/seeking/Makefile.am:
12371         * examples/seeking/cdplayer.c: (update_scale):
12372         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12373         * examples/seeking/playbin.c: (make_playerbin_pipeline),
12374         (format_value), (update_scale), (iterate), (start_seek),
12375         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12376         (print_usage), (main):
12377         Added some more examples, update others.
12378
12379 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12380
12381         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12382         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12383         * ext/theora/theoradec.c: (theora_dec_chain):
12384         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12385           Add codec-name metadata.
12386
12387 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
12388
12389         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12390
12391         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12392         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12393         * ext/alsa/gstalsamixertrack.h:
12394         * po/POTFILES.in:
12395           ALSA mixer track label internationalization (#154054).
12396
12397 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12398
12399         * ext/theora/theoradec.c: (theora_dec_chain):
12400           Export bitrate as metadata.
12401
12402 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12403
12404         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12405         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12406         * ext/alsa/gstalsamixertrack.h:
12407           Fix names, fix loop.
12408
12409 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12410
12411         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12412         (speex_dec_convert):
12413           sinkconvert function so oggdemux can get the file length (totem).
12414
12415 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
12416
12417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12418
12419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12420           Don't push incomplete packets.
12421         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12422           Fix MPEG-4 audio typefinding.
12423
12424 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12425
12426         * sys/v4l/Makefile.am:
12427         * sys/v4l/gstv4l.c: (plugin_init):
12428         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12429         (gst_v4lelement_init), (gst_v4lelement_dispose),
12430         (gst_v4lelement_change_state):
12431         * sys/v4l/gstv4lelement.h:
12432         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12433         (gst_v4l_xoverlay_close), (idle_refresh),
12434         (gst_v4l_xoverlay_set_xwindow_id):
12435         * sys/v4l/gstv4lxoverlay.h:
12436         * sys/v4l/v4l-overlay_calls.c:
12437         * sys/v4l/v4l_calls.h:
12438         * sys/v4l2/Makefile.am:
12439         * sys/v4l2/gstv4l2.c: (plugin_init):
12440         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12441         (gst_v4l2element_init), (gst_v4l2element_dispose),
12442         (gst_v4l2element_change_state):
12443         * sys/v4l2/gstv4l2element.h:
12444         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12445         (gst_v4l2_xoverlay_close), (idle_refresh),
12446         (gst_v4l2_xoverlay_set_xwindow_id):
12447         * sys/v4l2/gstv4l2xoverlay.h:
12448         * sys/v4l2/v4l2-overlay_calls.c:
12449         * sys/v4l2/v4l2_calls.h:
12450           Remove client-side overlay handling, use the X-server v4l plugin
12451           for that. Nicer overlay, less code. Also make the plugin
12452           compileable without X (but then without overlay, obviously).
12453           Makes xwindowlistener obsolete, should we remove that?
12454
12455 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12456
12457         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12458         (gst_osssrc_src_query):
12459         * sys/oss/gstosssrc.h:
12460           OK, so people want offset in DEFAULT. This time, actually fix all
12461           cases.
12462         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12463           Add FPS properly.
12464
12465 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12466
12467         * gst/asfdemux/gstasfmux.c:
12468         * gst/avi/gstavimux.c:
12469           Framerate.
12470
12471 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12472
12473         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12474           Fix properties (channel, norm, frequency).
12475
12476 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12477
12478         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12479           Flag typo.
12480         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12481           No warnings.
12482
12483 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12484
12485         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12486           Fix hang.
12487
12488 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12489
12490         * sys/v4l2/gstv4l2element.h:
12491           Yet Another Hack (tm) for kernel header borkedness.
12492         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12493         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12494         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12495         (gst_v4l2src_change_state):
12496         * sys/v4l2/gstv4l2src.h:
12497         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12498         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12499           Fix caps, keep track of state, work.
12500
12501 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12502
12503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12504           Quiet.
12505
12506 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12507
12508         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12509           Don't mix bytes and samples.
12510
12511 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12512
12513         * ext/ogg/gstoggmux.c:
12514           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12515           and theora. Any is incorrect.
12516         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12517           Fix caps.
12518         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12519         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12520         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12521         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12522         * sys/v4l/gstv4lmjpegsrc.h:
12523         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12524         (gst_v4lsrc_change_state):
12525         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12526         (gst_v4lmjpegsrc_capture_stop):
12527           Fix caps. Keep track of internal state. Work.
12528
12529 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12530
12531         * ext/Makefile.am:
12532           Fix the build fixes.
12533
12534 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12535
12536         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12537         (gst_ogg_demux_src_event), (_find_chain_seek),
12538         (gst_ogg_pad_push):
12539           Check for pad availability before using it.
12540         * ext/ogg/gstoggdemux.c: (_find_chain_process):
12541           Fix parsing of chained ogg. Needs more work on the decoder side.
12542
12543 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12544
12545         * gst/spectrum/Makefile.am:
12546         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
12547         (idle_func):
12548           Fix demo and reenable it. Yes, I'm currently playing with audio
12549           analysis tools
12550
12551 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12552
12553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12554           We love it if files that start at zero work too...
12555
12556 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12557
12558         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12559           Handle files with missing EOS headers.
12560
12561 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12562
12563         * gst/tcp/gsttcpserversink.c:
12564         (gst_tcpserversink_handle_server_read),
12565         (gst_tcpserversink_init_send):
12566         Zero some variables first (need for accept not to return EINVAL)
12567
12568 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12569
12570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12571         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12572         * ext/theora/theoradec.c: (theora_dec_sink_convert),
12573         (theora_dec_chain):
12574         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12575         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
12576           Seeking and querying finetune.
12577
12578 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12579
12580         * configure.ac:
12581         * ext/Makefile.am:
12582         * ext/raw1394/Makefile.am:
12583           fix the build
12584
12585 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12586
12587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12588           Wrong return.
12589         * gst/playback/Makefile.am:
12590         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
12591         * gst/playback/gstplay-marshal.list:
12592         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
12593           Fix marshallers.
12594
12595 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12596
12597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
12598           Silence.
12599
12600 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12601
12602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12603         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12604         (gst_ogg_pad_push):
12605           Yay for non-lineair granulepos in theora.
12606
12607 2004-10-18  Wim Taymans  <wim@fluendo.com>
12608
12609         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
12610         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12611         * ext/dv/gstdvdec.h:
12612         Make sure we renegotiate aspect ratio when the camera switches.
12613
12614 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12615
12616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12617         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
12618           Start at zero.
12619         * ext/theora/theoradec.c: (theora_dec_chain):
12620           Skip headers. Bad idea for chained ogg, but fixes seeking.
12621
12622 2004-10-18  Wim Taymans  <wim@fluendo.com>
12623
12624         * configure.ac:
12625         I swear, this is the last time I touch this.
12626
12627 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12628
12629         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12630         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
12631         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
12632           Faster seeking.
12633         * ext/theora/theoradec.c: (theora_dec_sink_convert):
12634           Time-to-default conversion.
12635         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12636           Don't error on unknown packets, just skip. We should probably
12637           read them if we want to support chained ogg.
12638
12639 2004-10-18  Wim Taymans  <wim@fluendo.com>
12640
12641         * configure.ac:
12642         Added cdaudio to wrong list.
12643
12644 2004-10-18  Wim Taymans  <wim@fluendo.com>
12645
12646         * configure.ac:
12647         Revive cdaudio.
12648
12649 2004-10-18  Wim Taymans  <wim@fluendo.com>
12650
12651         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12652         (gst_dvdec_video_link), (gst_dvdec_push):
12653         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
12654         (gst_smokeenc_resync), (gst_smokeenc_chain):
12655         Fix mimetype on smoke encoder.
12656         Add aspect ratio to dvdec. Not sure if these
12657         values are correct though....
12658
12659 2004-10-18  Wim Taymans  <wim@fluendo.com>
12660
12661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12662         Fix vorbis property descriptions and ranges.
12663
12664 2004-10-18  Wim Taymans  <wim@fluendo.com>
12665
12666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
12667         Really do nothing when no data is available.
12668         Go to the playing state when the stream is not seekable
12669         instead of failing.
12670
12671 2004-10-18  Wim Taymans  <wim@fluendo.com>
12672
12673         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
12674         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
12675         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
12676         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
12677         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
12678         Added uri handler for cd://
12679         Port to new API.
12680
12681 2004-10-18  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12684         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12685         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12686         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12687         (remove_prerolls), (unknown_type), (add_element_stream),
12688         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
12689         (gst_play_base_bin_remove_element),
12690         (gst_play_base_bin_link_stream):
12691         * gst/playback/gstplaybin.c: (gen_video_element),
12692         (gen_vis_element), (remove_sinks), (setup_sinks):
12693         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12694         (gst_stream_info_get_type), (gst_stream_info_class_init),
12695         (gst_stream_info_init), (gst_stream_info_new),
12696         (gst_stream_info_dispose), (stream_info_mute_pad),
12697         (gst_stream_info_set_property), (gst_stream_info_get_property):
12698         * gst/playback/gststreaminfo.h:
12699         Add sink padtemplate to decodebin.
12700         Added some more comments.
12701         Make queue size configurable in playbasebin.
12702         Added possibility to use elements as sinks (ex cdaudio).
12703
12704 2004-10-15  Wim Taymans  <wim@fluendo.com>
12705
12706         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12707         (gst_speexenc_chain):
12708         Fix speex timestamps so that it gets muxed properly.
12709
12710 2004-10-15  Wim Taymans  <wim@fluendo.com>
12711
12712         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
12713         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
12714         (gst_dv1394src_init), (gst_dv1394src_dispose),
12715         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
12716         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
12717         (gst_dv1394src_event), (gst_dv1394src_get_formats),
12718         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
12719         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
12720         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
12721         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
12722         * ext/raw1394/gstdv1394src.h:
12723         Added conversion/query functions.
12724         Update buffer timestamps,
12725         Added signals.
12726         Added uri dv:// so it might play from the firewire in playbin.
12727         Fix a possible leak.
12728         Added debugging.
12729
12730 2004-10-15  Wim Taymans  <wim@fluendo.com>
12731
12732         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
12733         (gst_dv1394src_init), (gst_dv1394src_set_property),
12734         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
12735         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
12736         * ext/raw1394/gstdv1394src.h:
12737         Added AV/C VTR control support needed for some cameras.
12738         Added automatic port detection.
12739         Added properties for selecting the channel.
12740         The configure.ac script is not yet updated to reflect the
12741         new libavc1394 and librom1394 dependencies.
12742
12743 2004-10-15  Wim Taymans  <wim@fluendo.com>
12744
12745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12746         (qtdemux_parse), (gst_qtdemux_handle_esds):
12747         An esds box is not a container.
12748         Fix parsing of mp4v boxes.
12749         Do not try to renegotiate fps for each frame. Need to
12750         find a better method. This should fix mp4 playback.
12751
12752 2004-10-14  David Schleef  <ds@schleef.org>
12753
12754         * configure.ac: update for swfdec-0.3 and liboil-0.2
12755         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
12756         * ext/swfdec/gstswfdec.h: same
12757         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
12758         * gst/videotestsrc/videotestsrc.c: same
12759
12760 2004-10-14  Wim Taymans  <wim@fluendo.com>
12761
12762         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12763         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
12764         (is_sync_frame), (gst_multifdsink_new_client),
12765         (gst_multifdsink_handle_client_write),
12766         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12767         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
12768         Turn warnings into info.
12769         Don't allow a state change in the streaming thread.
12770
12771 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12772
12773         * ext/vorbis/oggvorbisenc.c:
12774         * ext/vorbis/vorbisdec.c:
12775           fix template sample rate
12776
12777 2004-10-13  Wim Taymans  <wim@fluendo.com>
12778
12779         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
12780         Decoding the header first fixes some problems in resyncing
12781         in more mp3s.
12782
12783 2004-10-12  Wim Taymans  <wim@fluendo.com>
12784
12785         * gst/playback/gstplaybin.c: (gen_video_element),
12786         (gen_vis_element), (remove_sinks), (setup_sinks):
12787         Added vis plugin support, need to configure the vis
12788         element to activate it.
12789
12790 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12791
12792         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
12793         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
12794           Some debug.
12795         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
12796         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
12797         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
12798         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
12799         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
12800         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
12801         * gst/avi/gstavidemux.h:
12802           Support for openDML-2.0 indx/ix## chunks. Support for broken index
12803           recovery (where, if part of the index is broken, we will still read
12804           the rest of the index and recover the broken part by stream
12805           scanning). More broken media support. EOS workarounds. General AVI
12806           braindamage headache recovery. Aspirin included.
12807
12808 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12809
12810         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
12811         (cdparanoia_event), (cdparanoia_query):
12812           Get rid of hideous lead-in.
12813
12814 2004-10-11  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/playback/gstplaybasebin.c: (setup_source):
12817         Wrong var used to get g_list_next.
12818
12819 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12820
12821         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12822         (cdparanoia_get), (cdparanoia_open):
12823           Report discid as metadata, add duration.
12824
12825 2004-10-11  Wim Taymans  <wim@fluendo.com>
12826
12827         * gst/playback/gstplaybasebin.c: (setup_source):
12828         Cleanup the previous pipeline a little earlier for the
12829         case that a source element provides raw data.
12830
12831 2004-10-11  Benjamin Otte  <otte@gnome.org>
12832
12833         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12834           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
12835           consuming the last 128 bytes, even though it was valid mp3 data.
12836
12837 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12838
12839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
12840         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
12841         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12842         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
12843
12844 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12845
12846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
12847         Fix for webcams that support only specific width or height
12848
12849 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12850
12851         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12852
12853         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
12854           Fix wrong discont event setup (fixes #154967).
12855
12856 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
12857
12858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12859
12860         * gst/auparse/gstauparse.c: (gst_auparse_chain):
12861           Error out on invalid data (fixes #154807).
12862
12863 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12864
12865         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12866
12867         * ext/dvdread/dvdreadsrc.c: (_read):
12868           Make titles > 0 work again (fixes #154834).
12869
12870 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12871
12872         * gst-libs/gst/riff/riff-media.c:
12873         (gst_riff_create_video_template_caps):
12874           WMV3 missing in template caps.
12875
12876 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12877
12878         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12879           OK, so the original code was too strict. It makes random AVI files
12880           hang for seconds upon opening, which is unacceptable and is far
12881           beyond the original goal of getting multiple chunks for one-chunk
12882           sounc stream files. So now do just that.
12883
12884 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12885
12886         * gst/playback/gstplaybasebin.c: (setup_source),
12887         (gst_play_base_bin_change_state):
12888           Actually clean up streaminfo if output fails. This would trigger
12889           if, for example, there was no CD in the drive. No preroll, so
12890           a streaminfo structure is created, but the subsequent state change
12891           of the thread fails.
12892         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
12893           Don't change state if parent failed.
12894
12895 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12896
12897         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12898         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
12899         (gen_video_element), (remove_sinks):
12900           Add small bits of code for screenshot handling.
12901
12902 2004-10-08  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
12905         (gen_video_element), (gen_audio_element), (setup_sinks):
12906         Don't assume the user provided sinks are named "sink"...
12907
12908 2004-10-08  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
12911         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
12912         (gst_play_base_bin_link_stream):
12913         Do not try to autoplug sources that generate raw streams like
12914         cdparanoia.
12915         disconnect the preroll overrun signal when we don't need it anymore.
12916
12917 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
12918
12919         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12920         Added reworked patch from #154903 from milosz derezynski (deadchip).
12921
12922 2004-10-08  Wim Taymans  <wim@fluendo.com>
12923
12924         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
12925         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
12926         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
12927         (cdparanoia_convert), (cdparanoia_uri_get_type),
12928         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
12929         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
12930         * ext/cdparanoia/gstcdparanoia.h:
12931         This adds the cdda://<tracknum> uri.
12932
12933 2004-10-08  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12936         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
12937         (try_to_link_1), (no_more_pads), (close_link), (type_found):
12938         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12939         (unknown_type), (gst_play_base_bin_remove_element),
12940         (gst_play_base_bin_link_stream):
12941         * gst/playback/gstplaybasebin.h:
12942         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12943         (gst_play_bin_set_property), (gen_video_element),
12944         (gen_audio_element), (setup_sinks):
12945         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
12946         (gst_stream_info_get_type), (gst_stream_info_class_init),
12947         (gst_stream_info_init), (gst_stream_info_new),
12948         (gst_stream_info_dispose), (stream_info_mute_pad),
12949         (gst_stream_info_set_property), (gst_stream_info_get_property):
12950         * gst/playback/gststreaminfo.h:
12951         Reuse the audio and video bins.
12952         Some internal cleanups in the stream selection code.
12953
12954 2004-10-08  Julien MOUTTE  <julien@moutte.net>
12955
12956         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12957         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12958         * sys/ximage/ximagesink.h:
12959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12960         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12961         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
12962         not coming from those elements. Moreover these elements should not keep
12963         the xid they have been given when in NULL state.
12964
12965 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12966
12967         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
12968         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
12969         * sys/ximage/ximagesink.h:
12970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
12971         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
12972         * sys/xvimage/xvimagesink.h:
12973           Actually only create a new toplevel window if we're not gonna
12974           embed it right after.
12975
12976 2004-10-07  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
12979         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
12980         * gst/playback/gstplaybin.c: (setup_sinks):
12981         Implement muting/unmuting of streams, mute streams that are not
12982         used.
12983
12984 2004-10-07  Wim Taymans  <wim@fluendo.com>
12985
12986         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
12987         (plugin_init):
12988         Added lame audio/x-ac3 typefind function.
12989
12990 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12991
12992         * configure.ac:
12993           bump nano to cvs
12994
12995 === release 0.8.5 ===
12996
12997 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12998
12999         * NEWS:
13000         * RELEASE:
13001         * configure.ac:
13002           releasing 0.8.5, "Take You On"
13003
13004 2004-10-06  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13007         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13008         (no_more_pads), (close_link), (type_found):
13009         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13010         * gst/playback/gstplaybin.c: (gen_video_element):
13011         Do not signal the no_more_pads after the first pad when
13012         we are plugging a non dynamic element with multiple
13013         output pads (like swfdec, dvdec, ...).
13014
13015 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13016
13017         * configure.ac:
13018           bump for prerelease
13019
13020 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13021
13022         * gst/wavparse/gstwavparse.c:
13023           add ATRAC3 to STATIC CAPS to fix a warning
13024
13025         * gst/matroska/ebml-read.c:
13026         * gst-libs/gst/riff/riff-read.c:
13027           fix typos
13028
13029 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13030
13031         * gst-libs/gst/riff/riff-media.c:
13032           generate caps for ATRAC3 audio streams
13033
13034         * gst/realmedia/rmdemux.c:
13035           generate caps for ATRAC3 audio streams
13036
13037 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13038
13039         * gst/wavparse/Makefile.am
13040         * gst/wavparse/riff.h
13041         * gst/wavparse/wavparse.vcproj
13042           riff.h removal (unused and duplication with riff-ids.h)
13043
13044 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13045
13046         * gst/wavparse/gstwavparse.h
13047           remove duplicated defines for audio codec codes
13048
13049         * gst-libs/gst/riff/riff-ids.h
13050         * gst/wavenc/riff.h:
13051           add "4CC" code for ATRAC3 audio streams
13052           add "4CC" code for ITU_G721_ADPCM (unused for now)
13053
13054 2004-10-06  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13057         Actually _do_ negotiation. Pass gdouble as arg instead
13058         of guint64 for the framerate.
13059
13060 2004-10-06  Wim Taymans  <wim@fluendo.com>
13061
13062         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13063         (find_compatibles), (close_pad_link), (try_to_link_1),
13064         (no_more_pads), (close_link), (type_found):
13065         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13066         * gst/playback/gstplaybin.c: (gen_video_element),
13067         (gen_audio_element):
13068         Set state on newly added element to READY so that negotiation
13069         can happen ASAP.
13070         Addes some more debug info.
13071         Do not try to plug pads with multiple caps structures or ANY
13072         because it is too dangerous since we do not do dynamic
13073         replugging.
13074
13075 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13076
13077         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13078
13079         * po/LINGUAS:
13080         * po/or.po:
13081           add Oriya translation
13082
13083 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13084
13085         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13086           Prevent overwrite of size member. Makes audio sound crappy.
13087
13088 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13089
13090         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13091         Add rmvb to the list of known RealMedia extensions
13092
13093 2004-10-05  Wim Taymans  <wim@fluendo.com>
13094
13095         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13096         (mngdec_openstream), (mngdec_closestream),
13097         (mngdec_handle_sink_event), (mngdec_readdata),
13098         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13099         (mngdec_getcanvasline), (mngdec_refresh),
13100         (gst_mngdec_change_state):
13101         Set the framerate correctly.
13102
13103 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13104
13105         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13106           There was something wrong with the index massaging.
13107
13108 2004-10-04  Wim Taymans  <wim@fluendo.com>
13109
13110         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13111         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13112         (gst_smokedec_chain):
13113         * ext/jpeg/gstsmokedec.h:
13114         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13115         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13116         * ext/jpeg/gstsmokeenc.h:
13117         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13118         (smokecodec_decode_new), (smokecodec_info_free),
13119         (smokecodec_set_quality), (smokecodec_get_quality),
13120         (smokecodec_set_threshold), (smokecodec_get_threshold),
13121         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13122         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13123         (smokecodec_encode), (smokecodec_parse_id),
13124         (smokecodec_parse_header), (smokecodec_decode):
13125         * ext/jpeg/smokecodec.h:
13126         * ext/jpeg/smokeformat.h:
13127         Updated smoke, new bitstream, allows embedding in ogg.
13128
13129 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13130
13131         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13132           Fix seeking in some files. All this code is no longer needed (and
13133           actually breaks stuff) because we now synchronize the full index
13134           right when reading the header.
13135
13136 2004-10-04  Wim Taymans  <wim@fluendo.com>
13137
13138         * configure.ac:
13139         configure update for libmng.
13140
13141 2004-10-04  Wim Taymans  <wim@fluendo.com>
13142
13143         * ext/libmng/Makefile.am:
13144         * ext/libmng/gstmng.c: (plugin_init):
13145         * ext/libmng/gstmng.h:
13146         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13147         (gst_mngdec_base_init), (gst_mngdec_class_init),
13148         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13149         (gst_mngdec_loop), (gst_mngdec_get_property),
13150         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13151         (mngdec_closestream), (mngdec_handle_sink_event),
13152         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13153         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13154         (gst_mngdec_change_state):
13155         * ext/libmng/gstmngdec.h:
13156         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13157         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13158         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13159         (gst_mngenc_chain), (gst_mngenc_get_property),
13160         (gst_mngenc_set_property):
13161         * ext/libmng/gstmngenc.h:
13162         Added basic MNG decoder. Needs more work. The encoder does
13163         not work yet.
13164
13165 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13166
13167         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13168         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13169         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13170           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13171           no-more-pads.
13172
13173 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13174
13175         * configure.ac:
13176           you need at least 1.0.4 of speex
13177
13178 2004-10-04 Iain <iaingnome@gmail.com>
13179
13180         * ext/speex/gstspeexdec.h: Revert the includes changes.
13181
13182         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13183
13184 2004-09-30 Iain <iaingnome@gmail.com>
13185
13186         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13187         found during init or set as a property instead of hardcoding /dev/audio
13188
13189 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13190
13191         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13192         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13193         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13194         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13195         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13196         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13197         (gst_rmdemux_dump_data):
13198           Use debug category, fix EOS handling. filesrc ! rmdemux now
13199           works.
13200
13201 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13202
13203         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13204         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13205         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13206           Improve allocation, cutting and sorting of the index. How takes a
13207           few seconds instead of minutes.
13208
13209 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
13210
13211         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13212           fixed compilation
13213
13214 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13215
13216         * gst-libs/gst/riff/riff-media.c:
13217         (gst_riff_create_video_caps_with_data),
13218         (gst_riff_create_video_template_caps):
13219           Add wing commander format mimetype/fourccs.
13220         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13221           Don't crash if some value is 0.
13222
13223 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13224
13225         * gst-libs/gst/riff/riff-media.c:
13226         (gst_riff_create_video_caps_with_data),
13227         (gst_riff_create_video_template_caps):
13228           Add DIB fourcc (raw, palettized 8-bit RGB).
13229         * gst-libs/gst/riff/riff-read.c:
13230         (gst_riff_read_strf_vids_with_data):
13231           Oops, fix strf_data reading bug.
13232         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13233           Use a non-NULL tag.
13234         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13235           Time for hacks. Sorry Dave. At least one quicktime movie (a
13236           trailer) that I've encountered contains multiple video tracks.
13237           One of those is the actual video track, the other are one-frame
13238           tracks (images). Unfortunately, the number of frames according
13239           to the trak header is 1 for each, so that doesn't help. So
13240           instead, I look at the duration and discard tracks with a
13241           duration shorter than 20% of the length of the stream. Better
13242           than nothing.
13243
13244 2004-10-01  Christian Schaller <christian@fluendo.com>
13245
13246         * ext/ivorbis/vorbis.c:
13247           Patch from Phil Blundell (Bug 152341)
13248
13249 2004-10-01  Wim Taymans  <wim@fluendo.com>
13250
13251         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13252         (speex_dec_get_formats), (speex_dec_convert),
13253         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13254         (speex_dec_chain), (gst_speexdec_get_property),
13255         (gst_speexdec_set_property):
13256         Small cleanups.
13257
13258 2004-10-01  Wim Taymans  <wim@fluendo.com>
13259
13260         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13261         (gst_wavparse_stream_init), (gst_wavparse_fmt),
13262         (gst_wavparse_other), (gst_wavparse_loop),
13263         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13264         (gst_wavparse_srcpad_event):
13265         * gst/wavparse/gstwavparse.h:
13266         Added some more debugging info.
13267         Fix the case where the length of the file is 0.
13268         Make sure we seek to sample borders.
13269
13270 2004-10-01  Wim Taymans  <wim@fluendo.com>
13271
13272         * gst/playback/README:
13273         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13274         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13275         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13276         Add some debug info to decodebin, update README
13277
13278 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13279
13280         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13281           Don't use g_print(); use GST_DEBUG().
13282
13283 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13284
13285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13286         (gst_ogg_mux_queue_pads):
13287           Handle EOS properly.
13288
13289 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13290
13291         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13292
13293         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13294         (gst_faad_chain), (gst_faad_change_state):
13295         * ext/faad/gstfaad.h:
13296           Allow playback of raw (unframed) MPEG AAC files (#148993).
13297
13298 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13299
13300         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13301
13302         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13303           Throw error if we didn't recognize the stream. Fixes #152289.
13304
13305 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13306
13307         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13308           Fix negotiation.
13309
13310 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13311
13312         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13313
13314         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13315           Fix memleak.
13316
13317 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13318
13319         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13320
13321         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13322           Solve #152805.
13323         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13324           Solve 152806.
13325
13326 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13327
13328         * gst-libs/gst/riff/riff-media.c:
13329         (gst_riff_create_video_caps_with_data),
13330         (gst_riff_create_audio_caps_with_data):
13331           Add codec_data handling (like asfdemux used to do).
13332         * gst/asfdemux/gstasf.c: (plugin_init):
13333         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13334         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13335           Use riff-media for caps creation instead of our own (mostly
13336           broken) copy of its functions.
13337
13338 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13339
13340         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13341           Don't actually error out if we get another return value than
13342           -EINVAL. Opposite to what I first thought, drivers have random
13343           return values for this, although -EINVAL is the expected return
13344           value. Since this is not fatal, we shouldn't use
13345           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13346
13347 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13348
13349         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13350         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13351         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13352         (dvdreadsrc_get), (dvdreadsrc_open_file),
13353         (dvdreadsrc_change_state):
13354           Fix. Don't do one big huge loop around the whole DVD, that will
13355           cache all data and thus eat sizeof(dvd) (several GB) before we
13356           see something.
13357         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13358           Actually NULL'ify event after using it.
13359         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13360         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13361         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13362         (gst_ebml_read_seek), (gst_ebml_read_skip):
13363           Handle events.
13364         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13365         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13366         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13367           Fix timing (this will probably break if I seek using menus, but
13368           I didn't get there yet). VOBs and normal DVDs should now work.
13369           Add a mpeg2-only pad with high rank so this get autoplugged for
13370           MPEG-2 movies.
13371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13372         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13373         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13374         (gst_mpeg_demux_get_audio_stream),
13375         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13376         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13377           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13378           MPEG-1 but use dvddemux for MPEG-2.
13379         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13380         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13381         (gst_mpeg_parse_parse_packhead):
13382           Timing. Only add pad template if it exists. Add sink template from
13383           class and not from ourselves. This means we will always use the
13384           correct sink template even if it is not the one defined in this
13385           file.
13386
13387 2004-09-29  Wim Taymans  <wim@fluendo.com>
13388
13389         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13390         (gst_mpeg_demux_parse_pes):
13391         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13392         Fix playback of mpeg again, timestamps where screwed up by
13393         patch 1.61.
13394
13395 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13396
13397         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13398           Only return true if we actually filled something in. Prevents
13399           player applications from showing a random length for flac files.
13400         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13401         (gst_riff_read_use_event), (gst_riff_read_handle_event),
13402         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13403         (gst_riff_read_strf_vids_with_data),
13404         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13405           OK, ok, so I implemented event handling. Apparently it's normal
13406           that we receive random events at random points without asking
13407           for it.
13408         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13409         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13410         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13411         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13412         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13413         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13414         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13415         * gst/avi/gstavidemux.h:
13416           Implement non-lineair chunk handling and subchunk processing.
13417           The first solves playback of AVI files where the audio and video
13418           data of individual buffers that we read are not synchronized.
13419           This should not happen according to the wonderful AVI specs, but
13420           of course it does happen in reality. It is also a prerequisite for
13421           the second. Subchunk processing allows us to cut chunks in small
13422           pieces and process each of these pieces separately. This is
13423           required because I've seen several AVI files with incredibly large
13424           audio chunks, even some files with only one audio chunk for the
13425           whole file. This allows for proper playback including seeking.
13426           This patch is supposed to fix all AVI A/V sync issues.
13427         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13428         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13429           Work.
13430         * gst/modplug/gstmodplug.cc:
13431           Proper return value setting for the query() function.
13432         * gst/playback/gstplaybasebin.c: (setup_source):
13433           Being in non-playing state (after, e.g., EOS) is not necessarily
13434           a bad thing. Allow for that. This fixes playback of short files.
13435           They don't actually playback fully now, because the clock already
13436           runs. This means that small files (<500kB) with a small length
13437           (<2sec) will still not or barely play. Other files, such as mod
13438           or flx, will work correctly, however.
13439
13440 2004-09-28  Wim Taymans  <wim@fluendo.com>
13441
13442         * ext/speex/gstspeex.c: (plugin_init):
13443         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13444         (gst_speex_dec_class_init), (speex_dec_get_formats),
13445         (speex_get_event_masks), (speex_get_query_types),
13446         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13447         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13448         (gst_speexdec_get_property), (gst_speexdec_set_property),
13449         (speex_dec_change_state):
13450         * ext/speex/gstspeexdec.h:
13451         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13452         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13453         (gst_speexenc_base_init), (gst_speexenc_class_init),
13454         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13455         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13456         (gst_speexenc_src_query), (gst_speexenc_init),
13457         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13458         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13459         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13460         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13461         (gst_speexenc_chain), (gst_speexenc_get_property),
13462         (gst_speexenc_set_property), (gst_speexenc_change_state):
13463         * ext/speex/gstspeexenc.h:
13464         Rewrote speex encoder, make sure it can be embedded in ogg.
13465         Implemented speex decoder.
13466
13467 2004-09-28  Christian Schaller <christian@fluendo.com>
13468
13469         * configure.ac:
13470         Remove kioslave plugin. Markey is brewing a new working one
13471         * ext/Makefile.am: Remove kioslave plugin
13472         * ext/kio: remove
13473         * gst-plugins.spec.in: remove kio plugin from spec
13474
13475 2004-09-27  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13478         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13479         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13480         (gst_multifdsink_new_client),
13481         (gst_multifdsink_handle_client_write),
13482         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13483         (gst_multifdsink_handle_clients):
13484         * gst/tcp/gstmultifdsink.h:
13485         Make syncing to keyframes actually work for new clients and lagging
13486         clients.
13487
13488 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13489
13490         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13491         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13492         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13493         * gst/debug/gstnavigationtest.h:
13494           make navigationtest display button-press and button-release events
13495
13496 2004-09-26 Iain <iaingnome@gmail.com>
13497
13498         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13499         the channels have received a new media event.
13500         (interleave_buffered_loop): Compresses a new media event on all
13501         channels into one.
13502
13503 2004-09-26 Iain <iaingnome@gmail.com>
13504
13505         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13506         call the sinkpad's default event handler and not the srcpads. He also
13507         says this is confusing :)
13508         (gst_wavenc_stop_file): Company says that seek events only go upstream
13509         we should send a discontinuous downstream instead.
13510
13511 2004-09-25  Christian Schaller <christian@fluendo.com>
13512
13513         * Update SPEC file to be usable in conjunction with Fedora Core,
13514           Fedora.us and freshrpms packages
13515         * Fix typo in multifilesrc test Makefile
13516
13517 2004-09-24  Wim Taymans  <wim@fluendo.com>
13518
13519         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13520         Only signal the no_more_pads signal when we have
13521         added the stream to our list.
13522
13523 2004-09-24  Wim Taymans  <wim@fluendo.com>
13524
13525         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13526         (new_decoded_pad):
13527         * gst/playback/gstplaybasebin.h:
13528         * gst/playback/gstplaybin.c: (setup_sinks):
13529         Don't try to preroll or decode more than one audio/video
13530         track.
13531
13532 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13533
13534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13535           Throw error if we failed to find a suitable output. This should
13536           throw an error if we successfully set up a pipeline (e.g. because
13537           we recognized a media file) but found no decodable streams in it
13538           (e.g. because it contains only media stream types for which we
13539           have no decoders, or because it's not a media type).
13540
13541 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13542
13543         * ext/dirac/Makefile.am:
13544         * ext/dirac/gstdirac.cc:
13545         * ext/dirac/gstdiracdec.cc:
13546         * ext/dirac/gstdiracdec.h:
13547           Do something. Don't actually know if this works because I don't
13548           have a demuxer yet.
13549         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
13550           Add channels=1 to caps returned from _getcaps().
13551         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
13552         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
13553         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
13554         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
13555         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
13556         (gst_ogm_parse_change_state):
13557           Separate between audio/video so ogmaudioparse actually uses the
13558           audio pad templates. Both audio and video work now, including
13559           autoplugging. Also use sometimes-srcpad hack.
13560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13561           Handle events better. Don't hang on infinite loops.
13562         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13563         (gst_avi_demux_init), (gst_avi_demux_reset),
13564         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13565         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
13566         (gst_avi_demux_change_state):
13567         * gst/avi/gstavidemux.h:
13568           Improve A/V sync. Still not perfect.
13569         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
13570         (gst_ebml_read_skip):
13571           Handle events better.
13572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13573         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
13574         (qtdemux_audio_caps):
13575           Add IMA4. Improve event handling. Save offset after a seek when
13576           the headers are at the end of the file so that we don't end up in
13577           an infinite loop.
13578         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
13579           Add low-priority typefind support for files with no length.
13580
13581 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13582
13583         * testsuite/multifilesink/Makefile.am:
13584         fix typo
13585
13586 2004-09-22  Julien MOUTTE  <julien@moutte.net>
13587
13588         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
13590         mistakes from thaytan's patches.
13591
13592 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13593
13594         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
13595           For completeness, XSync in the destroy function as xvimage does.
13596
13597 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
13598
13599         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
13600            Correct caps negotiation
13601         * gst/volume/gstvolume.c: (volume_chain_float),
13602         (volume_chain_int16):
13603            Modify debug output to be little more informative
13604         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
13605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13606         (gst_xvimagesink_xvimage_destroy):
13607           Add XSync calls after detaching from the shared memory segment to
13608           avoid a crash.
13609
13610 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13611
13612         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
13613         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
13614         * ext/vorbis/vorbis.c: (plugin_init):
13615         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13616         (gst_vorbisenc_chain):
13617         * ext/vorbis/vorbisenc.h:
13618         remove explicit newmedia support from oggmux and vorbisenc
13619         add debug category to vorbisenc
13620         * gst/multifilesink/gstmultifilesink.c:
13621         (gst_multifilesink_class_init), (gst_multifilesink_init),
13622         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
13623         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
13624         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
13625         (plugin_init):
13626         * gst/multifilesink/gstmultifilesink.h:
13627         add support for streamheader in multifilesink
13628
13629 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13630
13631         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
13632         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
13633         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
13634           Prevent infinite loops. More correct error reporting.
13635         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13636           Error out if negotiation fails.
13637         * gst/playback/gstplaybasebin.c: (setup_source),
13638         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
13639         (gst_play_base_bin_found_tag):
13640           Error/tag forwarding. Pre-roll fixes for source errors on state
13641           changes (e.g. "file does not exist") to prevent hangs.
13642
13643 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13644
13645         * testsuite/multifilesink/Makefile.am:
13646         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
13647         (gst_newmedia_class_init), (gst_newmedia_init),
13648         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13649         (newfile_signal), (test_signal), (main):
13650         * testsuite/multifilesink/multifilesrc_test.c: (main):
13651         * testsuite/multifilesink/oggtheora_test.c:
13652         (gst_newmedia_base_init), (gst_newmedia_class_init),
13653         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13654         (test_format), (newfile_signal), (test_signal), (main):
13655         * testsuite/multifilesink/oggvorbis_test.c:
13656         (gst_newmedia_base_init), (gst_newmedia_class_init),
13657         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
13658         (test_format), (newfile_signal), (test_signal), (main):
13659         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
13660         (gst_newmedia_class_init), (gst_newmedia_init),
13661         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13662         (newfile_signal), (test_signal), (main):
13663         New media tests
13664
13665 2004-09-20  Christian Schaller <christian@fluendo.com>
13666
13667         * Fix mikmod license to LGPL as they have relicensed
13668         * Move Dirac and Effectv into LGPL section of README_license
13669
13670 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13671
13672         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
13673         (gst_mad_change_state):
13674           Allow for mp3 rate/channels changes. However, only very
13675           conservatively. Reason that we *have* to enable this is smiply
13676           because the mad find_sync() function is not good enough, it will
13677           regularly sync on random data as valid frames and therefore make
13678           us provide random caps as *final* caps of the stream. The best fix
13679           I could think of is to simply require several of the same stream
13680           changes in a row before we change caps.
13681           The actual testcase that works now is #
13682         * ext/ogg/Makefile.am:
13683         * ext/ogg/gstogg.c: (plugin_init):
13684         * ext/ogg/gstogmparse.c:
13685           OGM support (video only for now; I need an audio sample file).
13686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13687         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
13688         (gst_asf_demux_add_video_stream):
13689           WMV extradata.
13690         * gst/playback/gstplaybasebin.c: (unknown_type):
13691           Don't error out on single unknown-types after all. It's wrong.
13692           If we found type of video and audio but not of a subtitle stream,
13693           it will still error out (which is unwanted). Will find a better fix
13694           later on.
13695         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
13696         (ogmaudio_type_find), (plugin_init):
13697           OGM support.
13698
13699 2004-09-20  Johan Dahlin  <johan@gnome.org>
13700
13701         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
13702         after setting caps.
13703
13704 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13705
13706         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
13707         * gst/wavenc/gstwavenc.h:
13708         Added newmedia support to wavenc
13709
13710 2004-09-17  Wim Taymans  <wim@fluendo.com>
13711
13712         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
13713         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
13714         (gst_fdset_fd_can_write), (gst_fdset_wait):
13715         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
13716         (gst_multifdsink_init), (gst_multifdsink_add),
13717         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
13718         (gst_multifdsink_remove_client_link),
13719         (gst_multifdsink_client_queue_buffer),
13720         (gst_multifdsink_handle_client_write),
13721         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
13722         (gst_multifdsink_close), (gst_multifdsink_change_state):
13723         * gst/tcp/gstmultifdsink.h:
13724         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13725         (gst_tcpserversink_removed):
13726         Small cleanups in fdset.c
13727         Use a hastable to map fd to the client structure for faster
13728         lookup in _remove and get_stats.
13729         Added virtual function to close the fds.
13730         Handle clients even when the select/poll call was unblocked because
13731         of a command.
13732         Implement syncing to keyframe in the recovery procedure.
13733
13734 2004-09-16 Iain <iaingnome@gmail.com>
13735
13736         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
13737         try caps.
13738
13739 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13740
13741         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
13742           Caps are only set if the type of the stream is unknown, but this
13743           is initialized in ->init_stream(), so set to UNKNOWN after calling
13744           ->init_stream() so that capsnego starts.
13745
13746 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13747
13748         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13749         (gst_avi_demux_stream_data):
13750           Just hardcode for raw audio then. AVI audio sucks.
13751
13752 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
13753
13754         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13755         * gst/matroska/matroska-mux.c: (audiosink_templ),
13756         (gst_matroska_mux_audio_pad_link):
13757         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
13758         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
13759
13760 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13761
13762         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13763         (gst_avi_demux_stream_data):
13764           Try to fix a/v sync issues.
13765
13766 2004-09-15  David Schleef  <ds@schleef.org>
13767
13768         * configure.ac: remove NASM check, since we don't use it.  Update
13769         dirac check to 0.4
13770         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
13771         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13772         Initialized variables.
13773         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
13774         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
13775         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
13776         SVQ3 format
13777
13778 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13779
13780         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13781         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
13782         * gst/avi/gstavidemux.h:
13783           Fix for compressed audio (mp3) timestamp generation. How did this
13784           ever work?
13785
13786 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13787
13788         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13789           Volume is a double not a float.
13790
13791 2004-09-15  Wim Taymans  <wim@fluendo.com>
13792
13793         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
13794         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13795         Don't close the fd in multifdsink as we didn't open it in the
13796         first place. Some cleanups.
13797
13798 2004-09-15  Wim Taymans  <wim@fluendo.com>
13799
13800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13802         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
13803         Fix the case where the muxer would mark pages as delta
13804         frames when they are not (vorbis only ogg).
13805
13806 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13807
13808         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
13809         (gst_play_base_bin_change_state):
13810           Handle the case where we failed to setup a clear pipeline. This
13811           will throw an error (or EOS, another nice case) and if you don't
13812           catch that, the app will wait for the signal forever (and thus
13813           hang).
13814
13815 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13816
13817         * ext/gnomevfs/gstgnomevfssink.c:
13818         (gst_gnomevfssink_uri_get_protocols):
13819         * ext/gnomevfs/gstgnomevfssrc.c:
13820         (gst_gnomevfssrc_uri_get_protocols):
13821         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13822         * ext/gnomevfs/gstgnomevfsuri.h:
13823           Use _uri_new() instead of _open(), so it doesn't take as long and
13824           Christophe's computer won't hang.
13825         * gst/playback/gstplaybasebin.c: (unknown_type):
13826           Throw error on unknown media type, so apps actually display it.
13827
13828 2004-09-14  Brian Cameron  <brian.cameron@sun.com
13829
13830         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
13831           this script to work on Solaris since bash shell handles echo
13832           differenly than bash.
13833
13834 2004-09-17  Wim Taymans  <wim@fluendo.com>
13835
13836         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
13837         (setup_source), (gst_play_base_bin_set_property),
13838         (gst_play_base_bin_add_element):
13839         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
13840         Some more work on making sure seeking pauses the pipeline and
13841         that changing the uri actually does something.
13842
13843 2004-09-17  Wim Taymans  <wim@fluendo.com>
13844
13845         * gst/tcp/gstfdset.c: (gst_fdset_wait):
13846         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
13847         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
13848         (gst_tcpserversink_close):
13849         Be a bit more paranoid when freeing memory.
13850
13851 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13852
13853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
13854         (qtdemux_parse_trak):
13855           Don't crash by dividing by zero (see sample movie in #126922).
13856
13857 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13858
13859         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13860           Don't touch non-existing data (fixes crash on file in #140147).
13861
13862 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13863
13864         * gst/playback/gstplaybasebin.c:
13865         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
13866           Handle double disposals, and proper change of URIs.
13867
13868 2004-09-13  Martin Eikermann <meiker@upb.de>
13869
13870         * gst/mpegstream/gstmpegparse.c:
13871           fix synchronistation for streams recorded from digital PCR
13872           fixes bug #119376
13873
13874 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13875
13876         * ext/gnomevfs/Makefile.am:
13877         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13878         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
13879         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
13880         (gst_gnomevfssink_uri_get_type),
13881         (gst_gnomevfssink_uri_get_protocols),
13882         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
13883         (gst_gnomevfssink_uri_handler_init),
13884         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
13885         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
13886         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
13887         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
13888         (gst_gnomevfssrc_uri_get_type),
13889         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
13890         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
13891         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
13892         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
13893         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13894         * ext/gnomevfs/gstgnomevfsuri.h:
13895           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
13896           of fake URIs to see which this version of Gnome-VFS likes, and
13897           uses that for the Gst-URI interface. Makes playbin support http://
13898           streams. Also fix up some stupid behaviour in gnomevfssrc.
13899
13900 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13901
13902         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
13903         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
13904         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
13905         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
13906           Update mixer (to sync with other sessions) if we try to obtain
13907           a new value. This makes alsamixer work accross applications.
13908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
13909           Only call sync functions if we're running, else alsalib asserts.
13910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
13911           Sometimes fails to compile. Possibly a gcc bug.
13912         * gst/playback/gstplaybin.c: (gen_video_element),
13913         (gen_audio_element):
13914           Add a reference to an application-provided object, because we lose
13915           this same reference if we add it to the bin. If we don't do this,
13916           we can only use this object once and thus crash if we go from
13917           ready to playing, back to ready and back to playing again.
13918           Also add an audioscale element because several cheap soundcards -
13919           like mine - don't support all samplerates.
13920         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
13921         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
13922           Fix wrong order or PAR calls. Makes automatically obtained PAR
13923           from the X server atually being used.
13924
13925 2004-09-12  David Schleef  <ds@schleef.org>
13926
13927         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
13928         #151887, #152102, #152247.
13929         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
13930         * examples/seeking/cdparanoia.c: same
13931         * examples/seeking/cdplayer.c: same
13932         * examples/seeking/seek.c: same
13933         * examples/seeking/spider_seek.c: same
13934         * examples/seeking/vorbisfile.c: same
13935         * examples/stats/mp2ogg.c: same
13936         * ext/esd/esdsink.c: (gst_esdsink_class_init),
13937         (gst_esdsink_dispose): Dispose of element properly.
13938         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
13939         fixes.
13940         * ext/nas/nassink.c: (gst_nassink_class_init),
13941         (gst_nassink_dispose): Dispose of element correctly.
13942         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
13943         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
13944         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
13945         Fix 64-bit warning.
13946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13947         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13948         Fix 64-bit warning.
13949
13950 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13951
13952         * configure.ac : change speex detection as 1.1.6 now uses
13953           .pc/pkg-config and they changed their headers location.
13954
13955 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
13956
13957         * gst/matroska/matroska-mux.h:
13958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
13959         (gst_matroska_mux_start), (gst_matroska_mux_finish),
13960         (gst_matroska_mux_write_data):
13961           Write multiple blocks/frames per cluster.
13962                 Write meta-seek information (seek heads).
13963
13964 2004-09-09  Scott Wheeler <wheeler@kde.org>
13965
13966         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
13967         (gst_play_bin_set_property), (gst_play_bin_get_property),
13968         (gen_audio_element), (gen_audio_element):
13969           Add a volume element / property to the pipeline.
13970
13971 2004-09-07  Wim Taymans  <wim@fluendo.com>
13972
13973         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
13974         Copy timestamps from the master pad to the output buffers.
13975
13976 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13977
13978         * ext/raw1394/gstdv1394src.c:
13979           throw errors when applicable
13980
13981 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
13982
13983         * gst/matroska/ebml-ids.h:
13984         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
13985         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
13986         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
13987           automatically convert unix time <-> ebml time when reading/writing
13988           a date, use gst_ebml_write_uint to write CUETIME,
13989           not gst_ebml_write_date.
13990         * gst/matroska/matroska-ids.h:
13991         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
13992         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
13993         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13994         (gst_matroska_mux_write_data):
13995           Write track and segment UIDs, write muxing date, write
13996           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
13997           Create cues for audio only files.
13998
13999 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14000
14001         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14002         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14003           Re-commit ALSA switches.
14004         * gst/adder/gstadder.c: (gst_adder_loop):
14005           64-bit fix (#151416).
14006         * gst/debug/progressreport.c: (gst_progressreport_report):
14007           64-bit fix (#151419).
14008         * gst/matroska/matroska-demux.c:
14009         (gst_matroska_demux_parse_contents):
14010           64-bit fix (#151420).
14011         * gst/playback/test3.c: (update_scale):
14012           64-bit fix (#151421).
14013
14014 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14015
14016         * configure.ac:
14017           bump nano to cvs
14018
14019 === release 0.8.4 ===
14020
14021 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14022
14023         * configure.ac: releasing 0.8.4, "Alias"
14024
14025 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14026
14027         * ext/theora/Makefile.am:
14028           fix makefile.  Fixes #151462.
14029
14030 2004-08-30  Wim Taymans  <wim@fluendo.com>
14031
14032         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14033         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14034         (gst_multifdsink_remove_client_link),
14035         (gst_multifdsink_client_queue_buffer),
14036         (gst_multifdsink_handle_client_write):
14037         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14038         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14039         Fix some memory leaks.
14040
14041 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14042
14043         Patch by: David Schleef
14044
14045         * configure.ac:
14046         * sys/Makefile.am:
14047           rename our detection macro for V4L2.  Fixes #151236.
14048
14049 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14050
14051         Patch by: David Schleef
14052
14053         * configure.ac:
14054           check to define LAMEPRESET.  Fixes #151232.
14055
14056 2004-08-27  David Schleef  <ds@schleef.org>
14057
14058         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14059         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14060         (gst_glimagesink_fixate):  Move local variable declarations to
14061         make gcc-2.95 happy.
14062
14063 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * configure.ac:
14066           bump nano for prerelease
14067
14068 2004-08-27  David Schleef  <ds@schleef.org>
14069
14070         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14071         * sys/sunaudio/gstsunaudiosrc.c:
14072         * sys/sunaudio/gstsunaudiosrc.h:
14073
14074 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14075
14076         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14077         handle EOS correctly
14078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14079         * gst/matroska/matroska-mux.h:
14080         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14081         VFW compatibility mode
14082
14083 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14084
14085         patch by: Zaheer Abbas Merali
14086
14087         * ext/ogg/gstoggmux.c:
14088         * ext/vorbis/vorbisenc.c:
14089         * ext/vorbis/vorbisenc.h:
14090           handle NEWMEDIA
14091
14092 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14093
14094         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14095         fix byte order reversion on little endian machines.
14096         * gst/matroska/matroska-mux.c: (audiosink_templ),
14097         (gst_matroska_mux_audio_pad_link):
14098         add TTA codec to the list of supported codecs.
14099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14100         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14101         (gst_matroska_mux_write_data):
14102         * gst/matroska/matroska-mux.h:
14103         write segment duration correctly, write muxing app string, fixes bugs
14104         #140897 and #140898.
14105         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14106         wait for all pads to be negotiated before starting to mux.
14107
14108 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14109
14110         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14111         * ext/lame/gstlame.h:
14112         Added new media support to lame
14113
14114 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14115
14116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14117         send vorbis headers at the beginning of a stream, fixes bug #141554.
14118         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14119         bug #148950.
14120         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14121         (gst_matroska_demux_plugin_init):
14122         * gst/matroska/matroska-ids.h:
14123         enable demuxing of TTA audio streams, fixes bug #148951.
14124         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14125         enable typefinding for TTA audio files, fixes bug #148711.
14126         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14127         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14128         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14129
14130 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14131
14132         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14133         (gst_riff_read_element_data), (gst_riff_read_seek),
14134         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14135         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14136         <teuf@gnome.org>
14137
14138 2004-08-23 Iain <iaingnome@gmail.com>
14139
14140         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14141         tags. They appear to be handled differently to normal.
14142         (tag_list_to_id3_tag_foreach): Ditto.
14143
14144 2004-08-22  Wim Taymans  <wim@fluendo.com>
14145
14146         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14147         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14148         Make sure we never send -1 granulepos.
14149
14150 2004-08-20  Wim Taymans  <wim@fluendo.com>
14151
14152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14153         (gst_ogg_mux_loop):
14154         I will accept bitchslappings with non sharp objects.
14155
14156 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14157
14158         * configure.ac:
14159         Clean up the test for lame presets
14160
14161 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14162
14163         * configure.ac:
14164         * ext/lame/Makefile.am:
14165         * ext/lame/gstlame.c: (gst_lame_class_init),
14166         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14167         Only enable lame presets if version of lame has presets in API
14168
14169 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14170         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14171         * gst/udp/gstudpsrc.h:
14172           Don't call gst_pad_push in a get function. Fixes #150449
14173
14174 2004-08-18  Wim Taymans  <wim@fluendo.com>
14175
14176         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14177         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14178         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14179         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14180         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14181         (gst_fdset_wait):
14182         * gst/tcp/gstfdset.h:
14183         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14184         (gst_multifdsink_client_queue_buffer),
14185         (gst_multifdsink_handle_client_write):
14186         * gst/tcp/gstmultifdsink.h:
14187         Some extra checks in gstfdset.
14188         Only use send() when the fd is a socket. Don't try to
14189         read from write only fds.
14190
14191 2004-08-18  Wim Taymans  <wim@fluendo.com>
14192
14193         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14194         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14195         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14196         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14197         (gst_fdset_wait):
14198         Add more locking and bounds checking.
14199
14200 2004-08-18  Wim Taymans  <wim@fluendo.com>
14201
14202         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14203         Realloc test fdset in the lock and right before starting
14204         the poll call. Bump the limit to 4096.
14205
14206 2004-08-17  David Schleef  <ds@schleef.org>
14207
14208         * sys/sunaudio/Makefile.am:
14209         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14210         of rates and channels.  Make debugging less obnoxious.
14211
14212         Patch from Balamurali Viswanathan implementing a mixer for
14213         Sun audio.  (bug #144091):
14214         * sys/sunaudio/gstsunelement.c:
14215         * sys/sunaudio/gstsunelement.h:
14216         * sys/sunaudio/gstsunmixer.c:
14217         * sys/sunaudio/gstsunmixer.h:
14218
14219 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14220
14221         * gst/audioscale/gstaudioscale.c:
14222         * gst/audioscale/gstaudioscale.h:
14223         made audioscale resample from any sample rate to any sample rate
14224
14225 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14226
14227         * ext/libpng/gstpngdec.c:
14228           error out on unsupported types
14229
14230 2004-08-17  Iain <iaingnome@gmail.com>
14231
14232         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14233         mid_side and loose_mid_side properties if its a stereo stream.
14234
14235 2004-08-17  Wim Taymans  <wim@fluendo.com>
14236
14237         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14238         (theora_get_formats), (theora_dec_src_convert),
14239         (theora_dec_sink_convert), (theora_dec_src_query),
14240         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14241         Add a debug line.
14242
14243 2004-08-17  Wim Taymans  <wim@fluendo.com>
14244
14245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14246         (gst_ogg_pad_push):
14247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14248         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14249         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14250         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14251         Mark delta units in the muxer.
14252         Try to decode the packet after an out-of-sync error from
14253         libogg.
14254
14255 2004-08-17  Wim Taymans  <wim@fluendo.com>
14256
14257         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14258         (gst_multifdsink_init), (gst_multifdsink_add),
14259         (gst_multifdsink_client_queue_buffer),
14260         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14261         * gst/tcp/gstmultifdsink.h:
14262         Added option to send a keyframe to clients as the first buffer.
14263         Make timeout property writable.
14264
14265 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14266
14267         patch by: Wim Taymans
14268
14269         * gst/tcp/gstfdset.c:
14270         * gst/tcp/gstmultifdsink.c:
14271           fix index comparison, should include 0
14272
14273 2004-08-16  Wim Taymans  <wim@fluendo.com>
14274
14275         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14276         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14277         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14278         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14279         (gst_fdset_wait):
14280           copy when reallocing for poll so the select arguments don't get
14281           changed during the call
14282
14283 2004-08-16  Wim Taymans  <wim@fluendo.com>
14284
14285         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14286         (gst_theora_enc_class_init), (theora_enc_sink_link),
14287         (theora_buffer_from_packet), (theora_enc_chain):
14288         Fix bug where buffers were not marked as keyframes
14289         correctly.
14290
14291 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14292
14293         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14294         (gst_lame_preset_get_type), (gst_lame_class_init):
14295         describe the enum values for vbr mode and presets more verbosely
14296
14297 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14298
14299         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14300         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14301         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14302         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14303         * ext/lame/gstlame.h:
14304         add preset property to lame so it can use lame presets
14305
14306 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14307
14308         * ext/lame/gstlame.c: (gst_lame_get_property):
14309         whoops forgot break, thanks teuf
14310
14311 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14312
14313         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14314         (gst_lame_class_init), (gst_lame_src_getcaps),
14315         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14316         (gst_lame_get_property), (gst_lame_setup):
14317         * ext/lame/gstlame.h:
14318         fix lame's broken vbr stuff, allow it to resample if need be, and also
14319         make xing header optional
14320
14321 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14322
14323         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14324         added getcaps function so samplerate doesnt get fixated to silly values
14325
14326 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14327
14328         * ext/lame/gstlame.c: (gst_lame_src_link):
14329         revert previous fix
14330
14331 2004-08-12  Johan Dahlin  <johan@gnome.org>
14332
14333         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14334         checks. Doesn't matter what state we are in. Interfaces are a
14335         compile time thing, not runtime. It also broke the python bindings.
14336
14337 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14338
14339         * ext/lame/gstlame.c: (gst_lame_src_link):
14340         made source pad link function check if sinkpad is ok..fixes the problem
14341         where core fixates the output rate of lame stupidly
14342
14343 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14344
14345         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14346         * sys/v4l/v4l_calls.c:
14347         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14348           fix fixate function to handle nonsimple caps.
14349           remove bogus check in _link
14350           cleanups
14351
14352 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14353
14354         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14355         set default compression ratio parameter to 0.0 so bitrate parameter
14356         works :)
14357
14358 2004-08-11  David Schleef  <ds@schleef.org>
14359
14360         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14361
14362 2004-08-11  David Schleef  <ds@schleef.org>
14363
14364         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14365         before.
14366
14367 2004-08-11  David Schleef  <ds@schleef.org>
14368
14369         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14370
14371 2004-08-11  David Schleef  <ds@schleef.org>
14372
14373         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14374           license field
14375         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14376         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14377           LGPL.
14378         * gst/auparse/gstauparse.c: Fix plugin license field.
14379         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14380         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14381         * gst/rtp/gstrtp.c: Fix plugin license field.
14382
14383 2004-08-11  Wim Taymans  <wim@fluendo.com>
14384
14385         * gst/tcp/Makefile.am:
14386         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14387         (ensure_size), (gst_fdset_new), (gst_fdset_free),
14388         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14389         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14390         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14391         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14392         (gst_fdset_fd_can_write), (gst_fdset_wait):
14393         * gst/tcp/gstfdset.h:
14394         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14395         (gst_multifdsink_class_init), (gst_multifdsink_init),
14396         (gst_multifdsink_add), (gst_multifdsink_remove),
14397         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14398         (gst_multifdsink_remove_client_link),
14399         (gst_multifdsink_handle_client_read),
14400         (gst_multifdsink_client_queue_data),
14401         (gst_multifdsink_client_queue_caps),
14402         (gst_multifdsink_client_queue_buffer),
14403         (gst_multifdsink_handle_client_write),
14404         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14405         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14406         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14407         (gst_multifdsink_close):
14408         * gst/tcp/gstmultifdsink.h:
14409         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14410         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14411         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14412         (gst_tcpserversink_close):
14413         * gst/tcp/gsttcpserversink.h:
14414         Abstracted away the select call, implemented poll (yes we ran into
14415         the 1024 limit in production).
14416
14417 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * gst/tcp/gsttcp.c:
14420         * gst/tcp/gsttcpplugin.c:
14421           improve debuggging, remove assert
14422
14423 2004-08-10  Wim Taymans  <wim@fluendo.com>
14424
14425         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14426         (gst_client_status_get_type), (gst_multifdsink_class_init),
14427         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14428         (gst_multifdsink_handle_client_read),
14429         (gst_multifdsink_handle_client_write),
14430         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14431         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14432         (gst_multifdsink_get_property):
14433         * gst/tcp/gstmultifdsink.h:
14434         * gst/tcp/gsttcp-marshal.list:
14435         Starting to prepare for specifying buffer time in other units
14436         than buffers. Expose remove reason in signal.
14437
14438 2004-08-10  Wim Taymans  <wim@fluendo.com>
14439
14440         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14441         (gst_multifdsink_remove), (gst_multifdsink_clear),
14442         (gst_multifdsink_remove_client_link),
14443         (gst_multifdsink_handle_client_read),
14444         (gst_multifdsink_client_queue_data),
14445         (gst_multifdsink_client_queue_buffer),
14446         (gst_multifdsink_handle_client_write),
14447         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14448         (gst_multifdsink_chain), (gst_multifdsink_close):
14449         * gst/tcp/gstmultifdsink.h:
14450         Added more debugging info. Changed the way clients are
14451         removed from the lists. Fixed a bug where a bad file descriptor
14452         could cause many clients to be removed.
14453
14454 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14455
14456         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14457           allow all pixel-aspect-ratios, not just 1:1
14458
14459 2004-08-09  David Schleef  <ds@schleef.org>
14460
14461         * sys/glsink/ARB_multitexture.h:  Remove old files.
14462         * sys/glsink/EXT_paletted_texture.h:
14463         * sys/glsink/NV_register_combiners.h:
14464         * sys/glsink/gstgl_nvimage.c:
14465         * sys/glsink/gstgl_pdrimage.c:
14466         * sys/glsink/gstgl_rgbimage.c:
14467         * sys/glsink/gstglsink.c:
14468         * sys/glsink/gstglsink.h:
14469         * sys/glsink/gstglxwindow.c:
14470         * sys/glsink/regcomb_yuvrgb.c:
14471
14472 2004-08-09  David Schleef  <ds@schleef.org>
14473
14474         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14475         GL sink plugin.  (Bug #147302)
14476
14477         * configure.ac: Test for OpenGL
14478         * sys/Makefile.am: Use test for OpenGL
14479         * sys/glsink/Makefile.am:
14480         * sys/glsink/glimagesink.c: rewrite
14481         * sys/glsink/glimagesink.h: rewrite
14482
14483 2004-08-09  David Schleef  <ds@schleef.org>
14484
14485         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14486         sane framerates.
14487         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14489         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14490
14491 2004-08-09  Wim Taymans  <wim@fluendo.com>
14492
14493         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14494         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14495         (gst_multifdsink_client_remove),
14496         (gst_multifdsink_handle_client_read),
14497         (gst_multifdsink_handle_client_write),
14498         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14499         Do a bit more logging, make the client_read code more robust.
14500
14501 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14502
14503         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14504         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14505         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14506         (gst_jpegdec_init), (gst_jpegdec_chain):
14507         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14508         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14509           cleanups, debugging fixes and memleak plugging
14510
14511 2004-08-09  Wim Taymans  <wim@fluendo.com>
14512
14513         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14514         (theora_get_formats), (theora_dec_src_convert),
14515         (theora_dec_sink_convert), (theora_dec_src_query),
14516         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14517         (theora_dec_change_state):
14518         Don't crash on missing header packets.
14519
14520 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14521
14522         * po/LINGUAS:
14523         * po/sq.po:
14524           Added Albanian translation (Laurent Dhima)
14525         * po/cs.po:
14526           updated
14527
14528 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14529
14530         * ext/lame/gstlame.c:
14531           fix/add debugging
14532
14533 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14534
14535         * sys/ximage/ximagesink.c:
14536         * sys/xvimage/xvimagesink.c:
14537           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
14538
14539 2004-08-06  Wim Taymans  <wim@fluendo.com>
14540
14541         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14542         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14543         (gst_multifdsink_client_remove),
14544         (gst_multifdsink_handle_client_read),
14545         (gst_multifdsink_handle_client_write),
14546         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14547         Make sure we don't try to read more from a client that what
14548         ioctl says us or we deadlock.
14549
14550 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14551
14552         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
14553         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
14554         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14555           decouple running_time and n_frames so it can handle changing
14556           framerate while running
14557
14558 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14559
14560         * po/nl.po:
14561         * po/sv.po:
14562           updated translations
14563
14564 2004-08-04  Benjamin Otte  <otte@gnome.org>
14565
14566         * gst/videotestsrc/gstvideotestsrc.c:
14567         (gst_videotestsrc_get_capslist), (generate_capslist),
14568         (plugin_init):
14569           generate the list of supported caps at startup and reuse it instead
14570           of always generating it
14571
14572 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14573
14574         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
14575           whoops, last checkin broke normal build
14576
14577 2004-08-03  Benjamin Otte  <otte@gnome.org>
14578
14579         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
14580         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14581         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14582         (gst_alsa_mixer_get_option):
14583         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
14584         (dvdnavsrc_print_event):
14585         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
14586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
14587         (gst_ogg_mux_pad_unlink):
14588         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
14589         (gst_multipart_mux_pad_unlink):
14590         * gst/videofilter/gstvideobalance.c:
14591         (gst_videobalance_colorbalance_set_value):
14592         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
14593         (gst_videomixer_pad_unlink):
14594         * po/uk.po:
14595         * sys/oss/gstossmixer.c:
14596         * sys/v4l/gstv4lcolorbalance.c:
14597         * sys/v4l/gstv4ltuner.c:
14598         * sys/v4l/v4lsrc_calls.c:
14599         * sys/v4l2/gstv4l2colorbalance.c:
14600         * sys/v4l2/gstv4l2tuner.c:
14601           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
14602
14603 2004-08-03  Benjamin Otte  <otte@gnome.org>
14604
14605         * examples/dynparams/filter.c: (ui_control_create):
14606         * examples/gstplay/player.c: (print_tag):
14607         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
14608         * ext/gdk_pixbuf/gstgdkanimation.c:
14609         (gst_gdk_animation_iter_may_advance):
14610         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
14611         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
14612         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
14613         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
14614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
14615         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
14616         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
14617         * gst/sine/demo-dparams.c: (main):
14618         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
14619         * testsuite/alsa/formats.c: (create_pipeline):
14620         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
14621           fixes for G_DISABLE_ASSERT and friends
14622         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
14623         (mp3_type_frame_length_from_header), (mp3_type_find),
14624         (plugin_init):
14625           require mp3 typefinding to have at least MIN_HEADERS valid headers
14626           add typefinding for AAC adts files
14627
14628 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
14629
14630         * sys/ximage/ximagesink.c:
14631         (gst_ximagesink_calculate_pixel_aspect_ratio):
14632         * sys/xvimage/xvimagesink.c:
14633         (gst_xvimagesink_calculate_pixel_aspect_ratio):
14634         Make sure we calculate pixel-aspect-ratio using floating point maths
14635
14636 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14637
14638         * po/uk.po:
14639           updated translation
14640
14641 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14642
14643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
14644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
14645           add debugging for display PAR calculation
14646
14647 2004-08-02  David Schleef  <ds@schleef.org>
14648
14649         * configure.ac: Fix mikmod CFLAGS.
14650
14651 2004-07-27  Benjamin Otte  <otte@gnome.org>
14652
14653         * gst/audioscale/gstaudioscale.c:
14654         - fix templates to only support S16, it's the only format that works
14655         - make caps nego code use try_set_caps_nonfixed and fixation instead
14656         of try_set_caps twice, which is not nice for autopluggers
14657         - change rank to secondary, so autopluggers can pick it up after
14658         audioconvert
14659
14660 2004-08-02  Iain <iain@prettypeople.org>
14661
14662         * gst/interleave/interleave.c (interleave_init),
14663         (interleave_request_new_pad),
14664         (interleave_pad_removed),
14665         (interleave_buffered_loop): Use the real pad count, not the artificial
14666         one.
14667
14668 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14669
14670         * configure.ac: bump nano back to development
14671
14672 === release 0.8.3 ===
14673
14674 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14675
14676         * configure.ac: releasing 0.8.3, "Water"
14677
14678 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14679
14680         * sys/xvimage/xvimagesink.c:
14681         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14682         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
14683         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
14684         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14685         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14686         * sys/xvimage/xvimagesink.h:
14687           apply similar PAR fixes as to ximagesink
14688
14689 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14690
14691         patch from: Benjamin Otte
14692
14693         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
14694           add link function to lame.  Fixes #148986.
14695
14696 2004-08-02  Johan Dahlin  <johan@gnome.org>
14697
14698         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
14699         fix debugging log
14700
14701 2004-07-30  David Schleef  <ds@schleef.org>
14702
14703         * gst/videomixer/Makefile.am: Fix things that should have been
14704         fixed in the last checkin.
14705
14706 2004-07-30  David Schleef  <ds@schleef.org>
14707
14708         * gst/multipart/Makefile.am: Fix things that should have been
14709         fixed in the last checkin.
14710
14711 2004-07-30  David Schleef  <ds@schleef.org>
14712
14713         * testsuite/multifilesink/Makefile.am: Fix unused variable.
14714
14715 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14716
14717         * configure.ac:
14718           bump nano for prerelease
14719         * po/af.po:
14720         * po/az.po:
14721         * po/cs.po:
14722         * po/en_GB.po:
14723         * po/hu.po:
14724         * po/nl.po:
14725         * po/sr.po:
14726         * po/sv.po:
14727         * po/uk.po:
14728           updates
14729
14730 2004-07-30  Wim Taymans  <wim@fluendo.com>
14731
14732         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14733         (gst_multifdsink_add), (gst_multifdsink_remove),
14734         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14735         (gst_multifdsink_client_remove),
14736         (gst_multifdsink_handle_client_write),
14737         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14738         * gst/tcp/gstmultifdsink.h:
14739         Recover from a select with a bad file descriptor by removing
14740         the client.
14741
14742 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         * configure.ac:
14745           fix requirement of core
14746         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
14747         (gst_play_pipeline_setup):
14748           don't use colorspace element.  do use hermescolorspace element.
14749           make macro to get a colorspace element.
14750           mark strings for translation.
14751         * po/POTFILES.in:
14752           add play.c
14753         * po/af.po:
14754         * po/az.po:
14755         * po/cs.po:
14756         * po/en_GB.po:
14757         * po/hu.po:
14758         * po/nl.po:
14759         * po/sr.po:
14760         * po/sv.po:
14761         * po/uk.po:
14762           update translations
14763
14764 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14765
14766         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
14767         fix default for newmedia flag
14768
14769 2004-07-30  Wim Taymans  <wim@fluendo.com>
14770
14771         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14772         (gst_theora_dec_init), (theora_get_formats),
14773         (theora_dec_src_convert), (theora_dec_sink_convert),
14774         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14775         (theora_dec_chain), (theora_dec_set_property),
14776         (theora_dec_get_property):
14777         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14778         (gst_theora_enc_class_init), (gst_theora_enc_init),
14779         (theora_enc_sink_link), (theora_enc_chain),
14780         (theora_enc_set_property), (theora_enc_get_property):
14781         Added cropping option to theora decoder.
14782         Added border option to theora encoder.
14783
14784 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14785
14786         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14787         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
14788         (gst_pngenc_set_property):
14789         * ext/libpng/gstpngenc.h:
14790         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
14791
14792 2004-07-30  Wim Taymans  <wim@fluendo.com>
14793
14794         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14795         (theora_enc_sink_link), (theora_enc_chain),
14796         (theora_enc_set_property), (theora_enc_get_property):
14797         Fix encoding of non-multiple-of-16 video.
14798
14799 2004-07-29  David Schleef  <ds@schleef.org>
14800
14801         * configure.ac: make test for audiofile more strict
14802
14803 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14804
14805         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14806           give different names to typefind functions
14807
14808 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14809
14810         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14811         (gst_ximagesink_calculate_pixel_aspect_ratio),
14812         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
14813         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
14814         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
14815         (gst_ximagesink_get_property), (gst_ximagesink_init):
14816         * sys/ximage/ximagesink.h:
14817           allocate PAR's dynamically.
14818           use autodetected PAR if no object-set PAR is given.
14819           add workaround for directfb's X not setting physical size.
14820           fix to xvimagesink will follow tomorrow.
14821
14822 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14823
14824         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
14825         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
14826         (gst_shout2send_get_type), (gst_shout2send_set_clock),
14827         (gst_shout2send_class_init), (gst_shout2send_init),
14828         (set_shout_metadata), (gst_shout2send_set_metadata),
14829         (gst_shout2send_chain), (gst_shout2send_set_property),
14830         (gst_shout2send_get_property), (gst_shout2send_connect),
14831         (gst_shout2send_change_state):
14832         * ext/shout2/gstshout2.h:
14833         - fix for sending mp3 audio to icecast2 server, if pad link function not
14834         called before PAUSED state
14835         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
14836         - added tagging support for mp3 audio broadcasted
14837         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
14838         debug info
14839
14840 2004-07-28  Wim Taymans  <wim@fluendo.com>
14841
14842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
14843         (gst_ogg_demux_push):
14844         Return query failure when we don't know the length of
14845         an ogg stream insteda of returning TRUE with a bogus value.
14846
14847 2004-07-28  Wim Taymans  <wim@fluendo.com>
14848
14849         * ext/theora/theoradec.c: (theora_get_formats),
14850         (theora_dec_src_convert), (theora_dec_sink_convert),
14851         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14852         (theora_dec_chain):
14853         Don't screw up the 1 Chroma for 1 luma sample situation when we
14854         have an odd offset/width by adding a black border in those cases.
14855
14856 2004-07-28  Wim Taymans  <wim@fluendo.com>
14857
14858         * ext/theora/theoradec.c: (theora_get_formats),
14859         (theora_dec_src_convert), (theora_dec_sink_convert),
14860         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
14861         (theora_dec_chain):
14862         * ext/theora/theoraenc.c: (theora_enc_sink_link):
14863         Added first attempt at cropping of the image as required by the
14864         theora spec. We need more properties in the caps (offset_x,
14865         offset_y,stride) to implement this correctly.
14866
14867 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14868
14869         * ext/dvdnav/README:
14870           Update the README to use dvddemux
14871         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14872           Ensure getcaps returns a subset of the template caps
14873         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
14874         (gst_mpeg2subt_init):
14875           Ensure getcaps returns a subset of the template caps
14876         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
14877         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
14878         (gst_dvd_demux_get_subpicture_stream),
14879         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
14880         * gst/mpegstream/gstdvddemux.h:
14881           Set the explicit caps on the current_video pad before pushing
14882           anything
14883         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
14884         (gst_mpeg_demux_get_audio_stream):
14885           Free caps used to gst_pad_set_explicit_caps, which takes a const
14886           GstCaps *
14887
14888 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14889
14890         * configure.ac: update GStreamer requirement to 0.8.4 because of
14891           GstFraction.
14892
14893 2004-07-28  Wim Taymans  <wim@fluendo.com>
14894
14895         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
14896         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
14897         Add the pad to the element after setting up the caps. This
14898         makes it a lot easier to autoplug.
14899
14900 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14901
14902         * gst/median/gstmedian.c:
14903         * gst/mpeg2subt/gstmpeg2subt.c:
14904         * gst/mpegaudioparse/gstmpegaudioparse.c:
14905         * gst/mpegstream/gstdvddemux.c:
14906         * gst/mpegstream/gstmpegdemux.c:
14907         * gst/mpegstream/gstmpegpacketize.c:
14908         * gst/rtjpeg/gstrtjpeg.c:
14909         * gst/rtjpeg/gstrtjpegdec.c:
14910         * gst/rtjpeg/gstrtjpegenc.c:
14911         * gst/sine/gstsinesrc.c:
14912         * gst/smooth/gstsmooth.c:
14913         * gst/smpte/gstsmpte.c:
14914         * gst/smpte/gstsmpte.h:
14915         * gst/stereo/gststereo.c:
14916         * gst/videofilter/gstgamma.c:
14917         * gst/videofilter/gstvideobalance.c:
14918         * gst/videofilter/gstvideofilter.c:
14919         * gst/videofilter/gstvideoflip.c:
14920         * gst/videoscale/gstvideoscale.c:
14921         * gst/videoscale/videoscale.c:
14922         * gst/videotestsrc/gstvideotestsrc.c:
14923         * gst/videotestsrc/videotestsrc.c:
14924         * gst/wavenc/gstwavenc.c:
14925         * gst/wavparse/gstwavparse.c:
14926           fix local includes and 64 bits constants
14927
14928 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
14929
14930         * win32/gst.sln:
14931         * gst-libs/gst/*/*.vcproj:
14932         * gst/*/*.vcproj:
14933           more working plugins
14934
14935 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14936
14937         * testsuite/alsa/Makefile.am:
14938         * testsuite/alsa/srcstate.c:
14939         add test for alsasrc changing state
14940
14941 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14942
14943         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
14944         (gst_silence_get):
14945         * gst/silence/gstsilence.h:
14946         fix silence generation for 16bit raw audio
14947
14948 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14949
14950         * gst/matroska/matroska-demux.c:
14951         (gst_matroska_demux_parse_metadata),
14952         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
14953         * gst/mpegaudio/common.c:
14954         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
14955         (gst_videoscale_getcaps), (gst_videoscale_link),
14956         (gst_videoscale_src_fixate), (gst_videoscale_init),
14957         (gst_videoscale_finalize):
14958         * gst/videoscale/gstvideoscale.h:
14959         * gst/videotestsrc/gstvideotestsrc.c:
14960         (gst_videotestsrc_get_capslist):
14961         * gst/wavenc/gstwavenc.c:
14962         * sys/oss/gstossmixer.c: (fill_labels):
14963         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14964         (gst_ximagesink_handle_xevents),
14965         (gst_ximagesink_calculate_pixel_aspect_ratio),
14966         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
14967         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
14968         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
14969         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
14970         (gst_ximagesink_init), (gst_ximagesink_class_init):
14971         * sys/ximage/ximagesink.h:
14972         * sys/xvimage/xvimagesink.c:
14973         (gst_xvimagesink_calculate_pixel_aspect_ratio),
14974         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
14975         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
14976         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
14977         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
14978         * sys/xvimage/xvimagesink.h:
14979           first batch of pixel aspect ratio commits.
14980
14981 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14982
14983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14984         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
14985         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
14986           handle stride, needs work if we want to move stride handling
14987           upstream, but works correctly for our purposes.
14988
14989 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14990
14991         * gst/videoscale/README:
14992           add testing examples
14993         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
14994         (gst_videoscale_chain):
14995         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
14996         (gst_videoscale_get_size):
14997           add get_size function that handles stride like videotestsrc.
14998           fixes conversion for YUV formats for as much as I can test them.
14999
15000 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15001
15002         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15003         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15005         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15006         (gst_xvimagesink_xvimage_put):
15007           further cleanups, logging, error handling and synchronizing
15008
15009 2004-07-27  Wim Taymans  <wim@fluendo.com>
15010
15011         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15012         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15013         (gst_videomixer_pad_set_property),
15014         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15015         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15016         (gst_videomixer_class_init), (gst_videomixer_init),
15017         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15018         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15019         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15020         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15021         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15022         (gst_videomixer_loop), (plugin_init):
15023         Be a nicer negotiation citizen and provide a getcaps function on
15024         the srcpad. This also fixes a crash when resizing.
15025
15026 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15027
15028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15029         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15030
15031 2004-07-27  Wim Taymans  <wim@fluendo.com>
15032
15033         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15034         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15035         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15036         (gst_pngenc_set_property):
15037         * ext/libpng/gstpngenc.h:
15038         Added snapshot property to pngenc.
15039         removed g_print from pngdec
15040
15041 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15042
15043         * gst/ac3parse/ac3parse.vcproj
15044         * gst/adder/adder.vcproj
15045         * gst/alpha/alpha.vcproj
15046         * gst/alpha/alphacolor.vcproj
15047         * gst/asfdemux/asf.vcproj
15048         * gst/audioconvert/audioconvert.vcproj
15049         * gst/audiorate/audiorate.vcproj
15050         * gst/audioscale/audioscale.vcproj
15051         * gst/auparse/auparse.vcproj
15052         * gst/avi/avi.vcproj
15053         * gst/cdxaparse/cdxaparse.vcproj
15054         * gst/chart/chart.vcproj
15055         * gst/colorspace/colorspace.vcproj
15056         * gst/cutter/cutter.vcproj
15057         * gst/debug/debug.vcproj
15058         * gst/debug/efence.vcproj
15059         * gst/debug/navigationtest.vcproj
15060         * gst/deinterlace/deinterlace.vcproj
15061         * gst/effectv/effectv.vcproj
15062         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15063         * gst/filter/filter.vcproj
15064         * gst/flx/flxdec.vcproj
15065         * gst/goom/goom.vcproj
15066         * gst/interleave/interleave.vcproj
15067         * gst/law/alaw.vcproj
15068         * gst/law/mulaw.vcproj
15069         * gst/matroska/matroska.vcproj
15070         * gst/median/median.vcproj
15071         * gst/mixmatrix/mixmatrix.vcproj
15072         * gst/mpeg1sys/mpeg1systemencode.vcproj
15073         * gst/mpeg1videoparse/mp1videoparse.vcproj
15074         * gst/mpeg2sub/mpeg2subt.vcproj
15075         * gst/mpegaudio/mpegaudio.vcproj
15076         * gst/mpegaudioparse/mpegaudioparse.vcproj
15077         * gst/mpegstream/mpegstream.vcproj
15078         * gst/multifilesink/multifilesink.vcproj
15079         * gst/multipart/multipart.vcproj
15080         * gst/oneton/oneton.vcproj
15081         * gst/overlay/overlay.vcproj
15082         * gst/passthrough/passthrough.vcproj
15083         * gst/qtdemux/qtdemux.vcproj
15084         * gst/realmedia/rmdemux.vcproj
15085         * gst/rtjpeg/rtjpeg.vcproj
15086         * gst/rtp/rtp.vcproj
15087         * gst/silence/silence.vcproj
15088         * gst/sine/sinesrc.vcproj
15089         * gst/smooth/smooth.vcproj
15090         * gst/smpte/smpte.vcproj
15091         * gst/spectrum/spectrum.vcproj
15092         * gst/speed/speed.vcproj
15093         * gst/stereo/stereo.vcproj
15094         * gst/switch/switch.vcproj
15095         * gst/tags/tagedit.vcproj
15096         * gst/tcp/tcp.vcproj
15097         * gst/typefind/typefindfunctions.vcproj
15098         * gst/udp/udp.vcproj
15099         * gst/videobox/videobox.vcproj
15100         * gst/videocrop/videocrop.vcproj
15101         * gst/videodrop/videodrop.vcproj
15102         * gst/videofilter/gamma.vcproj
15103         * gst/videofilter/videobalance.vcproj
15104         * gst/videofilter/videofilter.vcproj
15105         * gst/videofilter/videoflip.vcproj
15106         * gst/videoflip/videoflip.vcproj
15107         * gst/videomixer/videomixer.vcproj
15108         * gst/videorate/videorate.vcproj
15109         * gst/videoscale/videoscale.vcproj
15110         * gst/videotestsrc/videotestsrc.vcproj
15111         * gst/virtualdub/virtualdub.vcproj
15112         * gst/volenv/volenv.vcproj
15113         * gst/volume/volume.vcproj
15114         * gst/wavenc/wavenc.vcproj
15115         * gst/wavparse/wavparse.vcproj
15116         * gst/y4m/y4menc.vcproj
15117         * gst-libs/gst/audio/audio.vcproj
15118         * gst-libs/gst/audio/audiofilter.vcproj
15119         * gst-libs/gst/colorbalance/colorbalance.vcproj
15120         * gst-libs/gst/idct/idtc.vcproj
15121         * gst-libs/gst/media-info/media-info.vcproj
15122         * gst-libs/gst/mixer/mixer.vcproj
15123         * gst-libs/gst/navigation/navigation.vcproj
15124         * gst-libs/gst/play/play.vcproj
15125         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15126         * gst-libs/gst/resample/resample.vcproj
15127         * gst-libs/gst/riff/riff.vcproj
15128         * gst-libs/gst/tuner/tuner.vcproj
15129         * gst-libs/gst/video/video.vcproj
15130         * gst-libs/gst/xoverlay/xoverlay.vcproj
15131           avoid problems with math.h, fix release dependancy
15132           rename GStreamer-0.8.lib to libgstreamer.lib
15133
15134 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15135
15136         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15138         the atom is not available we have to unlock the mutex. Fixes #148023
15139
15140 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15141
15142         * gst-libs/gst/media-info/media-info.h:
15143           issue for a vararg macro with MSVC
15144
15145 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15146
15147         * gst/effectv/effectv.vcproj
15148         * gst-libs/gst/idct/idct.vcproj:
15149         * gst-libs/gst/media-info/media-info.vcproj:
15150         * gst-libs/gst/navigation/navigation.vcproj:
15151         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15152         * gst-libs/gst/video/video.vcproj:
15153         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15154           fixes for build problems
15155
15156 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15157
15158         * gst-libs/gst/audio/audio.def:
15159         * gst-libs/gst/audio/riff.def:
15160           add some definitions needed by plugins
15161
15162 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15163
15164         * gst/asfdemux/gstasfmux.c
15165           Fix some 64 bits constants to be glib friendly
15166
15167 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15168
15169         * gst/ac3parse/gstac3parse.c
15170         * gst/audioscale/gstaudioscale.c
15171         * gst/auparse/gstauparse.c
15172         * gst/colorspace/gstcolorspace.c
15173         * gst/colorspace/yuv2rgb.h
15174           local include fixes
15175
15176 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15177
15178         * win32/gst.sln
15179           add more plugins to the build
15180
15181 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15182
15183         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15184         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15185
15186 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15187
15188         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15189         (gst_level_set_property), (gst_level_get_property),
15190         (gst_level_base_init), (gst_level_class_init):
15191           add debugging categories.  cleanups.
15192
15193 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15194
15195         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15196         (gst_videoscale_planar411), (gst_videoscale_planar400),
15197         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15198         (gst_videoscale_scale_nearest_str1),
15199         (gst_videoscale_scale_nearest_str2),
15200         (gst_videoscale_scale_nearest_str4),
15201         (gst_videoscale_scale_nearest_16bit),
15202         (gst_videoscale_scale_nearest_24bit):
15203           fixed stride issues
15204           tested with 320x240 -> 321, 322, 324 x240
15205           tested with YV12, I420, YUY2, UYVY
15206           fixed packed422rev (don't think it could have worked before)
15207           by testing with UYVY
15208
15209 2004-07-26  Benjamin Otte  <otte@gnome.org>
15210
15211         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15212         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15213         (plugin_init):
15214           add debugging category, add error checks like checking return values
15215           of setup calls, make sure it still works after
15216           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15217
15218 2004-07-26  Wim Taymans  <wim@fluendo.com>
15219
15220         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15221         (gst_mpeg_demux_get_audio_stream),
15222         (gst_mpeg_demux_process_private):
15223         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15224         Check for error codes from the negotiation functions. Make sure
15225         we really set the pad caps when a new pad is created.
15226
15227 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15228
15229         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15230         (gst_ffmpeg_caps_to_pix_fmt):
15231         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15233         (gst_ffmpegcolorspace_pad_link):
15234           don't make function do two things at the same time without reason.
15235
15236 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15237
15238         * gst/ac3parse/ac3parse.vcproj
15239         * gst/adder/adder.vcproj
15240         * gst/alpha/alpha.vcproj
15241         * gst/alpha/alphacolor.vcproj
15242         * gst/asfdemux/asf.vcproj
15243         * gst/audioconvert/audioconvert.vcproj
15244         * gst/audiorate/audiorate.vcproj
15245         * gst/audioscale/audioscale.vcproj
15246         * gst/auparse/auparse.vcproj
15247         * gst/avi/avi.vcproj
15248         * gst/cdxaparse/cdxaparse.vcproj
15249         * gst/chart/chart.vcproj
15250         * gst/colorspace/colorspace.vcproj
15251         * gst/cutter/cutter.vcproj
15252         * gst/debug/debug.vcproj
15253         * gst/debug/efence.vcproj
15254         * gst/debug/navigationtest.vcproj
15255         * gst/deinterlace/deinterlace.vcproj
15256         * gst/effectv/effectv.vcproj
15257         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15258         * gst/filter/filter.vcproj
15259         * gst/flx/flxdec.vcproj
15260         * gst/goom/goom.vcproj
15261         * gst/interleave/interleave.vcproj
15262         * gst/law/alaw.vcproj
15263         * gst/law/mulaw.vcproj
15264         * gst/matroska/matroska.vcproj
15265         * gst/median/median.vcproj
15266         * gst/mixmatrix/mixmatrix.vcproj
15267         * gst/mpeg1sys/mpeg1systemencode.vcproj
15268         * gst/mpeg1videoparse/mp1videoparse.vcproj
15269         * gst/mpeg2sub/mpeg2subt.vcproj
15270         * gst/mpegaudio/mpegaudio.vcproj
15271         * gst/mpegaudioparse/mpegaudioparse.vcproj
15272         * gst/mpegstream/mpegstream.vcproj
15273         * gst/multifilesink/multifilesink.vcproj
15274         * gst/multipart/multipart.vcproj
15275         * gst/oneton/oneton.vcproj
15276         * gst/overlay/overlay.vcproj
15277         * gst/passthrough/passthrough.vcproj
15278         * gst/qtdemux/qtdemux.vcproj
15279         * gst/realmedia/rmdemux.vcproj
15280         * gst/rtjpeg/rtjpeg.vcproj
15281         * gst/rtp/rtp.vcproj
15282         * gst/silence/silence.vcproj
15283         * gst/sine/sinesrc.vcproj
15284         * gst/smooth/smooth.vcproj
15285         * gst/smpte/smpte.vcproj
15286         * gst/spectrum/spectrum.vcproj
15287         * gst/speed/speed.vcproj
15288         * gst/stereo/stereo.vcproj
15289         * gst/switch/switch.vcproj
15290         * gst/tags/tagedit.vcproj
15291         * gst/tcp/tcp.vcproj
15292         * gst/typefind/typefindfunctions.vcproj
15293         * gst/udp/udp.vcproj
15294         * gst/videobox/videobox.vcproj
15295         * gst/videocrop/videocrop.vcproj
15296         * gst/videodrop/videodrop.vcproj
15297         * gst/videofilter/gamma.vcproj
15298         * gst/videofilter/videobalance.vcproj
15299         * gst/videofilter/videofilter.vcproj
15300         * gst/videofilter/videoflip.vcproj
15301         * gst/videoflip/videoflip.vcproj
15302         * gst/videomixer/videomixer.vcproj
15303         * gst/videorate/videorate.vcproj
15304         * gst/videoscale/videoscale.vcproj
15305         * gst/videotestsrc/videotestsrc.vcproj
15306         * gst/virtualdub/virtualdub.vcproj
15307         * gst/volenv/volenv.vcproj
15308         * gst/volume/volume.vcproj
15309         * gst/wavenc/wavenc.vcproj
15310         * gst/wavparse/wavparse.vcproj
15311         * gst/y4m/y4menc.vcproj
15312           more plugins supported under windows
15313
15314 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15315
15316         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15317         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15318         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15320         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15321           Add debugging statements.  Use the sizes as returned by the
15322           *CreateImage calls.
15323
15324 2004-07-26  Johan Dahlin  <johan@gnome.org>
15325
15326         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15327         the pad is negotiated.
15328
15329         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15330
15331 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15332
15333         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15334         * gst-libs/gst/idct/idct.vcproj:
15335         * gst-libs/gst/media-info/media-info.vcproj:
15336         * gst-libs/gst/mixer/mixer.vcproj:
15337         * gst-libs/gst/navigation/navigation.vcproj:
15338         * gst-libs/gst/play/play.vcproj:
15339         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15340         * gst-libs/gst/resample/resample.vcproj:
15341         * gst-libs/gst/tuner/tuner.vcproj:
15342         * gst-libs/gst/video/video.vcproj:
15343         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15344           more plugins supported under windows
15345
15346 2004-07-25 Iain <iain@prettypeople.org>
15347
15348         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15349         pad now rather than when the pad is created because state changes wipe
15350         explicit caps (fixes #148043).
15351
15352 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15353
15354         reviewed by Benjamin Otte  <otte@gnome.org>
15355
15356         * ext/mad/gstmad.c:
15357           fix mad plugin crashing on Sun (fixes #148289)
15358
15359 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15360
15361         * gst/avi/avi.def:
15362         * gst/avi/avi.vcproj:
15363         * gst/matroska/matroska.def:
15364         * gst/matroska/matroska.vcproj:
15365           remove unused .def files
15366
15367 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15368
15369         * gst-libs/gst/audio/gstaudiofilter.c:
15370           Clean the local include
15371
15372 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15373
15374         * win32/gst.sln:
15375         * gst-libs/gst/audio/audio.def:
15376         * gst-libs/gst/audio/audio.vcproj:
15377         * gst-libs/gst/audio/audiofilter.vcproj:
15378         * gst-libs/gst/audio/riff.def:
15379         * gst-libs/gst/audio/riff.vcproj:
15380         * gst-libs/gst/gst-libs.def:
15381         * gst-libs/gst/gst-libs.vcproj:
15382         * gst/avi/avi.vcproj:
15383         * gst/avi/avi.vcproj:
15384           Copy the files where needed after building, cleaner projects
15385
15386 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15387
15388         * gst/matroska/ebml-write.c:
15389           Fix some 64 bits constants to be glib friendly
15390
15391 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
15392
15393         * win32/gst.sln:
15394         * gst-libs/gst/gst-libs.def:
15395         * gst-libs/gst/gst-libs.vcproj:
15396         * gst/matroska/matroska.def:
15397         * gst/matroska/matroska.vcproj:
15398           Add the preliminary canvas to build plugins on Win32
15399
15400 2004-07-23  Benjamin Otte  <otte@gnome.org>
15401
15402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15403           don't enfore negotiation from source side, it breaks
15404           sinesrc ! audioconvert ! osssink
15405
15406 2004-07-22  David Schleef  <ds@schleef.org>
15407
15408         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15409         for ELF files, since they can easily be recognized as audio/mpeg.
15410         (bug #147441)
15411
15412 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15413
15414         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15415         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15416         (gst_videoscale_scale_nearest_24bit),
15417         (gst_videoscale_scale_nearest_16bit):
15418           fix 16bit and 24bit for stride (24bit might need testing)
15419           don't pretend we do more than one algorithm
15420
15421 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15422
15423         * configure.ac:
15424         * gst/Makefile.am:
15425         * gst/multifilesink/Makefile.am:
15426         * gst/multifilesink/gstmultifilesink.c:
15427         (gst_multifilesink_get_formats),
15428         (gst_multifilesink_get_query_types), (_do_init),
15429         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15430         (gst_multifilesink_init), (gst_multifilesink_dispose),
15431         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15432         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15433         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15434         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15435         (gst_multifilesink_chain), (gst_multifilesink_change_state),
15436         (gst_multifilesink_uri_get_type),
15437         (gst_multifilesink_uri_get_protocols),
15438         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15439         (gst_multifilesink_uri_handler_init), (plugin_init):
15440         * gst/multifilesink/gstmultifilesink.h:
15441         * testsuite/Makefile.am:
15442         * testsuite/multifilesink/Makefile.am:
15443         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15444         (gst_newmedia_class_init), (gst_newmedia_init),
15445         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15446         (newfile_signal), (test_signal), (main):
15447         multifilesink plugin for creating new files every time a new media
15448         discontinuity event occurs
15449
15450 2004-07-22  Wim Taymans  <wim@fluendo.com>
15451
15452         * gst/alpha/Makefile.am:
15453         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15454         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15455         (gst_alpha_color_init), (gst_alpha_color_set_property),
15456         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15457         (transform), (gst_alpha_color_chain),
15458         (gst_alpha_color_change_state), (plugin_init):
15459         Stupid plugin to to RGBA to AYUV conversion because none of
15460         the colorspace plugins can handle that yet.
15461
15462 2004-07-22  Wim Taymans  <wim@fluendo.com>
15463
15464         * examples/seeking/seek.c: (update_scale), (main):
15465         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15466         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15467         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15468         (gst_decode_bin_init), (gst_decode_bin_dispose),
15469         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15470         (no_more_pads), (close_link), (type_found),
15471         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15472         (plugin_init):
15473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15474         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15475         (gst_play_base_bin_dispose), (queue_overrun),
15476         (gen_preroll_element), (remove_prerolls), (unknown_type),
15477         (no_more_pads), (new_stream), (setup_source),
15478         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15479         (play_base_eos), (gst_play_base_bin_change_state),
15480         (gst_play_base_bin_add_element),
15481         (gst_play_base_bin_remove_element),
15482         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15483         (gst_play_base_bin_unlink_stream),
15484         (gst_play_base_bin_get_streaminfo):
15485         * gst/playback/gstplaybin.c: (gen_video_element),
15486         (gen_audio_element):
15487         * gst/playback/gststreaminfo.h:
15488         More playback updates, attempt to fix things after the state change
15489         breakage.
15490
15491 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15492
15493         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15494         (gst_videoscale_scale_nearest_16bit):
15495           comment algorithm
15496
15497 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * gst/videotestsrc/gstvideotestsrc.c:
15500         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15501         (gst_videotestsrc_init), (gst_videotestsrc_get),
15502         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15503         (gst_videotestsrc_get_property):
15504         * gst/videotestsrc/gstvideotestsrc.h:
15505         * gst/videotestsrc/videotestsrc.c:
15506         * gst/videotestsrc/videotestsrc.h:
15507           cleanup and commenting
15508
15509 2004-07-21  Wim Taymans  <wim@fluendo.com>
15510
15511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15512         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15513         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15514         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15515         (_find_chain_get_unknown_part), (_find_streams_check),
15516         (gst_ogg_demux_push), (gst_ogg_pad_push):
15517         * ext/theora/theoradec.c: (theora_get_formats),
15518         (theora_dec_src_convert), (theora_dec_sink_convert),
15519         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15520         (theora_dec_chain):
15521         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15522         (vorbis_dec_convert), (vorbis_dec_src_query),
15523         (vorbis_dec_src_event), (vorbis_dec_event):
15524         More seeking fixes, oggdemux now supports seeking to time and
15525         uses the downstream element to convert granulepos to time.
15526         Seeking in theora-only ogg files now works.
15527
15528 2004-07-21  Wim Taymans  <wim@fluendo.com>
15529
15530         * ext/theora/theoradec.c: (gst_theora_dec_init),
15531         (theora_get_formats), (theora_get_event_masks),
15532         (theora_get_query_types), (theora_dec_src_convert),
15533         (theora_dec_sink_convert), (theora_dec_src_query),
15534         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15535         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15536         (vorbis_get_event_masks), (vorbis_get_query_types),
15537         (gst_vorbis_dec_init), (vorbis_dec_convert),
15538         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
15539         Added query/convert/formats functions to vorbis and theora decoders
15540         so that the outside world can use them too. Fixed seeking on an
15541         ogg/theora/vorbis file by disabling the seeking seeking on the
15542         theora srcpad.
15543
15544 2004-07-21  Julien MOUTTE  <julien@moutte.net>
15545
15546         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15547         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
15548         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
15549         images creation for both elements. We don't create the image on caps
15550         nego or renego, we just destroy the internal one if present if it does
15551         not match the needs. The chain function takes care of creating a new
15552         image when needed.
15553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15554         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
15555         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15556         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
15557         the image format information. The buffer pool checks for the context
15558         image format and discard images with different formats.
15559         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
15560
15561 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15564         (gst_ffmpegcolorspace_chain):
15565           no point in doing any chaining if the pad we want to push from
15566           isn't usable.
15567
15568 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15569
15570         * gst-libs/gst/riff/riff-media.c:
15571         (gst_riff_create_audio_caps_with_data):
15572           Fix double end-to-native symbol conversion (#148021).
15573
15574 2004-07-20  David Schleef  <ds@schleef.org>
15575
15576         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15577         Don't use an Atom that doesn't exist.
15578
15579 2004-07-20  Wim Taymans  <wim@fluendo.com>
15580
15581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15582         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15583         (gst_multifdsink_client_remove),
15584         (gst_multifdsink_handle_client_write),
15585         (gst_multifdsink_queue_buffer):
15586         * gst/tcp/gstmultifdsink.h:
15587         More multifdsink stats. Avoid deadlock by releasing locks
15588         before sending out a signal.
15589
15590 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15591
15592         * po/LINGUAS:
15593         * po/hu.po:
15594           added Hungarian translation (Laszlo Dvornik)
15595
15596 2004-07-20  Wim Taymans  <wim@fluendo.com>
15597
15598         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15599         (gst_multifdsink_add), (gst_multifdsink_client_remove),
15600         (gst_multifdsink_handle_client_write),
15601         (gst_multifdsink_queue_buffer):
15602         * gst/tcp/gsttcp-marshal.list:
15603         Fixed the stupid marshal definition.
15604
15605 2004-07-20  Wim Taymans  <wim@fluendo.com>
15606
15607         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15608         (gst_multifdsink_init), (gst_multifdsink_add),
15609         (gst_multifdsink_client_remove),
15610         (gst_multifdsink_handle_client_write),
15611         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
15612         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
15613         (gst_multifdsink_init_send):
15614         * gst/tcp/gstmultifdsink.h:
15615         Added more stats, added timeout for a client, fixed some typos
15616         and added some comments.
15617
15618 2004-07-20  Wim Taymans  <wim@fluendo.com>
15619
15620         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15621         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15622         (gst_multifdsink_client_remove),
15623         (gst_multifdsink_handle_client_write):
15624         * gst/tcp/gstmultifdsink.h:
15625         * gst/tcp/gsttcp-marshal.list:
15626         Added get_stats method that returns a GValueArray of
15627         stats values.
15628
15629 2004-07-19  Benjamin Otte  <otte@gnome.org>
15630
15631         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
15632           make sure longname, description and author are valid UTF-8
15633
15634 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15635
15636         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
15637         (gst_ximagesink_set_property):
15638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
15639         (gst_xvimagesink_set_property):
15640           make sure SYNCHRONOUS is respected after getting the X context
15641
15642 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15643
15644         * gst/matroska/matroska-demux.c:
15645         (gst_matroska_demux_handle_src_event),
15646         (gst_matroska_demux_parse_blockgroup):
15647         * gst/matroska/matroska-ids.h:
15648           add BlockReference tag and ignore it to clear out log.
15649           ignore NAVIGATION events to clear out log.
15650
15651 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15652
15653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
15654         (gst_matroska_demux_add_stream):
15655         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
15656           add debug categories
15657
15658 2004-07-16  Wim Taymans  <wim@fluendo.com>
15659
15660         * ext/libpng/Makefile.am:
15661         * ext/libpng/gstpng.c: (plugin_init):
15662         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
15663         (gst_pngdec_get_type), (gst_pngdec_base_init),
15664         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
15665         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
15666         * ext/libpng/gstpngdec.h:
15667         Added png decoder.
15668
15669 2004-07-16  Julien MOUTTE  <julien@moutte.net>
15670
15671         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
15672         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
15673         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
15674         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
15675         (gst_ximagesink_buffer_alloc):
15676         * sys/ximage/ximagesink.h:
15677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15678         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15679         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
15680         (gst_xvimagesink_buffer_alloc):
15681         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
15682         again. Using internal data pointer of the x(v)image to store image's
15683         data to be coherent with the buffer alloc mechanism. Investigated the
15684         image destruction code to be sure that everything gets freed correctly.
15685
15686 2004-07-16  Wim Taymans  <wim@fluendo.com>
15687
15688         * gst-libs/gst/riff/riff-read.c:
15689         (gst_riff_read_strf_vids_with_data),
15690         (gst_riff_read_strf_auds_with_data):
15691         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15692         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
15693         Make sure we don't create 0 sized subbuffers in riff-read.
15694         Signal the no more pads signal after reading the avi header.
15695
15696 2004-07-16  Wim Taymans  <wim@fluendo.com>
15697
15698         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15699         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15700         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15701         (gst_decode_bin_init), (gst_decode_bin_dispose),
15702         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15703         (no_more_pads), (close_link), (type_found),
15704         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15705         (gst_decode_bin_change_state), (plugin_init):
15706         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15707         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15708         (gst_play_base_bin_dispose), (queue_overrun),
15709         (gen_preroll_element), (remove_prerolls), (unknown_type),
15710         (no_more_pads), (new_stream), (setup_source),
15711         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15712         (play_base_eos), (gst_play_base_bin_change_state),
15713         (gst_play_base_bin_add_element),
15714         (gst_play_base_bin_remove_element),
15715         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15716         (gst_play_base_bin_unlink_stream),
15717         (gst_play_base_bin_get_streaminfo):
15718         * gst/playback/gstplaybasebin.h:
15719         Better error recovery. Added configurable preroll queue size. Faster
15720         detection of no-more-pads.
15721
15722 2004-07-16  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst-libs/gst/video/video.h:
15725         Added 32 bits RGBA. Not sure if we should use another mime-type
15726         for alpha rgb. Currently the presence of the alpha_mask property
15727         signals an alpha channel.
15728
15729 2004-07-16  Wim Taymans  <wim@fluendo.com>
15730
15731         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15733         FPS seems to be 0.0 to MAX everywhere else.
15734
15735 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15736
15737         * gst-libs/gst/riff/riff-media.c:
15738         (gst_riff_create_video_caps_with_data):
15739           mp42/mp43 (no caps) exist too.
15740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15741           Set pixel_width/height; we've got them in-caps.
15742         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15743         * gst/wavparse/gstwavparse.c: (plugin_init):
15744           Both are valid primary.
15745         * sys/oss/gstossmixer.c:
15746           Remove i18n hack and enable translations.
15747
15748 2004-07-15  Benjamin Otte  <otte@gnome.org>
15749
15750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15751         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
15752           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
15753
15754 2004-07-15  Benjamin Otte  <otte@gnome.org>
15755
15756         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15757         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
15758         (gst_alsa_close_audio):
15759           disable some of the debugging code for now. Writing debugging to a
15760           buffer is broken in current alsalib releases.
15761
15762 2004-07-12  Benjamin Otte  <otte@gnome.org>
15763
15764         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
15765           use bufferpools
15766
15767 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15770         (theora_dec_src_query), (theora_dec_event):
15771         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
15772           add debugging categories.  Remove \n's.
15773
15774 2004-07-13  Johan Dahlin  <johan@gnome.org>
15775
15776         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
15777         (gst_play_bin_get_property): Impl.
15778
15779 2004-07-13  Wim Taymans  <wim@fluendo.com>
15780
15781         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
15782         When trying to find the stream length, seek back N pages
15783         instead of just one, where N is the number of streams in
15784         the current chain.
15785
15786 2004-07-13  Wim Taymans  <wim@fluendo.com>
15787
15788         * gst-libs/gst/riff/riff-media.c:
15789         (gst_riff_create_audio_caps_with_data),
15790         (gst_riff_create_audio_caps),
15791         (gst_riff_create_audio_template_caps):
15792         * gst-libs/gst/riff/riff-media.h:
15793         * gst-libs/gst/riff/riff-read.c:
15794         (gst_riff_read_strf_vids_with_data),
15795         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
15796         * gst-libs/gst/riff/riff-read.h:
15797         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
15798         (gst_avi_demux_add_stream):
15799         Set codec_data on caps for avidemuxer.
15800
15801 2004-07-12  David Schleef  <ds@schleef.org>
15802
15803         * configure.ac: Fix test for Objective C
15804
15805 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
15806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
15807         (gst_gdk_pixbuf_chain):
15808           Add svg and pcx to template caps, and ensure that getcaps returns a
15809           subset of the template caps.
15810           Copy each row manually for output, as gdkpixbuf may pad the
15811           rowstride to a 32-bit word boundary.
15812
15813 2004-07-12  Wim Taymans  <wim@fluendo.com>
15814
15815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
15816         (gst_riff_create_video_template_caps):
15817         Fix the template caps to include some more media types.
15818
15819 2004-07-12  Wim Taymans  <wim@fluendo.com>
15820
15821         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15822         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15823         (compare_ranks), (print_feature), (gst_decode_bin_init),
15824         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15825         (try_to_link_1), (new_pad), (close_link), (type_found),
15826         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15827         (gst_decode_bin_change_state), (plugin_init):
15828         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15829         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15830         (gst_play_base_bin_dispose), (queue_overrun),
15831         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15832         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15833         (gst_play_base_bin_get_property), (play_base_eos),
15834         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15835         (gst_play_base_bin_remove_element),
15836         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15837         (gst_play_base_bin_unlink_stream),
15838         (gst_play_base_bin_get_streaminfo):
15839         * gst/playback/gstplaybasebin.h:
15840         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15841         (gst_play_bin_class_init), (gst_play_bin_init),
15842         (gst_play_bin_dispose), (gst_play_bin_set_property),
15843         (gst_play_bin_get_property), (gen_video_element),
15844         (gen_audio_element), (remove_sinks), (setup_sinks),
15845         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15846         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15847         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15848         (gst_play_bin_query), (plugin_init):
15849         * gst/playback/test4.c: (main):
15850         More fixes on reusing of the element.
15851
15852 2004-07-11  Benjamin Otte  <otte@gnome.org>
15853
15854         * ext/mad/gstmad.c: (normal_seek):
15855           allow seeking for other methods than just SET
15856
15857 2004-07-11  Andy Wingo  <wingo@pobox.com>
15858
15859         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
15860         float, "any" caps -> buffer_frames=[0,MAX].
15861
15862         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
15863         doesn't intersect our caps with the template any more. Do it
15864         ourselves.
15865         (interleave_buffered_loop): Use g_newa instead of malloc/free.
15866
15867 2004-07-09  Wim Taymans  <wim@fluendo.com>
15868
15869         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15870         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
15871         (compare_ranks), (print_feature), (gst_decode_bin_init),
15872         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
15873         (try_to_link_1), (new_pad), (close_link), (type_found),
15874         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15875         (gst_decode_bin_change_state), (plugin_init):
15876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15877         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15878         (gst_play_base_bin_dispose), (queue_overrun),
15879         (gen_preroll_element), (remove_prerolls), (no_more_pads),
15880         (new_stream), (setup_source), (gst_play_base_bin_set_property),
15881         (gst_play_base_bin_get_property), (play_base_eos),
15882         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15883         (gst_play_base_bin_remove_element),
15884         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15885         (gst_play_base_bin_unlink_stream),
15886         (gst_play_base_bin_get_streaminfo):
15887         * gst/playback/gstplaybasebin.h:
15888         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
15889         (gst_play_bin_class_init), (gst_play_bin_init),
15890         (gst_play_bin_dispose), (gst_play_bin_set_property),
15891         (gst_play_bin_get_property), (gen_video_element),
15892         (gen_audio_element), (remove_sinks), (setup_sinks),
15893         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
15894         (gst_play_bin_send_event), (gst_play_bin_get_formats),
15895         (gst_play_bin_convert), (gst_play_bin_get_query_types),
15896         (gst_play_bin_query), (plugin_init):
15897         * gst/playback/test4.c: (main):
15898         Work on object reuse and seeking.
15899
15900 2004-07-09  Wim Taymans  <wim@fluendo.com>
15901
15902         * examples/seeking/seek.c: (iterate):
15903         Don't consume all CPU in the idle loop.
15904
15905 2004-07-09  Wim Taymans  <wim@fluendo.com>
15906
15907         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
15908         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
15909         Add pad to element *after* setting the pad functions so that
15910         the scheduler can use the correct ones.
15911
15912 2004-07-09  Wim Taymans  <wim@fluendo.com>
15913
15914         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
15915         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
15916         Sync to keyframe after seek
15917
15918 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15919
15920         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
15921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
15922         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
15923         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
15924         * ext/libvisual/visual.c: (gst_visual_change_state):
15925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
15926         * ext/theora/theoradec.c: (theora_dec_change_state):
15927         * ext/theora/theoraenc.c: (theora_enc_change_state):
15928         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
15929         * gst-libs/gst/navigation/navigation.c:
15930         * gst/adder/gstadder.c: (gst_adder_change_state):
15931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15932         (gst_audio_convert_get_buffer):
15933         * gst/multipart/multipartdemux.c:
15934         (gst_multipart_demux_change_state):
15935         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
15936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
15937         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
15938         * gst/videoscale/gstvideoscale.c:
15939         (gst_videoscale_handle_src_event):
15940         * gst/volume/gstvolume.c: (volume_chain_int16):
15941           don't assert in state change, this should be done by the base
15942           GstElement class.
15943           various debugging fixes.
15944
15945 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15946
15947         * configure.ac:
15948         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15949         (gst_play_dispose), (gst_play_set_location),
15950         (gst_play_set_data_src), (gst_play_set_video_sink),
15951         (gst_play_set_audio_sink), (gst_play_set_visualization),
15952         (gst_play_connect_visualization), (gst_play_get_sink_element),
15953         (gst_play_get_all_by_interface):
15954         * gst-libs/gst/play/play.h:
15955           add new method to get elements implementing an interface.
15956           add various error logging
15957
15958 2004-07-08  Wim Taymans  <wim@fluendo.com>
15959
15960         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
15961         (make_mpeg_pipeline), (make_mpegnt_pipeline),
15962         (make_playerbin_pipeline), (query_durations_elems),
15963         (query_durations_pads), (query_positions_elems),
15964         (query_positions_pads), (update_scale), (iterate), (stop_seek),
15965         (main):
15966         Added playbin seeking example.
15967
15968 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15969
15970         * gst-libs/gst/play/play.c: (gst_play_set_location),
15971         (gst_play_set_data_src), (gst_play_set_video_sink),
15972         (gst_play_set_audio_sink), (gst_play_set_visualization),
15973         (gst_play_connect_visualization), (gst_play_get_framerate):
15974           use a macro to look up elements from hash table
15975
15976 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15977
15978         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15979         (gst_play_get_length_callback), (gst_play_set_location),
15980         (gst_play_seek_to_time), (gst_play_set_data_src),
15981         (gst_play_set_video_sink), (gst_play_set_audio_sink),
15982         (gst_play_set_visualization), (gst_play_connect_visualization),
15983         (gst_play_get_sink_element):
15984         - add debugging info
15985         - fix looking up sink elements by iterating over complete caps
15986         - put everything except for source and autoplugger in a complete bin
15987
15988 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15989
15990         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
15991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
15992         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
15993         (gst_alsa_sink_write), (gst_alsa_sink_loop):
15994         * ext/alsa/gstalsasink.h:
15995         - add debugging info
15996         - clean up schizophrenia of data/buffer/event
15997         - fix double event unref error
15998
15999 2004-07-08  Wim Taymans  <wim@fluendo.com>
16000
16001         * gst/playback/Makefile.am:
16002         Add headers to noinst
16003
16004 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16005
16006         * tools/gst-launch-ext-m.m:
16007         * tools/gst-launch-ext.1.in:
16008           convert to the third millenium
16009
16010 2004-07-07  David Schleef  <ds@schleef.org>
16011
16012         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16013
16014 2004-07-07  Wim Taymans  <wim@fluendo.com>
16015
16016         * gst/playback/Makefile.am:
16017         * gst/playback/README:
16018         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16019         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16020         (compare_ranks), (print_feature), (gst_decode_bin_init),
16021         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16022         (try_to_link_1), (new_pad), (close_link), (type_found),
16023         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16024         (plugin_init):
16025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16026         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16027         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16028         (gen_preroll_element), (no_more_pads), (new_stream),
16029         (setup_source), (gst_play_base_bin_set_property),
16030         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16031         (gst_play_base_bin_add_element),
16032         (gst_play_base_bin_remove_element),
16033         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16034         (gst_play_base_bin_unlink_stream),
16035         (gst_play_base_bin_get_streaminfo):
16036         * gst/playback/gstplaybasebin.h:
16037         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16038         (gst_play_bin_class_init), (gst_play_bin_init),
16039         (gst_play_bin_dispose), (gst_play_bin_set_property),
16040         (gst_play_bin_get_property), (gen_video_element),
16041         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16042         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16043         (gst_play_bin_get_formats), (gst_play_bin_convert),
16044         (gst_play_bin_get_query_types), (gst_play_bin_query),
16045         (plugin_init):
16046         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16047         (gst_stream_info_get_type), (gst_stream_info_class_init),
16048         (gst_stream_info_init), (gst_stream_info_new),
16049         (gst_stream_info_dispose), (gst_stream_info_set_property),
16050         (gst_stream_info_get_property):
16051         * gst/playback/gststreaminfo.h:
16052         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16053         (main):
16054         * gst/playback/test2.c: (main):
16055         * gst/playback/test3.c: (update_scale), (main):
16056         More playbin fixes. Added README. Do better element filtering.
16057         Added base class to preroll media. Added test apps.
16058
16059 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16060
16061         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16062         * ext/mpeg2dec/gstmpeg2dec.h:
16063           various debugging improvements.  Reset stream to next picture
16064           instead of sequence header, otherwise seeks cannot work.
16065
16066 2004-07-07  Wim Taymans  <wim@fluendo.com>
16067
16068         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16069         (gst_video_box_class_init), (gst_video_box_set_property),
16070         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16071         Use pad_alloc where possible.
16072
16073 2004-07-07  Wim Taymans  <wim@fluendo.com>
16074
16075         * sys/oss/gstosselement.c: (gst_osselement_reset),
16076         (gst_osselement_parse_caps):
16077         * sys/oss/gstosselement.h:
16078         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16079         Fix offset on osssrc.
16080
16081 2004-07-07  Wim Taymans  <wim@fluendo.com>
16082
16083         * ext/theora/theora.c: (plugin_init):
16084         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16085         (theora_dec_src_query), (theora_dec_chain):
16086         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16087         (theora_enc_sink_link), (theora_buffer_from_packet),
16088         (theora_push_packet), (theora_enc_chain):
16089         Fix theora granulepos calculation.
16090         Fix overflow in duration/position calculation.
16091         Bump rank to PRIMARY for theoradec.
16092         Use granulepos of last packet to calculate position.
16093         Set keyframe flag on buffers when needed.
16094
16095 2004-07-06  David Schleef  <ds@schleef.org>
16096
16097         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16098         serious?  (Fixed, obviously.)
16099
16100 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16101
16102         * po/LINGUAS:
16103         * po/cs.po:
16104           added Czech translation (Miloslav Trmac)
16105
16106 2004-07-05  Wim Taymans  <wim@fluendo.com>
16107
16108         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16109         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16110         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16111         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16112         (close_link), (type_found), (gst_decode_bin_set_property),
16113         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16114         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16115         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16116         (gst_decode_bin_query), (plugin_init):
16117         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16118         (gst_play_bin_class_init), (gst_play_bin_init),
16119         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16120         (get_video_element), (new_pad), (setup_source),
16121         (gst_play_bin_set_property), (gst_play_bin_get_property),
16122         (gst_play_bin_change_state), (gst_play_bin_add_element),
16123         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16124         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16125         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16126         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16127         * gst/playback/test.c: (main):
16128         More fixes, cleaned up playbin, make it use decodebin. Added
16129         threaded property to playbin.
16130
16131 2004-07-05  Wim Taymans  <wim@fluendo.com>
16132
16133         * configure.ac:
16134         * gst/playback/Makefile.am:
16135         * gst/playback/decodetest.c: (main):
16136         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16137         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16138         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16139         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16140         (close_link), (type_found), (gst_decode_bin_set_property),
16141         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16142         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16143         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16144         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16145         (plugin_init):
16146         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16147         (gst_play_bin_class_init), (gst_play_bin_init),
16148         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16149         (collect_sink_pads), (find_compatibles), (close_pad_link),
16150         (try_to_link_1), (new_pad), (close_link), (type_found),
16151         (setup_source), (gst_play_bin_set_property),
16152         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16153         (compare_ranks), (gst_play_bin_collect_factories),
16154         (gst_play_bin_change_state), (gst_play_bin_add_element),
16155         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16156         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16157         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16158         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16159         * gst/playback/test.c: (main):
16160         Added some playback helper elements and some test apps, very alpha
16161         still.
16162
16163 2004-07-04  Benjamin Otte  <otte@gnome.org>
16164
16165         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16166           only restart audio when we indeed have an xrun to fix repeated
16167           xruns. Fix suggested by Giuliano Pochini.
16168
16169 2004-07-03  David Schleef  <ds@schleef.org>
16170
16171         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16172         call to gst_debug_log() if debugging is disabled (bug #145118)
16173
16174 2004-07-03  Benjamin Otte  <otte@gnome.org>
16175
16176         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16177           use our own functions for restarting the alsa device.
16178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16179           I should apply patches myself - use MIN for the third argument, not
16180           the second, this fixes seeking
16181
16182 2004-07-02  David Schleef  <ds@schleef.org>
16183
16184         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16185         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16186         do with the logic.
16187
16188 2004-07-02  David Schleef  <ds@schleef.org>
16189
16190         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16191         output buffers.  Fix logic mistake.  (bug #144866)
16192
16193 2004-07-02  David Schleef  <ds@schleef.org>
16194
16195         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16196         on X.  (bug #144753)
16197
16198 2004-07-02  David Schleef  <ds@schleef.org>
16199
16200         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16201         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16202         (bug #144624)
16203         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16204         (gst_osselement_rate_probe_check): Add another workaround for
16205         buggy drivers (bug #145336)
16206
16207 2004-07-02  David Schleef  <ds@schleef.org>
16208
16209         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16210         Most systems don't have MSG_NOSIGNAL.
16211
16212 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16213
16214         * Makefile.am:
16215         * gst-libs/gst/colorbalance/Makefile.am:
16216         * gst-libs/gst/mixer/Makefile.am:
16217         * gst-libs/gst/play/Makefile.am:
16218         * gst-libs/gst/tuner/Makefile.am:
16219           (hopefully) fix both install and dist and make error message useful.
16220           needs testing across automakes.
16221
16222 2004-07-02  Benjamin Otte  <otte@gnome.org>
16223
16224         * ext/ogg/gstogg.c: (plugin_init):
16225           we require bytestream now
16226         * ext/ogg/gstoggdemux.c:
16227           huge diff to implement chain setup in a fast and generic way. This
16228           improves tag reading and startup of huge files (read: Theora videos)
16229           quite a bit. It probably contains bugs, too, so please test.
16230           Seeking is not improved to the fast method.
16231
16232 2004-06-29  Wim Taymans  <wim@fluendo.com>
16233
16234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16235         * ext/ogg/gstoggmux.c:
16236         Fix memleak in oggdemux when running unconnected pads.
16237         doc update in mux, start working on keyframe mode.
16238
16239 2004-06-29  Benjamin Otte  <otte@gnome.org>
16240
16241         * sys/oss/gstosssink.c:
16242         * sys/oss/gstosssrc.c:
16243           advertise correct template caps - we indeed do non-native endianness
16244           and 8bit audio has no endianness
16245         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16247           avoid (wrong) duplications in getcaps function and return
16248           template caps
16249
16250 2004-06-29  Wim Taymans  <wim@fluendo.com>
16251
16252         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16253         (gst_multifdsink_class_init), (gst_multifdsink_add),
16254         (gst_multifdsink_remove), (gst_multifdsink_clear),
16255         (gst_multifdsink_client_remove),
16256         (gst_multifdsink_handle_client_read),
16257         (gst_multifdsink_client_queue_data),
16258         (gst_multifdsink_client_queue_caps),
16259         (gst_multifdsink_client_queue_buffer),
16260         (gst_multifdsink_handle_client_write),
16261         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16262         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16263         (gst_multifdsink_init_send), (gst_multifdsink_close):
16264         Fix wrong GList iteration that could crash the server when
16265         more then 2 clients disconnect at the same time. Read all the
16266         pending commands in one batch to recover from command storms under
16267         very heavy load.
16268
16269 2004-06-28  Wim Taymans  <wim@fluendo.com>
16270
16271         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16272         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16273         (gst_videomixer_pad_set_property),
16274         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16275         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16276         (gst_videomixer_class_init), (gst_videomixer_init),
16277         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16278         (pad_zorder_compare), (gst_videomixer_sort_pads),
16279         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16280         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16281         (gst_videomixer_update_queues), (gst_videomixer_loop),
16282         (plugin_init):
16283         Avoid divide by zero, choose masterpad as the pad with the highest
16284         framerate.
16285
16286 2004-06-27  Julien Moutte  <julien@moutte.net>
16287
16288         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16289         (gst_ximagesink_xwindow_new):
16290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16291         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16292         function directly. We might want to call it from somewhere else one day.
16293
16294 2004-06-27  Julien Moutte  <julien@moutte.net>
16295
16296         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16297         (gst_ximagesink_xwindow_new):
16298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16299         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16300         window decorations.
16301
16302 2004-06-27  Wim Taymans  <wim@fluendo.com>
16303
16304         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16305         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16306         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16307         (gst_dvdec_set_property), (gst_dvdec_get_property):
16308         * ext/dv/gstdvdec.h:
16309         Implement drop_factor property to lower the framerate with
16310         a factor.
16311
16312 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16313
16314         * gst-libs/gst/colorbalance/Makefile.am:
16315         * gst-libs/gst/mixer/Makefile.am:
16316         * gst-libs/gst/play/Makefile.am:
16317         * gst-libs/gst/tuner/Makefile.am:
16318           unbreak Company's fix that didn't install the -enum.h files
16319
16320 2004-06-27  Wim Taymans  <wim@fluendo.com>
16321
16322         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16323         (gst_dvdec_change_state):
16324         * ext/dv/gstdvdec.h:
16325         Fix timestamp, duration and offset of the buffers.
16326
16327 2004-06-27  Wim Taymans  <wim@fluendo.com>
16328
16329         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16330         (gst_multifdsink_class_init), (gst_multifdsink_add),
16331         (gst_multifdsink_remove), (gst_multifdsink_clear),
16332         (gst_multifdsink_client_remove),
16333         (gst_multifdsink_handle_client_read),
16334         (gst_multifdsink_client_queue_data),
16335         (gst_multifdsink_client_queue_caps),
16336         (gst_multifdsink_client_queue_buffer),
16337         (gst_multifdsink_handle_client_write),
16338         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16339         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16340         (gst_multifdsink_init_send), (gst_multifdsink_close):
16341         * gst/tcp/gstmultifdsink.h:
16342         * gst/tcp/gsttcpserversink.c:
16343         (gst_tcpserversink_handle_server_read),
16344         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16345         More multifdsink fixes, more recovery policy fixes.
16346         Removed stupid g_print
16347
16348 2004-06-26  Wim Taymans  <wim@fluendo.com>
16349
16350         * gst/tcp/Makefile.am:
16351         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16352         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16353         (gst_multifdsink_class_init), (gst_multifdsink_init),
16354         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16355         (gst_multifdsink_handle_client_read),
16356         (gst_multifdsink_client_queue_data),
16357         (gst_multifdsink_client_queue_caps),
16358         (gst_multifdsink_client_queue_buffer),
16359         (gst_multifdsink_handle_client_write),
16360         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16361         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16362         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16363         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16364         (gst_multifdsink_close), (gst_multifdsink_change_state):
16365         * gst/tcp/gstmultifdsink.h:
16366         * gst/tcp/gsttcpplugin.c: (plugin_init):
16367         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16368         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16369         (gst_tcpserversink_handle_server_read),
16370         (gst_tcpserversink_handle_select),
16371         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16372         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16373         * gst/tcp/gsttcpserversink.h:
16374         Added multifdsink, made tcpserversink a subclass of fdsink, removed
16375         one of the locks, added recovery policy to multifdsink.
16376
16377 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16378
16379         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16380           fix decision for when getting frames with same timestamp
16381         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16382         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16383         (gst_v4lsrc_get_property):
16384         * sys/v4l/gstv4lsrc.h:
16385           add latency offset property
16386
16387 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16388
16389         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16390         (plugin_init):
16391           fix debugging. add category.
16392
16393 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16394
16395         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16396           fix wrong offsets
16397
16398 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16399
16400         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16401         (gst_alsa_src_get_time), (gst_alsa_src_loop),
16402         (gst_alsa_src_change_state):
16403           return a time that is in sync with the element's processing
16404
16405 2004-06-25  Wim Taymans  <wim@fluendo.com>
16406
16407         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16408         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16409         (gst_tcpserversink_client_remove),
16410         (gst_tcpserversink_handle_client_read),
16411         (gst_tcpserversink_client_queue_data),
16412         (gst_tcpserversink_client_queue_caps),
16413         (gst_tcpserversink_client_queue_buffer),
16414         (gst_tcpserversink_handle_client_write),
16415         (gst_tcpserversink_queue_buffer),
16416         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16417         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16418         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16419         (gst_tcpserversink_close):
16420         * gst/tcp/gsttcpserversink.h:
16421         Serversink rewrite. Really do non blocking writes to clients and
16422         maintain an internal queue to handle slower clients while not
16423         disturbing fast clients.
16424
16425 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16428           better debug, don't override OFFSET and OFFSET_END
16429
16430 2004-06-25  Iain <iain@prettypeople.org>
16431
16432         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16433         name=source for the wavparse pipeline.
16434
16435 2004-06-24  Johan Dahlin  <johan@gnome.org>
16436
16437         * ext/theora/theoraenc.c (theora_enc_chain): Call
16438         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16439         streamheader caps are set correctly.
16440
16441 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16442
16443         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16444         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16445           respect minimum bitrate; same could be done for max bitrate
16446
16447 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16448
16449         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16450         (gst_vorbisenc_setup):
16451           fix sample rate range
16452
16453 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16454
16455         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16456         (gst_oggvorbisenc_setup):
16457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16458         (gst_vorbisenc_setup):
16459           resolve ambiguities in code and description
16460
16461 2004-06-24  Wim Taymans  <wim@fluendo.com>
16462
16463         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16464         * ext/alsa/gstalsa.h:
16465         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16466         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16467         Use alsa trigger_tstamp to get the timestamp of the first
16468         sample in the buffer for more precise sync. Some cleanups.
16469
16470 2004-06-24  Wim Taymans  <wim@fluendo.com>
16471
16472         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16473         (gst_audiorate_init), (gst_audiorate_chain),
16474         (gst_audiorate_set_property), (gst_audiorate_get_property):
16475         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16476         (gst_videorate_chain):
16477         Added some logging, fixed an overflow bug in videorate.
16478
16479 2004-06-24  Benjamin Otte  <otte@gnome.org>
16480
16481         * ext/kio/Makefile.am:
16482           fix for builddir != srcdir and distcheck
16483
16484 2004-06-24  Benjamin Otte  <otte@gnome.org>
16485
16486         * gst-libs/gst/colorbalance/Makefile.am:
16487         * gst-libs/gst/mixer/Makefile.am:
16488         * gst-libs/gst/play/Makefile.am:
16489         * gst-libs/gst/tuner/Makefile.am:
16490         * gst/tcp/Makefile.am:
16491         * sys/dxr3/Makefile.am:
16492           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16493           tarball.
16494           Also add all *.list files that were missing.
16495         * Makefile.am:
16496           add a distcheck hook to ensure the above doesn't happen again.
16497
16498 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16499
16500         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16501
16502 2004-06-23  Colin Walters  <walters@redhat.com>
16503
16504         * m4/Makefile.am: Distribute gst-fionread.m4.
16505
16506 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16507
16508         * configure.ac: back to dev
16509
16510 2004-06-23  Wim Taymans  <wim@fluendo.com>
16511
16512         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16513         (gst_alsa_xrun_recovery):
16514         * ext/alsa/gstalsa.h:
16515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16516         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16517         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16518         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16519         (gst_alsa_src_loop):
16520         Add clock to alsasrc. Take new capture timestamp when
16521         restarting after an overrun. Split up some functions between
16522         alsasrc and alsasink.
16523
16524 === release 0.8.2 ===
16525
16526 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16527
16528         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16529         (gst_alsa_change_state), (gst_alsa_update_avail),
16530         (gst_alsa_xrun_recovery):
16531         * ext/alsa/gstalsa.h:
16532         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16533           merge back changes from release
16534
16535 2004-06-23  Wim Taymans  <wim@fluendo.com>
16536
16537         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
16538         (gst_audiorate_init), (gst_audiorate_chain),
16539         (gst_audiorate_set_property), (gst_audiorate_get_property):
16540         Implement sample dropping and notify
16541
16542 2004-06-22  Wim Taymans  <wim@fluendo.com>
16543
16544         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16545         (theora_enc_sink_link), (theora_buffer_from_packet),
16546         (theora_push_packet), (theora_enc_chain):
16547         Some cleanups, make sure the timestamps are correct.
16548
16549 2004-06-22  Wim Taymans  <wim@fluendo.com>
16550
16551         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
16552         (gst_alsa_change_state), (gst_alsa_update_avail),
16553         (gst_alsa_xrun_recovery):
16554         * ext/alsa/gstalsa.h:
16555         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16556         Cleanups, take queued samples into account when reporting
16557         the time.
16558
16559 2004-06-22  Wim Taymans  <wim@fluendo.com>
16560
16561         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16562         (gst_videorate_init):
16563         Initialize the property as well.
16564
16565 2004-06-22  Wim Taymans  <wim@fluendo.com>
16566
16567         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16568         (gst_videorate_init), (gst_videorate_chain),
16569         (gst_videorate_set_property), (gst_videorate_get_property):
16570         Add property to make videorate silent.
16571         Add property to prefer new frames over old ones.
16572
16573 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16574
16575         * sys/osxvideo/Makefile.am:
16576         Workaround so that the osxvideo .so file gets linked with the
16577         Cocoa, OpenGL and QuickTime frameworks
16578
16579 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16580
16581         * sys/osxaudio/Makefile.am:
16582         Workaround so that the osxaudio .so file gets linked with the
16583         CoreAudio framework
16584
16585 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16586
16587         * configure.ac:
16588         Whoops, my fault...fixed build issues
16589
16590 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16591
16592         * configure.ac:
16593         Add objective-c support if running in Darwin/Mac OS X
16594         * sys/Makefile.am:
16595         * sys/osxvideo:
16596         * sys/osxvideo/Makefile.am:
16597         * sys/osxvideo/osxvideosink.h:
16598         * sys/osxvideo/osxvideosink.m:
16599         * sys/osxvideo/cocoawindow.h:
16600         * sys/osxvideo/cocoawindow.m:
16601         Add osxvideosink, a cocoa-based osx video sink
16602
16603
16604 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
16605         * ext/dvdnav/gst-dvd:
16606         Grab the gconf key from the right spot
16607         * gst/debug/gstnavseek.c: (gst_navseek_init),
16608         (gst_navseek_segseek), (gst_navseek_handle_src_event),
16609         (gst_navseek_chain):
16610         * gst/debug/gstnavseek.h:
16611           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
16612           and loop parameters of a segment seek.
16613         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
16614         (gst_videotestsrc_get_event_masks),
16615         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
16616         * gst/videotestsrc/gstvideotestsrc.h:
16617           Add seeking support to videotestsrc
16618           Initialise the timestamp_offset variable.
16619
16620 2004-06-18  Wim Taymans  <wim@fluendo.com>
16621
16622         * ext/sidplay/gstsiddec.cc:
16623         Fix negotiation and set correct end offset.
16624
16625 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16626
16627         * configure.ac: branch and prerelease
16628
16629 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16630
16631         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
16632         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
16633         (gst_tcpclientsrc_init_receive):
16634         * gst/tcp/gsttcpclientsrc.h:
16635           read caps when connecting to server for GDP so we set them correctly
16636
16637 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16638
16639         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16640           notify drops and duplicates
16641         * gst/videoscale/videoscale.c: (videoscale_get_structure):
16642           no good reason to limit ourselves to 100x100
16643
16644 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16645
16646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16647         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
16648         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16649         (gst_v4lsrc_get_property):
16650         * sys/v4l/gstv4lsrc.h:
16651         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16652         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16653         (gst_v4l_set_audio):
16654         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
16655         (gst_v4lsrc_try_capture):
16656         * sys/v4l/v4lsrc_calls.h:
16657           change try_palette to more general try_capture
16658           add autoprobe option so we can turn off autoprobing
16659           various fixes
16660
16661 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16662
16663         * configure.ac:
16664           add videorate
16665         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
16666         (gst_ximagesink_class_init):
16667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
16668         (gst_xvimagesink_class_init):
16669           run them as finalize, not dispose, since dispose can be invoked
16670           multiple times
16671
16672 2004-06-17  Wim Taymans  <wim@fluendo.com>
16673
16674         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16675         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
16676         * ext/alsa/gstalsa.h:
16677         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
16678         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
16679         (gst_alsa_src_change_state):
16680         * ext/alsa/gstalsasrc.h:
16681         Make the xrun code timestamp and offset the buffers correctly.
16682         moved the clock to the base class, use alsa methods to get time.
16683         Do correct timestamping on outgoing buffers.
16684
16685 2004-06-17  Wim Taymans  <wim@fluendo.com>
16686
16687         * gst/audiorate/Makefile.am:
16688         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
16689         (gst_audiorate_base_init), (gst_audiorate_class_init),
16690         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
16691         (gst_audiorate_set_property), (gst_audiorate_get_property),
16692         (gst_audiorate_change_state), (plugin_init):
16693         Added an audiorate converter that fills in gaps.
16694
16695 2004-06-17  Johan Dahlin  <johan@gnome.org>
16696
16697         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
16698
16699 2004-06-16  Wim Taymans  <wim@fluendo.com>
16700
16701         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
16702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16703         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16704         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16705         (gst_v4lsrc_get_property):
16706         * sys/v4l/gstv4lsrc.h:
16707         Added a copy mode to v4lsrc where it will output a copied version
16708         of its internal hardware buffer.
16709         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
16710         can't | them.
16711
16712 2004-06-16  Wim Taymans  <wim@fluendo.com>
16713
16714         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16715         Timestamp fixes.
16716
16717 2004-06-16  Wim Taymans  <wim@fluendo.com>
16718
16719         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
16720         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
16721         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16722         (gst_v4lsrc_get_property):
16723         * sys/v4l/gstv4lsrc.h:
16724         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
16725         Added a sync mode enum property to control v4lsrc timestamp method
16726         Removed the use-fixed-fps property and moved functionality in
16727         the enum.
16728         Don't error on an error value from v4l-conf, it might not always
16729         be a real error.
16730
16731 2004-06-16  Wim Taymans  <wim@fluendo.com>
16732
16733         * gst/videorate/Makefile.am:
16734         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
16735         (gst_videorate_base_init), (gst_videorate_class_init),
16736         (gst_videorate_getcaps), (gst_videorate_link),
16737         (gst_videorate_init), (gst_videorate_chain),
16738         (gst_videorate_set_property), (gst_videorate_get_property),
16739         (gst_videorate_change_state), (plugin_init):
16740         Added a video timestamp corrector.
16741
16742 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16743
16744         fixed a potential leak with previous commit
16745
16746         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16747
16748 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16749
16750         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
16751         Added missing refcount, fixes bug #144425
16752         Cheers Tim for finding the bug
16753
16754 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16755
16756         * sys/v4l/gstv4l.c: (plugin_init):
16757         * sys/v4l/gstv4lcolorbalance.c:
16758         * sys/v4l/gstv4lcolorbalance.h:
16759         * sys/v4l/gstv4lelement.c:
16760         * sys/v4l/gstv4lelement.h:
16761         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16762         * sys/v4l/gstv4lmjpegsink.h:
16763         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16764         * sys/v4l/gstv4lmjpegsrc.h:
16765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16766         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16767         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
16768         * sys/v4l/gstv4lsrc.h:
16769         * sys/v4l/gstv4ltuner.c:
16770         * sys/v4l/gstv4ltuner.h:
16771         * sys/v4l/gstv4lxoverlay.c:
16772         * sys/v4l/gstv4lxoverlay.h:
16773         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16774         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16775         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16776         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
16777         (gst_v4l_set_audio):
16778         * sys/v4l/v4l_calls.h:
16779         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16780         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
16781         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
16782         (gst_v4lmjpegsink_playback_init),
16783         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
16784         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
16785         (gst_v4lmjpegsink_playback_stop),
16786         (gst_v4lmjpegsink_playback_deinit):
16787         * sys/v4l/v4lmjpegsink_calls.h:
16788         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
16789         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
16790         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
16791         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
16792         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
16793         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
16794         * sys/v4l/v4lmjpegsrc_calls.h:
16795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16796         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
16797         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
16798         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
16799         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
16800         (gst_v4lsrc_try_palette):
16801         * sys/v4l/v4lsrc_calls.h:
16802           bunch of paranoia cleanups
16803
16804 2004-06-14  David Schleef  <ds@schleef.org>
16805
16806         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
16807         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
16808         Send discont events and change timestamps appropriately when
16809         we get a seek event.  (bug #144240)
16810         * ext/cdparanoia/gstcdparanoia.h:
16811
16812 2004-06-14  Benjamin Otte  <otte@gnome.org>
16813
16814         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
16815           snd_pcm_hw_params_set_rate  since the latter fails for no good
16816           reason on some setups.
16817
16818 2004-06-14  David Schleef  <ds@schleef.org>
16819
16820         * gst/volume/demo.c: (value_changed_callback): exp10() is not
16821         standard.  Thank you for playing.
16822
16823 2004-06-14  Wim Taymans  <wim@fluendo.com>
16824
16825         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16826         Patch 1.3 broke the ordering of the colorspace info and
16827         made the plugin basically work by coincidence, reordered
16828         the info.
16829
16830 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16831
16832         * ext/lame/gstlame.c:
16833         * ext/mad/gstmad.c:
16834           sync caps.  Make sure mad can only output a list of rates, not
16835           a full range.  In the future, have three caps lists for each of the
16836           mpeg versions.  Change mpegversion to a double as well.
16837
16838 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16839
16840         * gst/volume/.cvsignore:
16841         * gst/volume/Makefile.am:
16842         * gst/volume/demo.c: (value_changed_callback), (idler),
16843         (setup_gui), (main):
16844           added small demo app
16845
16846 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
16847         * ext/esd/esdsink.c: (gst_esdsink_change_state):
16848         * ext/esd/esdsink.h:
16849         Close the esd connection on pause, because esd will just wait -
16850         blocking all other esd clients indefinitely.
16851
16852 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
16853
16854         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
16855           previous commit with GST_DEBUG
16856
16857 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16858
16859         * configure.ac:
16860           add a header check for a dvdread header in dvdnav.  Fixes #133002
16861
16862 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16863
16864         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
16865         * gst/tcp/gsttcpclientsink.h:
16866         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
16867         * gst/tcp/gsttcpclientsrc.h:
16868         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
16869         (gst_tcpserversink_handle_server_read),
16870         (gst_tcpserversink_init_send):
16871         * gst/tcp/gsttcpserversink.h:
16872         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16873         * gst/tcp/gsttcpserversrc.h:
16874         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
16875         version of IP)
16876
16877 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16878
16879         * configure.ac:
16880         Added ogg library so that OSX detects libtheora properly
16881
16882 2004-06-11  Wim Taymans  <wim@fluendo.com>
16883
16884         * ext/theora/theoradec.c: (theora_dec_chain),
16885         (theora_dec_change_state):
16886         Don't try to decode frames before we received a keyframe.
16887
16888 2004-06-11  Wim Taymans  <wim@fluendo.com>
16889
16890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16891         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16892         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16893         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16894         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16895         Added property to set the maximum delay of a page.
16896
16897 2004-06-10  Wim Taymans  <wim@fluendo.com>
16898
16899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16900         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
16901         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16902         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
16903         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
16904         Added max-delay property to control the maximum amount
16905         of data to put in one page.
16906
16907 2004-06-10  Wim Taymans  <wim@fluendo.com>
16908
16909         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16910         (gst_theora_enc_init), (theora_enc_sink_link),
16911         (theora_buffer_from_packet), (theora_enc_set_property),
16912         (theora_enc_get_property):
16913         Set duration on encoded buffer, added some more properties
16914
16915 2004-06-10  Wim Taymans  <wim@fluendo.com>
16916
16917         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
16918         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
16919         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
16920         * ext/theora/theoraenc.c: (theora_enc_chain):
16921         Fix refcounting bugs
16922
16923 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16924
16925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16926         (gst_asf_demux_loop), (gst_asf_demux_process_file),
16927         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
16928         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
16929         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
16930         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
16931         (gst_asf_demux_change_state):
16932         * gst/asfdemux/gstasfdemux.h:
16933           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
16934           feels like. I think we should set a new requirement for demuxers
16935           from now on to implement sane loop functions, data loops, query
16936           and seek functions before first commit into CVS. And this commit
16937           fixes all of the above.
16938
16939 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
16940
16941         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
16942           vorbis comments are properly encoded in UTF-8 before adding them
16943           to a GstTagList
16944
16945 2004-06-09  Benjamin Otte  <otte@gnome.org>
16946
16947         * ext/alsa/gstalsa.c: (add_channels):
16948           handle min <= max correctly
16949         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
16950         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
16951           add fixation functions so we fixate correctly. No preferring of alaw
16952           anymore because it's the first structure.
16953         * ext/alsa/gstalsa.h:
16954         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
16955         (gst_alsa_hw_params_dump):
16956           add functions to ease debugging in alsalib
16957         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
16958         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
16959         (gst_alsa_start_audio):
16960           only specify hw params if we really setup a format (fixes #134007 -
16961           or at least works around it)
16962
16963 2004-06-09  Wim Taymans  <wim@fluendo.com>
16964
16965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
16966         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16967         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
16968         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
16969         (gst_ogg_mux_loop):
16970         Use stream caps to setup the initial pages in the ogg stream.
16971         Correctly set the streamheader caps on the srcpad.
16972
16973 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16974
16975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
16976         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
16977         (gst_v4lsrc_getcaps):
16978         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
16979         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
16980           add querying of fps lists for webcams.  Negotiating to a framerate
16981           now works.
16982
16983 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16984
16985         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16986         (theora_push_buffer), (theora_push_packet),
16987         (theora_set_header_on_caps), (theora_enc_chain):
16988           mark buffers and put on streamheader, raw theora streaming
16989           now works too, whee
16990
16991 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16992
16993         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
16994         (gst_tcp_gdp_read_caps):
16995           do a looping read for caps and GDP headers too
16996
16997 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16998
16999         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17000         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17001           return EOS instead of NULL in _get
17002
17003 2004-06-08  Wim Taymans  <wim@fluendo.com>
17004
17005         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17006         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17007         (gst_tcp_gdp_write_caps):
17008         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17009         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17010         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17011         Memory leak fixes
17012
17013 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17014
17015         * ext/vorbis/Makefile.am:
17016         * ext/vorbis/vorbis.c: (plugin_init):
17017         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17018         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17019         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17020         (vorbis_parse_change_state):
17021         * ext/vorbis/vorbisparse.h:
17022           adding a vorbisparse element that marks the buffers, streaming
17023           raw vorbis using GDP now works, whee
17024
17025 2004-06-08  Wim Taymans  <wim@fluendo.com>
17026
17027         * ext/jpeg/Makefile.am:
17028         * ext/jpeg/README:
17029         * ext/jpeg/gstjpeg.c: (plugin_init):
17030         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17031         (gst_smokedec_base_init), (gst_smokedec_class_init),
17032         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17033         * ext/jpeg/gstsmokedec.h:
17034         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17035         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17036         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17037         (gst_smokeenc_resync), (gst_smokeenc_chain),
17038         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17039         * ext/jpeg/gstsmokeenc.h:
17040         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17041         (smokecodec_flush_destination), (smokecodec_term_destination),
17042         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17043         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17044         (smokecodec_term_source), (smokecodec_encode_new),
17045         (smokecodec_decode_new), (smokecodec_info_free),
17046         (smokecodec_set_quality), (smokecodec_get_quality),
17047         (smokecodec_set_threshold), (smokecodec_get_threshold),
17048         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17049         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17050         (smokecodec_parse_header), (smokecodec_decode):
17051         * ext/jpeg/smokecodec.h:
17052         Added a new simple jpeg based codec
17053
17054 2004-06-08  Wim Taymans  <wim@fluendo.com>
17055
17056         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17057         (gst_multipart_mux_loop):
17058         Fix memory leak
17059
17060 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17061
17062         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17063         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17064         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17065         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17066         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17067         * gst/tcp/gsttcpserversink.h:
17068           take streamheader into account
17069
17070 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17071
17072         * gst/level/Makefile.am:
17073         * gst/level/gstlevel.c: (gst_level_class_init):
17074           clean up marshal generation
17075
17076 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17077
17078         * gst/tcp/Makefile.am:
17079         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17080         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17081         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17082         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17083         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17084         (gst_tcpclientsrc_get_property):
17085         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17086         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17087         (gst_tcpserversink_handle_client_read),
17088         (gst_tcpserversink_handle_client_write),
17089         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17090         * gst/tcp/gsttcpserversink.h:
17091           add signals client-added and client-removed
17092         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17093         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17094         (gst_tcpserversrc_get_property):
17095         uniformized, change default protocol to NONE
17096         * gst/tcp/gsttcp-marshal.list: added
17097 2004-06-07  Benjamin Otte  <otte@gnome.org>
17098
17099         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17100           handle discont events if they happen before caps nego
17101
17102 2004-06-07  Wim Taymans  <wim@fluendo.com>
17103
17104         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17105         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17106         (gst_multipart_demux_plugin_init):
17107         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17108         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17109         (gst_multipart_mux_change_state):
17110         Small updates, fix a memleak
17111
17112 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17113
17114         * configure.ac: OSS portability
17115         * ext/arts/gst_arts.c: idem
17116         * sys/oss/gstosselement.c: idem
17117         * sys/oss/gstossmixer.c: idem
17118         * sys/oss/gstosssink.c: idem
17119         * sys/oss/gstosssrc.c: idem
17120         * sys/oss/oss_probe.c: idem
17121           - check for soundcard.h in different places for some BSD
17122
17123 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17124
17125         * AUTHORS:
17126         Add me to the authors file
17127         * configure.ac:
17128         Increase the libdv requirement to >= version 0.100
17129         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17130         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17131         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17132         * ext/dv/gstdvdec.h:
17133         Add support for the new_media flag when sending DISCONT events
17134         Make the querying work when video pad is not linked
17135
17136 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17137
17138         reviewed by Benjamin Otte  <otte@gnome.org>
17139
17140         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17141           create a NULL-initialized array of pads, so we don't think they
17142           exist already. (fixes #143130)
17143
17144 2004-06-07  Benjamin Otte  <otte@gnome.org>
17145
17146         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17147         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17148         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17149           don't use // coments
17150
17151 2004-06-07  Benjamin Otte  <otte@gnome.org>
17152
17153         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17154           cast to GstClockTime to get higher granularity
17155         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17156           use gst_element_set_time_delay to get the exact time
17157         * ext/mad/gstmad.c: (gst_mad_chain):
17158           use the negotiated rate instead of the current frame's rate which
17159           might be wrong because of bit errors. This avoids emitting totally
17160           bogus timestamps and screwing sync.
17161         (fixes #143454)
17162
17163 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17164
17165         reviewed by Benjamin Otte  <otte@gnome.org>
17166
17167         * gst/adder/gstadder.c: (gst_adder_loop):
17168           properly error out when no negotiation has happened yet. (fixes
17169           #143032)
17170
17171 2004-06-06  Benjamin Otte  <otte@gnome.org>
17172
17173         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17174           forward correctly transformed offset in discont events. Based on
17175           patch by Arwed v. Merkatz. (fixes #142851)
17176
17177 2004-06-06  David Schleef  <ds@schleef.org>
17178
17179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17180         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17181         problems on several systems.
17182
17183 2004-06-06  Benjamin Otte  <otte@gnome.org>
17184
17185         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17186           use explicit caps on the srcpad
17187         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17188           properly error out if caps couldn't be set (fixes #142764)
17189
17190 2004-06-06  Benjamin Otte  <otte@gnome.org>
17191
17192         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17193         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17194         (gst_alsa_start_audio):
17195           - don't call set_periods_integer anymore, it breaks the
17196           configuration randomly
17197           - call snd_pcm_hw_params_set_access directly instead of using masks
17198           - don't fail if the sw_params can't be set, just use the default
17199           params and hope it works. Alsalib has weird issues when you touch
17200           sw_params and does no proper error reporting about what failed.
17201         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17202         (gst_alsa_close_audio):
17203           make our alsa debugging go via gst debugging and not conditionally
17204           defined
17205         * ext/alsa/gstalsa.h:
17206           add ALSA_DEBUG_FLUSH macro
17207         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17208         (plugin_init):
17209           wrap alsa errors to be printed via the gst debugging system and not
17210           spammed to stderr
17211
17212 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17213
17214         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17215         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17216         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17217         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17218         (qtdemux_parse_trak):
17219         * gst/qtdemux/qtdemux.h:
17220           Bitch. Also known as seeking, querying & co.
17221         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17222         (gst_osssink_change_state):
17223         * sys/oss/gstosssink.h:
17224           Resyncing is for weenies, this hack is no longer needed and was
17225           broken anyway (since it - unintendedly - always leaves resync to
17226           TRUE).
17227
17228 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17229
17230         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17231         * gst/tcp/gsttcpclientsrc.h: idem
17232           - define MSG_NOSIGNAL if not done
17233           - include unistd.h for off_t
17234           (fixes #143749)
17235
17236 2004-06-05  Benjamin Otte  <otte@gnome.org>
17237
17238         * configure.ac:
17239         * ext/kio/Makefile.am:
17240           check for qt's moc preprocessor explicitly and use it
17241
17242 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17243
17244         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17245           don't get a signal for EPIPE on socket writes
17246           (somebody check if this works on other platforms)
17247
17248 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17249
17250         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17251         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17252           check error condition on available samples correctly
17253
17254 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17255
17256         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17257           avoid a segfault
17258         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17259         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17260         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17261         (gst_tcpserversrc_gdp_read_header):
17262          use ssize_t over size_t since the former is signed and thus the
17263          check for error codes can work
17264
17265 2004-06-02  Wim Taymans  <wim@fluendo.com>
17266
17267         reviewed by: Johan
17268
17269         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17270         (gst_multipart_mux_loop):
17271         Oops
17272
17273 2004-06-02  Wim Taymans  <wim@fluendo.com>
17274
17275         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17276         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17277         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17278         (gst_multipart_mux_change_state):
17279         Added configurable boundary specifier, added the value as a
17280         caps field as well.
17281
17282 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17283
17284         * gst/tcp/gsttcp.c:
17285         * gst/tcp/gsttcpclientsrc.c:
17286         * gst/tcp/gsttcpclientsrc.h:
17287         * gst/tcp/gsttcpserversrc.c:
17288           - portability fix, to compile on OSX
17289             (fixes #143146)
17290
17291         * sys/osxaudio/gstosxaudioelement.c:
17292         * sys/osxaudio/gstosxaudiosink.c:
17293         * sys/osxaudio/gstosxaudiosrc.c:
17294           - compilation warnings on OSX
17295             (fixes #143153)
17296
17297 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17298
17299         * ext/vorbis/vorbisdec.c : sign warning fixes
17300
17301         * gst-libs/gst/mixer/mixertrack.c :
17302           do no use defines which are glib 2.4 specific
17303
17304 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17305
17306         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17307           buffer since libflac doesn't expect it (reports a sync error when
17308           it encounters that)
17309
17310
17311 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17312
17313         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17314         * gst-libs/gst/mixer/mixertrack.c:
17315         (gst_mixer_track_get_property), (get_mixer_track_init),
17316         (get_mixer_track_get_property): Added property accessors
17317         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17318         * gst-libs/gst/mixer/mixeroptions.c:
17319         (gst_mixer_options_get_values): Added
17320         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17321         * gst-libs/gst/mixer/mixer.c: Fixed comment
17322
17323
17324 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17325
17326         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17327           improve error messages on open
17328
17329
17330 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17331
17332         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17333           check if v4l-conf is in path
17334
17335 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17336
17337         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17338           change assert to a more readable error message
17339
17340 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17341
17342         * gst-libs/gst/tuner/tunerchannel.h:
17343           - add a freq_multiplicator field to make the conversion
17344             between internal frequency unit and Hz
17345         * sys/v4l/gstv4lelement.c:
17346         * sys/v4l2/gstv4l2element.c:
17347           - change default video device to /dev/video0
17348         * sys/v4l/v4l_calls.c:
17349         * sys/v4l2/v4l2_calls.c:
17350           - we only expose frequency to the user in Hz instead of
17351             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17352
17353 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17354         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17355           Initialise b_o_s and e_o_s variables
17356         * gst-libs/gst/riff/riff-media.c:
17357         (gst_riff_create_video_caps_with_data):
17358           Add some unusual fourcc's from mplayer avi's
17359         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17360           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17361           autoplugging.
17362
17363 2004-05-28  Wim Taymans  <wim@fluendo.com>
17364
17365         * configure.ac:
17366         * gst/alpha/Makefile.am:
17367         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17368         (gst_alpha_get_type), (gst_alpha_base_init),
17369         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17370         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17371         (gst_alpha_chroma_key), (gst_alpha_chain),
17372         (gst_alpha_change_state), (plugin_init):
17373         A plugin to add an alpha channel to I420 video. Can optionally do
17374         chroma keying.
17375         * gst/multipart/Makefile.am:
17376         * gst/multipart/multipart.c: (plugin_init):
17377         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17378         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17379         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17380         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17381         (gst_multipart_demux_change_state),
17382         (gst_multipart_demux_plugin_init):
17383         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17384         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17385         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17386         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17387         (gst_multipart_mux_pad_unlink),
17388         (gst_multipart_mux_request_new_pad),
17389         (gst_multipart_mux_handle_src_event),
17390         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17391         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17392         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17393         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17394         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17395         send multipart jpeg images to a browser.
17396         * gst/videobox/Makefile.am:
17397         * gst/videobox/README:
17398         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17399         (gst_video_box_get_type), (gst_video_box_base_init),
17400         (gst_video_box_class_init), (gst_video_box_init),
17401         (gst_video_box_set_property), (gst_video_box_get_property),
17402         (gst_video_box_sink_link), (gst_video_box_i420),
17403         (gst_video_box_ayuv), (gst_video_box_chain),
17404         (gst_video_box_change_state), (plugin_init):
17405         Crops or adds borders around an image. can do alpha channel
17406         borders as well.
17407         * gst/videomixer/Makefile.am:
17408         * gst/videomixer/README:
17409         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17410         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17411         (gst_videomixer_pad_get_sink_event_masks),
17412         (gst_videomixer_pad_get_property),
17413         (gst_videomixer_pad_set_property),
17414         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17415         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17416         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17417         (gst_videomixer_base_init), (gst_videomixer_class_init),
17418         (gst_videomixer_init), (gst_videomixer_request_new_pad),
17419         (gst_videomixer_handle_src_event),
17420         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17421         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17422         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17423         (gst_videomixer_loop), (gst_videomixer_get_property),
17424         (gst_videomixer_set_property), (gst_videomixer_change_state),
17425         (plugin_init):
17426         Generic video mixer plugin, can handle multiple inputs all with
17427         different framerates and video sizes. Is fully alpha channel
17428         aware.
17429
17430 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17431
17432         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17433           Select first track as master track. Not sure how else to handle
17434           that...
17435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17436           Discard discont events. Should fix #142962.
17437
17438 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17439
17440         * ext/alsa/Makefile.am:
17441         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17442         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17443         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17444         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17445         (gst_alsa_mixer_get_option):
17446         * ext/alsa/gstalsamixer.h:
17447         * ext/alsa/gstalsamixeroptions.c:
17448         (gst_alsa_mixer_options_get_type),
17449         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17450         (gst_alsa_mixer_options_new):
17451         * ext/alsa/gstalsamixeroptions.h:
17452         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17453         * ext/alsa/gstalsamixertrack.h:
17454           Add enumerations (as GstMixerOptions). Make correct distinction
17455           between input/output tracks. Add capture/playback private flag.
17456           Use flag to decide on whether to set capture or playback volumes
17457           or switches. Use playback and record switches.
17458         * gst-libs/gst/mixer/Makefile.am:
17459         * gst-libs/gst/mixer/mixer-marshal.list:
17460         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17461         (gst_mixer_set_option), (gst_mixer_get_option),
17462         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17463         (gst_mixer_volume_changed), (gst_mixer_option_changed):
17464         * gst-libs/gst/mixer/mixer.h:
17465         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17466         (gst_mixer_options_class_init), (gst_mixer_options_init),
17467         (gst_mixer_options_dispose):
17468         * gst-libs/gst/mixer/mixeroptions.h:
17469           Add GstMixerOptions.
17470         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17471           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17472           broken device detection on computers with multiple OSS sound
17473           cards.
17474
17475 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17476
17477         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17478           fixate nicely even when the peer is not negotiating
17479
17480 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17481
17482         * gst/audioconvert/gstaudioconvert.c:
17483         (gst_audio_convert_parse_caps):
17484           make sure we don't allow depth > width
17485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17486           fixate endianness to G_BYTE_ORDER as default
17487         * gst/audioscale/gstaudioscale.c:
17488           we don't handle another endianness as host-endianness
17489
17490 2004-05-25  David Schleef  <ds@schleef.org>
17491
17492         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17493
17494 2004-05-24  Benjamin Otte  <otte@gnome.org>
17495
17496         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17497         (gst_oggvorbisenc_setup):
17498           properly fail when we can't setup the vorbis encoder due to
17499           unsupported settings
17500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17501         (gst_vorbisenc_setup):
17502           same
17503         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17504           fix case where warnings occured when one pad was unlinked while the
17505           other's link function was called
17506
17507 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17508
17509         * gst/tcp/Makefile.am:
17510           use GST_ENABLE_NEW
17511
17512 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17513
17514         * gst-libs/gst/resample/private.h:
17515           don't use optimizations that are #if 0'ed
17516
17517 2004-05-24  Wim Taymans  <wim@fluendo.com>
17518
17519         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17520         Fix potential division by zero error and hopefully get
17521         the position query right to get correct timestamps on avi
17522         audio.
17523
17524 2004-05-24  Wim Taymans  <wim@fluendo.com>
17525
17526         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17527         (gst_videoscale_scale_nearest_str2),
17528         (gst_videoscale_scale_nearest_str4),
17529         (gst_videoscale_scale_nearest_32bit),
17530         (gst_videoscale_scale_nearest_24bit),
17531         (gst_videoscale_scale_nearest_16bit):
17532         Fix the scaling algorithm and avoid a buffer overflow.
17533         removed the while loop in the scaling function as it
17534         was used for point sampling only.
17535
17536 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17537
17538         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
17539         (gst_id3_tag_class_init), (gst_id3_tag_init),
17540         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
17541         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
17542         (gst_id3_tag_send_tag_event):
17543           lots of fixes to make id3mux work and id3demux work correctly
17544
17545 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17546
17547         * ext/Makefile.am:
17548           add rules to build shout2send (was removed by accident
17549           when this module was no more marked experimental/broken)
17550
17551 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17552
17553         * ext/shout2/gstshout2.c:
17554         * ext/shout2/gstshout2.h:
17555           adding a "connection problem" signal to shout2send
17556           (fixes #142954)
17557
17558 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17559
17560         * ext/kio/kioreceiver.cpp:
17561         * ext/kio/kioreceiver.h:
17562           fix sign comparison issues
17563
17564 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17565
17566         * gst/cdxaparse/gstcdxaparse.c:
17567         * gst/cdxaparse/gstcdxaparse.h:
17568           some renaming
17569           add some checks/sanity
17570           prepare for seek addition
17571
17572         * sys/sunaudio/gstsunaudio.c:
17573           remove exported dupe init function
17574
17575 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
17576
17577         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
17578         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
17579           Fix format conversion and position querying.
17580         * gst/debug/progressreport.c: (gst_progressreport_report):
17581           Don't output a bogus total value that we didn't query.
17582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17583           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
17584           only a blank window after xine has been used.
17585
17586 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17587
17588         * m4/as-arts.m4:
17589           sync with upstream version to fix test on FC2
17590           readd with -ko to preserve Id header
17591
17592 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17593
17594         * configure.ac:
17595           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
17596         * gst/tcp/gsttcpclientsrc.c: idem
17597         * gst/tcp/gsttcpserversink.c: idem
17598         * gst/tcp/gsttcpserversrc.c: idem
17599         * m4/gst-fionread.m4: idem
17600
17601         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
17602
17603         * configure.ac: enable speex plugin for speex 1.1.5+
17604         * ext/speex/gstspeexenc.c: fix cast warning
17605
17606         * ext/esd/README: fix typo
17607
17608 2004-05-20  David Schleef  <ds@schleef.org>
17609
17610         * configure.ac: Minor cosmetic change to convince the buildbot to
17611         reautogen.
17612         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
17613         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
17614         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
17615         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
17616         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
17617         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
17618         More hacking.  Plays audio now.
17619
17620 2004-05-20  David Schleef  <ds@schleef.org>
17621
17622         * configure.ac:
17623         * sys/Makefile.am:
17624
17625 2004-05-20  David Schleef  <ds@schleef.org>
17626
17627         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
17628         * sys/osxaudio/gstosxaudio.c:
17629         * sys/osxaudio/gstosxaudioelement.c:
17630         * sys/osxaudio/gstosxaudioelement.h:
17631         * sys/osxaudio/gstosxaudiosink.c:
17632         * sys/osxaudio/gstosxaudiosink.h:
17633         * sys/osxaudio/gstosxaudiosrc.c:
17634         * sys/osxaudio/gstosxaudiosrc.h:
17635
17636 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17637
17638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
17639         (gst_vorbisenc_chain):
17640           put the codec headers on the caps as streamheader as well as
17641           pushing them out
17642
17643 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
17646         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
17647         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
17648         split up push_packet into two functions
17649
17650 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17651
17652         * gst/tcp/.cvsignore:
17653           ignore enums
17654         * gst/tcp/Makefile.am:
17655         * gst/tcp/README:
17656         * gst/tcp/gsttcp.c:
17657         * gst/tcp/gsttcp.h:
17658         * gst/tcp/gsttcpclientsink.c:
17659         * gst/tcp/gsttcpclientsink.h:
17660         * gst/tcp/gsttcpclientsrc.c:
17661         * gst/tcp/gsttcpclientsrc.h:
17662         * gst/tcp/gsttcpplugin.c:
17663         * gst/tcp/gsttcpserversink.c:
17664         * gst/tcp/gsttcpserversink.h:
17665         * gst/tcp/gsttcpserversrc.c:
17666         * gst/tcp/gsttcpserversrc.h:
17667           add new tcp elements
17668
17669 2004-05-19  Wim Taymans  <wim@fluendo.com>
17670
17671         * gst/law/mulaw-conversion.c: (mulaw_encode):
17672         Fix overflow bug in ulaw encoding.
17673
17674 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17675
17676         * ext/mad/gstmad.c: (gst_mad_handle_event):
17677           don't unref the event twice
17678
17679 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17680
17681         * configure.ac:
17682           remove -Wno-sign-compare
17683
17684 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17685
17686         * configure.ac:
17687           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
17688           if you want to work against glib 2.2 and 2.4
17689
17690 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17691
17692         * gst/tcp/Makefile.am:
17693         * gst/tcp/gsttcp.c:
17694         * gst/tcp/gsttcp.h:
17695         * gst/tcp/gsttcpsink.h:
17696         * gst/tcp/gsttcpsrc.h:
17697           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
17698
17699 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17700
17701         * gst/debug/tests.c: (md5_get_value):
17702           fix segfault on gst-inspect
17703
17704 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17705
17706         * gst/debug/testplugin.c:
17707         * gst/debug/tests.c:
17708         * gst/debug/tests.h:
17709           add new extensible and configurable testing element. Current tests
17710           include buffer count, stream length, timestamp/duration matching and
17711           md5.
17712         * gst/debug/Makefile.am:
17713         * gst/debug/gstdebug.c: (plugin_init):
17714           add infrastructure for new element
17715
17716 2004-05-19  Johan Dahlin  <johan@gnome.org>
17717
17718         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
17719         ending of the array. Fixes gst-inspect segfault on ppc.
17720
17721 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17722
17723         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
17724
17725         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
17726
17727 2004-05-18  David Schleef  <ds@schleef.org>
17728
17729         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
17730         warnings (bugs, actually) noticed by gcc but not forte.
17731
17732 2004-05-18  David Schleef  <ds@schleef.org>
17733
17734         * sys/sunaudio/Makefile.am:
17735         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
17736
17737 2004-05-18  David Schleef  <ds@schleef.org>
17738
17739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17740         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
17741         to allow qtdemux to use non-seekable streams. (bug #142272)
17742
17743 2004-05-18  David Schleef  <ds@schleef.org>
17744
17745         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
17746         (gst_resample_sinc_ft_float): Remove use of static temporary
17747         buffer.  This code was obviously not supposed to last long, but
17748         it's stuck in our ABI, so it required a little hack to make it
17749         ABI-compatible.  Fixes #142585.
17750         * gst-libs/gst/resample/resample.h: same.
17751
17752 2004-05-18  David Schleef  <ds@schleef.org>
17753
17754         * configure.ac: Add sunaudio
17755         * examples/Makefile.am: make gstplay depend on gconf
17756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
17757         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
17758         (convert_table_lookup), (img_convert): remove c99-isms
17759         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
17760           unsigned, to fix a warning on Solaris
17761         * gst/mpeg1sys/systems.c: bcopy->memcpy
17762         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
17763         * sys/Makefile.am: Add sunaudio
17764
17765 2004-05-18  Wim Taymans  <wim@fluendo.com>
17766
17767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
17768         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
17769         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
17770         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
17771         (gst_ogg_mux_loop):
17772         Fix an ugly memleak where the muxer didn't flush enough ogg
17773         pages. This also resulted in badly muxed ogg files.
17774
17775 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17776
17777         * gst/asfdemux/asfheaders.c :
17778         * gst/asfdemux/asfheaders.h :
17779         * gst/asfdemux/gstasfdemux.c :
17780           - fix ASF_OBJ_PADDING guid
17781           - add 3 new object guids (language list, metadata,
17782             extended stream properties)
17783           - add a function to parse extended header objects
17784
17785 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17786
17787         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17788           remove leftover debugging g_print
17789
17790 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17791
17792         * ext/mad/gstmad.c: (gst_mad_handle_event):
17793           Fix for when the first format in a discont event is not a
17794           byte-based one. Should fix #137710.
17795
17796 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17797
17798         * m4/a52.m4 : fix compilation with -Wall -Werror
17799         * m4/libfame.m4 : idem
17800         * m4/libmikmod.m4 : idem
17801
17802 2004-05-17  Benjamin Otte  <otte@gnome.org>
17803
17804         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17805           signal the new tags before giving up the reference
17806
17807 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17808
17809         * ext/shout2/gstshout2.c:
17810           use application/ogg instead of application/x-ogg (patch by Patrick
17811           Guimond, fixes #142432)
17812         * sys/oss/gstosselement.c: (gst_osselement_reset),
17813         (gst_osselement_sync_parms):
17814           don't set fragment size unless specified (fixes #142493)
17815
17816 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17817
17818         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
17819           fixes #142664
17820
17821 2004-05-17  Benjamin Otte  <otte@gnome.org>
17822
17823         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17824           compute offsets correctly for internal buffers so timestamps are set
17825           correctly when we can't seek. Also handle cases where there are no
17826           offsets. (based on a patch by David Moore, fixes #142507)
17827
17828 2004-05-17  Benjamin Otte  <otte@gnome.org>
17829
17830         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17831           use correct variable when determining amount of data to skip so we
17832           don't skip into the void and segfault
17833
17834 2004-05-16  Benjamin Otte  <otte@gnome.org>
17835
17836         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17837           Hi, I'm a memleak
17838
17839 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17840
17841         * gst/asfdemux/gstasfdemux.c:
17842           - fix a mem leak and always propagate tags
17843           - add WMV3 to known video codecs (but no decoder yet)
17844           - replace "surplus data" at end of audio header for what
17845             it is : codec specific data
17846           - fix a typo
17847
17848 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
17849
17850         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
17851
17852         * gst-libs/gst/audio/audioclock.c:
17853           Fix wrong return type (#142205).
17854
17855 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17856
17857         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
17858           Ignore CRCs by default (fixes #142566).
17859
17860 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17861
17862         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
17863         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
17864         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
17865         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
17866         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17867         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
17868           Fix for cases where we fail to attach to a mixer.
17869
17870 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
17873           Don't touch events after not owning them anymore.
17874         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17875         (gst_wavparse_fmt), (gst_wavparse_other),
17876         (gst_wavparse_handle_seek), (gst_wavparse_loop),
17877         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
17878         (gst_wavparse_srcpad_event):
17879         * gst/wavparse/gstwavparse.h:
17880           Add seeking, fix querying.
17881
17882 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17883
17884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17885           - process comments even if they don't end with \0\0
17886             g_convert would ignore them if present and works well without them
17887
17888 2004-05-16  Benjamin Otte  <otte@gnome.org>
17889
17890         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
17891           simplify caps
17892
17893 2004-05-16  Benjamin Otte  <otte@gnome.org>
17894
17895         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
17896           don't write to memory we might not write to - g_convert does that
17897           for us anyway (fixes #142613)
17898         (gst_asf_demux_audio_caps):
17899           comment out gst_util_dump_mem
17900
17901 2004-05-16  Benjamin Otte  <otte@gnome.org>
17902
17903         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17904           compute correct expected timestamps after seek (broken since
17905           last commit)
17906         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
17907           rename element and debugging category to gdkpixbufscale
17908
17909 2004-05-16  Benjamin Otte  <otte@gnome.org>
17910
17911         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17912           add error checking to snd_pcm_delay and remove duplicate call to
17913           snd_pcm_delay that caused issues (see inline code comments)
17914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
17915           make more readable and fix return value when snd_pcm_delay fails
17916         (fixes #142586)
17917
17918 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
17919         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
17920         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
17921         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
17922         (gst_pixbufscale_link), (gst_pixbufscale_init),
17923         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
17924         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
17925         (gst_pixbufscale_get_property), (pixbufscale_init):
17926         * ext/gdk_pixbuf/pixbufscale.h:
17927         Add these files I forgot earlier
17928
17929 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
17930         * ext/gdk_pixbuf/Makefile.am:
17931         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
17932         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17933         Add new pixbufscale element to scale RGB video
17934         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
17935         and HYPER interpolation correctly.
17936         * ext/theora/theoraenc.c: (theora_enc_chain),
17937         Discard buffer and return if explicit caps could not be set
17938         (theora_enc_get_property):
17939         Make _get return kbps for the bitrate consistent with
17940         the _set function.
17941
17942
17943 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17944
17945         * ext/libvisual/visual.c: (gst_visual_chain):
17946           add missing visual_audio_analyze
17947
17948 2004-05-14  David Schleef  <ds@schleef.org>
17949
17950         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
17951         is killed while we're playing.
17952         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
17953         gst_element_no_more_pads().
17954
17955 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17956
17957         * gst-libs/gst/riff/riff-read.c :
17958           - fix INFO tag extraction in RIFF/AVI files
17959             because gst_event_unref (event) also freed taglist
17960           - avoid a mem leak
17961
17962 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17963
17964         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
17965         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
17966
17967         * gst/auparse/gstauparse.c :
17968           - add code (commented for now) to support audio/x-adpcm on src pad
17969             (we have no decoder for those layout yet)
17970
17971         * gst/cdxaparse/gstcdxaparse.c :
17972         * gst/cdxaparse/gstcdxaparse.h :
17973           - partial rewrite using RiffRead (ripped iain's wavparse code)
17974
17975         * gst/rtp/gstrtpL16enc.c : typo
17976         * gst/rtp/gstrtpgsmenc.c : typo
17977
17978 2004-05-13  Benjamin Otte  <otte@gnome.org>
17979
17980         * configure.ac:
17981           check for exact version of libvisual, it's not supposed to be
17982           API/ABI stable yet
17983
17984 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17985
17986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
17987           signal no-more-pads
17988
17989 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
17990
17991         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
17992         Report which format was used for GST_FORMAT_DEFAULT
17993         * gst/debug/Makefile.am:
17994         * gst/debug/gstdebug.c: (plugin_init):
17995         * gst/debug/progressreport.c: (gst_progressreport_base_init),
17996         (gst_progressreport_class_init), (gst_progressreport_init),
17997         (gst_progressreport_report), (gst_progressreport_set_property),
17998         (gst_progressreport_get_property), (gst_progressreport_chain),
17999         (gst_progressreport_plugin_init):
18000         Add progressreport element for testing.
18001
18002 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18003
18004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18005         * sys/v4l/gstv4lsrc.h:
18006         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18007         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18008         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18009         (gst_v4lsrc_grab_frame):
18010           add more debugging
18011           send a discont at start
18012
18013 2004-05-12  Colin Walters  <walters@redhat.com>
18014
18015         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18016         inflooping if we can't find a chunk.  Or in other words, don't blow
18017         chunks if we don't have a chunk to blow.
18018
18019 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18020         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18021         Remove old debug output
18022         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18023         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18024         (gst_dvdec_set_property), (gst_dvdec_get_property):
18025         Change the quality setting to an enum, so it works from gst-launch
18026         Don't renegotiate a non-linked pad. Allows audio only decoding.
18027         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18028         (gst_deinterlace_link), (gst_deinterlace_init):
18029         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18030         (gst_videodrop_link):
18031         Some caps negotiation fixes
18032
18033 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18034
18035         * ext/tarkin/gsttarkin.c :
18036           - Change RANK from NONE to PRIMARY
18037         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18038           - Change RANK from NONE to MARGINAL
18039         * ext/divx/gstdivxenc.c :
18040           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18041
18042 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18043
18044         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18045         (gst_vorbisenc_push_packet):
18046           copy a function that was added between 1.0 and 1.0.1 until we
18047           depend on worthwhile features of post-1.0
18048
18049 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18050
18051         * configure.ac:
18052           enable shout2 by default
18053         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18054         (gst_shout2send_base_init), (gst_shout2send_init),
18055         (gst_shout2send_connect), (gst_shout2send_change_state):
18056         * ext/shout2/gstshout2.h:
18057           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18058           #142262)
18059         * ext/theora/theora.c: (plugin_init):
18060           don't set rank on encoders
18061
18062 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18063
18064         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18065           Use codec_data property instead of flag1 and flag2 for wma
18066
18067 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18068
18069         * gst/cdxaparse/gstcdxaparse.c :
18070           - Add mpegversion to CAPS to make it link
18071           - Rank is as GST_RANK_SECONDARY instead of NONE
18072         * gst/auparse/gstauparse.c :
18073           - Document all audio encoding we can encounter from Solaris 9
18074             headers and libsndfile information.
18075           - Increase max. rate from 48000 to 192000 (to match other elements)
18076           - Don't try to play junk data between header and samples
18077
18078 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18079
18080         * ext/libvisual/visual.c: (gst_visual_getcaps):
18081           use the right caps depending on endianness (I hope)
18082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18083           use GST_RANK_NONE for all non-decoding elements or spider gets
18084           mighty confused
18085
18086 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18087
18088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18089           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18090
18091 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18092
18093         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18094         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18095         (gst_switch_loop), (gst_switch_get_type):
18096           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18097           HEADERS. Had to be said.
18098
18099 2004-05-10  David Schleef  <ds@schleef.org>
18100
18101         * configure.ac: Add prototype Dirac support.
18102         * ext/Makefile.am:
18103         * ext/dirac/Makefile.am:
18104         * ext/dirac/gstdirac.cc:
18105         * ext/dirac/gstdiracdec.cc:
18106
18107 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18108
18109         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18110         (gst_auparse_init), (gst_auparse_chain),
18111         (gst_auparse_change_state):
18112           Hack around spider. Remove me some day please.
18113
18114 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18115
18116         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18117           Fix for some uninitialized variables in previous patch, also
18118           makes it work. Fixes #142286 while we're at it.
18119
18120 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18121
18122         * gst/auparse/gstauparse.c:
18123                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18124                 only unsupported formats are ADPCM/CCITT G.72x
18125                 reviewed by Ronald
18126         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18127
18128 2004-05-10  Wim Taymans  <wim@fluendo.com>
18129
18130         * ext/vorbis/Makefile.am:
18131         * ext/vorbis/README:
18132         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18133         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18134         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18135         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18136         (gst_oggvorbisenc_convert_sink),
18137         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18138         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18139         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18140         (get_constraints_string), (update_start_message),
18141         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18142         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18143         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18144         * ext/vorbis/oggvorbisenc.h:
18145         * ext/vorbis/vorbis.c: (plugin_init):
18146         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18147         (raw_caps_factory), (gst_vorbisenc_class_init),
18148         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18149         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18150         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18151         * ext/vorbis/vorbisenc.h:
18152         Added a raw vorbis encoder to be used with the oggmuxer.
18153         We still need the old encoder for some gnome applications,
18154         read the README to find out how that works.
18155         The raw encoder is called "rawvorbisenc" until 0.9.
18156
18157 2004-05-10  Wim Taymans  <wim@fluendo.com>
18158
18159         * ext/ogg/gstogg.c: (plugin_init):
18160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18161         (gst_ogg_print):
18162         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18163         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18164         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18165         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18166         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18167         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18168         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18169         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18170         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18171         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18172         Added an ogg muxer.
18173         Small typo fixes in the demuxer.
18174
18175 2004-05-10  Wim Taymans  <wim@fluendo.com>
18176
18177         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18178         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18179         (theora_enc_change_state), (theora_enc_set_property),
18180         (theora_enc_get_property):
18181         Mark the last packet with an EOS flag which is not really needed
18182         in gstreamer.
18183         Do some better video framerate initialisation.
18184         Update the buffer timestamp.
18185
18186 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18187
18188         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18189         Return the result of the parent state change call
18190
18191 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18192
18193         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18194         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18195         * gst/law/alaw-encode.c : (idem)
18196         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18197         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18198         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18199
18200 2004-05-09  Benjamin Otte  <otte@gnome.org>
18201
18202         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18203           don't use a fixed buffer size when writing variable length data to
18204           it. Fixes memory corruption and makes alsasrc work
18205
18206 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18207
18208         * ext/gnomevfs/gstgnomevfssink.c:
18209         (_gst_boolean_allow_overwrite_accumulator),
18210         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18211           Run glib's default signal handler (??) in RUN_CLEANUP rather than
18212           RUN_LAST, and don't use that to set the accumulator value because
18213           then it's always FALSE.
18214
18215 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18216
18217         * gst-libs/gst/riff/riff-media.c:
18218         (gst_riff_create_video_caps_with_data),
18219         (gst_riff_create_audio_caps),
18220         (gst_riff_create_audio_template_caps):
18221         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18222           Fix for unaligned RIFF files (i.e. where all the chunks together
18223           in a LIST chunk are not of the same size as the size given in
18224           the LIST chunk header). Fixes several odd WAVE files. Also fix
18225           ADPCM (block_align property) in audio, so that wavparse based
18226           on this works now as it used to stand-alone.
18227
18228 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18229
18230         reviewed by Benjamin Otte  <otte@gnome.org>
18231
18232         * ext/a52dec/gsta52dec.c:
18233         * ext/divx/gstdivxdec.c:
18234         * ext/divx/gstdivxenc.c:
18235         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18236         * ext/faac/gstfaac.c: (gst_faac_base_init):
18237         * ext/faad/gstfaad.c: (gst_faad_base_init):
18238         * ext/ivorbis/vorbisfile.c:
18239         * ext/lame/gstlame.c:
18240         * ext/libfame/gstlibfame.c:
18241         * ext/mpeg2enc/gstmpeg2enc.cc:
18242         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18243         * ext/sidplay/gstsiddec.cc:
18244         * ext/speex/gstspeexdec.c:
18245         * ext/speex/gstspeexenc.c:
18246         * ext/xvid/gstxviddec.c:
18247         * ext/xvid/gstxvidenc.c:
18248           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18249           (fixes #142193)
18250
18251 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * ext/alsa/gstalsa.c: (device_list),
18254         (gst_alsa_class_probe_devices):
18255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18256           Fix alsa oddness in mixer after the combination of using mixer
18257           in source/sink elements and using hw:x,y instead of just hw:x.
18258
18259 2004-05-09  Benjamin Otte  <otte@gnome.org>
18260
18261         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18262         (gst_wavparse_create_sourcepad):
18263           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18264           sourcepads
18265
18266 2004-05-09  Benjamin Otte  <otte@gnome.org>
18267
18268         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18269           allow discont events before caps nego
18270
18271 2004-05-08  Benjamin Otte  <otte@gnome.org>
18272
18273         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18274           don't leak events
18275
18276 2004-05-08  Benjamin Otte  <otte@gnome.org>
18277
18278         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18279         (gst_level_change_state), (gst_level_init):
18280         * gst/level/gstlevel.h:
18281           figure out if we're initialized directly instead of keeping a
18282           variable that's wrong in 90% of cases
18283           don't initialize pads and then leak them and use a new unitialized
18284           pad. (fixes #142084)
18285           these were bugs so n00bish I didn't find them for an hour :/
18286
18287 2004-05-08 Iain <iain@prettypeople.org>
18288
18289         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18290         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18291         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18292         return the length that was read.
18293         (gst_riff_read_strf_auds): Allow fmt tags as well.
18294
18295 2004-05-07  David Schleef  <ds@schleef.org>
18296
18297         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18298         signed char assumption in faad.h.
18299
18300 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18301
18302         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18303           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18304
18305 2004-05-07  Colin Walters  <walters@redhat.com>
18306
18307         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18308         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18309         function.
18310         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18311         Add dispose function.
18312
18313 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18314         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18315           Fix caps nego and pad templates. RGB mode caps should
18316           work now.
18317         * ext/dvdnav/gst-dvd:
18318           Move mpeg2dec inside the thread because otherwise the
18319           queue rejects cap changes mid-stream
18320         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18321         (gst_mpeg2dec_flush_decoder):
18322           For mpeg2dec > 0.4.0, call the flush function instead of
18323           manually extracting all in-flight frames.
18324         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18325         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18326           Change mime type video/dv go video/x-dv to match the
18327           rest of gst-plugins
18328
18329 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18330
18331         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18332         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18333         (gst_alsa_sink_class_init):
18334         * ext/alsa/gstalsasink.h:
18335         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18336         (gst_alsa_src_class_init):
18337         * ext/alsa/gstalsasrc.h:
18338           Make alsasink/src a subclass of alsamixer so that mixer stuff
18339           shows up in gst-rec. Needs some finetuning.
18340
18341 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18342
18343         * ext/lame/gstlame.c: (gst_lame_chain):
18344           simplify
18345         * ext/mad/gstmad.c: (gst_mad_handle_event):
18346           fix event leak
18347         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18348           be able to detect mp3 files < 4096 bytes
18349
18350 2004-05-06  Wim Taymans  <wim@fluendo.com>
18351
18352         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18353         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18354         (theora_enc_set_property), (theora_enc_get_property):
18355         Also encode the first frame, cleanup some code.
18356
18357 2004-05-06  Wim Taymans  <wim@fluendo.com>
18358
18359         * ext/mpeg2enc/gstmpeg2enc.cc:
18360         Forward events first before deciding that negotiation was
18361         not performed.
18362
18363 2004-05-06  Wim Taymans  <wim@fluendo.com>
18364
18365         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18366         First process the events before deciding that negotiation
18367         was not performed.
18368
18369 2004-05-06  Wim Taymans  <wim@fluendo.com>
18370
18371         * ext/theora/Makefile.am:
18372         * ext/theora/theora.c: (plugin_init):
18373         * ext/theora/theoradec.c: (theora_dec_change_state):
18374         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18375         (gst_theora_enc_class_init), (gst_theora_enc_init),
18376         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18377         (theora_enc_chain), (theora_enc_change_state),
18378         (theora_enc_set_property), (theora_enc_get_property):
18379         Added a theora encoder, grouped the encoder and decoder into the
18380         same plugin.
18381
18382 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18383
18384         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18385         (gst_jpegenc_chain):
18386         fix DURATION on outgoing buffers
18387         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18388         debug using time formats
18389         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18391         (gst_xvimagesink_sink_link):
18392         windows with width/height 0 generate X errors, so don't allow them
18393
18394 2004-05-05  Wim Taymans  <wim@fluendo.com>
18395
18396         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18397         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18398         (gst_mpeg2dec_negotiate_format):
18399         * ext/mpeg2dec/gstmpeg2dec.h:
18400           removed the static pad template so that we can add the
18401           more accurate framerate value to the caps.
18402
18403
18404 2004-05-04  Benjamin Otte  <otte@gnome.org>
18405
18406         * configure.ac:
18407           check for kdemacros.h, too (should fix #141821)
18408         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18409           don't crash if no header was sent, but nicely error out (fixes part
18410           of #141554)
18411
18412 2004-05-04  Wim Taymans  <wim@fluendo.com>
18413
18414         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18415         parent dispose function to avoid segfault on destroy.
18416
18417 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18418
18419         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18420         (plugin_init):
18421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18422         (gst_xvimagesink_sink_link):
18423         clean up debugging caps
18424         also recreate xvimage when format has changed
18425
18426 2004-05-04  Benjamin Otte  <otte@gnome.org>
18427
18428         * ext/libvisual/Makefile.am:
18429         * ext/libvisual/visual.c: (gst_visual_class_init),
18430         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18431         (gst_visual_srclink), (gst_visual_chain),
18432         (gst_visual_change_state), (plugin_init):
18433           use a GstAdapter to correctly adapt buffer sizes - allows using a
18434           framerate
18435
18436 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18437
18438         * sys/v4l/gstv4lelement.h:
18439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18441         (gst_v4lsrc_buffer_free):
18442         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18443         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18444         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18445         (gst_v4lsrc_requeue_frame):
18446         move some debugging categories around
18447         query for fps index and set accordingly if found
18448
18449 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18450
18451         * ext/lame/gstlame.c:
18452         correct defaults that lame_init puts out of range
18453
18454 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18457         (gst_divxenc_class_init):
18458         fix range since -1 is the default
18459         * gst/mpeg1sys/gstmpeg1systemencode.c:
18460         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18461         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18462         (gst_rtjpegdec_chain):
18463         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18464         (gst_rtjpegenc_chain):
18465         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18466         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18467         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18468         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18469         * sys/v4l/gstv4lsrc.c:
18470         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18471         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18472         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18473         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18474         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18475           remove gst_info calls
18476
18477 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18478
18479         * Makefile.am:
18480         * po/af.po:
18481         * po/az.po:
18482         * po/en_GB.po:
18483         * po/nl.po:
18484         * po/sr.po:
18485         * po/sv.po:
18486           Updated translations
18487
18488 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18489
18490         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18491           refactor/comment code
18492
18493 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18494
18495         * gst/asfdemux/Makefile.am:
18496         * gst/asfdemux/asfheaders.c:
18497         * gst/asfdemux/asfheaders.h:
18498         * gst/asfdemux/gstasf.c: (plugin_init):
18499         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18500         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18501         (gst_asf_demux_setup_pad):
18502         * gst/asfdemux/gstasfdemux.h:
18503         * gst/asfdemux/gstasfmux.c:
18504         * gst/asfdemux/gstasfmux.h:
18505           Add tagging support to demuxer, split out registration in its own
18506           file instead of in demux (hacky), and prevent having some tables
18507           in our memory multiple times (in asfheaders.h).
18508
18509 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18510
18511         * gst/matroska/matroska-demux.c:
18512         (gst_matroska_demux_parse_metadata):
18513         * gst/matroska/matroska-ids.h:
18514           Basic tag reading support.
18515
18516 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18517
18518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18519           Really detect ac-3 audio.
18520         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18521           really detect matroska files (off-by-1).
18522
18523 2004-04-30  David Schleef  <ds@schleef.org>
18524
18525         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18526         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18527         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18528         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18529         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18530         hackage -- parse a lot more atoms, extract a few tags.  One might even
18531         mistake this for tag support.  Maybe it is.
18532         * gst/qtdemux/qtdemux.h:
18533
18534 2004-04-30  Colin Walters  <walters@verbum.org>
18535
18536         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
18537
18538 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18539
18540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18541         (gst_ffmpegcolorspace_getcaps):
18542           remove broken nego fix
18543
18544 2004-04-30  Benjamin Otte  <otte@gnome.org>
18545
18546         * configure.ac:
18547         * ext/Makefile.am:
18548         * ext/libvisual/Makefile.am:
18549         * ext/libvisual/visual.c:
18550           add initial support for libvisual (http://libvisual.sourceforge.net)
18551           libvisual is still quite alpha, so expect crashes in there :)
18552
18553 2004-04-29  David Schleef  <ds@schleef.org>
18554
18555         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
18556         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
18557         up qtdemux to make it spit out codec_data.  Do _not_ look at this
18558         code; you will no longer respect me.
18559
18560 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18561
18562         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
18563         * ext/alsa/gstalsa.h :
18564         change alsa pcm device discovery to find more than 1 device
18565         per card. code review by Ronald.
18566
18567 2004-04-29  David Schleef  <ds@schleef.org>
18568
18569         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
18570         Add a check for a driver bug on FreeBSD.  (bug #140565)
18571
18572 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18573
18574         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
18575         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18576         (gst_jpegenc_getcaps):
18577           move format setting to inner loop
18578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18579         (gst_ffmpegcolorspace_getcaps):
18580           use GST_PAD_CAPS if available so that we use already negotiated
18581           caps
18582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18583         (qtdemux_parse_moov), (qtdemux_parse):
18584           extra debugging
18585         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
18586         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
18587           move hardcoded path to DEFINE
18588
18589 2004-04-28  David Schleef  <ds@schleef.org>
18590
18591         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
18592         (bug #140064)
18593
18594 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18595
18596         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
18597           Don't probe for playback device if we're a source element. Fixes
18598           #139658.
18599
18600 2004-04-29  Benjamin Otte  <otte@gnome.org>
18601
18602         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18603         (gst_id3_tag_chain):
18604           rewrite buffer offset
18605
18606 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18607
18608         * configure.ac:
18609         * ext/Makefile.am:
18610         * ext/dts/Makefile.am:
18611         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
18612         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
18613         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
18614         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
18615         (gst_dtsdec_loop), (gst_dtsdec_change_state),
18616         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
18617         (plugin_init):
18618         * ext/dts/gstdtsdec.h:
18619           New DTS decoder.
18620         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
18621         (gst_faad_srcconnect):
18622           Add ESDS atom handling (.m4a).
18623
18624 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18625
18626         * ext/divx/gstdivxdec.c: (plugin_init):
18627           Remove comment that makes no sense.
18628         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
18629           Fix for obvious typo that resulted in warnings during gst-register.
18630         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
18631         (gst_xviddec_sink_link):
18632           Fix caps negotiation a bit better.
18633         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
18634           We call this 'codec_data', not 'esds'.
18635
18636 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18637
18638         * gst/monoscope/gstmonoscope.c:
18639           make sure we only provide 256x128
18640         * gst/monoscope/monoscope.c: (monoscope_init):
18641           assert size of 256x128
18642
18643 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18644
18645         * Makefile.am:
18646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
18647         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
18648           fixate to max width and height of device
18649
18650 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18651
18652         * Makefile.am:
18653         * sys/v4l/gstv4l.c:
18654         * sys/v4l/gstv4lsrc.c:
18655         * sys/v4l/v4l_calls.c:
18656         * sys/v4l/v4lsrc_calls.c:
18657           fix for qc-usb driver which fakes having more than one buffer
18658           by handing the same buffer twice, which confused GStreamer's/v4lsrc
18659           buffer_free override
18660           add debugging
18661
18662 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18663
18664         * Makefile.am:
18665         * gst/videotestsrc/gstvideotestsrc.c:
18666         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
18667         (gst_videotestsrc_init), (gst_videotestsrc_get),
18668         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
18669         * gst/videotestsrc/gstvideotestsrc.h:
18670           add num-buffers property
18671
18672         2004-04-26  Benjamin Otte  <otte@gnome.org>
18673
18674         * ext/mad/gstid3tag.c: (plugin_init):
18675           set id3mux rank to NONE so it doesn't confuse spider
18676           require audio/mpeg,mpegversion=1 in id3mux
18677
18678 2004-04-26  Benjamin Otte  <otte@gnome.org>
18679
18680         * configure.ac:
18681           detect faad correctly as non-working if it's indeed non-working
18682
18683 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18684
18685         * Makefile.am:
18686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18687         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
18688         fix _getcaps so it only negotiates to its supported format
18689
18690 2004-04-25  Benjamin Otte  <otte@gnome.org>
18691
18692         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18693           fix memleak
18694
18695 2004-04-23  Benjamin Otte  <otte@gnome.org>
18696
18697         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18698           audio/x-raw-int with height rules! not. Now it's depth.
18699
18700 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18701
18702         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
18703         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
18704         (gst_wavparse_loop):
18705           Missing variable initialization. Add handling of DVI ADPCM. Fix
18706           mis-parsing of LIST chunks. This works around a bug where we mis-
18707           parse non-aligning LIST chunks (so LIST chunks where the contents
18708           don't align with the actual LIST size). The correct fix is to use
18709           rifflib, I'm not going to fix wavparse - too much work. All this
18710           fixes #104878.
18711
18712 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18713
18714         reviewed by Benjamin Otte  <otte@gnome.org>
18715
18716         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
18717           fix shoutcast not working (fixes #140844)
18718
18719 2004-04-22  Benjamin Otte  <otte@gnome.org>
18720
18721         * ext/hermes/gsthermescolorspace.c:
18722         (gst_hermes_colorspace_caps_remove_format_info):
18723         * gst/colorspace/gstcolorspace.c:
18724         (gst_colorspace_caps_remove_format_info):
18725         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18726         (gst_ffmpegcolorspace_caps_remove_format_info):
18727           s/gst_caps_simplify/gst_caps_do_simplify/
18728
18729 2004-04-22  Benjamin Otte  <otte@gnome.org>
18730
18731         * gst-libs/gst/riff/riff-media.c:
18732         (gst_riff_create_video_caps_with_data):
18733           mpegversion is an int
18734         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
18735           don't try to create pad templates with NULL caps, use any caps
18736           instead.
18737
18738 2004-04-20  David Schleef  <ds@schleef.org>
18739
18740         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
18741         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
18742         (bug #140384)
18743
18744 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18745
18746         reviewed by David Schleef
18747
18748         * ext/mad/gstid3tag.c: Add stdlib.h
18749         * gst/rtp/gstrtpgsmenc.c: same
18750         * gst/tags/gstid3tag.c: same
18751         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
18752         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
18753         GST_DISABLE_LOADSAVE use.
18754         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
18755         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
18756         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
18757         atol(3)).
18758         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
18759         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
18760         strtoul(3)).
18761         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
18762         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
18763         $(ID3_CFLAGS).
18764         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
18765         $(LIBFAME_CFLAGS).
18766
18767 2004-04-20  David Schleef  <ds@schleef.org>
18768
18769         * gst/realmedia/rmdemux.c:  This was supposed to part of the
18770         last checkin.  Same idea.
18771
18772 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
18773
18774         reviewed by David Schleef
18775
18776         * configure.ac: bump required gstreamer version to 0.8.1.1
18777         because of following changes [--ds]
18778
18779         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
18780         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
18781         (gst_riff_read_header):  Use GST_READ_UINT*
18782         macros to access possibly unaligned memory.
18783
18784         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
18785         (mp3_type_find):  Use GST_READ_UINT*
18786         macros to access possibly unaligned memory.
18787         (mp3_type_find, mpeg1_parse_header, qt_type_find)
18788         (speex_type_find): Likewise
18789
18790         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
18791
18792         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
18793         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
18794         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
18795         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
18796         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
18797         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
18798         macros to access possibly unaligned memory.
18799
18800         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
18801         Likewise.
18802
18803         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
18804         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
18805
18806         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18807         Likewise.
18808
18809         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
18810         (gst_mpeg2subt_chain_subtitle): Likewise.
18811
18812         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
18813         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
18814         Likewise.
18815
18816         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
18817         Likewise.
18818
18819         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
18820         Likewise.
18821
18822         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
18823         Likewise.
18824
18825 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18826
18827         * configure.ac:
18828           update required version of GStreamer because of GST_TIME_FORMAT
18829
18830 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18831
18832         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
18833           remove leftover g_print
18834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18835           don't try setting only a subset of the caps. We don't want to kill
18836           autoplugging on purpose
18837
18838 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18839
18840         * sys/ximage/ximagesink.c: (plugin_init):
18841         * sys/xvimage/xvimagesink.c: (plugin_init):
18842           add debugging categories
18843
18844 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18845
18846         * po/en_GB.po:
18847         * po/LINGUAS:
18848           Adding en_GB translation (Gareth Owen)
18849
18850 2004-04-20  David Schleef  <ds@schleef.org>
18851
18852         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18853         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
18854         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
18855         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
18856         A number of new features and hacks to extract the esds atom and
18857         put it into the caps.  (bug #137724)
18858
18859 2004-04-19  David Schleef  <ds@schleef.org>
18860
18861         * gconf/Makefile.am: Fix for non-GNU make
18862         * gst-libs/gst/Makefile.am: Change directory order to handle
18863         GstPlay linking with gstinterfaces
18864         * gst-libs/gst/audio/make_filter: make use of tr portable
18865         * gst-libs/gst/play/Makefile.am: Add intended \
18866         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
18867         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
18868         function prototype instead of void *.
18869         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
18870         macro.
18871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18872         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
18873         * gst/videofilter/make_filter: make use of tr portable
18874         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
18875
18876 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18877
18878         * po/LINGUAS:
18879         * po/uk.po:
18880           Added Ukrainian translation (Maxim V. Dziumanenko)
18881
18882 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18883
18884         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
18885         (gst_gsmdec_link), (gst_gsmdec_chain):
18886           Fix capsnego, simplify chain function slightly.
18887         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
18888           Add GSM.
18889
18890 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18893         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
18894         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
18895           Hack to make wavparse work with spider (always -> sometimes pad).
18896           Fixes #135862 && #140411.
18897
18898 2004-04-18  Benjamin Otte  <otte@gnome.org>
18899
18900         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
18901         (gst_osselement_rate_probe_check),
18902         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
18903           get rid of \n in debug output
18904
18905 2004-04-17  Iain <iain@prettypeople.org>
18906
18907         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
18908         not just EOS.
18909
18910 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18911
18912         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18913         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
18914         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
18915         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
18916         (gst_id3_tag_src_link), (gst_id3_tag_chain),
18917         (gst_id3_tag_change_state), (plugin_init):
18918           deprecate id3tag element and replace with id3demux/id3mux.
18919           great side effect: this ugly file is now even uglier, yay!
18920         * ext/mad/gstmad.h:
18921           remove non-available function
18922           update for new get_type
18923
18924 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18925
18926         * configure.ac:
18927           require mpeg2dec >= 0.4.0
18928
18929 2004-04-17  Benjamin Otte  <otte@gnome.org>
18930
18931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18932         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
18933         (gst_xvimagesink_set_xwindow_id):
18934           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
18935           assorted cleanup fixes.
18936
18937 2004-04-16  David Schleef  <ds@schleef.org>
18938
18939         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
18940         * sys/xvimage/xvimagesink.h: same
18941
18942 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18943
18944         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
18945           Fix GST_ELEMENT_ERROR with (NULL)
18946
18947 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18948
18949         * gst-libs/gst/riff/riff-media.c:
18950         (gst_riff_create_video_caps_with_data):
18951           Add div[3456] as fourccs for DivX 3 (fixes #140137).
18952
18953 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18954
18955         * gst-libs/gst/riff/riff-media.c:
18956         (gst_riff_create_video_caps_with_data),
18957         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
18958         (gst_riff_create_video_template_caps),
18959         (gst_riff_create_audio_template_caps):
18960         * gst-libs/gst/riff/riff-media.h:
18961         * gst-libs/gst/riff/riff-read.c:
18962         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
18963         * gst-libs/gst/riff/riff-read.h:
18964         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18965           Add MS RLE support. I added some functions to read out strf chunks
18966           into strf chunks and the data behind it. This is usually color
18967           palettes (as in RLE, but also in 8-bit RGB). Also use those during
18968           caps creation. Lastly, add ADPCM (similar to wavparse - which
18969           should eventually be rifflib based).
18970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
18971         (gst_matroska_demux_init), (gst_matroska_demux_reset):
18972         * gst/matroska/matroska-demux.h:
18973           Remove placeholders for some prehistoric tagging system. Didn't add
18974           support for any tag system really anyway.
18975         * gst/qtdemux/qtdemux.c:
18976           Add support for audio/x-m4a (MPEG-4) through spider.
18977         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18978         (gst_wavparse_loop):
18979           ADPCM support (#135862). Increase max. buffer size because we
18980           cannot split buffers for ADPCM (screws references) and I've seen
18981           files with 2048 byte chunks. 4096 seems safe for now.
18982
18983 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * configure.ac: bump nano to 1
18986
18987 === release 0.8.1 ===
18988
18989 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18990
18991         * configure.ac: releasing 0.8.1, "Comforting Sounds"
18992
18993 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18994
18995         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
18996           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
18997           Fixes #140058
18998
18999 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19000
19001         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19002           lower rank of dvddemux so that it's not used for mpeg playback.
19003
19004 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19005
19006         * configure.ac:
19007           save libs correctly when checking mad
19008
19009 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19010
19011         * ext/mad/gstid3tag.c: (plugin_init):
19012           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19013
19014 2004-04-13  David Schleef  <ds@schleef.org>
19015
19016         * common/m4/gst-feature.m4: Call -config scripts with
19017         --plugin-libs if it is supported.
19018         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19019         JPEG images are image/jpeg.
19020         * gst/debug/Makefile.am:
19021         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19022         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19023         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19024         (gst_negotiation_plugin_init): Add a property that acts like
19025         filter caps.
19026         * testsuite/gst-lint:  Move license checking to be a standard
19027         test.
19028
19029 2004-04-13  David Schleef  <ds@schleef.org>
19030
19031         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19032         patch from Sebastien Cote (bug #139958)
19033
19034 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19035
19036         * examples/gstplay/Makefile.am:
19037         * examples/gstplay/player.c: (main):
19038           make the commandline player example use gconf settings
19039
19040 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19041
19042         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19043         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19044         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19045           init/end library during state transition, not object
19046           creation/disposal.  get rid of custom dispose handler.
19047
19048
19049 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19050
19051         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19052         be a symlink
19053
19054 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19055
19056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19057           Handle JUNK chunks inside data section. Prevents warnings.
19058
19059 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19060
19061         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19062         (gst_riff_create_video_template_caps):
19063           Add MS video v1.
19064         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19065         (gst_avi_demux_stream_data):
19066           Add support for "rec-list" chunks.
19067
19068 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19071           Fix another codecname mismatch.
19072
19073 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19074
19075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19076           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19077           so that MJPEG plays back.
19078
19079 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19080
19081         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19082         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19083         * gst/mpeg1videoparse/gstmp1videoparse.h:
19084           Fix for some slight mis-cuts in buffer parsing, and for some
19085           potential overflows or faults-causers. Adds disconts. Also fixes
19086           #139105 while we're at it.
19087
19088 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19089
19090         * configure.ac:
19091         * sys/v4l2/gstv4l2element.h:
19092           Workaround for missing struct v4l2_buffer declaration in Suse 9
19093           and Mandrake 10 linux/videodev2.h header file (#135919).
19094
19095 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19096
19097         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19098           Bail out if no filename was given.
19099
19100 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19101
19102         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19103         (gst_v4l2_fourcc_from_structure):
19104           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19105           Y41B somewhere).
19106
19107 2004-04-09  Benjamin Otte  <otte@gnome.org>
19108
19109         * ext/gnomevfs/gstgnomevfssink.c:
19110         (_gst_boolean_allow_overwrite_accumulator),
19111         (gst_gnomevfssink_class_init):
19112           fix erase signal - if any handler returns false the file will not be
19113           overwritten. If no handler is connected, the file will not be
19114           overwritten either.
19115           renamed signal to "allow-overwrite"
19116         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19117           free string when adding it to ID3 failed
19118         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19119           unref event when done
19120         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19121           free caps
19122         * gst/typefind/gsttypefindfunctions.c:
19123         (mpeg_video_stream_type_find):
19124           fix invalid read
19125
19126 2004-04-08  David Schleef  <ds@schleef.org>
19127
19128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19129         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19130
19131 2004-04-08  David Schleef  <ds@schleef.org>
19132
19133         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19134         we don't support (bug #139532)
19135
19136 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19137
19138         * ext/mad/gstmad.c: (gst_mad_handle_event),
19139         (gst_mad_check_caps_reset), (gst_mad_chain),
19140         (gst_mad_change_state):
19141           only set explicit caps if they haven't been set before for
19142           this stream.  MPEG-audio sample rate/channels aren't allowed
19143           to change in-stream.
19144           Fixes #139382
19145
19146 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19147
19148         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19149         (_gst_boolean_did_something_accumulator),
19150         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19151         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19152         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19153         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19154         (gst_gnomevfssink_change_state):
19155           Fix erase signal. Don't erase by default. Remove handoff signal.
19156           Remove erase property. Don't segfault. General cleanup.
19157
19158 2004-04-07  Benjamin Otte  <otte@gnome.org>
19159
19160         * gst-libs/gst/gconf/test-gconf.c: (main):
19161           add missing gst_init
19162
19163 2004-04-07  Benjamin Otte  <otte@gnome.org>
19164
19165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19166           free the mutexes, too
19167
19168 2004-04-07  Benjamin Otte  <otte@gnome.org>
19169
19170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19171           actually free the URI string
19172         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19173           compute offset correctly when passing discont events
19174         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19175           don't leak discont events
19176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19177           add some missing breaks so caps aren't copied randomly
19178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19179           if we realloc memory, we better use it
19180
19181 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19182
19183         * ext/mad/gstmad.c: (normal_seek):
19184           fix GST_FORMAT_TIME usage
19185
19186 2004-04-05  David Schleef  <ds@schleef.org>
19187
19188         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19189         a deprecated function (hack!)
19190
19191 2004-04-05  Benjamin Otte  <otte@gnome.org>
19192
19193         * ext/esd/esdmon.c: (gst_esdmon_get):
19194           fix nonterminated vararg and memleak
19195
19196 2004-04-05  Benjamin Otte  <otte@gnome.org>
19197
19198         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19199         (gst_ladspa_init), (gst_ladspa_force_src_caps),
19200         (gst_ladspa_set_property), (gst_ladspa_get_property),
19201         (gst_ladspa_instantiate), (gst_ladspa_activate),
19202         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19203           clean up debugging
19204
19205 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
19206
19207         reviewed by Benjamin Otte  <otte@gnome.org>
19208
19209         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19210           check for broken LADSPA parameters (fixes #138635)
19211
19212 2004-04-05  Benjamin Otte  <otte@gnome.org>
19213
19214         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19215           advertise buffer-frames correctly on sinkpads
19216
19217 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19218
19219         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19220         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19221         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19222         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19223         (gst_mad_check_caps_reset), (gst_mad_chain):
19224         add more debugging, only reset caps when we're not in error state
19225
19226 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19227
19228         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19229
19230 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19231
19232         reviewed by Benjamin Otte  <otte@gnome.org>
19233
19234         * configure.ac:
19235           fix == in test(1) operator
19236
19237 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19238
19239         reviewed by Benjamin Otte  <otte@gnome.org>
19240
19241         * configure.ac:
19242           fix --export-symblos-regex to a working regex.
19243
19244 2004-04-04  Benjamin Otte  <otte@gnome.org>
19245
19246         * sys/oss/.cvsignore:
19247           add for oss_probe
19248
19249 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19250
19251         reviewed by Benjamin Otte  <otte@gnome.org>
19252
19253         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19254           add missing 'new_media' argument (fixes #138168)
19255         * gst/matroska/matroska-demux.c:
19256         (gst_matroska_demux_handle_seek_event):
19257           add vararg terminator (fixes #138169)
19258
19259 2004-04-02  David Schleef  <ds@schleef.org>
19260
19261         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
19262         disted (bug #138914)
19263
19264 2004-04-01  Benjamin Otte  <otte@gnome.org>
19265
19266         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19267         (gst_alsa_close_audio):
19268           handle case better where a soundcard can't pause
19269         * ext/ogg/gstoggdemux.c:
19270           don't crash when we get events but don't have pads yet
19271
19272 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19273
19274         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19275           throw an error if we couldn't probe any caps.
19276
19277 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19278
19279         * ext/dvdnav/gst-dvd:
19280         Add a really simple sample DVD player
19281
19282 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19283
19284         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19285         (gst_a52dec_push), (gst_a52dec_handle_event),
19286         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19287         (gst_a52dec_change_state):
19288         * ext/a52dec/gsta52dec.h:
19289           Use a debug category, Output timestamps correctly
19290           Emit tag info, Handle events, tell liba52dec about cpu
19291           capabilities so it can use MMX etc.
19292         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19293           Fix a crasher accessing invalid memory
19294         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19295         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19296         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19297         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19298         (dvdnavsrc_query):
19299           Some support for byte-format seeking.
19300           Small fixes for still frames and menu button overlays
19301         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19302         (gst_mpeg2dec_alloc_buffer):
19303           Use a debug category. Adjust the report level of several items to
19304           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19305           so it doesn't lose the GstBuffer pointer
19306         * gst/debug/Makefile.am:
19307         * gst/debug/gstdebug.c: (plugin_init):
19308         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19309         (gst_navseek_base_init), (gst_navseek_class_init),
19310         (gst_navseek_init), (gst_navseek_seek),
19311         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19312         (gst_navseek_get_property), (gst_navseek_chain),
19313         (gst_navseek_plugin_init):
19314         * gst/debug/gstnavseek.h:
19315           Add the navseek debug element for seeking back and forth in a
19316           video stream using arrow keys.
19317         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19318         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19319         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19320         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19321         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19322         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19323         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19324         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19325         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19326         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19327         * gst/mpeg2sub/gstmpeg2subt.h:
19328           Pretty much a complete rewrite. Now a loopbased element. May still
19329           require work to properly synchronise subtitle buffers.
19330         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19331         (gst_dvd_demux_send_subbuffer):
19332         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19333           Don't attempt to create subbuffers of size 0
19334           Reduce a couple of error outputs to warnings.
19335         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19336         (gst_y4mencode_chain):
19337         Output the y4m frame header correctly.
19338
19339 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19340
19341         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19342           throw errors instead of allowing SIGFPE
19343
19344 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19347         (gst_gconf_render_bin_from_key):
19348           leak plugging and style fixing
19349
19350 2004-03-31  David Schleef  <ds@schleef.org>
19351
19352         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19353         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19354         (bug #138225)
19355         * gst/debug/Makefile.am:
19356         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19357         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19358         plugin.
19359         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19360         (gst_negotiation_base_init), (gst_negotiation_class_init),
19361         (gst_negotiation_init), (gst_negotiation_getcaps),
19362         (gst_negotiation_pad_link), (gst_negotiation_chain),
19363         (gst_negotiation_set_property), (gst_negotiation_get_property),
19364         (gst_negotiation_plugin_init):  New element to talk about random
19365         negotiation things happening in a pipeline.
19366
19367 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19368
19369         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19370           fix integer addition with help of Stefan Kost
19371
19372 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19373
19374         * po/nl.po: updated Dutch translation (Elros Cyriatan)
19375
19376 2004-03-30  David Schleef  <ds@schleef.org>
19377
19378         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19379         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
19380         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19381         (bug #137504)
19382         * ext/mpeg2dec/gstmpeg2dec.h:
19383
19384 2004-03-30  David Schleef  <ds@schleef.org>
19385
19386         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19387
19388 2004-03-30  David Schleef  <ds@schleef.org>
19389
19390         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
19391         Michael Petullo) to handle .mov
19392
19393 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19394
19395         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19396         (gst_osselement_rate_check_rate):
19397           probe caps correctly for sound cards that only support one format
19398
19399 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19400
19401         * ext/kio/kiosrc.cpp: (process_events):
19402           update handling event processing if inside KDE - untested
19403
19404 2004-03-29  David Schleef  <ds@schleef.org>
19405
19406         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19407         by 2 to not interfere with other colorspaces.
19408         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19409         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19410         one to not interfere with ffmpeg_colorspace.
19411
19412 2004-03-29  David Schleef  <ds@schleef.org>
19413
19414         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19415         aren't in the caps.
19416         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19417         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19418
19419 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19420
19421         * gst-libs/gst/riff/riff-media.c:
19422           fail on error, don't try to set stuff on NULL caps
19423
19424 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19425
19426         * configure.ac:
19427         * ext/Makefile.am:
19428         * ext/kio/Makefile.am:
19429         * ext/kio/kioreceiver.cpp:
19430         * ext/kio/kioreceiver.h:
19431         * ext/kio/kiosrc.cpp:
19432         * ext/kio/kiosrc.h:
19433           add experimental kiosrc plugin
19434         * ext/alsa/gstalsaplugin.c: (plugin_init):
19435           initialize debugging category only when we're sure registering the
19436           plugins worked.
19437
19438 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19439
19440         * examples/gstplay/player.c: (main):
19441         * gst-libs/gst/play/play.c: (gst_play_class_init),
19442         (gst_play_set_location), (gst_play_set_data_src),
19443         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19444         (gst_play_set_visualization), (gst_play_connect_visualization):
19445           check return values of element_set_state and return FALSE where
19446           failed
19447
19448 2004-03-29  Benjamin Otte  <otte@gnome.org>
19449
19450         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19451           try harder to check if an event is really a discont
19452
19453 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19454
19455         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19456         * po/az.po:
19457
19458 2004-03-28  Benjamin Otte  <otte@gnome.org>
19459
19460         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19462         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19463           get rid of non-standard "..." ranges in case statements.
19464
19465 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
19466
19467         * gst/mpegstream/gstmpegdemux.c:
19468         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19469         specific functionality split to the new dvddemux element.
19470         * gst/mpegstream/gstdvddemux.c:
19471         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19472         streams, derived from mpegdemux.
19473         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19474         up. SCR based timestamp rewriting can be turned off (will probably
19475         completely disappear soon).
19476         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19477         hacking. General cleanup. All printf statements replaced by
19478         debugging messages. Almost complete libdvdnav support.
19479         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19480         by events. New properties for audio and subpicture languages.
19481         (dvdnavsrc_update_highlight): Now uses events.
19482         (dvdnavsrc_user_op): Cleaned up.
19483         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19484         based). Lots of cleanup, and propper support for most libdvdnav
19485         events.
19486         (dvdnavsrc_make_dvd_event): New function.
19487         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19488         (dvdnavsrc_make_clut_change_event): New function.
19489
19490 2004-03-26  Benjamin Otte  <otte@gnome.org>
19491
19492         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19493           fix bug where typefinding would claim it's theora whenever less then
19494           7 bytes of data were available
19495
19496 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19499         (gst_alawdec_base_init), (gst_alawdec_class_init),
19500         (gst_alawdec_init), (gst_alawdec_chain):
19501         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19502         (gst_alawenc_base_init), (gst_alawenc_class_init),
19503         (gst_alawenc_init), (gst_alawenc_chain):
19504         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19505         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19506         (gst_mulawdec_init), (gst_mulawdec_chain):
19507         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19508         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19509         (gst_mulawenc_init), (gst_mulawenc_chain):
19510           Fix capsnego in all four, remove the unused property functions and
19511           simplify the chain functions slightly. I guess we could use macros
19512           or something similar for those, since the code is so similar, but
19513           I'm currently too lazy...
19514
19515 2004-03-24  David Schleef  <ds@schleef.org>
19516
19517         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19518         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19519         (gst_osselement_get_format_structure),
19520         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19521         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19522         (gst_osselement_rate_int_compare): Add code to handle rate probing
19523         (bug #120883)
19524         * sys/oss/gstosselement.h: same
19525         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19526         Use rate probing provided by osselement.
19527         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19528
19529 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19530
19531         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19532         (gst_xvidenc_get_property):
19533           ulong/int mess-up.
19534
19535 2004-03-24  David Schleef  <ds@schleef.org>
19536
19537         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
19538         (gst_speexdec_init):
19539         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
19540         (gst_speexenc_init):  Create the pad template correctly (from
19541         the static pad template, not a NULL pointer.)
19542
19543 2004-03-25  Benjamin Otte  <otte@gnome.org>
19544
19545         * gst/debug/Makefile.am:
19546         * gst/debug/breakmydata.c:
19547           add element that quasi-randomly changes bytes in the stream.
19548           Intended use is robustness checking of demuxers and decoders in
19549           media tests.
19550
19551 2004-03-24  Benjamin Otte  <otte@gnome.org>
19552
19553         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
19554         (gst_alsa_probe_hw_params):
19555         * ext/alsa/gstalsa.h:
19556           debugging output fixes
19557
19558 2004-03-24  Benjamin Otte  <otte@gnome.org>
19559
19560         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
19561           don't g_return_if_fail if element is PLAYING, fail silently as every
19562           other element.
19563         * gst/effectv/gstquark.c: (gst_quarktv_chain):
19564           only fix needed for cast lvalue issues in gst-plugins
19565         * gst/volenv/gstvolenv.c: (gst_volenv_init):
19566           add proxy_getcaps
19567
19568 2004-03-24  Benjamin Otte  <otte@gnome.org>
19569
19570         * gst/level/gstlevel.c: (gst_level_init):
19571           add proxying getcaps function, so level doesn't advertise impossible
19572           caps
19573
19574 2004-03-24  David Schleef  <ds@schleef.org>
19575
19576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19577         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
19578         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
19579         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
19580         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
19581         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
19582         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
19583         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
19584         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
19585         messages.  Divide the chunk size by the compression ratio
19586         (needed for MACE audio)
19587
19588 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19589
19590         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19591           Fix buffer overflow read error.
19592
19593 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19594
19595         * ext/alsa/gstalsa.h:
19596           Remove unused entry.
19597         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19598           Add cinepak.
19599         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
19600         (gst_videodrop_link), (gst_videodrop_chain):
19601           Fix, sort of. Was horribly broken with new capsnego. Bah...
19602
19603 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
19604
19605         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
19606         (plugin_init):
19607         Add a monkeysaudio typefind function
19608
19609 2004-03-23  Johan Dahlin  <johan@gnome.org>
19610
19611         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
19612         (gst_play_video_fixate): Check so the structure has the field
19613         before trying to fixate them, this makes it possible to have
19614         fakesinks for video and audio output without printing errors on
19615         the output console.
19616
19617 2004-03-22  David Schleef  <ds@schleef.org>
19618
19619         * sys/oss/Makefile.am:
19620         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
19621         (check_rate), (add_rate):  Rate probing test app.
19622
19623 2004-03-21  Benjamin Otte  <otte@gnome.org>
19624
19625         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
19626         (_fixate_caps_to_int), (gst_audio_convert_fixate):
19627           add a fixation function that pretty much does the right thing (fixes
19628           #137556)
19629
19630 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
19631
19632         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
19633
19634 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19635
19636         reviewed by: Benjamin Otte  <otte@gnome.org>
19637
19638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19639           terminate gst_event_new_discontinuous correctly (fixes parts of
19640           #137711)
19641
19642 2004-03-19  David Schleef  <ds@schleef.org>
19643
19644         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
19645         since it doesn't depend on X, and it's part of our ABI.
19646
19647 2004-03-19  Iain <iain@prettypeople.org>
19648
19649         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
19650         is_int in the structure, not the local variable.
19651
19652 2004-03-19  David Schleef  <ds@schleef.org>
19653
19654         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
19655         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
19656         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
19657         Improvements in caps negotiation.
19658
19659 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19660
19661         * po/LINGUAS:
19662         * po/af.po:
19663           adding Afrikaans (Petri Jooste)
19664
19665 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19666
19667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19668         (gst_ffmpegcolorspace_chain):
19669         throw error instead of g_critical (#137588)
19670
19671 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19672
19673         * Makefile.am:
19674         * configure.ac:
19675           dist common and m4 correctly
19676         * po/sv.po:
19677
19678 2004-03-17  David Schleef  <ds@schleef.org>
19679
19680         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
19681         (bug #137348)
19682
19683 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19684
19685         * po/LINGUAS:
19686         * po/sv.po:
19687           adding Swedish translation (Christian Rose)
19688
19689 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
19690
19691         * Makefile.am: use release.mak
19692
19693 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * common/ChangeLog:
19696         * common/gst-autogen.sh:
19697           add some explanation about the version detection
19698         * configure.ac:
19699           fix X check
19700
19701 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19702
19703         * configure.ac: bump nano to 1
19704
19705 === release 0.8.0 ===
19706
19707 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19708
19709         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
19710
19711 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19712
19713         * configure.ac:
19714           update libtool version
19715         * gst-libs/gst/media-info/Makefile.am:
19716           actually use libtool version
19717
19718 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19719
19720         * configure.ac: fix speex detection to work with 1.0 but not 1.1
19721
19722 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19723
19724         * configure.ac:
19725         * gst-plugins.spec.in:
19726         * pkgconfig/Makefile.am:
19727         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
19728         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
19729         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
19730         * pkgconfig/gstreamer-libs.pc.in:
19731         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19732         * pkgconfig/gstreamer-play-uninstalled.pc.in:
19733         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
19734         * pkgconfig/gstreamer-plugins.pc.in:
19735           remove @VERSION@ from some of the pc files since core and plugins
19736           are decoupled.
19737           created gstreamer-plugins.pc as it's a better name, but keeping
19738           -libs around for now to get fixes upstream done first.
19739
19740 2004-03-15  Julien MOUTTE <julien@moutte.net>
19741
19742         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
19743         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
19744         * gst-libs/gst/play/play.h:
19745
19746 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * *.c, *.cc: don't mix tabs and spaces
19749
19750 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19751
19752         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
19753           use the new ffmpegcolorspace
19754         * gst-plugins.spec.in:
19755           package new colorspace and media-info
19756         * configure.ac:
19757         * pkgconfig/Makefile.am:
19758           fix some more disting issues
19759         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
19760         * pkgconfig/gstreamer-media-info.pc.in:
19761           generate media-info pc files
19762
19763 2004-03-15  Johan Dahlin  <johan@gnome.org>
19764
19765         * *.h: Revert indenting
19766
19767 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19768
19769         * configure.ac:
19770           adding ffmpegcolorspace element
19771         * gst/ffmpegcolorspace/Makefile.am:
19772         * gst/ffmpegcolorspace/avcodec.h:
19773         * gst/ffmpegcolorspace/common.h:
19774         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19775         * gst/ffmpegcolorspace/dsputil.h:
19776         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19778         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
19779         (gst_ffmpeg_caps_to_pix_fmt):
19780         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19782         (gst_ffmpegcolorspace_caps_remove_format_info),
19783         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
19784         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
19785         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
19786         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
19787         (gst_ffmpegcolorspace_set_property),
19788         (gst_ffmpegcolorspace_get_property),
19789         (gst_ffmpegcolorspace_register):
19790         * gst/ffmpegcolorspace/imgconvert.c:
19791         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19792         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19793         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19794         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19795         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19796         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
19797         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
19798         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
19799         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
19800         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
19801         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
19802         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
19803         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
19804         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
19805         (img_get_alpha_info), (deinterlace_line),
19806         (deinterlace_line_inplace), (deinterlace_bottom_field),
19807         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19808         * gst/ffmpegcolorspace/imgconvert_template.h:
19809         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19810         * gst/ffmpegcolorspace/mmx.h:
19811         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
19812           adding ffmpegcolorspace element supplied by Ronald after cleaning
19813           up and pulling in the right bits of upstream source.
19814           I'm sure a better C/compiler wizard could do some cleaning up (for
19815           example use GLIB's malloc stuff), but as a first pass this
19816           works very well
19817
19818 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19819
19820         * ext/alsa/gstalsa.h:
19821           I assume Ronald forgot to commit the change to have cardname
19822           as a struct member.  Expect some public spanking at the next
19823           opportunity.
19824
19825 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19826
19827         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
19828         (gst_alsa_open_audio), (gst_alsa_close_audio):
19829         * ext/alsa/gstalsa.c:
19830           Don't open the device if we're a mixer (= padless).
19831         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
19832         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
19833         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
19834           Open mixer during state change rather than during object
19835           initialization. Also, get a device name. Currently in a somewhat
19836           hackish fashion, but I didn't really find something better.
19837
19838 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19839
19840         * *.c, *.h: run gst-indent
19841
19842 2004-03-14  Benjamin Otte  <otte@gnome.org>
19843
19844         * gst/modplug/gstmodplug.cc:
19845         * gst/modplug/gstmodplug.h:
19846           set correct timestamps on outgoing buffers
19847
19848 2004-03-14  Benjamin Otte  <otte@gnome.org>
19849
19850         * gst/modplug/gstmodplug.cc:
19851           handle events - don't do crap when a discont arrives that's not
19852           necessary
19853           This allows correct loading and playback of mods in Rhythmbox
19854
19855 2004-03-14  Benjamin Otte  <otte@gnome.org>
19856
19857         * configure.ac:
19858         * gst-libs/gst/gconf/Makefile.am:
19859         * pkgconfig/Makefile.am:
19860           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
19861           they get rebuilt properly
19862         * configure.ac:
19863           when checking for vorbis, try pkgconfig first.
19864         * gst/modplug/gstmodplug.cc:
19865           add fixate function
19866
19867 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19870           Fix for obvious mistake, where we first shift the offset and then
19871           read a samplesize element assuming the old offset. Note that this
19872           part still has something weird, i.e. my movies containing those
19873           don't actually play well, but at least there's something that looks
19874           like sound now.
19875
19876 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
19877         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
19878         (plugin_init):
19879         Add a typefind function for speex format
19880
19881 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19882
19883         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
19884         (gst_asf_demux_setup_pad):
19885           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
19886           instead of 0. Reason is simple: some elements have a fps range
19887           of 1-max instead of 0-max. So now ASF video actually works.
19888
19889 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19890
19891         * po/LINGUAS:
19892         * po/sr.po:
19893           adding serbian as a language
19894
19895 2004-03-13  Benjamin Otte  <otte@gnome.org>
19896
19897         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19898           return taglist correctly from _get function, don't gst_pad_push it.
19899           (fixes #137042)
19900
19901 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19902         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19903
19904 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19905
19906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
19907         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
19908         (gst_alsa_mixer_track_new):
19909         * ext/alsa/gstalsamixertrack.h:
19910           Fix ancient leftovers... MixerTrack is a GObject.
19911
19912 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19913
19914         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19915         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19916           Don't block during probing...
19917
19918 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19919
19920         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
19921         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
19922         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
19923         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
19924         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
19925         (gst_alsa_open_audio), (gst_alsa_close_audio):
19926         * ext/alsa/gstalsa.h:
19927           Add propertyprobe interface implementation, add some device-name
19928           property, all this so that it looks good in gnome-volume-control.
19929
19930 2004-03-12  David Schleef  <ds@schleef.org>
19931
19932         * configure.ac: the Hermes library controls hermescolorspace, not
19933         colorspace.
19934         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
19935         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
19936         not /* */
19937         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
19938         * ext/sdl/sdlvideosink.h: ditto.
19939         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
19940
19941 2004-03-12  Benjamin Otte  <otte@gnome.org>
19942
19943         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
19944         (gst_x_overlay_got_xwindow_id):
19945         * gst-libs/gst/xoverlay/xoverlay.h:
19946           replace XID with unsigned long to get rid of the xlibs dependency in
19947           XOverlay (fixes #137004)
19948
19949 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
19950         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
19951         (gst_agingtv_setup):
19952         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
19953         (gst_dicetv_base_init), (gst_dicetv_class_init),
19954         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
19955         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
19956         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
19957         (gst_edgetv_setup), (gst_edgetv_rgb32):
19958         * gst/effectv/gsteffectv.c:
19959         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
19960         (gst_quarktv_set_property):
19961         * gst/effectv/gstrev.c: (gst_revtv_get_type),
19962         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
19963         (gst_revtv_setup), (gst_revtv_rgb32):
19964         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
19965         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
19966         (gst_shagadelictv_init), (gst_shagadelictv_setup),
19967         (gst_shagadelictv_rgb32):
19968         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
19969         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
19970         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
19971         * gst/effectv/gstwarp.c:
19972         Port everything that can be ported to videofilter and fix up the caps.
19973         Can someone with a big-endian machine please check these?
19974
19975 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19976
19977         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
19978         (gst_osssink_chain), (gst_osssink_change_state):
19979           Latest fixes for A/V sync, audio playback and such. This is about
19980           all... MPEG playback issues are mostly related to the async build-
19981           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
19982
19983 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19984
19985         patch from: Stephane Loeuillet
19986
19987         * configure.ac:
19988           use pkg-config for some libraries, falling back to the old .m4 way
19989           (fixes #131270)
19990         * m4/libdv.m4:
19991           removed
19992
19993 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19994
19995         * configure.ac:
19996         * tools/Makefile.am:
19997         * tools/Makefile.in:
19998         * tools/gst-launch-ext-m.m:
19999         * tools/gst-launch-ext.1.in:
20000         * tools/gst-visualise-m.m:
20001         * tools/gst-visualise.1:
20002         * tools/gst-visualise.1.in:
20003           reorganizing generation of script tools
20004
20005 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20006
20007         * ext/divx/gstdivxdec.c:
20008           Downgrade priority. We prefer ffdec_mpeg4.
20009         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20010         (gst_faad_chain), (gst_faad_change_state):
20011           Fix capsnego. Doesn't work for some sounds because we don't have
20012           a 5:1 to stereo element.
20013         * ext/xvid/gstxvid.c: (plugin_init):
20014           Add priority.
20015         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20016         (gst_osssink_change_state):
20017           Add discont handling.
20018
20019 2004-03-09  Colin Walters  <walters@verbum.org>
20020
20021         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20022         conversion.
20023
20024 2004-03-09  Benjamin Otte  <otte@gnome.org>
20025
20026         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20027           the signals take 2 arguments
20028
20029 2004-03-09  David Schleef  <ds@schleef.org>
20030
20031         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20032         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20033         * ext/alsa/gstalsa.h:
20034         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20035
20036 2004-03-09  Benjamin Otte  <otte@gnome.org>
20037
20038         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20039         (gst_mikmod_change_state):
20040         * ext/mikmod/gstmikmod.h:
20041           make mikmod's loop function not loop infinitely and call
20042           gst_element_yield anymore
20043         * gst/modplug/gstmodplug.cc:
20044           fix pad negotiation (fixes #136590)
20045
20046 2004-03-09  David Schleef  <ds@schleef.org>
20047
20048         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20049         doesn't conflict with the internal colorspace plugin.
20050         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20051         satisfy the crappy-ass shell shipped by a certain vendor.
20052         * gst/videofilter/make_filter: same (bug #135299)
20053
20054 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * configure.ac: bump nano to 1
20057
20058 === release 0.7.6 ===
20059
20060 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20061
20062         * configure.in: releasing 0.7.6, "There"
20063
20064 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20065
20066         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20067         * pkgconfig/gstreamer-play.pc.in:
20068           synchronize the two
20069
20070 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20071
20072         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20073         (cdparanoia_open), (cdparanoia_event):
20074           fix/add error handling
20075         * po/POTFILES.in:
20076           add cdparanoia source
20077         * tools/Makefile.am:
20078           make scripts executable
20079
20080 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * configure.ac:
20083         * ext/vorbis/Makefile.am:
20084         * sys/Makefile.am:
20085           remove id3types, vorbisfile and xvideosink from the build (#133783)
20086
20087 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20088
20089         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20090           Fix metadata read crash (#136537).
20091
20092 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20093
20094         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20095         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20096           adding mime types, fixing the one-stop function
20097
20098 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20099
20100         * ext/nas/nassink.c and /ext/nas/nassink.h:
20101         More NAS love from Arwed von Merkatz
20102         So lets all sing 'Can you feel the NAS tonight'
20103
20104 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20105
20106         * tools/gst-launch-ext.in:
20107         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20108
20109 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20110
20111         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20112         (gst_mpeg2dec_init):
20113         remove the user_data pad for now, because it is being used in
20114         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20115         If someone knows how to fix this properly, please do.
20116
20117 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20118
20119         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20120         (gst_osssink_get_time):
20121         add a warning, IMO this won't get triggered anymore, remove later
20122
20123 2004-03-07  David Schleef  <ds@schleef.org>
20124
20125         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20126         format (bug #136470)
20127
20128 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20129
20130         * gst-libs/Makefile.am:
20131         * gst-libs/gst/media-info/Makefile.am:
20132         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20133         (error_callback), (gst_media_info_error_create),
20134         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20135         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20136         * gst-libs/gst/media-info/media-info-priv.h:
20137         * gst-libs/gst/media-info/media-info-test.c: (main):
20138         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20139         (gst_media_info_class_init), (gst_media_info_instance_init),
20140         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20141         (gst_media_info_read_idler), (gst_media_info_read):
20142         * gst-libs/gst/media-info/media-info.h:
20143         fixed, should work now
20144
20145 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20146
20147         * ext/nas/nassink.c:
20148         A bunch of NAS fixes from Arwed von Merkatz
20149
20150 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20153         (qtdemux_parse_trak):
20154           Fix crash (j might be greater than n_samples, in which case we're
20155           writing outside the allocated space for the array) and memleak.
20156
20157 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20158
20159         * sys/oss/gstosssink.c: (gst_osssink_chain):
20160           And another caller that couldn't handle delay < 0 (unsigned
20161           integer overflow). Video now continues playing on an audio
20162           buffer underrun, and the clock continues working. Audio still
20163           stalls.
20164
20165 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20168         (gst_osssink_get_time):
20169           get_delay() may return values lower than 0. In those cases, we
20170           should not actually cast to *unsigned* int64, that will break
20171           stuff horribly. In my case, it screwed up A/V sync in movies
20172           in totem rather badly.
20173
20174 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20175
20176         * ext/faac/gstfaac.c: (gst_faac_chain):
20177         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20178         * ext/libpng/gstpngenc.c: (user_write_data):
20179         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20180         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20181         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20182         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20183         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20184         of any buffer), should fix some leaks. I hope I didn't unref buffers
20185         that shouldn't be...
20186
20187 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20188
20189         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20190         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20191         (error_callback), (gmi_reset), (gmi_seek_to_track),
20192         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20193         (gmip_find_type_post), (gmip_find_stream_post),
20194         (gmip_find_track_streaminfo_post):
20195         * gst-libs/gst/media-info/media-info-priv.h:
20196         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20197         (info_print), (main):
20198         * gst-libs/gst/media-info/media-info.c:
20199         (gst_media_info_error_create), (gst_media_info_error_element),
20200         (gst_media_info_instance_init), (gst_media_info_get_property),
20201         (gst_media_info_new), (gst_media_info_set_source),
20202         (gst_media_info_read_idler), (gst_media_info_read):
20203         * gst-libs/gst/media-info/media-info.h:
20204           first pass at making this work again.  This seems to work on
20205           tagged ogg/vorbis and mp3 files.
20206
20207 2004-03-06  Benjamin Otte  <otte@gnome.org>
20208
20209         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20210           fix huge leak: gst_buffer_merge doesn't unref the first argument
20211           itself.
20212
20213 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20214
20215         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20216           report layer/mode/emphasis
20217
20218 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20219
20220         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20221
20222 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20223
20224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20225           signal serial
20226
20227 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20228
20229         * ext/vorbis/vorbis.c: (plugin_init):
20230         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20231         (gst_vorbis_dec_init), (vorbis_dec_event):
20232         add debug category
20233         make vorbisdec handle _BYTE and _TIME queries
20234
20235 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20236
20237         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20238           from the xing header
20239
20240 2004-03-06  Benjamin Otte  <otte@gnome.org>
20241
20242         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20243         (gst_audio_convert_link), (gst_audio_convert_change_state),
20244         (gst_audio_convert_buffer_from_default_format):
20245           do conversions from/to float correctly, fix some caps nego errors,
20246           export correct supported caps in template and getcaps, use correct
20247           caps in try_set_caps functions
20248
20249 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20250
20251         For some reason, I only committed a ChangeLog entry yesterday and
20252         not the corresponding code...
20253         * ext/mad/gstmad.c: Fix detection of Xing headers
20254         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20255
20256 2004-03-06  Benjamin Otte  <otte@gnome.org>
20257
20258         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20259         (gst_ogg_demux_src_query):
20260           make sure to handle the case where there's no current chain
20261           gracefully.
20262
20263 2004-03-05  David Schleef  <ds@schleef.org>
20264
20265         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20266         Add fixate function. (bug #131128)
20267         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20268         (gst_sdlvideosink_fixate):  Add fixate function.
20269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20270         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20271         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20272         Fix missing break that was causing ulaw to be interpreted as
20273         raw int.
20274
20275 2004-03-05  David Schleef  <ds@schleef.org>
20276
20277         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20278         Fix code that ignores return value of gst_buffer_merge().
20279         (bug #114560)
20280         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20281         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20282         * testsuite/gst-lint:  Check for above.
20283
20284 2004-03-05  David Schleef  <ds@schleef.org>
20285
20286         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20287         caps and throw an element error.  (bug #136334)
20288
20289 2004-03-05  David Schleef  <ds@schleef.org>
20290
20291         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20292         (gst_faad_chain): Fix negotiation.
20293         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20294         key and button events.
20295         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20296         dung heap of code.
20297         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20298         depends on gconf
20299         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20300         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20301         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20302         function to encourage better negotiation, particularly between
20303         audioconvert and osssink.
20304         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20305         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20306         more important.
20307         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20308         typefinding.
20309         * gst/vbidec/vbiscreen.c:  Add glib header
20310         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20311
20312 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20313
20314         * ext/mad/gstmad.c: Fix detection of Xing headers
20315         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20316
20317 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20318
20319         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20320         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20321           debug updates
20322
20323 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20324
20325         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20326         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20327         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20328         files, and report the parsed length as a GST_TAG_DURATION tag.
20329         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20330
20331 2004-03-05  Benjamin Otte  <otte@gnome.org>
20332
20333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20334           convert channels correctly. convert correctly to unsigned.
20335
20336 2004-03-05  Julien MOUTTE <julien@moutte.net>
20337
20338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20339         we have a window before clearing it.
20340
20341 2004-03-05  Julien MOUTTE <julien@moutte.net>
20342
20343         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20344         have a window before clearing it.
20345
20346 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20347
20348         * gconf/gstreamer.schemas.in:
20349         * gst-libs/gst/gconf/Makefile.am:
20350           version installation path the same way as for 0.6
20351         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20352         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20353         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20354           remove comment that was fixed
20355
20356 2004-03-05  David Schleef  <ds@schleef.org>
20357
20358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20359         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20360         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20361         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20362         Add prototype code for handling seeking and querying.
20363
20364 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20365
20366         * examples/gstplay/player.c: (main):
20367           Initialize variables to NULL. Prevents a segfault because the
20368           (uninitialized) variable is not NULL, resulting in a crash on
20369           trying to reach error->message.
20370
20371 2004-03-05  Benjamin Otte  <otte@gnome.org>
20372
20373         * gst/audioconvert/gstaudioconvert.c:
20374         (gst_audio_convert_buffer_to_default_format):
20375         make float=>int conversion work correctly even in cornercases.
20376
20377 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
20378
20379         * debian/README.Debian:
20380         * debian/build-deps:
20381         * debian/changelog:
20382         * debian/control:
20383         * debian/control.in:
20384         * debian/copyright:
20385         * debian/gstreamer-a52dec.files:
20386         * debian/gstreamer-aa.files:
20387         * debian/gstreamer-alsa.files:
20388         * debian/gstreamer-alsa.manpages:
20389         * debian/gstreamer-arts.files:
20390         * debian/gstreamer-artsd.files:
20391         * debian/gstreamer-audiofile.files:
20392         * debian/gstreamer-avifile.files:
20393         * debian/gstreamer-cdparanoia.files:
20394         * debian/gstreamer-colorspace.files:
20395         * debian/gstreamer-doc.files:
20396         * debian/gstreamer-dv.files:
20397         * debian/gstreamer-dvd.files:
20398         * debian/gstreamer-esd.files:
20399         * debian/gstreamer-festival.files:
20400         * debian/gstreamer-flac.files:
20401         * debian/gstreamer-gconf.conffiles:
20402         * debian/gstreamer-gconf.files:
20403         * debian/gstreamer-gconf.postinst:
20404         * debian/gstreamer-gnomevfs.files:
20405         * debian/gstreamer-gsm.files:
20406         * debian/gstreamer-http.files:
20407         * debian/gstreamer-jack.files:
20408         * debian/gstreamer-jpeg.files:
20409         * debian/gstreamer-mad.files:
20410         * debian/gstreamer-mikmod.files:
20411         * debian/gstreamer-misc.files:
20412         * debian/gstreamer-mpeg2dec.files:
20413         * debian/gstreamer-oss.files:
20414         * debian/gstreamer-plugin-apps.files:
20415         * debian/gstreamer-plugin-apps.manpages:
20416         * debian/gstreamer-plugin-libs-dev.files:
20417         * debian/gstreamer-plugin-libs.files:
20418         * debian/gstreamer-plugin-template.postinst:
20419         * debian/gstreamer-plugin-template.postrm:
20420         * debian/gstreamer-sdl.files:
20421         * debian/gstreamer-sid.files:
20422         * debian/gstreamer-vorbis.files:
20423         * debian/gstreamer-x.files:
20424         * debian/mk.control:
20425         * debian/rules:
20426         Debian package info not maintained here.
20427
20428 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20429
20430         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20431         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20432         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20433         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20434         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20435         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20436         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20437         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20438         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20439         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20440         * gst-libs/gst/colorbalance/colorbalance.c:
20441         (gst_color_balance_class_init):
20442         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20443         (gst_color_balance_channel_class_init):
20444         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20445         * gst-libs/gst/play/play.c: (gst_play_class_init):
20446         * gst-libs/gst/propertyprobe/propertyprobe.c:
20447         (gst_property_probe_iface_init):
20448         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20449         * gst-libs/gst/tuner/tunerchannel.c:
20450         (gst_tuner_channel_class_init):
20451         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20452         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20453         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20454         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20455         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20456         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20457         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20459         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20460           fix signals to use - instead of _
20461         * ext/libcaca/gstcacasink.h:
20462         * ext/sdl/sdlvideosink.h:
20463           fix header rename
20464
20465 2004-03-04  David Schleef  <ds@schleef.org>
20466
20467         * testsuite/gst-lint:  Add a check for bad signal names.
20468
20469 2004-03-04  <kost@imn.htwk-leipzig.de>
20470
20471         reviewed by David Schleef
20472
20473         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20474         modified the alpha channel and caused a warning. (bug #136192)
20475
20476 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20477
20478         * gst-plugins.spec.in:
20479         Change names of plugins to actually be correct. Try to keep things
20480         alphabetical to avoid getting beat up by Thomas
20481
20482 2004-03-03  Julien MOUTTE <julien@moutte.net>
20483
20484         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20485         Using ximagesink as a default if no gconf key found. We should
20486         probably consider using alsasink instead of osssink for the audio
20487         part.
20488
20489 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         * configure.ac:
20492           fix --with-plugins, don't think it ever worked before
20493         * gst-plugins.spec.in:
20494           even more updates
20495
20496 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20497
20498         * ext/sdl/sdlvideosink.h:
20499         * sys/ximage/ximagesink.h:
20500         * sys/xvideo/xvideosink.h:
20501         * sys/xvimage/xvimagesink.h:
20502           Fix for move of gstvideosink.h -> videosink.h.
20503
20504 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20505
20506         * gst-libs/gst/xwindowlistener/Makefile.am:
20507           this is a plugin library, not a library
20508
20509 2004-03-01  David Schleef  <ds@schleef.org>
20510
20511         * AUTHORS:  Added some names.  Add yourself if you're still
20512         missing.
20513
20514 2004-03-01  David Schleef  <ds@schleef.org>
20515
20516         * MAINTAINERS: Add
20517
20518 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20519
20520         * gst-plugins.spec.in: clean up spec file
20521
20522 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20523
20524         * gst-libs/gst/video/Makefile.am:
20525         * gst-libs/gst/video/gstvideosink.c:
20526         * gst-libs/gst/video/gstvideosink.h:
20527           rename gstvideosink.h to videosink.h to match other headers
20528         * gst/mixmatrix/Makefile.am:
20529           fix plugin filename
20530         * gst/tags/Makefile.am: fix plugin filename
20531
20532 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20533
20534         * gst/tags/Makefile.am: fix plugin filename
20535
20536 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20537
20538         * examples/gstplay/player.c: (got_time_tick), (main):
20539           add error handler
20540           display time_tick more readably
20541         * gst/mixmatrix/Makefile.am:
20542           fix plugin file name
20543
20544 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
20545
20546         * sys/oss/gstosselement.c: (gst_osselement_probe),
20547         (device_combination_append), (gst_osselement_class_probe_devices):
20548         * sys/oss/gstosselement.h:
20549           Reworked enumeration of oss dsps and mixers so that gst-mixer works
20550           on my system using alsa oss emulation, fixes bug #135597
20551
20552 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20553
20554         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
20555         (gst_videodrop_chain), (gst_videodrop_change_state):
20556         * gst/videodrop/gstvideodrop.h:
20557           Work based on timestamp of input data, not based on the expected
20558           framerate from the input. The consequence is that this element now
20559           not only scales framerates, but also functions as a framerate
20560           corrector or framerate stabilizer/constantizer.
20561
20562 2004-02-27  David Schleef  <ds@schleef.org>
20563
20564         patches from jmmv@menta.net (Julio M. Merino Vidal)
20565
20566         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
20567         GST_ELEMENT_ERROR call (bug #135634)
20568         * gst/interleave/interleave.c: (interleave_buffered_loop),
20569         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
20570         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
20571         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20572         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
20573         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
20574         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
20575         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
20576         Fix GST_ELEMENT_ERROR call.
20577         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
20578         GST_ELEMENT_ERROR call.
20579
20580 2004-02-27  Benjamin Otte  <otte@gnome.org>
20581
20582         * gst-libs/gst/audio/audio.h:
20583           add macro to make sure header isn't included twice
20584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20585           don't use gst_buffer_free
20586         * gst/playondemand/filter.func:
20587           don't use gst_data_free. Free data only once.
20588
20589 2004-02-26  David Schleef  <ds@schleef.org>
20590
20591         * gst-libs/gst/colorbalance/Makefile.am:
20592         * gst-libs/gst/mixer/Makefile.am:
20593         * gst-libs/gst/tuner/Makefile.am:
20594         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
20595         should not be disted, -marshal.h files should not be installed,
20596         and -enum.h files _should_ be installed.  Fix to make this the
20597         case.
20598
20599 === release 0.7.5 ===
20600
20601 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20602
20603         * configure.ac: release 0.7.5, "Under The Sea"
20604
20605 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20606
20607         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20608         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
20609         * gst/videoscale/gstvideoscale.c:
20610         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20611           assorted debug/warning fixes
20612
20613 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20614
20615         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
20616         (gst_videoscale_init), (gst_videoscale_chain),
20617         (gst_videoscale_set_property), (plugin_init):
20618         * gst/videoscale/gstvideoscale.h:
20619         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
20620         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
20621         (gst_videoscale_planar400), (gst_videoscale_packed422),
20622         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
20623         (gst_videoscale_24bit), (gst_videoscale_16bit),
20624         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
20625         (gst_videoscale_scale_plane_slow),
20626         (gst_videoscale_scale_point_sample),
20627         (gst_videoscale_scale_nearest),
20628         (gst_videoscale_scale_nearest_str2),
20629         (gst_videoscale_scale_nearest_str4),
20630         (gst_videoscale_scale_nearest_32bit),
20631         (gst_videoscale_scale_nearest_24bit),
20632         (gst_videoscale_scale_nearest_16bit):
20633         add debugging category and use it properly
20634         fix use of GST_PTR_FORMAT
20635
20636 2004-02-25  Andy Wingo  <wingo@pobox.com>
20637
20638         * gst/interleave/interleave.c (interleave_buffered_loop): Always
20639         push only when channel->buffer is NULL. Prevents segfaults doing
20640         the state change after a nonlocal exit, like a scheme exception.
20641
20642         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
20643         Handle the case where the intersected caps is empty.
20644
20645 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20646
20647         * gst/law/mulaw-decode.c: (mulawdec_link):
20648         * gst/law/mulaw.c: (plugin_init):
20649           fix mulawdec so it actually works again
20650
20651 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
20652
20653         reviewed by: David Schleef  <ds@schleef.org>
20654
20655         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
20656         (gst_gamma_init), (gst_gamma_set_property),
20657         (gst_gamma_get_property), (gst_gamma_calculate_tables),
20658         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
20659         for RGB, with separate r g and b correction factors. (#131167)
20660
20661 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20662
20663         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20664           only signal tags for bitrate if they're > 0 (#134894)
20665
20666 2004-02-24  David Schleef  <ds@schleef.org>
20667
20668         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
20669         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
20670         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
20671         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
20672         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
20673         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
20674         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
20675         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
20676         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
20677         category.  Attempt to fix timestamp calculation.
20678
20679 2004-02-24  Johan Dahlin  <johan@gnome.org>
20680
20681         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
20682
20683 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20684
20685         * configure.ac:
20686         * gconf/Makefile.am:
20687         * gconf/gstreamer.schemas:
20688         * gst-libs/gst/gconf/Makefile.am:
20689         * gst-libs/gst/gconf/gconf.c:
20690           version gconf schemas and install locations
20691
20692 2004-02-23  Benjamin Otte  <otte@gnome.org>
20693
20694         * ext/xine/xineinput.c: (gst_xine_input_dispose):
20695         (gst_xine_input_subclass_init):
20696           call parent dispose.
20697           change pad template for CD reader correctly
20698         * ext/xine/Makefile.am:
20699         * ext/xine/gstxine.h:
20700         * ext/xine/xine.c: (plugin_init):
20701         * ext/xine/xineaudiosink.c:
20702           wrap audio sinks, too
20703         * gst-libs/gst/resample/private.h:
20704         * gst-libs/gst/resample/resample.c: (gst_resample_init),
20705         (gst_resample_reinit), (gst_resample_scale),
20706         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
20707         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
20708         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
20709         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
20710         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
20711         * gst-libs/gst/resample/resample.h:
20712         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
20713         (gst_audioscale_class_init), (gst_audioscale_link),
20714         (gst_audioscale_get_buffer), (gst_audioscale_init),
20715         (gst_audioscale_chain), (gst_audioscale_set_property),
20716         (gst_audioscale_get_property):
20717         * gst/audioscale/gstaudioscale.h:
20718           s/resample_*/gst_resample_*/i to not clobber namespaces
20719
20720 2004-02-23  Julien MOUTTE  <julien@moutte.net>
20721
20722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20723         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
20724         (gst_riff_create_video_template_caps),
20725         (gst_riff_create_audio_template_caps),
20726         (gst_riff_create_iavs_template_caps):
20727         * gst-libs/gst/riff/riff-media.h:
20728         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20729         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
20730         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
20731         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20733         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
20734         (gst_matroska_demux_plugin_init): First batch implementing audio and
20735         video codec tags in demuxers.
20736
20737 2004-02-22  Benjamin Otte  <otte@gnome.org>
20738
20739         * ext/xine/Makefile.am:
20740         * ext/xine/gstxine.h:
20741         * ext/xine/xine.c: (plugin_init):
20742         * ext/xine/xineinput.c:
20743           add input plugin wrapper. Playback from files, http, mms and cdda
20744           works.
20745         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
20746           remove leftover G_GNUC_UNUSED
20747         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
20748         (gst_asf_demux_identify_guid):
20749           improve debugging output
20750
20751 2004-02-22  Benjamin Otte  <otte@gnome.org>
20752
20753         reported by: Padraig O'Briain <padraig.obriain@sun.com>
20754
20755         * autogen.sh:
20756           replace test -e with test -x for mkinstalldirs to be more portable.
20757           (fixes #134816)
20758
20759 2004-02-22  Benjamin Otte  <otte@gnome.org>
20760
20761         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
20762
20763         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
20764           set rank to PRIMARY
20765         * gst/volume/gstvolume.c: (plugin_init):
20766           set rank to NONE
20767         fixes #134960
20768
20769 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
20770
20771         reviewed by Benjamin Otte  <otte@gnome.org>
20772
20773         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20774           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
20775
20776 2004-02-22  Benjamin Otte  <otte@gnome.org>
20777
20778         * configure.ac:
20779           export [_]*{gst,Gst,GST}.* symbols from plugins
20780
20781 2004-02-22  Christophe Fergeau <teuf@gnome.org>
20782
20783         reviewed by: Benjamin Otte  <otte@gnome.org>
20784
20785         * ext/lame/gstlame.c: (add_one_tag):
20786         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
20788         (gst_vorbisenc_metadata_set1):
20789         * gst/tags/gstid3tag.c:
20790         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
20791           apply fixes from bugs #135042 (lame can't write tags) and #133817
20792           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
20793
20794 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
20795
20796         * configure.ac: Export only gst_plugin_desc from plugins.
20797          Note that this change only makes any effect with Linux using libtool
20798          1.5.2 or higher. Otherwise it is silently ignored, but it would build
20799          fine. And don't try to have several versions of libtool in different
20800          directories.
20801
20802 2004-02-20  Andy Wingo  <wingo@pobox.com>
20803
20804         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
20805         interleave respectively.
20806
20807         * gst/interleave/deinterleave.c: New plugin: deinterleave
20808         (replaces on oneton).
20809         * gst/interleave/interleave.c: New plugin: interleave.
20810         * gst/interleave/plugin.h: Support file.
20811         * gst/interleave/plugin.c: Support file.
20812
20813         * configure.ac: Remove intfloat and oneton, add interleave.
20814
20815         * ext/sndfile/gstsf.c: Handle events better.
20816
20817         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
20818         and float2int operation. int2float has scheduling problems as
20819         noted in in2float_chain.
20820
20821 2004-02-20  Benjamin Otte  <otte@gnome.org>
20822
20823         * ext/xine/Makefile.am:
20824         * ext/xine/gstxine.h:
20825         * ext/xine/xine.c:
20826         * ext/xine/xineaudiodec.c:
20827         * ext/xine/xinecaps.c:
20828           add first version of xine plugin wrapper. Currently only wraps the
20829           QDM2 win32 DLL, and even that only in proof-of-concept quality.
20830         * configure.ac:
20831         * ext/Makefile.am:
20832           add xine plugin wrapper, disabled by default. Use --enable-xine to
20833           build. Note that it'll segfault on gst-register if you don't remove
20834           the goom and tvtime post plugins from xine.
20835         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20836         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
20837           add extradata parsing for QDM2.
20838           change around debugging prints.
20839
20840 2004-02-19  Benjamin Otte  <otte@gnome.org>
20841
20842         * ext/lame/gstlame.c: (gst_lame_chain):
20843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20844           use gst_tag_list_insert when you want to insert tags
20845
20846 2004-02-18  David Schleef  <ds@schleef.org>
20847
20848         * configure.ac:  Move massink to gst-rotten
20849         * ext/Makefile.am:
20850         * ext/mas/Makefile.am:
20851         * ext/mas/massink.c:
20852         * ext/mas/massink.h:
20853
20854 2004-02-18  David Schleef  <ds@schleef.org>
20855
20856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
20857         typefinding, since it seems to be worse than nothing.
20858         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
20859         atom to recognize .mp4 and .m4a files as video/quicktime.
20860
20861 2004-02-18  David Schleef  <ds@schleef.org>
20862
20863         * gst/sine/demo-dparams.c: (quit_live),
20864         (dynparm_log_value_changed), (dynparm_value_changed), (main):
20865         Use double dparams, not float.
20866         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20867         (gst_sinesrc_init): Change sync default to FALSE, since multiple
20868         sync'd elements don't really work correctly.
20869         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
20870         (volume_update_volume), (volume_get_property):  Change dparam
20871         to double.
20872
20873 2004-02-18  Julien MOUTTE  <julien@moutte.net>
20874
20875         * sys/ximage/ximagesink.c:
20876         (gst_ximagesink_xwindow_update_geometry),
20877         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20878         (gst_ximagesink_change_state), (gst_ximagesink_expose),
20879         (gst_ximagesink_init): Rework the way software video scaling works. So
20880         now we check on each chain call if the video frames are feeling the
20881         window. If not we try to renegotiate caps. On failure we memorize that
20882         and we won't try again for that PLAYING sessions.
20883         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
20884         failure.
20885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
20886         synchronous flag.
20887
20888 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20889
20890         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20891           break up _link so we can give a better debug message for errors
20892
20893 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20894
20895         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
20896           set up debug category
20897
20898 2004-02-18  Julien MOUTTE <julien@moutte.net>
20899
20900         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20901         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
20902         the way renegotiation work. The event handling function is not taking
20903         care of external windows and renegotiate method check for pad flags
20904         NEGOTIATING. Should fix : #133209
20905
20906 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20907
20908         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
20909         pad is negotiating before trying renegotiation.
20910
20911 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20912
20913         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
20914           pass on all possible mime types as typefind hints
20915
20916 2004-02-17  Julien MOUTTE <julien@moutte.net>
20917
20918         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
20919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
20920         possible SHM leak if we crash. All other apps using XShm are doing
20921         that.
20922
20923 2004-02-17  Julien MOUTTE  <julien@moutte.net>
20924
20925         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
20926         (gst_ximagesink_expose): Renegotiate size on expose.
20927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
20928         size on expose.
20929
20930 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20931
20932         * testsuite/alsa/sinesrc.c:
20933           cosmetic fix to fix compile issue with gcc 2.95.4
20934
20935 2004-02-16  Julien MOUTTE <julien@moutte.net>
20936
20937         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20938         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
20939         failed opening the audio device.
20940         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20941         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
20942         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
20943         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
20944         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
20945         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20946         (gst_ximagesink_change_state), (gst_ximagesink_chain),
20947         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
20948         Removing some useless g_return_if_fail like wingo suggested.
20949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20950         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
20951         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
20952         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
20953         (gst_xvimagesink_update_colorbalance),
20954         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
20955         (gst_xvimagesink_xcontext_clear),
20956         (gst_xvimagesink_get_fourcc_from_caps),
20957         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20958         (gst_xvimagesink_set_xwindow_id),
20959         (gst_xvimagesink_colorbalance_list_channels),
20960         (gst_xvimagesink_colorbalance_set_value),
20961         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
20962         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
20963
20964 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20965
20966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20967           throw error when not negotiated instead of asserting
20968
20969 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20970
20971         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
20972         correct data refcounting.
20973
20974 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20975
20976         * gst/switch/gstswitch.c: (gst_switch_change_state),
20977         (gst_switch_class_init): Cleaning the sinkpads correctly on state
20978         change, mostly the EOS flag.
20979
20980 2004-02-15  Julien MOUTTE  <julien@moutte.net>
20981
20982         * examples/gstplay/player.c: (got_eos), (main): Adding some
20983         output for debugging.
20984         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
20985         timeouts if we go to any state different from PLAYING.
20986         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
20987         more EOS bugs in riff lib.
20988
20989 2004-02-14  Julien MOUTTE  <julien@moutte.net>
20990
20991         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
20992         visualization until i find a way to fix switch correctly.
20993         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
20994         EOS arrives.
20995         * gst/switch/gstswitch.c: (gst_switch_release_pad),
20996         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
20997         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
20998         Reworked switch to get a more correct behaviour with events and refing
20999         of data stored in sinkpads.
21000         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21001         we don't pull from a pad in EOS.
21002
21003 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21004
21005         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21006           remove v1 tag even if we can't read it (makes sure we don't detect
21007           it again)
21008
21009 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21010
21011         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21012         (gst_alsa_xrun_recovery):
21013         * ext/alsa/gstalsa.h:
21014           try xrun recovery when wait failed. Make xrun recovery function
21015           return TRUE/FALSE to indicate success. (might fix #134354)
21016
21017 2004-02-13  David Schleef  <ds@schleef.org>
21018
21019         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21020         (dynparm_value_changed), (main): Convert from float to double.
21021         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21022
21023 2004-02-13  David Schleef  <ds@schleef.org>
21024
21025         * gst/silence/gstsilence.c: (gst_silence_class_init),
21026         (gst_silence_set_clock), (gst_silence_get),
21027         (gst_silence_set_property), (gst_silence_get_property):
21028         * gst/silence/gstsilence.h: Add sync property.
21029         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21030         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21031         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21032         * gst/sine/gstsinesrc.h: Add sync property.
21033
21034 2004-02-13  David Schleef  <ds@schleef.org>
21035
21036         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21037         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21038
21039 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21040
21041         * configure.ac:
21042         * ext/Makefile.am:
21043         * gst-libs/ext/Makefile.am:
21044           move ffmpeg plugin to gst-ffmpeg module
21045
21046 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21047
21048         * configure.ac: use GST_ARCH to detect architecture
21049
21050 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21051
21052         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21053
21054 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21055
21056         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21057           classify LADSPA plugins based on number of src/sink pads
21058           (#133663, Stefan Kost)
21059         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21060           fix dparams registration
21061           (#133528, Stefan Kost)
21062         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21063           fix use of isprint and use g_ascii_isprint instead
21064           (#133316, Stefan Kost)
21065
21066 2004-02-11  David Schleef  <ds@schleef.org>
21067
21068         Convert a few inner loops to use liboil.  This is currently
21069         optional, and is only enabled if liboil is present (duh!).
21070         * configure.ac: Check for liboil-0.1
21071         * gst/intfloat/Makefile.am:
21072         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21073         (gst_int2float_chain_gint16):
21074         * gst/videofilter/Makefile.am:
21075         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21076         (tablelookup_u8), (gst_videobalance_planar411):
21077         * gst/videotestsrc/Makefile.am:
21078         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21079         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21080         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21081         (paint_hline_RGB565), (paint_hline_xRGB1555):
21082
21083 2004-02-11  David Schleef  <ds@schleef.org>
21084
21085         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21086         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21087         (gst_colorspace_getcaps), (gst_colorspace_link),
21088         (gst_colorspace_base_init), (gst_colorspace_init),
21089         (gst_colorspace_chain), (gst_colorspace_change_state),
21090         (plugin_init): Merge Ronald's patch (bug #117897) and update
21091         for new caps and negotiation.  Seems to work, although it
21092         shows off bugs in lcs.
21093
21094 2004-02-11  David Schleef  <ds@schleef.org>
21095
21096         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21097         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21098
21099 2004-02-11  David Schleef  <ds@schleef.org>
21100
21101         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21102         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21103         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21104         Add server and port properties
21105
21106 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21107
21108         * m4/a52.m4:
21109         * m4/aalib.m4:
21110         * m4/as-ffmpeg.m4:
21111         * m4/as-liblame.m4:
21112         * m4/as-slurp-ffmpeg.m4:
21113         * m4/check-libheader.m4:
21114         * m4/esd.m4:
21115         * m4/freetype2.m4:
21116         * m4/gconf-2.m4:
21117         * m4/glib.m4:
21118         * m4/gst-alsa.m4:
21119         * m4/gst-artsc.m4:
21120         * m4/gst-ivorbis.m4:
21121         * m4/gst-matroska.m4:
21122         * m4/gst-sdl.m4:
21123         * m4/gst-shout2.m4:
21124         * m4/gst-sid.m4:
21125         * m4/gtk.m4:
21126         * m4/libdv.m4:
21127         * m4/libfame.m4:
21128         * m4/libmikmod.m4:
21129         * m4/ogg.m4:
21130         * m4/vorbis.m4:
21131           fix underquotedness of macros (#133800)
21132         * m4/as-avifile.m4:
21133         * m4/xmms.m4:
21134           removed because no longer used
21135
21136 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21137
21138         * configure.ac:
21139           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21140           by autopoint (fixes #132996)
21141
21142 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21143
21144         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21145         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21146         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21147         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21148           fix memleaks
21149
21150 2004-02-11  David Schleef  <ds@schleef.org>
21151
21152         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21153         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21154         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21155         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21156         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21157         (gst_jpegenc_class_init), (gst_jpegenc_init),
21158         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21159         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21160         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21161         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21162
21163 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21164
21165         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21166         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21167         * ext/mikmod/gstmikmod.h:
21168           fix caps negotiation in mikmod
21169         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21170           output debug information
21171
21172 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21173
21174         * gst-libs/gst/colorbalance/Makefile.am:
21175         * gst-libs/gst/navigation/Makefile.am:
21176         * gst-libs/gst/xoverlay/Makefile.am:
21177           remove unused GST_OPT_CFLAGS from Makefiles
21178           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21179
21180 2004-02-07  David Schleef  <ds@schleef.org>
21181
21182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21183         push events to pads that haven't been created (#133508)
21184
21185 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21186
21187         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21188         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21189         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21190         (gst_dvdec_loop), (gst_dvdec_change_state):
21191         Second attempt at committing a working dvdec element.
21192
21193 2004-02-06  David Schleef  <ds@schleef.org>
21194
21195         Build fixes for OS X: (see #129600)
21196         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21197         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21198         (gst_riff_read_strf_iavs):
21199         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21200         (gst_avi_demux_stream_odml):
21201         * gst/playondemand/Makefile.am:
21202         * gst/rtp/rtp-packet.c:
21203
21204 2004-02-05  David Schleef  <ds@schleef.org>
21205
21206         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21207         last change, because it Just Doesn't Compile.
21208
21209 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21210
21211         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21212           skip undecodable id3v2 tag instead of keeping it
21213
21214 2004-02-05  David Schleef  <ds@schleef.org>
21215
21216         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21217         Unref leaked buffer.  (Noticed by Ronald)
21218
21219 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
21220
21221         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21222         Sync requires with other checks.  >= vs =.
21223
21224 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21225
21226         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21227         (gst_dvdec_video_link), (gst_dvdec_loop):
21228         * ext/dv/gstdvdec.h:
21229           rework the caps negotiation so that dvdec works again instead
21230           of just segfaulting.
21231
21232 === release 0.7.4 ===
21233
21234 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21235
21236         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21237         * configure.ac: changed for release
21238
21239 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21240
21241         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21242         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21243         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21244         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21245           reworked patch by David Lehn to fix libdir and includedir for
21246           uninstalled libraries
21247           removed play and gconf from gstreamer-libs since they have their
21248           own pkgconfig files
21249
21250 2004-02-04  David Schleef  <ds@schleef.org>
21251
21252         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21253         memleak.
21254
21255 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21256
21257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21258           use correct GST_TAG_ENCODER tag
21259
21260 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21261
21262         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21263           be sure to stop the clock when going to paused
21264         * sys/oss/gstosssink.c: (gst_osssink_change_state):
21265           reset number of transmitted when going to ready.
21266         fixes #132935
21267
21268 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21269
21270         reviewed by Benjamin Otte
21271
21272         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21273           extract track count (fixes #133410)
21274
21275 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21276
21277         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21278           that should be !=, not == (fixes #132519)
21279
21280 2004-02-04  David Schleef  <ds@schleef.org>
21281
21282         Make sure set_explicit_caps() is called before adding pad.
21283         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21284         * gst/id3/gstid3types.c: (gst_id3types_loop):
21285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21286         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21287
21288 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21289
21290         * configure.ac:
21291           bump nano to 2, first prerelease
21292           put back AM_PROG_LIBTOOL
21293
21294 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21295
21296         * testsuite/alsa/Makefile.am:
21297           these are user test apps, not automatic testsuite tests
21298
21299 2004-02-04  David Schleef  <ds@schleef.org>
21300
21301         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21302         * gst/mpeg1videoparse/gstmp1videoparse.c:
21303         (mp1videoparse_parse_seq):
21304         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21305         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21306         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21307         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21308         (gst_xvideosink_getcaps):
21309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21310         * testsuite/gst-lint: more tests
21311
21312 2004-02-04  David Schleef  <ds@schleef.org>
21313
21314         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21315         with the code that they would expand to.
21316         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21317         (gst_flacdec_get_src_query_types),
21318         (gst_flacdec_get_src_event_masks):
21319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21320         (gst_gnomevfssrc_get_query_types),
21321         (gst_gnomevfssrc_get_event_mask):
21322
21323 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21324
21325         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21326         (gst_sinesrc_dispose):
21327           fix memleak by properly disposing sinesrc
21328
21329 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21330
21331         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21332         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21333         an overlay to redraw the image because it has been exposed.
21334         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21335         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21336         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21337         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21338         interface
21339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21340         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21341         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21342         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21343         interface
21344
21345 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21346
21347         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21348           more memleak fixage
21349
21350 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21351
21352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21353         * gst/typefind/gsttypefindfunctions.c:
21354           fix memleaks shown by gst-typefind
21355
21356 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21357
21358         * common/glib-gen.mak:
21359           add hack rule to touch .Plo files
21360         * gst-libs/gst/colorbalance/Makefile.am:
21361         * gst-libs/gst/mixer/Makefile.am:
21362         * gst-libs/gst/play/Makefile.am:
21363         * gst-libs/gst/tuner/Makefile.am:
21364           remove glib_root variable
21365
21366 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21367
21368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21369           set explicit caps before adding the element, so the autopluggers can
21370           plug correctly.
21371         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21372         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21373         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21374         (dv_type_find):
21375           fix memleaks in typefind functions. gst_type_find_suggest takes a const
21376           argument.
21377
21378 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21379
21380         * gst-libs/gst/colorbalance/Makefile.am:
21381         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21382         * gst-libs/gst/colorbalance/colorbalance.c:
21383         * gst-libs/gst/colorbalance/colorbalance.h:
21384         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21385         * gst-libs/gst/mixer/Makefile.am:
21386         * gst-libs/gst/mixer/mixer-marshal.list:
21387         * gst-libs/gst/mixer/mixer.c:
21388         * gst-libs/gst/mixer/mixer.h:
21389         * gst-libs/gst/mixer/mixermarshal.list:
21390         * gst-libs/gst/play/Makefile.am:
21391         * gst-libs/gst/play/play.h:
21392         * gst-libs/gst/tuner/Makefile.am:
21393         * gst-libs/gst/tuner/tuner-marshal.list:
21394         * gst-libs/gst/tuner/tuner.c:
21395         * gst-libs/gst/tuner/tuner.h:
21396         * gst-libs/gst/tuner/tunermarshal.list:
21397           use new glib-gen.mak snippet to clean up Makefile.am
21398           fix various bugs in Makefile.am's
21399
21400 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21401
21402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21403           handle chain parsing correctly in the multichain case
21404         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21405         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21406         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21407         (theora_dec_chain):
21408           handle events and queries correctly
21409
21410 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21411
21412         * .cvsignore:
21413         Ignore generated file _stdint.h.
21414
21415 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21416
21417         * gst-libs/gst/colorbalance/Makefile.am:
21418         * gst-libs/gst/colorbalance/colorbalance.h:
21419         * gst-libs/gst/mixer/Makefile.am:
21420         * gst-libs/gst/mixer/mixer.h:
21421         * gst-libs/gst/play/Makefile.am:
21422         * gst-libs/gst/play/play.h:
21423         * gst-libs/gst/tuner/Makefile.am:
21424         * gst-libs/gst/tuner/tuner.h:
21425         Generate enum type code with glib-mkenums.
21426         * gst-libs/gst/colorbalance/.cvsignore:
21427         * gst-libs/gst/mixer/.cvsignore:
21428         * gst-libs/gst/play/.cvsignore:
21429         * gst-libs/gst/tuner/.cvsignore:
21430         Ignore generated files.
21431
21432 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21433
21434         * gst-libs/gst/audio/.cvsignore:
21435         Ignore generated file.
21436         * gst-libs/gst/audio/Makefile.am:
21437         Do not install example filter.
21438
21439 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21440
21441         * examples/switch/.cvsignore:
21442         Ignore generated file.
21443
21444 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21445
21446         * common/m4/ax_create_stdint_h.m4:
21447         * configure.ac:
21448           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21449           _stdint.h.
21450         * Makefile.am:
21451           remove generated _stdint.h in DISTCLEANFILES
21452         * ext/a52dec/gsta52dec.c:
21453           include _stdint.h for a52dec. (should fix #133064)
21454
21455 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21456
21457         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21458         (gst_tag_to_vorbis_comments):
21459         Add replaygain support to vorbistag
21460
21461 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21462         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21463         (gst_ffmpeg_caps_to_extradata):
21464           Fix SVQ3 caps flag properties
21465           Use glib macro for bytes swap
21466
21467 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21468
21469         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21470         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21471         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21472         * ext/sndfile/gstsf.c: (plugin_init):
21473         * gst/avi/gstavi.c: (plugin_init):
21474         * sys/dxr3/dxr3init.c: (plugin_init):
21475         * sys/oss/gstossaudio.c: (plugin_init):
21476         * sys/v4l/gstv4l.c: (plugin_init):
21477         * sys/v4l2/gstv4l2.c: (plugin_init):
21478           remove textdomain calls
21479         * po/nl.po:
21480           update Dutch translation
21481
21482 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21483
21484         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21485         (gst_play_set_audio_sink): Moving volume in the audio thread for
21486         instantaneous volume change. Maybe i will add another volume in front
21487         of visualization later, not sure yet though.
21488
21489 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21490
21491         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21492         (gst_ximagesink_handle_xevents): Better X events handling, only take
21493         the latest events for configure and motion.
21494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21495
21496 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21497
21498         reviewed by: David Schleef  <ds@schleef.org>
21499
21500         Fix memory leaks:
21501         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21502         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21503
21504 2004-02-02  David Schleef  <ds@schleef.org>
21505
21506         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21507         of lines.
21508         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21509         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21510         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21511         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21512         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21513         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21514         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21515         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21516         (gst_float2_2_int_link):
21517         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21518         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21519         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21520         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21521         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21522         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21523         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21524         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21525         * testsuite/gst-lint: Add tests for bzero and ;;
21526
21527 2004-02-02  David Schleef  <ds@schleef.org>
21528
21529         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21530
21531 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21532
21533         * ext/aalib/gstaasink.c: (gst_aasink_open):
21534         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21536         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
21537         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
21538         (gst_afsink_close_file):
21539         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
21540         (gst_afsrc_close_file):
21541         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
21542         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
21543         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21544         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
21545         * ext/esd/esdmon.c: (gst_esdmon_get):
21546         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
21547         * ext/faac/gstfaac.c: (gst_faac_chain):
21548         * ext/faad/gstfaad.c: (gst_faad_chain):
21549         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
21550         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21551         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
21552         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
21553         (gst_flacdec_loop):
21554         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21555         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21556         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
21557         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
21558         (gst_gnomevfssink_close_file):
21559         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
21560         (gst_gnomevfssrc_open_file):
21561         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
21562         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
21563         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
21564         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
21565         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
21566         * ext/mad/gstmad.c: (gst_mad_chain):
21567         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
21568         * ext/mpeg2dec/gstmpeg2dec.c:
21569         * ext/mpeg2enc/gstmpeg2enc.cc:
21570         * ext/mplex/gstmplex.cc:
21571         * ext/mplex/gstmplexibitstream.cc:
21572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
21573         (gst_ogg_demux_push):
21574         * ext/raw1394/gstdv1394src.c:
21575         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
21576         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
21577         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
21578         (gst_sf_loop):
21579         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
21580         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
21581         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
21582         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
21583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21584         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
21585         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
21586         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
21587         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21588         (gst_riff_read_element_data), (gst_riff_read_seek),
21589         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
21590         * gst/adder/gstadder.c: (gst_adder_loop):
21591         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
21592         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
21593         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
21594         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
21595         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
21596         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
21597         * gst/goom/gstgoom.c: (gst_goom_chain):
21598         * gst/id3/gstid3types.c: (gst_id3types_loop):
21599         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21600         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
21601         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
21602         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21603         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21604         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
21605         (gst_ebml_read_float), (gst_ebml_read_header):
21606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21607         (gst_matroska_demux_parse_blockgroup):
21608         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
21609         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21610         * gst/oneton/gstoneton.c: (gst_oneton_chain):
21611         * gst/silence/gstsilence.c: (gst_silence_get):
21612         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
21613         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
21614         * gst/speed/gstspeed.c: (speed_loop):
21615         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
21616         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21617         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
21618         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
21619         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21620         (gst_wavparse_loop):
21621         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
21622         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
21623         (dxr3audiosink_close):
21624         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
21625         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
21626         (dxr3videosink_close), (dxr3videosink_write_data):
21627         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
21628         * sys/oss/gstosssink.c: (gst_osssink_chain):
21629         * sys/oss/gstosssrc.c: (gst_osssrc_get):
21630         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
21631         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
21632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
21633         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
21634         (gst_v4l_set_window), (gst_v4l_enable_overlay):
21635         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
21636         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
21637         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
21638         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
21639         (gst_v4l_set_audio):
21640         * sys/v4l/v4l_calls.h:
21641         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
21642         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
21643         (gst_v4lmjpegsink_playback_init),
21644         (gst_v4lmjpegsink_playback_start):
21645         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
21646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
21647         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
21648         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
21649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
21650         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
21651         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
21652         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
21653         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
21654         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
21655         (gst_v4l2_get_output), (gst_v4l2_set_output),
21656         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
21657         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
21658         (gst_v4l2_set_attribute):
21659         * sys/v4l2/v4l2_calls.h:
21660         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
21661         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
21662         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
21663         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
21664         (gst_v4l2src_capture_stop):
21665         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
21666         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21667         (gst_ximagesink_chain):
21668         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
21669         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
21670         (gst_xvideosink_xwindow_new):
21671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
21672         (gst_xvimagesink_chain):
21673
21674 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * gst/volume/gstvolume.c: (gst_volume_set_volume),
21677         (gst_volume_get_volume), (volume_class_init), (volume_init),
21678         (volume_chain_int16), (volume_update_volume):
21679         * gst/volume/gstvolume.h:
21680           make code more readable by removing magic numbers
21681           make mixer interface export 0-100 range
21682           make it internally map to 0.0-1.0 range so users don't distort
21683           output by putting the sliders at full volume
21684
21685 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21686
21687         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
21688         (gst_play_state_change), (gst_play_seek_to_time):
21689         block the tick callback for 0.5 secs after doing a seek
21690
21691 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21692
21693         * gst-libs/gst/play/play.c: (gst_play_new):
21694           check for GError
21695
21696 2004-02-01  Julien MOUTTE  <julien@moutte.net>
21697
21698         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
21699         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
21700         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
21701         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
21702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
21703         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
21704
21705 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * configure.ac:
21708         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21709           check for a function added in vorbis 1.1
21710
21711 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21712
21713         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
21714         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
21715           really start/stop clock only on PLAYING <=> PAUSED
21716         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21717           remove \n from debugging lines
21718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21719           make it work when seeking does not
21720         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21721           reset on DISCONT
21722
21723 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21724
21725         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
21726           start clock on PAUSED=>PLAYING, not later
21727         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
21728           extract correct time for different discont formats
21729         (gst_alsa_sink_get_time):
21730           don't segfault when no format is negotiated yet, just return 0
21731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21732         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
21733         (gst_ogg_pad_push):
21734           handle flush and discont events correctly
21735         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
21736           handle discont events correctly
21737
21738 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21739
21740         * gst-libs/gst/play/play.c: (gst_play_error_quark),
21741         (gst_play_error_create), (gst_play_error_plugin),
21742         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
21743         * gst-libs/gst/play/play.h:
21744           add error handling during creation
21745         * examples/gstplay/player.c: (main):
21746           use new gst_play_new
21747
21748
21749 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21750
21751         * ext/theora/theoradec.c: (theora_dec_chain):
21752           make comments work
21753         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21754         (vorbis_dec_src_event), (vorbis_dec_chain):
21755           add encoder tag, fix tag reading to be more error tolerant, change
21756           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
21757           gst_pad_event_default.
21758         * gst/tags/gstvorbistag.c:
21759         (gst_tag_list_from_vorbiscomment_buffer):
21760           undefine function specific define at end of function
21761
21762 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
21763
21764         * ext/flac/gstflac.c: (plugin_init):
21765         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
21766         * ext/flac/gstflacdec.h:
21767         * ext/flac/gstflacenc.h:
21768           Fix typos
21769
21770 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
21771
21772         * examples/gstplay/player.c: s/gstplay.h/play.h/
21773
21774 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * gst-libs/gst/play/Makefile.am:
21777         * gst-libs/gst/play/gstplay.c:
21778         * gst-libs/gst/play/gstplay.h:
21779         * gst-libs/gst/play/play.c:
21780           more surgery, operation complete
21781
21782 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21783
21784         * gst-libs/gst/play/play.old.c:
21785         * gst-libs/gst/play/play.old.h:
21786           after CVS surgery by moving, remove
21787         * gst-libs/gst/play/playpipelines.c:
21788           remove
21789
21790         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
21791           add negotiation error
21792
21793 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21794
21795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
21796         (gst_ogg_demux_push):
21797           add some seeking debug info
21798           send a flush when seeking
21799
21800 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21801
21802         * configure.ac:
21803           use AC_C_INLINE
21804         * configure.ac:
21805         * ext/Makefile.am:
21806         * ext/theora/Makefile.am:
21807         * ext/theora/theoradec.c:
21808           add theora video decoder. Does just do simple decoding for now and
21809           has been tested against Theora cvs only. It only works when theora
21810           is compiled with --enable-static.
21811         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
21812           always reset packetno on DISCONT
21813
21814 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21815
21816         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21817           Fix audio.
21818
21819 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21820
21821         * gst/mpegaudioparse/gstmpegaudioparse.c:
21822         (mp3_type_frame_length_from_header):
21823           Fix header parsing - stolen from ffmpeg (thank you! :) ).
21824
21825 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21826
21827         * ext/esd/esdsink.c: (gst_esdsink_init):
21828           Since we have static pad template caps, we don't need to negotiate;
21829           either the core errors out or we know the format.
21830
21831 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21832
21833         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21834         (gst_riff_read_seek):
21835         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
21836         (gst_ebml_read_seek):
21837           Fix event handling.
21838
21839 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21840
21841         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
21842           removee video/x-theora from vp3 decoder, it doesn't handle raw
21843           theora streams
21844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21845           fix bug with finalizing element that never went to PAUSED
21846         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21847           length and position queries were swapped
21848         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
21849         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
21850         (vorbis_dec_src_event):
21851           implement querying time and bytes
21852
21853 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21854
21855         * just about every source file:
21856           gst_element_error -> GST_ELEMENT_ERROR
21857
21858 2004-01-29  Julien MOUTTE  <julien@moutte.net>
21859
21860         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
21861         emiting FLUSH and even before DISCONT.
21862         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
21863         get the best instant seeking as possible yay!
21864
21865 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21866
21867         * gst/mpeg1videoparse/gstmp1videoparse.c:
21868         (gst_mp1videoparse_real_chain):
21869           Committed wrong version last week... Grr... Didn't notice until now.
21870
21871 2004-01-29  Julien MOUTTE <julien@moutte.net>
21872
21873         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
21874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
21875         have_xwindow_id signal in xwindow_create.
21876
21877 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21878
21879         * ext/ogg/gstoggdemux.c:
21880           lots of changes - mainly support for chained bitstreams, seeking,
21881           querying and bugfixes of course
21882         * ext/vorbis/Makefile.am:
21883         * ext/vorbis/vorbisdec.c:
21884         * ext/vorbis/vorbisdec.h:
21885           add vorbisdec raw vorbis decoder
21886         * ext/vorbis/vorbis.c: (plugin_init):
21887           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
21888         * gst/intfloat/Makefile.am:
21889         * gst/intfloat/float22int.c:
21890         * gst/intfloat/float22int.h:
21891         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
21892           add float2intnew plugin. It converts multichannel interleaved float to
21893           multichannel interleaved int. The name should probably be changed.
21894         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
21895         (plugin_init):
21896           add typefinding for raw theora video so oggdemux can detect it.
21897
21898 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21899
21900         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
21901         sink element first.
21902         * gst/videoscale/gstvideoscale.c:
21903         (gst_videoscale_handle_src_event): Fixing src event handler.
21904
21905 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21906
21907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
21908         (gst_v4lsrc_open), (gst_v4lsrc_close),
21909         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
21910         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
21911         * sys/v4l/gstv4lsrc.h:
21912         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
21913         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
21914           Implement resizing... Hack. But that's why v4l is b0rked...
21915
21916 2004-01-28  Julien MOUTTE <julien@moutte.net>
21917
21918         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21919         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
21920         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
21921         (gst_ximagesink_xwindow_destroy):
21922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21923         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
21924         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21925         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
21926         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
21927         correctly cleaning the image created to check xshm calls on succes,
21928         added a lot of XSync calls in X11 functions, and fixed a segfault when
21929         no image format was defined before negotiation happened.
21930
21931 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21932
21933         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
21934           use gst_element_get_time to get correct time
21935
21936 2004-01-28  Julien MOUTTE  <julien@moutte.net>
21937
21938         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
21939         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
21940         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
21941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
21942         (gst_xvimagesink_check_xshm_calls),
21943         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
21944         X plugins are now able to detect that XShm calls will fail even if the
21945         server claims that it has XShm support (remote displays most of the
21946         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
21947         so that we use non XShm functions. This feature is almost useless for
21948         xvimagesink as Xv is not supported on remote displays anyway, but
21949         it might happen than even on the local display XShm calls fail.
21950
21951 2004-01-27  David Schleef  <ds@schleef.org>
21952
21953         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
21954         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
21955         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
21956         changed esdsink to only use 44100,16,2, since esd sucks at rate
21957         conversion and esdsink has had difficulty negotiating.
21958
21959 2004-01-27  Julien MOUTTE <julien@moutte.net>
21960
21961         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
21962         (gst_play_seek_to_time): Fixing the way to get current position.
21963
21964 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21965
21966         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
21967           use gst_element_get_time to get correct time
21968
21969 2004-01-27  Julien MOUTTE <julien@moutte.net>
21970
21971         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
21972         fix ever... Inverting 2 lines of code make spider autoplug correctly
21973         tagged mp3 !
21974
21975 2004-01-27  David Schleef  <ds@schleef.org>
21976
21977         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21978         Use gst_pad_try_set_caps_nonfixed().
21979
21980 2004-01-27  David Schleef  <ds@schleef.org>
21981
21982         * gst/ac3parse/gstac3parse.c: update to checklist 5
21983         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
21984         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
21985         * gst/audioscale/gstaudioscale.c: same
21986         * gst/auparse/gstauparse.c: same
21987         * gst/avi/gstavidemux.c: same
21988
21989 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21990
21991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
21992           stop processing after EOS
21993
21994 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21995
21996         * gst/asfdemux/asfheaders.h:
21997         * gst/asfdemux/gstasfdemux.c:
21998         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
21999         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22000         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22001           lot's of fixes to make data extraction simpler and get the code
22002           architecture and compiler independant. Add debugging category
22003         * gst/goom/gstgoom.c: (gst_goom_change_state):
22004           reset channel count on PAUSED=>READY, not READY=>PAUSED
22005
22006 2004-01-26  Colin Walters  <walters@verbum.org>
22007
22008         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22009         code to pull a bigger buffer in iradio mode.  This as a side effect
22010         makes typefinding work.
22011
22012 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22013
22014         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22015         Fix SVQ3 decoding on PPC
22016
22017 2004-01-26  Julien MOUTTE <julien@moutte.net>
22018
22019         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22020         that one managed to stay there... Fixed.
22021
22022 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22023
22024         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22025         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22026         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22027         (qtdemux_video_caps):
22028         * gst/qtdemux/qtdemux.h:
22029         Add SVQ3 specific flags to qtdemux and ffmpeg
22030
22031 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22032
22033         * gst-libs/gst/audio/audio.h:
22034           remove buffer-frames from audio caps
22035         * gst/audioconvert/gstaudioconvert.c:
22036           fix plugin to really work.
22037
22038 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22039
22040         * gst-libs/gst/mixer/mixer.c:
22041         * gst-libs/gst/propertyprobe/propertyprobe.c:
22042         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22043         (gst_tuner_find_channel_by_name):
22044         * gst-libs/gst/tuner/tuner.h:
22045           Add gtk-doc style comments. Also fix a function name.
22046
22047 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22048
22049         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22050         (gst_divxdec_negotiate):
22051           Fix for new capsnego - also fixes gst-player with divxdec.
22052
22053 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22054
22055         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22056         (gst_play_identity_handoff), (gst_play_set_location),
22057         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22058         try in visualization implementation. Still have an issue with switch
22059         blocking when pulling from video_queue and only audio comes out of
22060         spider.
22061         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22062         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22063         release method. And check if the pad is usable before pulling.
22064
22065 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22066
22067         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22068         (gst_videobalance_init),
22069         (gst_videobalance_colorbalance_list_channels),
22070         (gst_videobalance_colorbalance_set_value),
22071         (gst_videobalance_colorbalance_get_value),
22072         (gst_videobalance_update_properties),
22073         (gst_videobalance_update_tables_planar411),
22074         (gst_videobalance_planar411):
22075         * gst/videofilter/gstvideobalance.h:
22076           Implement lookup-tables. +/- 10x faster.
22077
22078 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22079
22080         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22081         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22082           The index reading was broken. The rest worked fine, but the whole
22083           goal of my rewrite was to make avidemux readable, and this was
22084           not at all readable. Please use typed variables.
22085
22086 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22087
22088         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22089           Additional pad usability check.
22090         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22091         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22092         (gst_mp1videoparse_real_chain):
22093           Fix MPEG video stream parsing. The original plugin had several
22094           issues, including not timestamping streams where the source was
22095           not timestamped (this happens with PTS values in mpeg system
22096           streams, but MPEG video is also a valid stream on its own so
22097           that needs timestamps too). We use the display time code for that
22098           for now. Also, if one incoming buffer contains multiple valid
22099           frames, we push them all on correctly now, including proper EOS
22100           handling. Lastly, several potential segfaults were fixed, and we
22101           properly sync on new sequence/gop headers to include them in next,
22102           not previous frames (since they're header for the next frame, not
22103           the previous). Also see #119206.
22104         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22105         (bpf_from_header):
22106           Move caps setting so we only do it after finding several valid
22107           MPEG-1 fraes sequentially, not right after the first one (which
22108           might be coincidental).
22109         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22110         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22111         (plugin_init):
22112           Add unsynced MPEG video stream typefinding, and change some
22113           probability values so we detect streams rightly. The idea is as
22114           follows: I can have an unsynced system stream which contains
22115           video. In the current code, I would randomly get a type for either
22116           system or video stream type found, because the probabilities are
22117           being calculated rather randomly. I now use fixed values, so we
22118           always prefer system stream if that was found (and that is how it
22119           should be). If no system stream was found, we can still identity                the stream as video-only.
22120
22121 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22122
22123         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22124         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22125           don't write to buffer. Extract data without the need of
22126           __attribute__ ((packed))
22127
22128 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22129
22130         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22131         (mpeg1_sys_type_find):
22132           Fix MPEG-1 stream typefinding.
22133
22134 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22135
22136         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22137           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22138
22139 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22140
22141         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22142         * ext/esd/gstesd.c: (plugin_init):
22143           private debugging, better error reporting
22144
22145 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22146
22147         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22148         (gst_riff_read_init), (gst_riff_read_change_state):
22149         * gst-libs/gst/riff/riff-read.h:
22150           Remove stuff fromold metadata system.
22151
22152 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22153
22154         * ext/ogg/gstoggdemux.c:
22155           Fix wrong file comment.
22156         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22157         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22158           Add metadata reading properly.
22159
22160 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22161
22162         * ext/Makefile.am:
22163           Fix nas DIST_SUBDIRS
22164           Uraeus:
22165           Fix bug where make distcheck doesn't get run on adding stuff to
22166           the build.
22167
22168 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22169
22170         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22171         * ext/divx/gstdivxdec.h:
22172           Fix divx3 ("msmpeg4") playback using divxdec.
22173
22174 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22175
22176         * gst/typefind/gsttypefindfunctions.c:
22177         (mp3_type_frame_length_from_header): fix bug in length computation
22178         (mp3_type_find): improve debugging output
22179
22180 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22181
22182         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22183         (gst_play_set_location), (gst_play_seek_to_time),
22184         (gst_play_set_audio_sink), (gst_play_set_visualization),
22185         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22186         the pipeline from scratch. Visualization is back and switch went out as
22187         i realized it was not possible to use the way i wanted.
22188         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22189         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22190         clearing in state change from READY to NULL. So that one can clean the
22191         X ressources keeping the element.
22192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22193         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22194         (gst_xvimagesink_colorbalance_set_value),
22195         (gst_xvimagesink_colorbalance_get_value),
22196         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22197         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22198         change from READY to NULL and fixed some stupid bugs in colorbalance
22199         get/set values. Also added the following feature : when nobody tries to
22200         set some values to the colorbalance levels before the xcontext is
22201         grabbed, then when creating channels list from Xv attributes we set the
22202         internal values to the Xv defaults. This way we handle buggy Xv drivers
22203         that set default hue values far from the middle of the range (Thanks
22204         to Jon Trowbridge for pointing that issue).
22205         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22206         colorbalance levels have been set before xcontext is grabbed.
22207
22208 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22209
22210         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22211           Fix the ossmixer case where we shouldn't open /dev/dsp* because
22212           it might block operations (which is bad for a mixer).
22213
22214 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22215
22216         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22217         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22218         (gmip_find_type_pre):
22219         * gst-libs/gst/media-info/media-info-priv.h:
22220         * gst-libs/gst/media-info/media-info.c:
22221         (gst_media_info_instance_init), (gst_media_info_read_idler):
22222         add fakesink to get caps on decoder src pad again
22223         fix callback prototype to match new have_type signal signature
22224
22225 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22226
22227         * gst/adder/gstadder.c: (gst_adder_link):
22228           fix non-compile and cut-n-paste code
22229
22230 2004-01-21  David Schleef  <ds@schleef.org>
22231
22232         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22233         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22234         (gst_swfdec_init), (gst_swfdec_change_state):
22235         * ext/swfdec/gstswfdec.h:
22236         Fix negotiation.
22237         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22238         (gst_adder_request_new_pad): Fix negotiation.
22239         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22240         Add a fixate function.
22241         * gst/intfloat/gstfloat2int.c:
22242         * gst/intfloat/gstfloat2int.h:
22243         * gst/intfloat/gstint2float.c:
22244         * gst/intfloat/gstint2float.h:
22245         Completely rewrite the negotiation.  Doesn't quite work yet,
22246         due to some buffer-frames problem.
22247
22248 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22249
22250         * ext/gnomevfs/gstgnomevfssrc.c:
22251         * sys/v4l2/v4l2_calls.h:
22252           fix includes for distcheck
22253
22254 2004-01-21  Christian Schaller <uraeus@gnome.org>
22255
22256         * ext/nas/
22257         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22258         based on earlier patch from Laurent Vivier
22259
22260 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22261
22262         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22263         Fix wma caps property
22264         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22265         Fix typo (flags1 and flags2)
22266
22267 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22268
22269         * gst-libs/gst/media-info/media-info-priv.c:
22270         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22271         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22272         (gmip_find_stream), (gmip_find_track_metadata),
22273         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22274         (gmip_find_track_format):
22275         * gst-libs/gst/media-info/media-info-priv.h:
22276         * gst-libs/gst/media-info/media-info-test.c: (main):
22277         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22278         (gst_media_info_read_idler), (gst_media_info_read):
22279         * gst-libs/gst/media-info/media-info.h:
22280           register debugging category and use it for debugging
22281
22282 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22283
22284         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22285         (gst_vorbisfile_new_link):
22286           signal streaminfo through tags
22287
22288 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * ext/mplex/gstmplex.cc:
22291         * ext/mplex/gstmplexibitstream.cc:
22292           g++ doesn't like NULL in our i18n/error macros, should be
22293           either (NULL) or ("").
22294
22295 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22296
22297         * sys/dxr3/dxr3audiosink.c:
22298         * sys/dxr3/dxr3init.c:
22299         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22300         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22301           Fix more error error error errors (missing includes here).
22302
22303 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22304
22305         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22306           fix thomas' error errors.
22307
22308 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22309
22310         * ext/mpeg2enc/gstmpeg2enc.cc:
22311           fix error errors.
22312
22313 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22314
22315         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22316         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22317           Fix for new error system.
22318
22319 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22322           fix for new error reporting
22323
22324 2004-01-20  David Schleef  <ds@schleef.org>
22325
22326         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22327         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22328         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22329         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22330         and neither is 100+, most likely.
22331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22332         (gst_xvimagesink_getcaps): same
22333
22334 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22335
22336         * configure.ac:
22337           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22338           clashes with ffmpeg.
22339
22340 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22341
22342         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22343         (gst_switch_init): Fixed switch element : proxying link and setting
22344         caps from src to sink on request.
22345
22346 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22347
22348         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22349         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22350         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22351         fix element_error
22352
22353 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22354
22355         * sys/v4l/v4l_calls.h:
22356         * sys/v4l2/v4l2_calls.h:
22357           element_error fixes
22358
22359 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22360
22361         * gst-libs/gst/gst-i18n-plugin.h:
22362           add locale.h
22363           remove config.h inclusion
22364
22365 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         * autogen.sh:
22368           adding autopoint invocation
22369         * Makefile.am:
22370         * configure.ac:
22371         * gst-libs/gst/gettext.h:
22372           adding gettext bits
22373         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22374         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22375         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22376         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22377         (gst_gnomevfssink_close_file):
22378         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22379         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22380         * gst-libs/gst/gst-i18n-plugin.h:
22381         * gst/avi/gstavi.c: (plugin_init):
22382         * sys/dxr3/dxr3init.c: (plugin_init):
22383         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22384         * sys/oss/gstossaudio.c: (plugin_init):
22385         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22386         * sys/v4l/gstv4l.c: (plugin_init):
22387         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22388         * sys/v4l2/gstv4l2.c: (plugin_init):
22389         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22390         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22391         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22392         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22393         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22394         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22395           make sure locale and translation domain are set
22396           fix translated strings
22397         * po/.cvsignore:
22398         * po/LINGUAS:
22399         * po/Makevars:
22400         * po/POTFILES.in:
22401         * po/nl.po:
22402           put translation files into place
22403         * sys/xvideo/imagetest.c: (main):
22404         * ext/dv/demo-play.c: (main):
22405           fix unnecessary translations
22406
22407 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22408
22409         * ext/sndfile/gstsf.c:
22410         * gst/avi/gstavimux.c:
22411         * ext/audiofile/gstafsink.c:
22412         * ext/audiofile/gstafsrc.c:
22413         * ext/gnomevfs/gstgnomevfssink.c:
22414         * ext/gnomevfs/gstgnomevfssrc.c:
22415         * sys/oss/gstosselement.c:
22416         * sys/v4l/v4l_calls.h:
22417           fix i18n include
22418
22419 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22420
22421         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22422         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22423         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22424         (gst_v4l2_get_output), (gst_v4l2_set_output),
22425         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22426         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22427         (gst_v4l2_set_attribute):
22428         update to new error handling
22429
22430 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22431
22432         * ext/sidplay/gstsiddec.cc:
22433         * gst/modplug/gstmodplug.cc:
22434           parenthese NULL because C++ seems angry about it
22435
22436 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22437
22438         * gst-libs/gst/gst-i18n-plugin.h:
22439           add skeleton i18n stuff, but needs to be further implemented
22440
22441 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22442
22443         * examples/gstplay/player.c: (main):
22444         * ext/aalib/gstaasink.c: (gst_aasink_open):
22445         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22446         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22447         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22448         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22449         (gst_afsink_close_file):
22450         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22451         (gst_afsrc_close_file):
22452         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22453         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22454         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22455         * ext/esd/esdmon.c: (gst_esdmon_get):
22456         * ext/esd/esdsink.c: (gst_esdsink_chain):
22457         * ext/faac/gstfaac.c: (gst_faac_chain):
22458         * ext/faad/gstfaad.c: (gst_faad_chain):
22459         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22460         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22461         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22462         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22463         (gst_flacdec_loop):
22464         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22465         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22466         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22467         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22468         (gst_gnomevfssink_close_file):
22469         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22470         (gst_gnomevfssrc_open_file):
22471         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22472         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22473         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22474         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22475         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22476         * ext/mad/gstmad.c: (gst_mad_chain):
22477         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22478         * ext/mpeg2dec/gstmpeg2dec.c:
22479         * ext/mpeg2enc/gstmpeg2enc.cc:
22480         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22481         * ext/mplex/gstmplex.cc:
22482         * ext/mplex/gstmplexibitstream.cc:
22483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22484         (gst_ogg_demux_push), (gst_ogg_pad_push):
22485         * ext/raw1394/gstdv1394src.c:
22486         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22487         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22488         * ext/sidplay/gstsiddec.cc:
22489         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22490         (gst_sf_loop):
22491         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22492         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22493         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22495         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22496         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22497         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22498         * gst-libs/gst/Makefile.am:
22499         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22500         (gst_riff_read_element_data), (gst_riff_read_seek),
22501         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22502         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22504         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22505         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22506         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22507         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22508         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22509         * gst/goom/gstgoom.c: (gst_goom_chain):
22510         * gst/id3/gstid3types.c: (gst_id3types_loop):
22511         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22512         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22513         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22514         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22515         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22516         (gst_ebml_read_float), (gst_ebml_read_header):
22517         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22518         (gst_matroska_demux_parse_blockgroup):
22519         * gst/modplug/gstmodplug.cc:
22520         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22521         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22522         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22523         * gst/silence/gstsilence.c: (gst_silence_get):
22524         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22525         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22526         * gst/speed/gstspeed.c: (speed_loop):
22527         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22529         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22530         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22531         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22532         (gst_wavparse_loop):
22533         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22534         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22535         (dxr3audiosink_close):
22536         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22537         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22538         (dxr3videosink_close), (dxr3videosink_write_data):
22539         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22540         * sys/oss/gstosselement.h:
22541         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
22542         (gst_osssink_chain):
22543         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22544         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22545         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22547         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
22548         (gst_v4l_enable_overlay):
22549         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22550         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22551         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22552         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22553         (gst_v4l_set_audio):
22554         * sys/v4l/v4l_calls.h:
22555         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22556         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22557         (gst_v4lmjpegsink_playback_init),
22558         (gst_v4lmjpegsink_playback_start):
22559         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
22560         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
22561         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
22562         (gst_v4lmjpegsrc_requeue_frame):
22563         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22564         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22565         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22567         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22568         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22569         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22570         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22571         (gst_v4l2src_capture_stop):
22572         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22573         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22574         (gst_ximagesink_chain):
22575         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22576         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22577         (gst_xvideosink_xwindow_new):
22578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22579         (gst_xvimagesink_chain):
22580         use new error signal, function and categories
22581
22582 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
22583
22584         * configure.ac:
22585         * ext/Makefile.am:
22586         * ext/musicbrainz/gsttrm.c:
22587         * ext/musicbrainz/gsttrm.h:
22588         * ext/musicbrainz/Makefile.am:
22589         Add a trm plugin
22590
22591 2004-01-18  Julien MOUTTE  <julien@moutte.net>
22592
22593         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
22594         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
22595         synchronous property for debugging.
22596         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
22597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22598         (gst_xvimagesink_set_property): Moving a pointer declaration to a
22599         smaller block, fixing indent.
22600
22601 2004-01-16  David Schleef  <ds@schleef.org>
22602
22603         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
22604         property affects the video stream.
22605         * sys/xvimage/xvimagesink.c:
22606         * sys/xvimage/xvimagesink.h:
22607         Add synchronous property for debugging.  Should probably be
22608         disabled in non-CVS builds.  Make sure that the Xv attribute
22609         exists before we set it (crash!).  Fix a silly float bug that
22610         caused colorbalance to just not work.
22611
22612 2004-01-17  Christian Schaller <Uraeus@gnome.org>
22613
22614         * tools/gst-launch-ext.in - update for new plugins
22615
22616 2004-01-16  David Schleef  <ds@schleef.org>
22617
22618         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
22619         already-freed caps.
22620
22621 2994-01-16  Christian Schaller <Uraeus@gnome.org>
22622
22623         * Update spec for new colorspace plugin and libcaca plugin
22624         * Fix compilation of libcaca plugin (clock -> id)
22625
22626 2004-01-16  Julien MOUTTE <julien@moutte.net>
22627
22628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
22629         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
22630         (gst_xvimagesink_set_xwindow_id),
22631         (gst_xvimagesink_colorbalance_set_value),
22632         (gst_xvimagesink_colorbalance_get_value),
22633         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22634         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
22635         correct colorbalance properties. They can now be set when the element
22636         is still in NULL state. The values will be committed to the Xv Port
22637         when xcontext is initialized.
22638         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
22639         brightness int values in the GstXvImagesink structure.
22640
22641 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22642
22643         * gst-libs/gst/Makefile.am:
22644           restructure so having local patches works easier.
22645
22646 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22647
22648         * ext/mpeg2enc/Makefile.am:
22649         * ext/mpeg2enc/gstmpeg2enc.cc:
22650         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22651           Bugfix with respect to EOS handling.
22652
22653 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22654
22655         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
22656           Link with right caps (else, it segfaults).
22657         * ext/mplex/gstmplexjob.cc:
22658           Fix for slight API change in 1.6.1.93 release of mjpegtools.
22659
22660 2004-01-15  David Schleef  <ds@schleef.org>
22661
22662         * gst-libs/gst/audio/Makefile.am:
22663         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
22664         from the template.
22665         * gst-libs/gst/audio/gstaudiofilter.c:
22666         * gst-libs/gst/audio/gstaudiofilter.h:
22667         Add bytes_per_sample and size and n_samples calculation.
22668         * gst-libs/gst/audio/gstaudiofilterexample.c:
22669         Remove, now autogenerated.
22670         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22671         Moved from gstaudiofilterexample, object name changed, code added
22672         so that it actually works.
22673         * gst-libs/gst/audio/make_filter:
22674         Script to build an audiofilter subclass from the template.
22675         * gst/colorspace/Makefile.am:
22676         * gst/colorspace/yuv2yuv.c:
22677         Remove file, since it's GPL, and we don't use it.
22678
22679 2004-01-15  Julien MOUTTE  <julien@moutte.net>
22680
22681         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
22683         them use the buffer free function to test how the buffer was allocated.
22684
22685 2004-01-15  David Schleef  <ds@schleef.org>
22686
22687         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
22688         that handles osssink fallback.
22689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
22690         (gst_audio_convert_getcaps):
22691         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
22692         Add audio/x-qdm2 for QDM2 audio.
22693         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22694         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
22695         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22696         Decrease minimum size to 16x16.
22697         * gst/wavparse/gstwavparse.c:
22698         Convert disabled pad template caps to new caps.
22699         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22701         (gst_xvimagesink_chain): Throw element error when display cannot
22702         be opened.  Increase minimum framerate to 1.0.  Check the data
22703         free function on a buffer to make sure it is the type we expect
22704         before manipulating it.
22705
22706 2004-01-15  Julien MOUTTE <julien@moutte.net>
22707
22708         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22709         (gst_videobalance_colorbalance_set_value): Implement passthru if
22710         settings are in the middle.
22711         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
22712
22713 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22714
22715         * gst/videofilter/Makefile.am:
22716         * gst/volume/Makefile.am:
22717           Since we use videofilter symbols, link to it.
22718
22719 2004-01-15  Julien MOUTTE <julien@moutte.net>
22720
22721         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
22722         mixer interface type to HARDWARE.
22723         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
22724         type to SOFTWARE.
22725         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
22726         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
22727         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
22728         (gst_volume_interface_init), (gst_volume_list_tracks),
22729         (gst_volume_set_volume), (gst_volume_get_volume),
22730         (gst_volume_set_mute), (gst_volume_mixer_init),
22731         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
22732         (volume_init): Implementing mixer interface.
22733         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
22734         * sys/oss/gstosselement.c: (gst_osselement_get_type),
22735         (gst_osselement_change_state): Removing some trailing commas in
22736         structures.
22737         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
22738         interface type to HARDWARE.
22739         * sys/v4l/gstv4lcolorbalance.c:
22740         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
22741         type to HARDWARE.
22742         * sys/v4l2/gstv4l2colorbalance.c:
22743         (gst_v4l2_color_balance_interface_init): Setting colorbalance
22744         interface type to HARDWARE.
22745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
22746         same code than ximagesink for event handling.
22747
22748 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22749
22750         * ext/snapshot/Makefile.am:
22751         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
22752         (gst_snapshot_chain):
22753         * ext/snapshot/gstsnapshot.h:
22754           This has to be a joke... Snapshot should be connected to a tee,
22755           colorspace element before it and EOS after that, where the other
22756           src of the tee receives normal data.
22757           The current way is *wrong*.
22758
22759 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22760
22761         * ext/hermes/gsthermescolorspace.c:
22762           Fix another compile error. Same as below.
22763
22764 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22765
22766         * gst/colorspace/gstcolorspace.c:
22767         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
22768         (gst_colorspace_i420_to_yv12):
22769           Fix compiling... Didn't test if it actually works.
22770
22771 2004-01-15  David Schleef  <ds@schleef.org>
22772
22773         * configure.ac:
22774         * gst/colorspace/Makefile.am:
22775         * gst/colorspace/gstcolorspace.c:
22776         * gst/colorspace/gstcolorspace.h:
22777         * gst/colorspace/yuv2rgb.c:
22778         * gst/colorspace/yuv2rgb.h:
22779         Duplicate the ext/hermes colorspace plugin, and remove Hermes
22780         code and GPL code.  Fix for new caps negotiation.  Rewrite
22781         much of the format handling code, and some of the conversion
22782         code.  Basically, rewrote almost everything.  This element
22783         handles I420, YV12 to RGB conversions.
22784         * ext/hermes/Makefile.am:
22785         * ext/hermes/gsthermescolorspace.c:
22786         Rename colorspace to hermescolorspace.  Fix negotiation issues.
22787         Remove non-Hermes related code.  This element handles lots of
22788         RGB to RGB conversions, but no YUV.
22789         * ext/hermes/gstcolorspace.c:
22790         * ext/hermes/gstcolorspace.h:
22791         * ext/hermes/rgb2yuv.c:
22792         * ext/hermes/yuv2rgb.c:
22793         * ext/hermes/yuv2rgb.h:
22794         * ext/hermes/yuv2rgb_mmx16.s:
22795         * ext/hermes/yuv2yuv.c:
22796         * ext/hermes/yuv2yuv.h:
22797         Remove old code.
22798
22799 2004-01-14  Colin Walters  <walters@verbum.org>
22800
22801         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
22802         they've already been.
22803
22804 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22805
22806         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22807           assume tag mode when pad is not connected
22808
22809 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22810
22811         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22812           Don't update the time of the clock
22813         (gst_alsa_sink_loop):
22814           sync to the clock given to alsasink, not the own clock
22815         * sys/oss/gstosssink.c: (gst_osssink_chain):
22816           sync to the clock
22817         (gst_osssink_change_state):
22818           activate the clock
22819         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22820         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22821           remove bogus code that made DISCONT events unhandled
22822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
22823           explicitly case to double in _set_simple. (fixes 2nd warning in bug
22824           #131502)
22825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
22826         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
22827         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
22828           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
22829           2nd warning in bug #131502)
22830
22831 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22832
22833         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
22834         (gst_videobalance_colorbalance_set_value),
22835         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
22836         for colorbalance interface implementation.
22837         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22838         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22839         (gst_ximagesink_dispose), (gst_ximagesink_init),
22840         (gst_ximagesink_class_init): Adding DISPLAY property.
22841         * sys/ximage/ximagesink.h: Adding display_name to store display.
22842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22843         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22844         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
22845         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
22846         properties (they still need polishing though for gst-launch use : no
22847         xcontext yet, i ll do that tomorrow).
22848         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
22849
22850 2004-01-14  Julien MOUTTE  <julien@moutte.net>
22851
22852         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22853         (gst_play_set_location), (gst_play_set_visualization): Preparing
22854         switch integration, adding videobalance in the pipeline.
22855
22856 2004-01-14  Julien MOUTTE <julien@moutte.net>
22857
22858         * gst-libs/gst/colorbalance/colorbalance.c:
22859         (gst_color_balance_class_init): Adding a default type.
22860         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
22861         the type.
22862         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
22863         (gst_videobalance_dispose), (gst_videobalance_class_init),
22864         (gst_videobalance_init), (gst_videobalance_interface_supported),
22865         (gst_videobalance_interface_init),
22866         (gst_videobalance_colorbalance_list_channels),
22867         (gst_videobalance_colorbalance_set_value),
22868         (gst_videobalance_colorbalance_get_value),
22869         (gst_videobalance_colorbalance_init): Implementing colorbalance
22870         interface.
22871         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
22872         list.
22873         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
22874         bug which was triggering a BadAccess X error when setting an overlay
22875         before pad was really negotiated.
22876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
22877         Using the colorbalance type macro.
22878
22879 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22880
22881         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
22882         (gst_flacenc_chain):
22883           handle tags correctly
22884         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22885           extract ID3v1 tags correctly
22886
22887 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22888
22889         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
22890         (plugin_init):
22891           Improve matroska typefinding for odd-typed headers...
22892
22893 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22894
22895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
22896           Fix for using incremental number on padnames.
22897
22898 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22899
22900         * ext/divx/gstdivxdec.c:
22901         * ext/divx/gstdivxenc.c:
22902           Set category to divx4linux instead of divx (too generic).
22903         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
22904         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
22905         (gst_wavparse_loop), (gst_wavparse_change_state):
22906         * gst/wavparse/gstwavparse.h:
22907           fix parsing of WAV files with non-standard fmt-tag size and fix
22908           skipping of unrecognized chunks... Someone please fix this thing
22909           to use rifflib so all this is automated.
22910         * sys/v4l/Makefile.am:
22911         * sys/v4l2/Makefile.am:
22912           Add X_CFLAGS because we depend on X (for overlay).
22913
22914 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
22915
22916         * ext/mpeg2dec/gstmpeg2dec.c:
22917           Don't issue a timestamp unless we tagged the frame
22918           with a PTS.
22919
22920 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22921
22922         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
22923           Query the audio element to get the time, not the clock. We're
22924           interested in the element's time here.
22925
22926 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22927
22928         * ext/aalib/gstaasink.c: (gst_aasink_chain):
22929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22930         * ext/esd/esdsink.c: (gst_esdsink_chain):
22931         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
22932         * ext/mas/massink.c: (gst_massink_chain):
22933         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
22934         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
22935         (gst_matroska_demux_parse_metadata):
22936         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
22937         (gst_mpeg_parse_release_locks):
22938         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
22939         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
22940         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22941         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
22942         (gst_osssink_change_state):
22943         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22944         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
22945         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
22946         (gst_xvideosink_release_locks):
22947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
22948           use element time.
22949         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
22950         (gst_alsa_clock_stop):
22951         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
22952         (gst_audio_clock_get_internal_time):
22953           simplify for use with new clocking code.
22954         * testsuite/alsa/Makefile.am:
22955         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
22956           fix testsuite for new caps system
22957
22958 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22959
22960         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
22961         * ext/flac/gstflacenc.c: (add_one_tag):
22962           length is already host endian, no need to convert. Fixes playback of
22963           tagged files on PPC. (bug #128384)
22964
22965 2004-01-13  Julien MOUTTE <julien@moutte.net>
22966
22967         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
22968         colorbalance interface stating if it is hardware based or software
22969         based.
22970         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
22971         Removing a trailing comma.
22972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22973         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
22974         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
22975         the documentation seems to be wrong on the -1000 to 1000 interval.
22976
22977 2004-01-12  David Schleef  <ds@schleef.org>
22978
22979         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
22980         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
22981         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
22982         Fix negotiation.  Add a bufferalloc function for the sink pad,
22983         and generally clean up some of the code.
22984
22985 2004-01-12  Julien MOUTTE <julien@moutte.net>
22986
22987         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22988         (gst_color_balance_channel_dispose): Adding safety check in dispose
22989         method.
22990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22991         (gst_xvimagesink_xcontext_clear),
22992         (gst_xvimagesink_interface_supported),
22993         (gst_xvimagesink_colorbalance_list_channels),
22994         (gst_xvimagesink_colorbalance_set_value),
22995         (gst_xvimagesink_colorbalance_get_value),
22996         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
22997         Adding colorbalance interface support to set XV parameters such as
22998         HUE, BRIGHTNESS, CONTRAST, SATURATION.
22999         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23000         interface.
23001
23002 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23003
23004         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23005         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23006         (gst_audio_convert_init), (gst_audio_convert_set_property),
23007         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23008         (gst_audio_convert_link),
23009         (gst_audio_convert_buffer_to_default_format),
23010         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23011           - implement _getcaps and use it
23012           - improve linking
23013           - remove float caps since no float conversion is actually done
23014           - remove properties and arguments that were to be used for rate
23015             conversion
23016
23017 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23018
23019         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23020         (gst_audio_structure_set_int):
23021         * gst-libs/gst/audio/audio.h:
23022           add helper functions for _getcaps matching the standard audio
23023           templates
23024
23025 2004-01-12  David Schleef  <ds@schleef.org>
23026
23027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23028         Test that pad is negotiated before getting its caps.
23029
23030 2004-01-12  Julien MOUTTE <julien@moutte.net>
23031
23032         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23033         analyzing the pads of an element the bin is mostly in READY state so
23034         no caps were negotiated. This helper function needs to work with
23035         _get_caps directly then. I was not freeing them though, added that to
23036         fix the mem leak.
23037
23038 2004-01-12  Julien MOUTTE <julien@moutte.net>
23039
23040         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23042         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23043         than the free_func.
23044
23045 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23046
23047         * sys/oss/gstossaudio.c: (plugin_init):
23048         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23049         * sys/oss/gstosselement.h:
23050           make an oss debugging category
23051           make failure more descriptive
23052
23053 2004-01-11  David Schleef  <ds@schleef.org>
23054
23055         * ext/ffmpeg/gstffmpeg.c:
23056         * ext/ffmpeg/gstffmpegcodecmap.c:
23057         * ext/ffmpeg/gstffmpegdec.c:
23058         * ext/ffmpeg/gstffmpegenc.c:
23059         * ext/ffmpeg/gstffmpegprotocol.c:
23060         * ext/gdk_pixbuf/gstgdkanimation.c:
23061         * ext/jpeg/gstjpeg.c:
23062         * ext/libpng/gstpng.c:
23063         * ext/mpeg2dec/perftest.c:
23064         * ext/speex/gstspeex.c:
23065         * gst-libs/gst/resample/dtos.c:
23066         * gst/intfloat/gstintfloatconvert.c:
23067         * gst/oneton/gstoneton.c:
23068         * gst/rtjpeg/RTjpeg.c:
23069         * gst/rtp/gstrtp.c:
23070         * sys/dxr3/dxr3init.c:
23071         * sys/glsink/gstgl_nvimage.c:
23072         * sys/glsink/gstgl_pdrimage.c:
23073         * sys/glsink/gstglsink.c:
23074         * testsuite/gst-lint:
23075         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23076
23077 2004-01-11  David Schleef  <ds@schleef.org>
23078
23079         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23080         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23081         * ext/gdk_pixbuf/gstgdkanimation.c:
23082         (gst_gdk_animation_iter_create_pixbuf):
23083         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23084         (gst_gdk_pixbuf_chain):
23085         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23086         * ext/jack/gstjack.c: (gst_jack_change_state):
23087         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23088         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23089         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23090         * gst/videofilter/gstvideofilter.c:
23091         (gst_videofilter_set_output_size):
23092         Remove all usage of gst_pad_get_caps(), and replace it with
23093         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23094
23095 2004-01-11  David Schleef  <ds@schleef.org>
23096
23097         * configure.ac:
23098         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23099         * ext/divx/gstdivxdec.c:
23100         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23101         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23102         handle images that span multiple buffers.  Now work with both
23103         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23104         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23105         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23106         video/video.h changes
23107         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23108         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23109         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23110         of GstData free function.
23111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23112         same.
23113
23114 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23115
23116         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23117         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23118         (gst_v4l2element_get_property):
23119         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23120           add norm, channel and frequency properties.
23121         * sys/v4l2/gstv4l2tuner.c:
23122           fixes for tuner interface changes
23123         * sys/v4l2/gstv4l2element.h:
23124         * sys/v4l2/gstv4l2src.c:
23125         * sys/v4l2/gstv4l2src.h:
23126         * sys/v4l2/v4l2src_calls.c:
23127         * sys/v4l2/v4l2src_calls.h:
23128           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23129
23130 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23131
23132         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23133         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23134         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23135         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23136         * gst-libs/gst/tuner/tuner.h:
23137           GObjects aren't const.
23138           Add find_by_name functions.
23139           Add checks to _changed functions.
23140         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23141         (gst_v4l_tuner_get_norm):
23142           Fixes for above.
23143
23144 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23145
23146         * gst-libs/gst/video/video.h:
23147           Fix caps template names to be understandable.
23148           Prefix everything with GST_VIDEO.
23149         * ext/aalib/gstaasink.c:
23150         * ext/divx/gstdivxdec.c:
23151         * ext/divx/gstdivxenc.c:
23152         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23153         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23154         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23155         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23156         * ext/libcaca/gstcacasink.c:
23157         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23158         * ext/snapshot/gstsnapshot.c:
23159         * ext/swfdec/gstswfdec.c:
23160         * ext/xvid/gstxviddec.c:
23161         * ext/xvid/gstxvidenc.c:
23162         * gst/chart/gstchart.c:
23163         * gst/deinterlace/gstdeinterlace.c:
23164         * gst/effectv/gsteffectv.c:
23165         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23166         * gst/goom/gstgoom.c:
23167         * gst/median/gstmedian.c:
23168         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23169         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23170         * gst/overlay/gstoverlay.c:
23171         * gst/smooth/gstsmooth.c:
23172         * gst/smpte/gstsmpte.c:
23173         * gst/synaesthesia/gstsynaesthesia.c:
23174         * gst/videocrop/gstvideocrop.c:
23175         * gst/videodrop/gstvideodrop.c:
23176         * gst/y4m/gsty4mencode.c:
23177         * sys/qcam/gstqcamsrc.c:
23178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23179           Make them work with new video.h file.
23180         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23181         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23183         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23184           Make it work with new buffer allocation system.
23185
23186 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23187
23188         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23189         pad_alloc_buffer implementation to use ->srcpad
23190         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23191         pad_alloc_buffer implementation to use ->srcpad
23192         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23193         pad_alloc_buffer implementation to use ->srcpad
23194         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23195         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23196         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23197         a reference to everything we need.
23198         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23200         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23201         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23202         a reference to everything we need.
23203         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23204
23205 2004-01-11  David Schleef  <ds@schleef.org>
23206
23207         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23208         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23209         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23210         structure members.
23211         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23212         value during a resize/renegotiation.
23213         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23214         gst_pad_alloc_buffer();
23215         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23216         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23217         structure members.
23218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23219         Fix for rename of buffer private structure members.
23220         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23221         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23222         Fix for rename of buffer private structure members.
23223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23224         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23225         Fix for rename of buffer private structure members.
23226
23227 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23228
23229         reviewed by: David Schleef <ds@schleef.org>
23230
23231         * gst/videofilter/Makefile.am:
23232         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23233         from the patch by ds to fit in with recent make_filter changes.
23234
23235 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23236
23237         * configure.ac: Adding examples/switch/Makefile
23238         * examples/Makefile.am: Adding examples/switch
23239         * examples/switch/Makefile.am: Adding switcher example.
23240         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23241         (switch_timer), (main): Adding an example demonstrating switch usage
23242         with 2 videotestsrc showing different patterns.
23243         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23244         (gst_switch_init): Fixing switch with the new caps system.
23245
23246 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23247
23248         * gst-libs/gst/video/video.h:
23249           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23250           They should probably be like
23251           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23252
23253 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23254
23255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23256         (qtdemux_parse_trak):
23257           fix audio chunk size/timestamp calculation
23258
23259 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23260
23261         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23262           fix SVQ3 caps
23263
23264 2004-01-11  Steve Baker  <steve@stevebaker.org>
23265
23266         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23267         (gst_agingtv_base_init), (gst_agingtv_class_init),
23268         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23269         (gst_agingtv_set_property), (gst_agingtv_get_property):
23270         Port agingTV to videofilter
23271
23272 2004-01-09  Julien MOUTTE <julien@moutte.net>
23273
23274         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23275         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23276
23277 2004-01-09  Julien MOUTTE <julien@moutte.net>
23278
23279         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23280         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23281         * gst-libs/gst/xoverlay/xoverlay.c:
23282         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23283         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23284         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23285         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23286         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23287         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23288         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23289         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23290         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23291         interface implementation to handle xid being 0 and fix some bugs
23292         triggered by Benjamin's testcase.
23293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23294         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23295         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23296         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23297         interface implementation to handle xid being 0 and fix some bugs
23298         triggered by Benjamin's testcase.
23299
23300 2004-01-09  David Schleef  <ds@schleef.org>
23301
23302         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23303         mouse pointer events.  It works.
23304
23305 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23306
23307         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23308           Use explicit caps - fix capsnego.
23309         * ext/xvid/gstxviddec.c:
23310         * ext/xvid/gstxvidenc.c:
23311           Remove macro-inside-macro which caused compile errors.
23312         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23313           Error out if it's not a RIFF file. Else we error out without
23314           gst_element_error() which is not good...
23315
23316 2004-01-08  David Schleef  <ds@schleef.org>
23317
23318         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23319         Fix pad_link function to handle formats that ffmpeg returns
23320         as multiple caps structures.
23321         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23322         Only complain if source buffer is _smaller_ than expected.
23323         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23324         (gst_videoscale_handle_src_event): Resize navigation events
23325         when passing them upstream.
23326         * gst/videotestsrc/gstvideotestsrc.c:
23327         * gst/videotestsrc/gstvideotestsrc.h:
23328         * gst/videotestsrc/videotestsrc.c:
23329         * gst/videotestsrc/videotestsrc.h:
23330         Rewrite many of the buffer painting functions to handle odd
23331         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23332         been verified to work with my video card.
23333         * testsuite/gst-lint:  Add check for elements calling
23334         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23335
23336 2004-01-08  David Schleef  <ds@schleef.org>
23337
23338         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23339         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23340
23341 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23342
23343         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23344         configure event is not emiting the desired size signal. That fixes
23345         aspect ratio issues with gst-player.
23346
23347 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23348
23349         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23350           Fix capsnego.
23351
23352 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23353
23354         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23355         public method to fire size signal.
23356
23357 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23358
23359         * examples/gstplay/Makefile.am: Adding the interface library.
23360         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23361         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23362         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23363         GST_IS_X_OVERLAY before signal connect.
23364         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23365         Removing the have_video_size signal.
23366         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23367         and associated public method.
23368         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23369         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23370         signal.
23371         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23372         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23373         signal.
23374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23375         Using XOverlay public method to fire size signal.
23376
23377 2004-01-07  David Schleef  <ds@schleef.org>
23378
23379         * gst/videofilter/Makefile.am:
23380         * gst/videofilter/gstvideotemplate.c:
23381         * gst/videofilter/make_filter:
23382         Create gstvideoexample.c in a srcdir!=builddir friendly way.
23383         Convert make_filter to /bin/sh script.
23384
23385 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23386
23387         * gst/modplug/gstmodplug.cc: fix element description
23388
23389 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23390
23391         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23392         (got_video_size): Adding some new lines in g_print calls.
23393         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23394         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23395         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23396         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23397         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23398         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23399         Complete code review, reverting some stuff i disagree with, adding
23400         some fixes : time synchronization on invalid timestamps, renegotiation
23401         of private window.
23402         * sys/ximage/ximagesink.h:
23403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23404         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23405         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23406         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23407         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23408         (gst_xvimagesink_buffer_new),
23409         (gst_xvimagesink_navigation_send_event),
23410         (gst_xvimagesink_set_xwindow_id),
23411         (gst_xvimagesink_get_desired_size),
23412         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23413         stuff i disagree with, adding some fixes : Renegotiation of private
23414         window, implementing get_desired_size.
23415
23416 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23417
23418         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23419         (gst_afsink_handle_event):
23420         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23421         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23422         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23423         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23424         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23425           Fix for instantiate-test (see core). Also remove dead code from
23426           jpegenc (which still needs fixing, but that's lower on my TODO
23427           list...).
23428         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23429           Never return NULL as caps.
23430
23431 2004-01-07  David Schleef  <ds@schleef.org>
23432
23433         * configure.ac:
23434         * ext/Makefile.am:
23435         * ext/librfb/Makefile.am:
23436         * ext/librfb/gstrfbsrc.c:
23437         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
23438         is the protocol used by VNC.
23439
23440 2004-01-07  David Schleef  <ds@schleef.org>
23441
23442         * gst/videofilter/gstvideotemplate.c:
23443         * gst/videofilter/gstvideotemplate.h:
23444         * gst/videofilter/make_filter:
23445         Merge videotemplate header into source file.
23446         * gst/effectv/Makefile.am:
23447         * gst/effectv/gsteffectv.c: (plugin_init):
23448         * gst/effectv/gstwarp.c:
23449         Make warpTV a subclass of videofilter.
23450
23451 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23452
23453         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23454           Add guard against invalid utf-8 conversions in mad. Just in case.
23455
23456 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23457
23458         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23459           Fix for bug shown by poisoning
23460
23461 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23462
23463         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23464         (gst_v4lmjpegsrc_buffer_free):
23465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23466         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23467         (gst_v4lsrc_buffer_free):
23468           Fix for removed bufferpools.
23469
23470 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23471
23472         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23473         Fix caps negotiation.
23474
23475         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23476         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23477         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23478         (dvdnavsrc_event):
23479         * ext/mpeg2dec/gstmpeg2dec.c:
23480         * gst-libs/gst/navigation/navigation.c:
23481         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23482         * gst-libs/gst/navigation/navigation.h:
23483         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23484         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23486         Super-simple first version of mouse and keyboard events. Clicking
23487         on a DVD menu now works, although it may not take you where you
23488         expected.
23489
23490         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23491         * gst/videotestsrc/gstvideotestsrc.c:
23492         (gst_videotestsrc_src_fixate):
23493         These fixate functions were broken - they never actually
23494         fixated :)
23495
23496 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23497
23498         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23499         (gst_icecastsend_init):
23500           fix for new caps system.
23501         * gst-libs/gst/mixer/mixertrack.h:
23502         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23503           Add 'master track' flag (for tools like ACME that only want to
23504           change the main volume).
23505
23506 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23507
23508         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23509         (gst_xvid_csp_to_caps):
23510         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23511         * ext/xvid/gstxvidenc.c:
23512         ifdef out ARGB type when it isn't available
23513         in xvidcore 1.0.0beta2
23514
23515 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23516
23517         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23518           When we have received a new SCR right in the first buffer after
23519           a seek (so in the same cycle that handles the discont), we should
23520           handle the buffer instead of unreffing it, else we lose data.
23521
23522 2004-01-06  Iain <iain@prettypeople.org>
23523
23524         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23525           buffer-frames caps too.
23526
23527         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23528           caps that we need, don't destroy them all and rebuild them. And when
23529           creating src pads, use the src pad template rather than the sink...
23530
23531 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23532
23533         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23534           Add pad to element *after* setting functions such as event handler.
23535           Without this, the scheduler (opt) will link pads, set the event
23536           handler from the default event function (dispatcher in gstpad.c)
23537           and *after* that, we will set our own event function, which will
23538           thus never be used (and thus mpegdemux doesn't handle events).
23539
23540 2004-01-04  David Schleef  <ds@schleef.org>
23541
23542         Fix the fixate functions to handle new prototype:
23543         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23544         * gst/videotestsrc/gstvideotestsrc.c:
23545         (gst_videotestsrc_src_fixate):
23546         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23547         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
23548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
23549
23550 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23551
23552         * sys/ximage/ximagesink.h:
23553         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23554         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
23555         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
23556         (gst_ximagesink_xoverlay_init):
23557           assorted fixes to make (re)embedding work
23558         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
23559         (gst_ximagesink_get_desired_size):
23560           implement desired size additions to XOverlay
23561
23562 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23563
23564         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
23565         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
23566         (gst_x_overlay_got_desired_size):
23567         * gst-libs/gst/xoverlay/xoverlay.h:
23568           Add optional "desired size" signal and querying.
23569
23570 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23571
23572         * gst/matroska/matroska-demux.c:
23573         (gst_matroska_demux_parse_blockgroup):
23574           Fix EBML-laced block parsing. Diffs are relative to previous
23575           lace, not the first lace. Thanks to Mosu from the Matroska
23576           team for detecting this.
23577         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23578         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
23579         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
23580         (gst_wavparse_change_state):
23581         * gst/wavparse/gstwavparse.h:
23582           Quickfix for capsnego.
23583
23584 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23585
23586         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
23587           Fix indenting, fix pad creation.
23588
23589 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23590
23591         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
23592         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
23593         (gst_xviddec_sink_link):
23594           Implement src_getcaps() so proper size caps is negotiated.
23595
23596 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23597
23598         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
23599           Finish flac decoder on EOS. See #116178.
23600
23601 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23602
23603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
23604         (gst_matroska_demux_add_stream):
23605         * gst/matroska/matroska-ids.h:
23606           Add getcaps() function to fix capsnego...
23607
23608 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23609
23610         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23611         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
23612         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
23613           Fix more integer overflows. Again, see #126967.
23614
23615 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23616
23617         * ext/mpeg2dec/gstmpeg2dec.c:
23618           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
23619           #130416.
23620
23621 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23622
23623         * configure.ac:
23624         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
23625         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
23626         * ext/xvid/gstxvid.h:
23627         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
23628         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
23629         (gst_xviddec_src_link), (gst_xviddec_sink_link),
23630         (gst_xviddec_change_state):
23631         * ext/xvid/gstxviddec.h:
23632         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
23633         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
23634         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
23635         (gst_xvidenc_link), (gst_xvidenc_set_property),
23636         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
23637         * ext/xvid/gstxvidenc.h:
23638           Update xvid plugin to latest xvid (1.0.0-beta3) API.
23639
23640 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23641
23642         * gst/rtp/rtp-packet.c:
23643           Add sys/types.h include, since OS X doesn't define in_addr_t
23644           in netinet/in.h, like it does on Linux (see #129600).
23645
23646 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
23647
23648         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
23649
23650         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
23651           Correct logic of dispose function (see #129306).
23652
23653 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23654
23655         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
23656         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
23657         (gst_mpeg_parse_init):
23658         * gst/mpegstream/gstmpegparse.h:
23659           Remove clock (which was never provided, i.e. dead code), and
23660           also fix integer overflows at high PTS values (see #126967).
23661
23662 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23663
23664         * ext/flac/gstflacdec.c:
23665         * ext/libpng/gstpngenc.h:
23666         * ext/mikmod/gstmikmod.h:
23667           OS X fixes (see #126628).
23668
23669 2004-01-02  David Schleef  <ds@schleef.org>
23670
23671         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
23672         (gst_alsa_src_base_init): Remove bogus "src" request pad.
23673         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
23674         (gst_mpeg_parse_class_init): Move pad template registration
23675         to class_init, since the derived class (mpegdemux) doesn't
23676         want them.
23677
23678 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23679
23680         * sys/ximage/Makefile.am:
23681         * sys/xvideo/Makefile.am:
23682         * sys/xvimage/Makefile.am:
23683           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
23684           after installation (see #127664).
23685
23686 2004-01-02  David Schleef  <ds@schleef.org>
23687
23688         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
23689         (gst_ffmpegenc_connect):  Negotiation fixes.
23690         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
23691         Remove inappropriate gst_caps_free().
23692         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23693         Reenable Ronald's internal resize code, since the core handles
23694         it correctly now.
23695
23696 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23697
23698         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
23699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
23700         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
23701           Fix pad template stuff.
23702
23703 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23704
23705         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
23706         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
23707           fix signed integer reading/writing.
23708
23709 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23710
23711         * ext/alsa/README:
23712           Remove outdated document
23713
23714 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
23715
23716         * gst/cutter/gstcutter.c: (gst_cutter_init):
23717           src pad was being created twice - oops.
23718
23719 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23720
23721         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23722           Comment out internal resize. It doesn't handle the resulting
23723           XEvent internally, does another try_set_caps() which leads to
23724           a really nice loop.
23725           Real fix will come when Julien and Dave are awake. ;).
23726
23727 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23728
23729         * ext/mpeg2enc/gstmpeg2enc.cc:
23730           fix const/nonconst compile issue.
23731
23732 2004-01-02  David Schleef  <ds@schleef.org>
23733
23734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
23735         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
23736         Add fixate function and a check for bad formats.
23737
23738 2004-01-01  David Schleef  <ds@schleef.org>
23739
23740         Negotiation fixes:
23741         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23742         (gst_audiofilter_init):
23743         * gst/debug/efence.c: (gst_efence_init):
23744         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
23745         (gst_deinterlace_init):
23746         * gst/volume/gstvolume.c: (volume_connect):
23747
23748 2004-01-01  David Schleef  <ds@schleef.org>
23749
23750         Convert elements to use gst_pad_use_explicit_caps() where
23751         appropriate:
23752         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
23753         * ext/audiofile/gstafparse.c: (gst_afparse_init),
23754         (gst_afparse_open_file):
23755         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
23756         (gst_afsrc_open_file):
23757         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
23758         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
23759         (gst_ffmpegdec_chain):
23760         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23761         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
23762         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
23763         (gst_gdk_pixbuf_chain):
23764         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
23765         (gst_jpegdec_chain):
23766         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
23767         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
23768         (gst_mikmod_negotiate):
23769         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
23770         (gst_mpeg2dec_negotiate_format):
23771         * ext/mpeg2enc/gstmpeg2enc.cc:
23772         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23773         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
23774         (gst_speexdec_sinkconnect):
23775         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
23776         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
23777         (gst_vorbisfile_new_link):
23778         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
23779         (gst_ac3parse_chain):
23780         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
23781         (gst_asf_demux_setup_pad):
23782         * gst/auparse/gstauparse.c: (gst_auparse_init),
23783         (gst_auparse_chain):
23784         * gst/id3/gstid3types.c: (gst_id3types_loop):
23785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23786         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
23787         (mp1videoparse_parse_seq):
23788         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
23789         (bpf_from_header):
23790         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
23791         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
23792         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
23793         (gst_mpeg_parse_send_data):
23794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23795         (gst_qtdemux_add_stream):
23796         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
23797         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23798         (gst_wavparse_parse_fmt):
23799
23800 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23801
23802         * configure.ac:
23803           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
23804           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
23805           it therefore uses the wrong include paths. Too bad... Note
23806           that 1.6.1.93 is not release yet. ;).
23807           Also add a check for mplex, which is now using the lib'ified
23808           mplex from mjpegtools, too.
23809         * ext/ffmpeg/gstffmpegcodecmap.c:
23810           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
23811           issues. I don't think ffmpeg handles 3ivx correctly, so this
23812           probably won't work. But it won't hurt either.
23813         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
23814         (gst_ffmpegdec_chain):
23815         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
23816         (gst_ffmpegenc_chain_audio):
23817           Fix memleak in audio encoding. Close codec if open fails, this
23818           calls the cleanup routines so we can re-use the context.
23819         * ext/mpeg2enc/gstmpeg2enc.cc:
23820           Fix pad template names/types, fix memory issue with getcaps().
23821         * ext/mpeg2enc/gstmpeg2encoder.cc:
23822         * ext/mpeg2enc/gstmpeg2encoder.hh:
23823           Fix compile issue with new caps system (const thingy).
23824         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23825         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
23826           We read a first frame right on initing, so that we have a caps
23827           when we init the output. This caps is cached in padprivate and
23828           read as first frame.
23829         * ext/mplex/Makefile.am:
23830         * ext/mplex/gstmplex.cc:
23831         * ext/mplex/gstmplex.h:
23832         * ext/mplex/gstmplex.hh:
23833         * ext/mplex/gstmplexibitstream.cc:
23834         * ext/mplex/gstmplexibitstream.hh:
23835         * ext/mplex/gstmplexjob.cc:
23836         * ext/mplex/gstmplexjob.hh:
23837         * ext/mplex/gstmplexoutputstream.cc:
23838         * ext/mplex/gstmplexoutputstream.hh:
23839           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
23840           had issues, didn't do capsnego, supported only a subset of the
23841           mplex features and required a mplex fork in our local CVS. Plus
23842           that it worked agaist a very old mplex version. Rewriting was
23843           faster than updating it.
23844         * gst-libs/ext/Makefile.am:
23845         * gst-libs/ext/mplex/INSTRUCT:
23846         * gst-libs/ext/mplex/Makefile.am:
23847         * gst-libs/ext/mplex/README:
23848         * gst-libs/ext/mplex/TODO:
23849         * gst-libs/ext/mplex/ac3strm_in.cc:
23850         * gst-libs/ext/mplex/audiostrm.hh:
23851         * gst-libs/ext/mplex/audiostrm_out.cc:
23852         * gst-libs/ext/mplex/aunit.hh:
23853         * gst-libs/ext/mplex/bits.cc:
23854         * gst-libs/ext/mplex/bits.hh:
23855         * gst-libs/ext/mplex/buffer.cc:
23856         * gst-libs/ext/mplex/buffer.hh:
23857         * gst-libs/ext/mplex/fastintfns.h:
23858         * gst-libs/ext/mplex/format_codes.h:
23859         * gst-libs/ext/mplex/inputstrm.cc:
23860         * gst-libs/ext/mplex/inputstrm.hh:
23861         * gst-libs/ext/mplex/lpcmstrm_in.cc:
23862         * gst-libs/ext/mplex/mjpeg_logging.cc:
23863         * gst-libs/ext/mplex/mjpeg_logging.h:
23864         * gst-libs/ext/mplex/mjpeg_types.h:
23865         * gst-libs/ext/mplex/mpastrm_in.cc:
23866         * gst-libs/ext/mplex/mpegconsts.cc:
23867         * gst-libs/ext/mplex/mpegconsts.h:
23868         * gst-libs/ext/mplex/mplexconsts.hh:
23869         * gst-libs/ext/mplex/multplex.cc:
23870         * gst-libs/ext/mplex/outputstream.hh:
23871         * gst-libs/ext/mplex/padstrm.cc:
23872         * gst-libs/ext/mplex/padstrm.hh:
23873         * gst-libs/ext/mplex/stillsstream.cc:
23874         * gst-libs/ext/mplex/stillsstream.hh:
23875         * gst-libs/ext/mplex/systems.cc:
23876         * gst-libs/ext/mplex/systems.hh:
23877         * gst-libs/ext/mplex/vector.cc:
23878         * gst-libs/ext/mplex/vector.hh:
23879         * gst-libs/ext/mplex/videostrm.hh:
23880         * gst-libs/ext/mplex/videostrm_in.cc:
23881         * gst-libs/ext/mplex/videostrm_out.cc:
23882         * gst-libs/ext/mplex/yuv4mpeg.cc:
23883         * gst-libs/ext/mplex/yuv4mpeg.h:
23884         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
23885         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
23886           We don't fork mjpegtools' mplex in our CVS anymore.
23887         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
23888         (gst_avi_demux_add_stream):
23889         * gst/avi/gstavidemux.h:
23890           Add getcaps() function for proper caps nego. This makes some
23891           parts of AVI playback/reading work.
23892         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
23893           Resize window on new capsnego. This is probably wrong, but
23894           I'm still committing it because with current capsnego, the
23895           first successfull capsnego is auto-fixated, therefore rounded
23896           down to the lowest values in the caps. this results in a 16x16
23897           XWindow that is not reized when real capsnego finishes.
23898           Dave, I see more cases of this, do you know a proper solution?
23899         * tools/gst-launch-ext.in:
23900           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
23901
23902 2003-12-31  David Schleef  <ds@schleef.org>
23903
23904         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
23905         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
23906           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
23907
23908 2003-12-30  David Schleef  <ds@schleef.org>
23909
23910         * ext/ffmpeg/gstffmpegcolorspace.c:
23911         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
23912         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
23913         (gst_ffmpegcsp_chain): Negotiation fixes
23914         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
23915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23916         (gst_audio_convert_link), (gst_audio_convert_channels):
23917         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
23918         (gst_audioscale_link), (gst_audioscale_get_buffer),
23919         (gst_audioscale_chain): Negotiation fixes
23920         * gst/audioscale/gstaudioscale.h:
23921         * gst/videofilter/gstvideofilter.c:
23922         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
23923         (gst_videofilter_link), (gst_videofilter_init),
23924         (gst_videofilter_set_output_size), (gst_videofilter_setup),
23925         (gst_videofilter_find_format_by_structure):
23926         * gst/videofilter/gstvideofilter.h: Negotiation fixes
23927         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
23928         (gst_videoscale_link):
23929         * gst/videoscale/videoscale.c: (videoscale_get_structure),
23930         (videoscale_find_by_structure), (gst_videoscale_setup):
23931         * gst/videoscale/videoscale.h: Negotiation fixes
23932         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23933         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
23934         function, restrict resizing to a multiple of 4 (hack until
23935         everyone supports odd sizes correctly).
23936
23937 2003-12-29  Colin Walters  <walters@verbum.org>
23938
23939         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
23940         signed.
23941
23942 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
23943
23944         * ext/sndfile/gstsf.c: (gst_sf_loop):
23945           Fix warning about discarding const qualifier
23946
23947 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
23948
23949         * gst/cutter/gstcutter.c:
23950         * gst/videoscale/gstvideoscale.c:
23951         * gst/volenv/gstvolenv.c:
23952         * gst-libs/gst/audio/audio.c:
23953         * gst-libs/gst/video/video.c:
23954           Fix warnings
23955
23956 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23957
23958         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
23959           Don't send ALSA debugging to stderr.
23960         * ext/alsa/gstalsa.h:
23961           Use GST_WARNING instead of g_warning when ALSA functions fail.
23962
23963 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23964
23965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23966           Free XVAdapterInfo correctly.
23967
23968 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23969
23970         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
23971         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
23972           Make id3tag use correct caps nego.
23973
23974 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
23975
23976         * ext/ivorbis/vorbis.c:
23977         * ext/ivorbis/vorbisenc.h:
23978         * ext/ivorbis/vorbisfile.c:
23979           Modify so that it uses the new caps things
23980
23981 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23982
23983         * testsuite/spider/spider1.c: (main):
23984         * testsuite/spider/spider2.c: (main):
23985         * testsuite/spider/spider3.c: (main):
23986           Make tests compile again. They probably don't work.
23987
23988 2003-12-24  Colin Walters  <walters@verbum.org>
23989
23990         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
23991         we can't fixate the caps anymore.
23992
23993 2003-12-23  David Schleef  <ds@schleef.org>
23994
23995         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
23996         * sys/oss/gstosssink.c: (gst_osssink_init),
23997         (gst_osssink_sink_fixate): Add fixate function.
23998
23999 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24000
24001         * ext/ffmpeg/gstffmpegcodecmap.c:
24002         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24003         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24004         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24005         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24006         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24007         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24008         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24009           fix typo in RGB masks, and move back to "old" colorspace
24010           capsnego code until whoever wrote this new crap has actually
24011           tested it so that it works.
24012           And yes, this works, keep it that way please.
24013
24014 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24015
24016         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24017         (gst_divxdec_init), (gst_divxdec_negotiate):
24018         * ext/divx/gstdivxdec.h:
24019         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24020         (gst_divxenc_init):
24021         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24022         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24023         * ext/mpeg2enc/gstmpeg2enc.cc:
24024         * ext/mpeg2enc/gstmpeg2encoder.cc:
24025         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24026         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24027         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24028         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24029         (dxr3spusink_init):
24030         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24031         (dxr3videosink_init):
24032           Fix caps breakage after Dave's caps branch merge.
24033
24034 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24035
24036         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24037           Fix for 24bpp display.
24038
24039 2003-12-23  Colin Walters  <walters@verbum.org>
24040
24041         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24042         a GnomeVFSHandle directly.
24043
24044 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24045
24046         * gst/volume/Makefile.am:
24047         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24048         (volume_base_init), (volume_init):
24049           Reenable volume element and fix to work with new caps stuff.
24050           Rhythmbox needs this.
24051
24052 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24053
24054         * gst/qtdemux/qtdemux.c: (plugin_init):
24055           qtdemux requires bytestream
24056
24057 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24058
24059         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24060           Fix remaining caps handling errors due to CAPS merge.
24061
24062 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24063
24064         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24065         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24066         (gst_faad_srcconnect):
24067           Port to new caps system.
24068
24069 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24070
24071         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24072         (got_video_size), (main): using g_print instead of g_message.
24073         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24074         signal which was not emitted because of "switch" element added to the
24075         bin but not connected. (Removing from the bin temporarily)
24076
24077 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24078
24079         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24080         find X development files. I don't understand the previous tests and
24081         they fail on my debian/ppc unstable. This one works.
24082         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24083         exiting.
24084         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24085         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24086         (gst_play_set_visualization): Add some safety checks in set_ methods
24087         and state_change. This was throwing some ugly CRITICAL messages when
24088         pipeline was getting disposed and casts were failing.
24089
24090 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24091
24092         * configure.ac:
24093           Improve mpeg2enc detection. This is for distributions that do
24094           ship mjpegtools, but without mpeg2enc. Also does object check
24095           for might there ever be ABI incompatibility.
24096         * ext/mpeg2enc/gstmpeg2enc.cc:
24097           Add Andrew as second maintainer (he's helping me), and also add
24098           an error if no caps was set. This happens if I pull before capsnego
24099           and that's something I should solve sometime else.
24100         * gst/matroska/matroska-demux.c:
24101         (gst_matroska_demux_parse_blockgroup):
24102           Fix time parsing.
24103         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24104         (gst_matroska_mux_track_header):
24105           Add caps to templates.
24106         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24107           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24108         * gst/mpegstream/gstmpegdemux.c:
24109           Remove layer since it causes warnings about unfixed caps.
24110         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24111           Fix obvious typo (we error out if caps were set, we should of
24112           course error out if *no* caps were set).
24113         * sys/oss/gstosselement.c: (gst_osselement_convert):
24114           Fix format conversion, we confused bits/bytes.
24115         * sys/oss/gstosselement.h:
24116           Improve documentation for 'bps'.
24117         * sys/v4l/TODO:
24118           Remove stuff about plugins that need removing - this was done
24119           ages ago.
24120         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24121         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24122         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24123         (gst_v4lsrc_src_query):
24124         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24125         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24126           Add get_query_types(), get_formats() and query() functions.
24127
24128 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24129
24130         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24131         * moved CVS to freedesktop.org